/* CSS Document */
body{
	/*background:url(../images/background/textures_12.jpg);*/
	background-attachment:fixed;
	background-repeat:no-repeat;		
	text-align:center;
	padding: 0px;
	width:100%;
	margin-top: 0px;
	margin-left:0px;
	height:100%;
	z-index: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A3A3A;
	line-height:1.6em;
}
h1{
	font-size:14px;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A3A3A;
	line-height:1.6em;
	}
.white{
	color:#FFF;
	}
.gray{
	color:#3A3A3A;
}
h3{
	color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
}

#wrapper{
	width:950px;
	\width: 950px;
	w\idth: 950px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;	
	z-index:1; 
	position:relative;
	text-align:left;
}


/*NAVIGATIONAL ELEMENTS*/
/* CSS Document */
#nav_loggedin {
    width: 525px; 
	height: 30px;
    background: url(../images/navigation_loggedin.gif);
    margin: 0px auto;
	padding: 0;
    position: relative;
	text-align:right;
	float:right;
}

#nav_loggedin li {
    margin: 0px auto;
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	text-align:right;
}

#nav_loggedin li, #nav_loggedin a {
    height: 30px; 
	display: block;
}
	
#panel1b {
	left: 0; 
	width: 84px;
}
#panel2b {
	left: 84px; 
	width: 72px;
}
#panel3b {
	left: 157px; 
	width: 73px;
}
#panel4b {
	left: 230px; 
	width: 65px;
}
#panel5b {
	left: 295px; 
	width: 86px;
}
#panel6b {
	left: 381px; 
	width: 76px;
}
#panel7b {
	left: 457px; 
	width: 69px;
}

#panel1b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) 0 -30px no-repeat;
}
#panel2b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) -84px -30px no-repeat;
}
#panel3b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) -157px -30px no-repeat;
}
#panel4b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) -230px -30px no-repeat;
}
#panel5b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) -295px -30px no-repeat;
}
#panel6b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) -381px -30px no-repeat;
}
#panel7b a:hover {
    background: transparent url(../images/navigation_loggedin.gif) -457px -30px no-repeat;
}


/*NAVIGATION FOR NOT LOGGED IN*/
#nav {
    width: 467px; 
	height: 30px;
    background: url(../images/navigation_new.png);
    margin: 0px auto;
	padding: 0;
    position: relative;
	text-align:right;
	float: right;
}

#nav li {
    margin: 0px auto;
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	text-align:right;
}

#nav li, #nav a {
    height: 30px; 
	display: block;
}
	
#notIn1 {
	left: 0; 
	width: 93px;
}
#notIn2 {
	left: 93px; 
	width: 75px;
}
#notIn3 {
	left: 160px; 
	width: 75px;
}
#notIn4 {
	left: 234px; 
	width: 55px;
}
#notIn5 {
	left: 288px; 
	width: 62px;
}
#notIn6 {
	left: 349px; 
	width: 53px;
}
#notIn7 { 
	left:401px;
	width:66px;
}


#notIn1 a:hover {
    background: transparent url(../images/navigation_new.png) 0 -30px no-repeat;
}
#notIn2 a:hover {
    background: transparent url(../images/navigation_new.png) -93px -30px no-repeat;
}
#notIn3 a:hover {
    background: transparent url(../images/navigation_new.png) -160px -30px no-repeat;
}
#notIn4 a:hover {
    background: transparent url(../images/navigation_new.png) -234px -30px no-repeat;
}
#notIn5 a:hover {
    background: transparent url(../images/navigation_new.png) -288px -30px no-repeat;
}
#notIn6 a:hover {
    background: transparent url(../images/navigation_new.png) -349px -30px no-repeat;
}
#notIn7 a:hover {
    background: transparent url(../images/navigation_new.png) -401px -30px no-repeat;
}


/*DROPDOWN FAQS*/
ul{
	list-style:none;
	text-align:right;
	margin: 0px 0px 0px 0px;;
	}
li{
	margin:0px 0px 0px 0px;
}

#bodyList li{
	list-style:disc;
	text-align:left;
	margin: 0px 0px 0px 0px;
}

/*ANCHORS*/
a:link, a:visited{
	color:#941B1E;
	font-weight:bolder;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover, a:active{
	color:#3A3A3A;
	font-weight:bolder;
	/*border-bottom:1px dotted;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.whiteLink:link, a.whiteLink:visited{
	color:#FFF;
	font-weight:bolder;
	text-decoration:none;
}
a.whiteLink:hover, a.whiteLink:active{
	color:#941B1E;
	font-weight:bolder;
	
}
.contentheader{
background:url(../images/content_bg_header.gif) top left no-repeat;
}
.contentbody{
background:url(../images/content_bg_body.gif) top left repeat-y;
}
.contentfooter{
background:url(../images/content_bg_footer.gif) top left no-repeat;
}

