﻿/* VEITS Group CSS Document */

/* 	Site Colors 
	Dark Blue : #046cb6
	Light Blue: #8fc3ea
	Link Blue: #0054a6

	Heading Blue: #0066cc

	Orange: #ff9900
	Yellow: #fff200
	Green: #99cc33

	Lt Gray: #d7d7d7
	Dk Gray: #37424a
	
	*/
	
body {
	background: #ffffff url('images/background.jpg') repeat-x top left;
	margin: 0px;
	
	font-family: Verdana, sans-serif;
	font-size: 11px
	}

#phonenumber {
	color: #ffffff;
	font-size: 18px;
	width: 910px;
	margin-top: 5px;
	height: 25px;
	text-align: right;
	line-height: 25px;
	letter-spacing: 5px
	}
	
#contentwrapper {
	width: 910px;
	position: relative;
	}	

/* Start Box Shadows and Corners */

#shadow-TL {
	background: url('images/shadow-TL.png') no-repeat bottom left;
	height: 11px;
	}
	
#shadow-TR {
	background: url('images/shadow-TR.png') no-repeat bottom right;
	height: 11px;
	}	
	
#shadow-ML {
	background: url('images/shadow-ML.png') repeat-y top left;
	width: 910px;
	min-height: 400px
	}
	
#shadow-MR {
	background: url('images/shadow-MR.png') repeat-y top right;
	}
	
#shadow-BL {
	background: url('images/shadow-BL.png') no-repeat top left;
	height: 12px;
	}
	
#shadow-BR {
	background: url('images/shadow-BR.png') no-repeat top right;
	height: 12px;
	}
	
/* Main Content Area */

#maincontent {
	width: 885px;
	text-align: left;
	position: relative;
	}	
	
#logo {
	width: 245px;
	height: 65px;
	float: left;
	margin-left: 13px;
	margin-top: 10px
	}	
	
#searchbar {
	width: 185px;
	height: 40px;
	float: right;
	margin-top: 30px;
	margin-right: 85px;
	text-align: left
	}	
	
.clear {
	clear: both
	}
	
/* Main Navigation Bar */

#mainnav {
	background: #ff9900;
	width: 885px;
	height: 25px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 5px
	}
	
#mainbanner-hp {
	width: 885px;
	height: 225px;
	margin-bottom: 5px;
	position: relative;	
	}	

/* 	Home page Content */
	
#bottomcontent-hp {
	width: 870px;
	border: 1px solid #cccccc;
	margin: 0 7px 5px 7px;
	text-align:left;
	}
	
.graybar-heading {
	background: #d7d7d7 url('images/dashedline.gif') repeat-x bottom left;
	border-right: 1px solid #cfcfcf;
	line-height: 40px
	}
	
.newshome a:link, .newshome a:visited, .newshome a:active {
	color: #0054a6;
	text-decoration: underline
	}
	
.newshome a:visited:hover, .newshome a:hover {
	color: #ff9900;
	text-decoration: none
	}
	
#homemiddle ul {
	display: block;
	margin-left: 5px;
	padding-left: 0px;
	list-style-position: inside;
	}
	
#homemiddle ul li {
	list-style-image: url('Images/bullet-arrow.gif');
	padding-left:15px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
	}	
	
/*	Subpage Banners */

#bannercontent-over {
	width: 870px;
	height: 147px;
	margin: 0 7px 0px 7px;
	position:relative;
	background-color: #002c57;
	/*background-color: #003663; */
	border: 1px solid #002c57
	}
		
#subbanner-left {
	width: 538px;
	float:left;
	position: relative;
	}
	
#subbanner-left .empty {
	position: absolute;				/*	MAYBE - Need to see if it works with the placeholder*/
	top: 0px;
	left: 0px;
	width: 539px;
	height: 147px;
    overflow: hidden;
	background: url('images/gradoverimage.png') no-repeat top right;
	}	
	
#subbanner-right {
	width: 331px;
	float:right;
	
	vertical-align: middle;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}
	
#bannercontent-detail {
	width: 871px;
	height: 77px;
	margin: 0 7px 0px 7px;
	}
	
#bannercontent-detail #subbanner-left {
	width: 200px;
	height: 77px;
	float:left;
	background: #d7d7d7 url('images/dashedline.gif') repeat-x bottom left;
	position: relative
	}
	
#bannercontent-detail #subbanner-right {
	width: 670px;
	height: 77px;
	background: #d7d7d7 url('images/dashedline.gif') repeat-x bottom left;
	float:right;
	vertical-align: middle;
	position: relative
	}	
	
/*	Subpage All */

#subpage-content {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
	width: 870px;
	min-height: 350px;
	margin: 0 7px 5px 7px;
	position: relative
	}
	
#subpage-content a:link, #subpage-content a:visited, #subpage-content a:active {
	color: #0054a6;
	text-decoration: underline
	}
	
#subpage-content a:hover, #subpage-content a:visited:hover {
	color: #ff9900;
	text-decoration: none
}	

#subpage-overviewR {
	padding: 20px 10px 20px 10px; 
	position: relative
	}
	
#subpage-overviewR ul {
	display: block;
	margin-left: 15px;
	padding-left: 15px
	}
	
#subpage-overviewR ul li {
	list-style-image: url('Images/bullet-arrow.gif');
	margin-bottom: 5px
	}
	
#subpage-detail {
	padding: 15px 5px 15px 5px; 
	position: relative;
	color: #37424a;
	line-height: 14px
	}	
	
#subpage-detailL  ul {
	display: block;
	margin-left: 8px;
	padding-left: 8px;
	padding-right: 8px;
	color: #37424a;
	line-height: 14px
	}
	
#subpage-detailL  ul li {
	list-style-image: url('Images/bullet-arrow.gif');
	margin-bottom: 5px
	}		
	
ul li {
	list-style-image: url('Images/bullet-sq.gif');
	margin-bottom: 5px
	}	

/*	Footer */

#footer {
	width: 885px;
	margin-top: 10px;
	
	color: #464646;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #464646;
	text-decoration: underline
	}	

#footer a:hover, #footer a:visited:hover {
	color: #0054a6;
	text-decoration: none
	}

/*	Search Results */

.searchTerm {
	background-color: #fff200;
	font-weight: bold
	}
