@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html, body{
	margin-bottom:1px;
	height: 102%;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(img-new/bg-top.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:800px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
	background-image:url(img-new/bg-middle.jpg);
	background-repeat:repeat-y;
	min-height:440px;
	/*height:440px;*/
	width:800px;
}

#mainContent a{
	color: #666666;
	text-decoration:underline;
	font-size:12px;
	color: #006699;
	}

#mainContent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding: 10px 130px 5px 190px;
	margin:0px;
}

.smalltext{
	font-size:10px;
	}
	
#mainContent h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	padding: 10px 130px 0px 190px;
	margin:0px;	}
	
#mainContent h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	padding: 10px 130px 0px 190px;
	margin:0px;	}

#blue_rectangle{
	background-image:url(img-new/blue-bg.jpg);
	background-repeat:no-repeat;
	width:144px;
	height:259px;
	margin-left:5px;
	margin-top: -270px;
	float:left;
	}
	
#chakra-text{
	background-image:url(img-new/chakra.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:343px;
	float:right;
	margin-top: -343px;
	margin-right:1px;
	}
	
/* NAVIGATION ******************************************************** */

#nav{
width: 770px;
height: 100px;
background-image:url(img/nav_bg.jpg);
background-repeat:no-repeat;
/*margin-left:-2px;
margin-top:10px;*/
margin-top:0px;
margin-left:8px;
float:left;
font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color: #000000;
font-weight:bold;
padding-bottom:40px;
}

#nav a{
font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color: #FFFFFF;
font-variant:normal;
font-weight:bold;
text-decoration:none;
}

#nav a:hover{
font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color: #000000;
font-weight:bold;
text-decoration:none;
}

.active{
	color:#000000;
	font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.oneColFixCtrHdr #footer {
	background-image:url(img-new/bg-bottom.jpg);
	background-repeat:no-repeat;
	height:93px;
	width: 800px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 45px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}

ul, li{
	font-size:12px;
	text-align:left;
	margin-left:100px;
	padding-right:60px;

	}

#footer a{
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover{
	color: #ffffff;
	text-decoration:underline;
}

#mainContent .headline {
font-size:120%;
font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;

}
#mainContent .headline a{
font-size:120%;
font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
}

#mainContent .headline a:hover{
text-decoration:underline;
}

