img, div { behavior: url(images/iepngfix.htc) }

body {
font-size: 11px;
background-color:#000;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#444444;
padding:0px;
margin:0px;
}
a {color: #9c2026;}
a:visited {color:#9c2026;}
a:hover {color: #444444;}
a:active { color:#9c2026;}

h1 {
font-size: 16px;
padding-top:30px;
color: #9c2026;}

h2 {
font-size: 14px;
padding-top:5px;
color: #9c2026;}

#topright {
 position: absolute;
 right: 0;
 top: 0;
 display: block;
 height: 125px;
 width: 125px;
 background: url(images/corner.png) no-repeat;
 text-indent: -999em;
 text-decoration: none;}



/* ----------container to center the layout-------------- */
#coolbox {position:relative; overflow:hidden; width:918px; height:276px;}

#parallax
	{background:#2f3134; position:relative; overflow:hidden;
	 width:918px; height:276px;}


#container {
width: 918px;
margin-left: auto;
margin-right: auto;
}

#wrapper {
	background-color:#FFF;}

/* ----------banner for logo-------------- */
#banner {
	background:url(images/header.jpg) top center no-repeat;
	height: 150px;
text-align: left;
padding: 0px;
margin: 0px;
}

/* -----------------content--------------------- */
#header{
	width: 961px;
	margin:0px auto;
	
	
	}

#nav {
	width: 961px;
	margin:0px auto;}

#featured {
	background:url(images/featured.jpg) top center no-repeat;
	height: 244px;
	width: 566px;
	float:left;
	
	}

#featured p{
	margin:50px 0px 0px 20px;
	text-align:justify;
	
	}

#info{
	background:url(images/info.jpg) top center no-repeat;
	height: 296px;
	width: 918px;
	clear:both;
		
	}
	
#content{
	background:url(images/body_head.jpg) top center no-repeat;
	width: 918px;
		
	}	
	
#contentwrap {
		background:url(images/body_rep.jpg) top center repeat-y;
	width: 918px;
	overflow:auto;
	}
	
#contentfoot {
		background:url(images/body_foot.jpg) top center no-repeat;
	width: 918px;
	height:18px;
	}	

p {
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#welcome {
float: left;
width: 352px;
height: 244px;
margin: 0px;
padding: 0px;
background:url(images/welcome.jpg) top center no-repeat;
}

#welcome p{
	margin:50px 18px 0px 18px;
	line-height:18px;
	text-align:justify;
	color:#FFF;}

/* -----------footer--------------------------- */
#footer {
background: url(images/footer.jpg) top center repeat-x;	
height: 234px;
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

#footernav {
width: 918px; 
height: 45px;
margin:0px auto;
color:#FFF;
text-align: center;
padding-top:25px;}

#footernetwork {
	width: 918px; 
height: 45px;
margin:0px auto;
color:#FFF;
text-align: left;
 }

#footerpartners {
	width: 918px; 
height: 45px;
margin:0px auto;
color:#FFF;
text-align: left;
 }
 
 #footertext {
	width: 918px; 
height: 45px;
margin:0px auto;
color:#FFF;
text-align: left;
 }
 
#footernav a {color: #FFFFFF; text-decoration:none;}
#footernav a:visited {color:#FFFFFF; text-decoration:none;}
#footernav a:hover {color: #9c2026; text-decoration:none;}
#footernav a:active { color:#FFFFFF; text-decoration:none;}

.rollOverImageLink img
			{
				border:0px;
			}

			.rollOverImageLink .overImage, .rollOverImageLink .disabledImage
			{
				display:none;
			}	

			.rollOverImageLink .overImage
			{
				position:absolute;
			}
			
#contactFormContainer
            {
				position: absolute;
            	left: 50%;
				margin-left: 170px;
				z-index:101;
				width: 194px;
            }
            #contactForm
            {
            	height:300px;
            	width:309px;
            	display:none;
				background:url(images/sendform.jpg) top center repeat-x;
				line-height:13px;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#0e3b78;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #0e3b78;
            	width:100%;
            	margin-bottom:10px;
            	height:18px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #0e3b78;
            	width:100%;
            	margin-bottom:10px;
            }  
			
            #contactForm input[type=submit]
            {
            	background-color:#336bb8;
            	border:solid 1px #0e3b78;
            	color:#ffffff;
            	padding:5px;
            }                
            #contactLink
            {
            	height:45px;
            	width:309px;
            	background-image: url(images/vip.png);
            	display:block;
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#0e3b78;
            	display:none;
            }
			
