﻿body 
{
	height:100%; 
	margin:0; 
	padding:0;
}

#bg{position:fixed; top:0; left:0; width:100%; height:100%;background-image:url(../Images/bg3.png);}
#bg img{width:100%;height:100%}
#siteCt {position:relative; z-index:1;}

.ie6 #bg{position:absolute; top:0; left:0; width:100%; height:100%;}
.ie6 #bg img{width:100%;height:150%}

.contentCt
{    
    width:912px;
    margin:20px auto;
}

*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana;
	font-size:14px;
	font-weight:normal;
	border-collapse:collapse;	
	color:#000000;
}

a
{
	color:#000000;
}

a:hover
{
    cursor:pointer;
}

table
{
    padding:0px;
    margin:0px;    
}

.clear
{
	display:block;
	clear:both;
}

img
{
	border:0px;
	margin:0px;
	padding:0px;
}

.noshow
{
	display:none;
}

.show
{
	display:inline;
}

.fleft
{
	float:left;
}

.fright
{
	float:right;
}

.bold
{
    font-weight:bold;
}

.test
{
	border:1px solid red;	
}

.box
{
    border:1px solid #cccccc;
    background-color:#ffffff;
}

.logoCt
{
    width:382px;
    height:193px;
    background-image:url(../Images/logo.png);
    float:left;
}

.sloganCt
{
    width:272px;
    height:162px;
    background-image:url(../Images/slogan.png);
    float:right;
    position:relative;
    top:30px;
}

.topNavLeft
{
    clear:both;
    width:14px;
    height:40px; 
    background-image:url(../Images/topNavLeft.png);
    float:left;
}

.topNavRight
{
    width:14px;
    height:40px; 
    background-image:url(../Images/topNavRight.png);
    float:left;
}

.topNavCt
{   
    width:882px;    
    line-height:40px;
    height:40px; 
    background-image:url(../Images/tapNavBg.png);
    float:left;
}

.topNavActive
{
    background-image:url(../Images/topNavBgActive.png);
}

.topNavDrop
{
    background-image:url(../Images/topNavDrop.png);
    height:42px;
    width:100%;
    clear:both;
}

/** have to remove dropshadow from ie6 to make the dropdown work **/
.ie6 .topNavDrop
{
    background-image:url(../Images/spacer.gif);
    height:42px;
    width:100%;
    clear:both;
}

#nav, #nav ul {
	padding: 0;
	margin: 0 0 ;
	list-style: none;
}

#nav a {
	display: block;
	width: 106px;
	text-align:center;
	margin:0px 8px 0px 8px;
    text-decoration:none;
}

#nav a:hover {
	display: block;
	width: 106px;
	background-image:url(../Images/topNavBgActive.png);
    text-decoration:underline;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 106px;
	left: -999em;
	background-color:#ffffff;
	margin: 0px 8px 0px 8px;	
}

#nav li ul li, #nav li ul li a
{
    margin:0px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/**  sticky fix for ie7  **/
 .ie7 #nav li:hover, #nav li.hover {  
   position: static;  
 }

.contentTopLeft, .contentTopRight, .contentBottomLeft, .contentBottomRight
{
    float:left;
    width:9px;
    height:16px;
    background-image:url(../Images/contentTopLeft.gif);
}

.contentTopRight
{
    background-image:url(../Images/contentTopRight.gif);    
}

.contentBottomLeft
{
    background-image:url(../Images/contentBottomLeft.gif);    
}

.contentBottomRight
{
    background-image:url(../Images/contentBottomRight.gif);    
}

.contentPad
{
    float:left;
    width:894px;
    height:16px;
    background-color:#ffffff;  
}

.content
{
    clear:both;
    padding:0px 15px 0px 15px;    
    background-color:#ffffff;
}

.ie6.content
{
    border:1px solid #ffffff;
}

.content a
{
    color:#AC0A33;
}

.mainContentDrop
{
    background-image:url(../Images/mainContentDrop.png);
    height:36px;
    width:100%;
    clear:both;
}

.footerCt
{
    margin:auto auto;
    width:800px;
    height:30px;
    line-height:30px;
    margin-bottom:10px;
}

.ie6 .footerCt
{
    width:700px;
}

.footerCt a
{
    display:block;
    float:left;
    color:#ffffff;
    font-size:12px;
    margin:0px 17px 0px 16px;
    text-decoration:none;      
}

.footerCt a:hover
{
    text-decoration:underline;
}

.logoFooter
{
    width:174px;
    height:88px;
    background-image:url(../Images/logoFooter.png);
    margin:auto auto;
}

.box
{
    width:203px;
}

.boxInside
{
    border:1px solid #cfcfcf;
    background-image:url(../Images/boxBg.gif);
    background-repeat:repeat-y;      
}

.boxHeader, .boxContent
{
    padding:10px 20px 10px 20px;
}

.boxDiv
{
    background-image:url(../Images/boxGreyBg.gif);
    background-repeat:repeat-y;
    height:28px;    
}

.header
{
    font-weight:bold;
    font-size:20px;
    line-height:36px;
}

.contentLeft
{
	float:left;
	width:620px;
	line-height: 20px;
}

.contentRight
{
    float: right; 
    width: 205px; 
}

.imgRaptor
{
    border:1px solid #6b6b6b;
}

