@charset "utf-8";
/* CSS Document */

body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	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: #666666;
	background-color: #6D909B;
}

a:link {
	color: #4F717F;
	text-decoration: none;
}	
a:visited {
	color: #4F717F;
	text-decoration: none;
}	
a:hover {
	color: #666666;
	text-decoration: underline; 
}	
	
#container {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#header {
	padding: 0px 0px 10px 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. */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav {
	background-color: #FAC801;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 885px;
	height: 42px;
	float: left
}

#nav1 {
	float: left;
	margin-top: 10px;
	height: 42px;
}

#mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#main1 {
	padding: 10px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

#main2 {
	margin-top: 20px;
	padding: 10px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 20px;
}

h1 {
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg-main-header.jpg);
	font-size: 15px;
	height: 30px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #4F717F;
	background-repeat: no-repeat;
	width: 400px;	
	margin: 0px;
}

#mainbody {
	padding: 0px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.7;
	float: left;
	width: 390px;
}

#mainpic {
	line-height: 1.7;
	float: left;
	width: 400px;
}

.col {
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-left: 16px;
	height: 385px;
	background-image: url(../images/feat-bg.jpg);
	background-repeat: no-repeat;
}

.colheader {
	background-color: #4F717F;
	width: 256px;
	margin: 4px 4px 0px 4px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.collink {
	background-image: url(../images/bg-collink.gif);
	width: 215px;
	height: 30px;
	margin: 4px 4px 0px 4px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 10px 0px 0px 50px;
	text-align: left;
}

.colbody1 {
	margin: 4px 0px 4px 7px;
	padding: 5px;
	line-height: 1.7;
	background-image: url(../images/bg-col-content.jpg);
	width: 250px;
}

.maincol {
	width: 624px;
	margin: 7px 8px 4px 0px;
	padding: 3px;
	line-height: 1.7;
	float: left;
}

.maincolheader {
	background-image: url(../images/bg-maincol-header.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 15px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #4F717F;
	padding: 10px;
}

.maincolbody {
	background-image: url(../images/bg-maincol-body.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px 10px 10px;
	line-height: 1.7;
}

#footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 100px;
	background: #FFFFFF;
	width: 880px;
}
#foot1 {
	line-height: 1.9;
	float: left;
	padding-left: 20px;
}
#foot2 {
	float: right;
	text-align: right;
	color:#CCCCCC;
}
#yellow {
	background-color: #FAC801;
	height: 5px;
	width: 100%;
}
#blue {
	background-color: #6D909B;
	height: 3px;
	width: 100%;
	margin-top: 2px;
}


/* DETAILED PAGE */

#mainbodydet {
	padding: 0px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.7;
	float: left;
	width: 580px;
}

#mainbodygal {
	padding: 0px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.7;
	float: left;
	width: 865px;
}

#mainbodydetcontent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
}

#mainbodydet h1 {
	background-color: #6D909B;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 0px 0px 15px;
	width: 565px;
}

#coldet {
	width: 265px;
	float: left;
	margin-left: 0px;
	background-color: #A3B9C0;
}

#coldetcontent {
	padding: 10px;
	color: #FFFFFF;
	line-height: 1.7;
}

.linkbox:link {
	background-image: url(../images/sidebar_but_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #FFFFFF;
	line-height: 1.7;
	margin-right: 5px;
	font-weight: bold;
}
.linkbox:visited {
	background-image: url(../images/sidebar_but_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #FFFFFF;
	line-height: 1.7;
	margin-right: 5px;
	font-weight: bold;
}
.linkbox:hover {
	background-image: url(../images/sidebar_but_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #FFFFFF;
	line-height: 1.7;
	margin-right: 5px;
	font-weight: bold;
}

#coldet h1 {
	background-color: #6D909B;
	color: #FFFFFF;
	padding: 9px 0px 0px 15px;
	width: 250px;
}