@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}

td {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	line-height:14px;
}

.in5 { padding-top:5px; }
.in10 { padding-top:10px; }
.in15 { padding-top:15px; }
.in20 { padding-top:20px; }
.in25 { padding-top:25px; }

img {
	border:0;
}
.img10 { margin-left: 10px; }

h1 {
	line-height: normal;
	margin-bottom: 1.5em;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #990000;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

a {
	text-decoration:underline;
	color:#CC0000;
}

a:hover{text-decoration:none; }
b {
	color:#990000;
	font-weight:bold;
}
ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
}
li {
	background:url(/images/li.gif) center left no-repeat;
	margin:0 0 0 10px;
	padding:0 0 0 11px;
	line-height:16px;
}
.latest { line-height:15px;}
		
input, select, textarea {
	border: 1px solid #666666;
	color:#333333;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #FFFFFF;
}
input, select { height: 24px; }
.button {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	border: solid 1px #666666;
	padding: 4px;
	margin-top: 4px;
	width:auto;
	height:auto;
	text-align: center;
}
.button:hover {
	background-color: #EFEFEF;
	cursor: pointer;
	color: #CC0000;
}
#main_div, #inner_frame {
	margin: auto;
	width: 766px;
}
.col_r  { margin: 20px; }

#w #bottom {
	width: 100%;
	height: 50px;
}
#services  {
	padding: 20px;
	width: 250px;
	vertical-align: top;
}
.box1 {
	width: 250px;
	height: 90px;
	background-image: url(/images/box1.gif);
	background-repeat: no-repeat;
	padding: 20px;
	text-align: left;
	float: left;
	margin: 0 0 10px 25px;
}
.box2 {
	width: 580px;
	height: 220px;
	background-image: url(/images/box2.gif);
	background-repeat: no-repeat;
	padding: 20px;
	margin: 0 auto 20px auto;
	clear: both;
}



/* Contact Form */
#contact .left, #contact .right {
	float:left;
	width: 220px;
}
#contact div {
	margin:5px auto;
	font-size: 12px;
}
#contact input, #contact select, #contact textarea {
	border: 1px solid #666666;
	color:#000000;
	display: block;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	text-align:left;
	background-color: #FFFFFF;
}
#contact input {
	width:200px;
	height: 24px;
}
#contact select {
	width:200px;
	margin-bottom: 10px;
	padding: 2px;
}
#contact textarea {
	width:200px;
	height:110px;
	overflow:auto;
	margin-bottom:10px;
}
#contact input.button {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: auto;
	background-color: #FFF;
	border: 1px solid #666666;
	color:#CC0000;
	cursor: pointer;
	display: inline;
	outline:none;
	text-align: center;
}
#contact .red { border: 1px solid red; }
#contact label.red {
	border: none;
	color: red;
}
#contact .customRed {
	border: none;
	color: red;
}
#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}
#contact .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#footer {
	color:#FFFFFF;
	font-size:10px;
	padding-bottom: 20px;
	width: 766px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #990000;
	height: 50px;
}
#footer a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	margin: 3px;
}
#footer a:hover { text-decoration: underline; }
#footer #nav {
	float: left;
	width: 400px;
	text-align: center;
	line-height: 20px;
	margin: 10px;
}
#footer #nav a {
	text-decoration: none;
	font-size: 12px;
}
#footer #nav a:hover { text-decoration: underline; }
#footer #copyright {
	float: right;
	font-size: 10px;
	text-align: center;
	margin: 10px;
}
#w {
	margin: auto;
	width: 100%;
}
#w #top {
	width: 100%;
	height: 303px;
	margin: auto;
	background-image: url(/images/px_head.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#w #top #head{
	width: 766px;
	height: 303px;
	margin: auto;
}
#w #top #menu {
	float: left;
	height: 303px;
	width: 206px;
}
#w #top #header {
	float: left;
	height: 303px;
	width: 558px;
}

#copyright a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
#copyright a:hover { text-decoration: underline; }
