﻿/* CSS layout */

input.box{
	border-width: 1px;
	border-color: #CDCDCF;
	border-style: solid;
	color: #050A48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	width: 135px;
}


#masthead {
	margin: 0 auto;
	height: 167px;
	width: 964px;
	position: relative;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 964px;
	height: 100%;
}

#page_content {
	background-position: bottom;
	width: 964px;
	height: 810px;
	background-image: url('cvmwebdesign/images/green_bg_line.jpg');
	background-repeat: repeat-x;
	z-index: 10;
}
#left_col {
	border-color: #AFAFB4;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	width: 170px;
	height: 805px;
	z-index: 301;
	left: 11px;
	top: 0px;
	background-image: url('cvmwebdesign/images/buttonbackground%20copy.jpg');
	background-repeat: repeat;
	border-top-width: 0px;
}

#footer {
	margin: 0 auto;
	height: 109px;
	width: 964px;
	z-index: 1;
	position: relative;
	background-image: url('cvmwebdesign/images/footer_bg.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
.text_bg_layer {
	position: absolute;
	width: 657px;
	height: 810px;
	z-index: 1;
	top: 0px;
	left: 173px;
}
.search_box_div {
	position: absolute;
	width: 260px;
	height: 100px;
	z-index: 1;
	left: 699px;
	top: 56px;
}
.copyright {
	color: #050A48;
}
.footer_dist_align {
	font-size: 13pt;
}
.search_box_div {
	position: absolute;
	width: 260px;
	height: 100px;
	z-index: 15;
	left: 699px;
	top: 56px;
	text-align: right;
}
.search_form {
	height: 108px;
}

