@charset "utf-8";
#Container { /*Main page container*/
	background-color: #FFF;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
#footer {
	background-color: #DCE6EE;
	padding: 10px;
	float: left;
	width: 928px;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.clear {
	clear: both;/*	height: 0px; */
}
#navigation ul {
	padding:0;
	margin:0
}
#navigation ul li {
	padding-right:5px;
	float:left; /*(makes menu style consider replacing with block display inlne jls) */
	color:#494236;
	list-style-type: none;
}
#navigation a:link, #navigation a:visited {
	color:#494236;
	text-decoration:none;
}
#navigation a:hover {
	color:#336699;
	text-decoration:none;
}
#Header_Container {
/*	background-color: #006; */
	background-color: #003333;
	height: 102px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
#Logo_Container {
/*	background-color: #F8F8F8; */
	height: 71px;
	width: 161px;
	float: left;
}
#Header_Flash {
/*	background-color: #003333; */
	height: 71px;
	width: 537px;
	float: left;
}
#Header_Contact {
/*	background-color: #F8F8F8; */
	height: 71px;
	width: 200px;
	float: left;
}
#Header_Nav {
	background-color: #F8F8F8; 
	height: 31px;
	width: 948px;
	float: left;
}
/*--Sub Pages---*/
#Container #Accent_Image_Holder {
	width: 698px;
}
#Container #Accent_Image_Holder_full {
	width: 948px;
}

#Inner_Container {
	width: 698px;
}
#Right_Column {
	width: 250px;
	background-color: #c1c3c2;
	text-align: center;
	background-image: url(images/background_right.jpg);
	background-repeat: repeat-y;
}
#Left_Column {
	background-color: #E4EBF6;
	width: 170px;
	height: 400px; /*for pages with very little content IE6 and below do not know min-height*/
	min-height:400px; /*for pages with very little content */
}
#Left_Column_type2 {
	background-color: #D4E0D3;
	width: 170px;
	height: 500px; /*for pages with very little content IE6 and below do not know min-height*/
	min-height:500px; /*for pages with very little content */
}

/* This Extends the columns all teh way to the bottom may need larger value when all completed */
/* Start Mac IE5 filter */
#Left_Column, #Right_Column, #Content_Column, #Left_Column_type2, #Inner_Container {
	padding-bottom: 3800px !important;
	margin-bottom: -3800px !important;
}
/* End Mac IE5 filter */
#Content_Column {
	width: 528px;
}
#Content_Column .main_btm_section {
	padding-right: 5px;
	padding-left: 5px;
}

#Left_Nav, #Left_Nav2 {
	padding-bottom: 11px;
	padding-left: 11px;
}
#Left_Nav a, #Left_Nav2 a {
	color: #003366;
}
#Left_Column #Left_Nav ul, #Left_Nav2 ul {
	margin: 0px;
	padding: 0px;
}
#Left_Column #Left_Nav ul li, #Left_Nav2 ul li {
	list-style-type: none;
	font-size: 75%;
	line-height: 30px;
}
#Left_Column a:link, #Left_Column a:visited {
	font-weight: bold;
	color: #003366;
}
#Left_Column a:hover,#Left_Column a:active ,#Left_Column a:focus {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
#Content_Column .main_top_section {
	padding-right: 5px;
	padding-left: 5px;
}
#right_ad { /* Sub page ad or links to case studies */
	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.active_page {
	background-color: #D4E0D3;
	display: block;
	padding-left: 5px;
	margin-left: -10px;
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.unactive_page {
	display: block;
	padding-left: 5px;
	margin-left: -10px;
	height: 30px;
	border-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.slide_link {       /*slide screen shot thumbs and caption adds additionl space below*/
	text-align: center;
	padding-bottom: 20px;
}
.slide_link a img {    /* thumbnails of slides adds 10px under each)*/
	margin-bottom: 10px;
}

.right_col_main {     /* Main Content split into 2 for images and text*/
	width: 290px;
	padding-right: 5px;
}
.left_col_main {      /* Main Content split into 2 for images and text*/
	width: 180px;
	padding-left: 10px;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}

