/*Webvnew- Cornerstone.css */
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	color: #333;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFF;
	text-align:left;
	background-color: #B4BDDC;
	
}

#wrapper{
	background-color: #FFF;
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	max-width: 1000px;
	min-width: 800px;
	color: #00486A;
	font-size: 1emx;
}

#wrapper p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	}
#wrapper a {
	text-decoration: none;
	color: #033;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
}
	
#wrapper a:hover {
	color: #C00;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	font-style: oblique;
}		
#wrapper td p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	text-align: center;
}

#wrapper td h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #333;
	font-weight: bold;
	text-align: center;
}
#wrapper td h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09em;
	color: #333;
	font-weight: bold;
}
#wrapper td a {
	text-decoration: none;
	color: #B4BDDC;
	font: normal 09em Arial, Helvetica, sans-serif;
}
#wrapper td a:hover a:focus {
	text-decoration: none;
	color: #CCC;
	font-style: oblique;
	background-image: url(../images/cornice_h_bg.png);
}
#wrapper td {
	text-align: center;
}	
#header{
	height: 200px;
	background-repeat: no-repeat;
	background-color: #B4BDDC;
	top: 10px;
	background-image: url(../images/logo.png);
}
#header2{
	height:202px;
	background-repeat: no-repeat;
	background-color: #B4BDDC;
	top: 0px;
	text-align: left;
}
#banner {
	background-repeat: repeat-x;
	height: 20px;
	background-image: url(../images/cornice_h.png);
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #0B2580;
	padding: 10px;
	text-align: center;
}

#nav {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 25px;
	margin-bottom: 10px;
}

#nav ul {
	padding: 10;
	margin: 0;
}

#nav ul li {
	display: inline;
	padding: 10;
	margin: 0;
}

#nav ul li a {
	font-size: 100%;
	color: #C00;
	text-decoration: none;
	padding: 10px 15px 0 15px;
	border-right: 1px #B4BDDC;
	text-align: center;
	width: 9em;
	font-weight: bold;
}

#nav ul li a:hover, #nav ul li a:focus {
	font-style: oblique;
	color:#C00;
}

#leftcol{
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	width: 47%;
	height: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 10px;;
	background-color: #FFF;
	border-right: medium;
	border-right-color: #5C557F;
	text-align: center;
	color: #00486A;
	font-size: 1em;
	
}

#midcol{
	margin-top: 0px;
	width: 98%;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	color: #00486A;
	padding: 10px;
	margin-bottom: 10px;
	float: none;
	text-align: center;
	font-size: 1em;
}
#rightcol{
	margin-top: 0px;
	float: right;
	width: 47%;
	height: auto;
	margin-right: 0px;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	text-align: center;
	color: #00486A;
	font-size: 1em;
}
.button{
	width:130px;
	height:35px;
	top:0px;
	left: 0px;
}

.button ul {
	margin: 0px;
	padding: 10px;
	list-style-type:none;
}
.button li{
	float: left;
	position: relative;
	list-style-type: none;
	background-color: #B4BDDC;
	width: 130px;
	height: 35px;
	background-image: url(../images/button.png);
}
.button li:first-child {
}

a.roll{
	width:130px;
	height:35px;
	padding-top:15px;
	display:block;
	font: bold 10pt verdana, sans-serif;
	text-align:center;
	background-image: url(../images/button_1.gif);
	color: #FFF;
}
	
.button li button a.roll:link 
			{
	background-position: 0px 0px;
	color: #FFF;
	text-decoration:none;
	height: 35px;
	background-color: rgba(255,255,255,1);
}
.button li button a.roll:visited 
			{
	background-position: 0px -35px;
	color: #FFF;
	text-decoration:none;
	height: 35px;
}
.button li button a.roll:hover 
			{
	background-position: 0px -70px;
	color:#FFF;
	text-decoration:none;
	font-style: oblique;
	height: 35px;
}
.button li button a.roll:active {
	background-position: 0px -105px;
	color:#FFF;
	text-decoration:none;
	height: 35px;
}		
			
.button ul li ul {
	width: 10em;
	position: absolute;
	margin-left: 125px;
	top: 0px;
	left: -1px;
}
.button ul li ul li {
	width: 130px;

	padding 0 0 1px;
}
.button ul li ul li:first-child {
}
.button ul li ul {
	display:none}
.button ul li:hover ul {
	display:block;
}
.button ul li ul li ul {
	top:0px;
	left:-1px;
	position:absolute;
	visibility:hidden;
	margin-left:-1 px;
	}
.button ul li ul li:hover ul {
	visibility:visible;
}
#content{
	width: 980px;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	padding:10px;
}
#content p{
	color: #333333;
	margin: 20px;
	font-size: 1.2em;
}

#content h1{
	color: #CCC;
	padding: 0;
	margin:20px;
}

#content h2{
	color: #333;
	padding: 0;
	margin: 20px;
}
		
.leftimage{
	float:left;
	margin: 10px 10px 10px 5px;
}

.rightimage{
	float:right;
	margin: 5px 5px50px 10px;
	width: 80px;
}

.clearit{
clear: both;
background-color: #0038A9;
}

#footer{
	clear: both;
	color: #0B2580;
	background-color: transparent;
	height: 20px;
	background-image: url(../images/cornice_h.png);
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}

#footer p{
	font-size: 90%;
	padding: 3px;
	color: #333;
}
#footer a {
	text-decoration: none;
	color: #0B2580;
}
#footer a:hover {
	text-decoration: none;
	font-style: oblique;
	color: #0B2580;
}
#container{
	width: 100%x;
	float: none;
	background-color: #E8F5F7;
	padding: 10px;
	color: #036;
	font-size: 12px;
	clear: both;
	margin: 0 0 0 0px;
}

#container p {
	color: #036;
}
#container a {
	text-decoration: none;
	color: #0038A9;
}
#container a:hover {
	text-decoration: none;
	font-style: oblique;
	color: #0046D9;
}
