@charset "utf-8";

/* CSS Document */

/* General styles */

body {
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	background-color:#e8ecf7;
	font-family: "times new roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color:#797575;
	line-height:20px;
	text-align: left;
}

h1 {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 24px;
	font-family: "times new roman",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color:#3d497a;
}

h2 {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 20px;
	font-family: "times new roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#3d497a;
}

p {
	margin-bottom: 0;
	margin-top: 18px;
	margin-left: 4px;
	font-family: "times new roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color:#797575;
	line-height:20px;
	text-align: left;
}

a {
	color:#3a5e79;
	}
a:hover {
		color:#3a5e79;
		text-decoration:none;
	}
a:visited {
		color:#3a5e79;
	}
	
.homepage{
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 6px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1e79ad;
	line-height:18px;
}

/* column container */

#root-box {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	width:781px;
}
#header {
position:relative;
	width:781px;
	height:334px;
}

#container-links {
	width:781px;
	height:18px;
	background-color: #FFFFFF;
	position: relative;
}
/*#container-links ul {
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	margin:0;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top:0;
	text-indent:0;
	list-style-position: inside;
	list-style-type: none;
}
#container-links ul li {
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	margin:0;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFFFFF;
	padding-top:0;
	text-indent:0;
	list-style-position: inside;
	list-style-type: none;
}


#container-links ul li a {
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color:#3a5e79;
}

#container-links ul li a:hover {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color:#006600;
}

#container-links ul li.active {
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color:#006600;
	background-color:#CCCCCC;
}

#container-links li ul {
	top: 0px;
	width: 0px;
	cursor: pointer;
}
#container-links li ul li {
	text-align: left;
	margin-left: -13px;
	width: 80px;
	padding: 0;
	display: block;
	border-left: 1px #939393 solid;
	border-right: 1px #939393 solid;
	border-bottom: 0px #939393 solid;
	
}

#container-links li ul li a {
	margin-left: 0px;
	padding: 2px 8px 2px 8px;
	color: 006600;
	font-size: 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

#container-links li ul li a:hover {
	color: #006600;
	font-size: 12px;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

#container-links li ul li a {
	margin: 0 !important;
	background: #FFFFFF;
	border-right: none !important;
	display: block;
	cursor: pointer;
}

#container-links li ul { 
	position : relative;
	left: -100px;
}

#container-links li:hover ul, #container-links li.sfHover ul { 
	left: 1px;
	cursor: pointer;
}*/

#content1 {
	margin: 0px;
    padding: 0px;
    width: 100%;
}

#content2 {
	margin: 0;
	padding: 0;
	background-image: url(images/content_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 100%;
}

#main {
	width: 464px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color:#FFFFFF;
}

#sidecol {
	width: 234px;
	height:460px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:20px;
	background-image: url(images/side_bar1.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#quote_box{
	width: 100%;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
	height: 180px;
}

#link_box{
	width: 100%;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	height: 30px;
}

#logo_box{
	width: 100%;
	height:179px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: url(images/side_bar2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#colordevider {
	width: 781px;
	height: 10px;
	background-image: url(images/bluebar.gif);
}
#footer {
	padding: 18px 10px 4px 10px;
	text-align:left
}

#footer p {
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color:#3a5e79;
	line-height:18px;
}
#footer a {
		color:#3a5e79;
	}
#footer a:hover {
		color:#fff;
		background:#3a5e79;
		text-decoration:none;
	}
#footer a:visited {
		color:#3a5e79;
	}

.footer_text {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color:#3a5e79;
	line-height:18px;
}

.quote_text {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color:#666666;
	line-height:16px;
	text-align: left;
	font-weight: bold;
}

.quote_text_two {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color:#666666;
	line-height:16px;
	text-align: right;
	font-weight: bold;
}

