@charset "utf-8";
/* CSS Document */

#pbox1{
	height: 10px;
	background-image: url(images/pbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #dad4d4;
}

#pbox2{
	height: 10px;
	background-image: url(images/pbox.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #dad4d4;
}

#pbox{
	margin: 10px auto 20px;
	width: 160px;
	background-color: #dad4d4;
}

#nav li a.active{
	background-image: url(images/nav.jpg);
	background-color: #639AC1;
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #000;
}

#nav li a.active:hover{
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #000;
}

#nav li a:hover{
	color: #333333;
}

#nav li a{
	display: block;
	text-align: center;
	background-image: url(images/nav.jpg);
	background-color: #639AC1;
	background-color: #DED5D8;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 25px;
	text-decoration: none;
	color: #908C8B;
	margin-bottom: 3px;
	line-height: 23px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#nav li{
	display: block;
}
#nav ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

#nav{
	margin-bottom: 20px;
}

#contact h3{
	margin: 0;
}

#contact a{
	color: #808080;
}

#contact p{
	margin: 5px 0 0 0;
}

#contact{
	padding: 0 20px 0 10px;
	color: #808080;
	font-size: 80%;
}

#lp{
	/*background-color: red;*/
	width: 180px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

#banner{
	position: absolute;
	margin: 0 auto;
	left: 40%;
	background-image:url(images/nameplate.png);
	width: 383px;
	height: 20px;
}

#m2{
	background-image: url(images/maincaps2.jpg);
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #33739F;
	position: absolute;
	right: 0;
	top: 0;
}

#m1{
	background-image: url(images/maincaps.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #33739F;
	text-align: center;
	position: relative;
}

#m4{
	background-image: url(images/maincaps2.jpg);
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #33739F;
	position: absolute;
	right: 0;
	top: 0;
}

#m3{
	background-image: url(images/maincaps.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #33739F;
	position: relative;
}

#content li{
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-bottom-color: #33739F;
	border-left-color: #33739F;
	list-style: none;
}

#content blockquote{
	font-size: 18px;
	font-variant: normal;
	text-transform: lowercase;
	color: #EEEEEE;
	font-style: italic;
	text-align: center;
}

#content a:hover{
	color: #D9CE19;
}

#content a{
	color: #F2FA1C;
}

#content p{
	padding: 0 20px;
}

#footer{
	text-align: right;
	font-size: 70%;
}

#content{
	padding: 20px 30px;
}

#main{
	background-color: #33739F;
	background-image: url(images/main.jpg);
}

#rp{
	/*background-color: green;*/
	margin: 0 20px 0 200px;
}

#page{
	max-width: 975px;
	min-width: 760px;
	margin: 20px auto;
}

body{
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #FFFFFF;
}

#myform button{
	padding: 5px 10px;
}

#myform input, textarea{
	font-size: 120%;
	padding: 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: none;
}

#myform th{
	width: 35%;
}

#myform th,td{
	padding: 3px;
}

#myform th{
	text-align: right;
	font-weight: normal;
}

#myform{
	display: block;
	margin: 0 auto;
}

a img{
	border: none;
	text-decoration: none;
	vertical-align: text-bottom;
	
}

.highlight{
	background-color: #FFF7C1;
	color: #333333;
}

