﻿/* ------------------------ CSS LAYOUT -----------------*/
/* ------------------------ Start body -----------------*/





body {
	margin: 0;
	font: 71%/1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url('images/clouds.jpg') repeat;
}
hr {
	width: 60%;
	line-height: 2px;
	color: #352857;
	margin-left:20%;
}
/* ------------------------ End Body -----------------*/
/* ------------------------ Start Links -----------------*/
a {
	color: #000066;
}
a:hover {
	color: #72A545;
}
/* ------------------------ End Links -----------------*/
/* ------------------------ Start Headers and Paragraphs -----------------*/
h5 {
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #0000FF;
	margin: 5px 10px;
	text-align: left;	
}
h4 {
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6633FF;
	text-transform: uppercase;
	margin: 5px 10px;
	text-align: left;
}
h3 {
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
	margin: 5px 10px;
}
h2 {
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #333399;
	margin: 5px 10px;
}
h1 {
	font: bold 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #27285A;
	margin: 5px 10px;
}

.p1 {
	font-size: 1.01em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
p {
	margin: 5px 10px;
	color: #000000;
	text-align: left;
}
/* ------------------------ End Headers and Paragraphs -----------------*/
/* ------------------------ Start Wrap -----------------*/
#wrap {
	margin: 0;
	width: 1000px;
	background: #FFFFFF;
}
/* ------------------------ End Wrap -----------------*/
/* ------------------------ Start Masthead -----------------*/

#masthead {
	position: relative;
	background: url('images/headerbg-blue.png') repeat-x;
	height: 180px;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
}
#masthead logo#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100px;
	left: 5px;
	
}
#masthead h1#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 2.5em Tahome, Arial, Sans-serif;
	text-transform: none;
	color: #000000;
	top: 28px;
	left: 249px;
	text-align:left;
}
#masthead h2#contact {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 1em Tahome, Arial, Sans-serif;
	text-transform: none;
	color: #000000;
	top: 28px;
	right: 25px;
	text-align:left;
}

/* ------------------------ End Masthead -----------------*/
/* ------------------------ Start Navigation Bar -----------------*/
#nav {
	height: 46px;
	width: 100%;
	border-bottom: 1px #333333 solid;
}
/* ------------------------ End Navigation -----------------*/
/* ------------------------ Start Menu -----------------*/
.menu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('images/menu_bg.gif') repeat-x;
/*tab background image path*/	height: 46px;
	list-style: none;
}
.menu li {
	float: left;
}
.menu li a {
	float: left;
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}
.menu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.menu li a:hover {
	color: #FFFFFF;
	background: url('images/menu_hover_left.gif') no-repeat left 50%;
/*left tab image path*/
}
.menu li.current a {
	color: #FFFFFF;
	background: url('images/menu_hover_left.gif') no-repeat left 50%;
/*left tab image path*/
}
.menu li a:hover b {
	background: url('images/menu_hover_right.gif') no-repeat right top; /*right tab image path*/
}
.menu li.current a b {
	background: url('images/menu_hover_right.gif') no-repeat right top; /*right tab image path*/
}
/* ------------------------ End Navigation Bar -----------------*/
/* ------------------------ Start Container -----------------*/

#container {
	position: relative;
	padding: 0;
	border: thin black solid;
	border-collapse: collapse;
}
/* ------------------------ End Container -----------------*/
/* ------------------------ Start Left Column -----------------*/

