﻿/* ---------------------- CSS layout ---------------------- */
#wrap {
	background-image:url(../images/topbg new.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:950px;
	background-color:#FFFFFF;
	min-height:400px;
	margin:0px auto 0px auto;
}
#searchbox
{
float:right;
vertical-align:top;
max-width:300px;
padding-right:10px;
margin:0px;
max_height:40px;
}

#masthead {
	margin-top:20px;
	padding-top:0px;
	min-height:0px;
	max-width:950px;
	z-index:3;
	text-align:left;
	height: auto;
	width: auto;
}
#top_nav {
	margin-top:0px;
	padding-top:0px;
	padding:0px;
	min-height:25px;
	max-width:950px;
}
#container {
	position: relative;
	max-width:950px;
	background-image: url(../images/NewBG%20for%20extra%20large%20area%201.png);
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	max-width:200px;
}
#page_content {
	background-color:#FFFFFF;
	margin-right: 200px;
	margin-left: 210px;
	min-width:500px;
	max-width:600px;
	min-height:400px;
	
}

#page_content_single_col {
	background-color:#FFFFFF;
	min-height:400px;
}

#right_col {
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	max-width:210px;
	visibility: visible;
	z-index: 2;
	background-color: #FFFFFF;
}

#footer {
	background:#FFFFFF;
	padding-top:5px;
	padding-bottom:0px;
	line-height:16px;
	max-width:950px;
	min-height:25px;
	text-align:center;
	vertical-align:bottom;
}
#footer_mirror {
	background:url(../images/footer.png) repeat-x;
	padding-top:5px;
	line-height:16px;
	max-width:950px;
	min-height:75px;
	margin:10px auto 0px auto;
	text-align:center;
}

#content_padding {
	padding-right:10px;
	padding-left:10px;
	width:auto;
}
#ulnopad {
	text-align:left;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	background-repeat: no-repeat;
}
/* ---------------------- generic element styling ---------------------- */
p {
	padding-top:10px;
	margin-right:5px;	
	color:#333333;
	font-family:Tahoma;
	font-size:14px;
}
ul {
	text-align:left;
	margin-right:100px;	
	color:#333333;
	font-family:Tahoma;
}

a:link {
	color: #006699
}     /* unvisited link */
a:visited {
	color: #005577
}  /* visited link */
a:hover {
	color: #555599
}   /* mouse over link */
a:active {
	color: #556699
}   /* selected link */
h1 {
	font:Tahoma;
		font-size:24px;
	text-align:center;
	color:#006699;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size:18px;
	color:#006699;
}
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #292929;
	line-height: 16px;
	margin: 0 auto;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #8e8e8e;

	
}
hr {
	max-width:300px;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
	
/* ---------------------- specific element styling ---------------------- */