#left_col {
	width: 260px;
	float: left;
	left: 0px;
	top: 0px;
	margin-right: 10px;
	display: inline;
	background-color: #DFDFDF;
	border-bottom:solid #000000 thin;
	border-right:solid #000000 thin;
}
#left_col h2 {
	padding: 10px 0px 5px 30px;
	background: url('images/square_arrow.gif') no-repeat 2px 12px;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
	color: #333399;
}
#left_col ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;
	padding-right: 0;
	text-decoration: none;
}
#left_col ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url('images/arrow.gif') no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;
}
* html body #left_col ul.sidemenu li {
	height: 1%;
}
#left_col ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
}
/* ------------------------ End Left Column -----------------*/
/* ------------------------ Start Main Content -----------------*/
#page_content {
	width: 460px;
	float: left;
	border-left: 1px solid #f2f2f2;
	font-size: 10pt;
	color: #242424;
	text-align: justify;
}
#page_content_main {
	width: 720px;
	float: right;
	border-left: 1px solid #f2f2f2;
	font-size: 10pt;
	color: #242424;
	text-align: justify;
}
#page_content_container {
	clear: both;
	float: left;
	width: 98%;
	margin-left:1%;
	padding: 0;
	border-left: 1px solid #f2f2f2;
	font-size: 10pt;
	color: #242424;
	text-align: justify;
}
#page_content_left {
	float: left;
	width: 48%;
	padding: 0;
	border: 2px solid #6666FF;
	font-size: 10pt;
	color: #242424;
	text-align: justify;
}
#page_content_right {
	float: right;
	width: 48%;
	padding: 0;
	border: 2px solid #6666FF;
	font-size: 10pt;
	color: #242424;
	text-align: justify;
}
#page_content h2 {
	padding: 10px 10px 5px 30px;
	margin: 0 0 0 10px;
	background: url('images/square_arrow.gif') no-repeat 2px 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	color: #333399;
}
#page_content_left h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	color: #333399;
}
#page_content_right h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	color: #333399;
}
/* ------------------------ End Main Content -----------------*/
/* ------------------------ Start Right Column -----------------*/
#right_col {
	width: 250px;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0px;
	display: inline;
	border-bottom:solid #000000 thin;
	border-left:solid #000000 thin;
	height:100%;
}

#right_col h2 {
	padding: 10px 0 5px 30px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	background: url('images/square_arrow.gif') no-repeat 2px 12px;
	border-bottom: 1px solid #f2f2f2;
	color: #333399;
	text-align: left;
}
#right_col p{
	font-size: 12px;
	}
/* ------------------------ End Right Column -----------------*/
/* ------------------------ Start Footer -----------------*/
#footer {
	clear: both;
	background: #CCCCCC;
	border-top: 1px solid #F2F2F2;
	text-align: center;

}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
/* ------------------------ End Footer -----------------*/

/* ------------------------ Start Lists -----------------*/

ul {
	margin: 6px 15px;
	padding: 0 6px;
	color: #000066;
	text-align: left;
}
ol {
	margin: 10px 10px;
	padding: 0 15px;
	color: #000066;
	text-align: left;
}

ol span {
	color: #666666;
}
ul span {
	color: #666666;
}
/* ------------------------ End Lists -----------------*/
/* ------------------------ Start Information Box -----------------*/
.box {
	margin-left: 5%;
	margin-right: 5%;
	border: medium #009999 groove;
	background: #C7EFE6;
}
/* ------------------------ End Information Box -----------------*/
/* ------------------------ Start Images -----------------*/
img {
	border: 2px solid #CCC;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {
	border: 2px solid #3791D7;
}
a:hover img {
	border: 2px solid #806B4D !important;
/* IE fix*/	border: 2px solid #3791D7;
}
/* ------------------------ End Images -----------------*/
/* ------------------------ Start Block Quote -----------------*/

blockquote {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 15px;
	padding: 0 0 0 32px;
	background: #C8E7C2 url('images/quote.gif') no-repeat 8px 10px !important;
	border-left: 3px solid #3182C0;
	font-weight: bold;
	height: 100%;
}
/* ------------------------ End Block Quote -----------------*/
/* ------------------------ Start Alignment Classes -----------------*/


.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
/* ------------------------ End Alignment Classes -----------------*/
/* ------------------------ Start Display Classes -----------------*/
.clear {
	clear: both;
}
.block {
	display: block;
}
.hide {
	display: none;
}
.blue {
	color: #3791D7;
}
/* ------------------------ End Display Classes -----------------*/
