@charset "utf-8";

* {padding: 0; margin: 0; border: 0;}
p {padding: 8px 0px;}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #545d63;
	margin-top: 0px;
}

a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #ccc;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
	
}
#footer a:hover {
	text-decoration: none;
	color: #ccc;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
	
}

#side_column a:link {
	color: #FFF;
	text-decoration: none;

}
#side_column a:visited {
	text-decoration: none;
	color: #FFF;

}
#side_column a:hover {
	text-decoration: none;
	color: #CCC;

}
#side_column a:active {
	text-decoration: none;
	color: #FFF;

}


h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 23px;
	color: #ccc;
	display: block;
	text-indent: 4px;
	border-left: 2px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
}

h2 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 20px;
	
}

h3 {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CCCCCC;
	height: 20px;
	line-height: 20px;
	margin: 5px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	background-color: #000033;
	text-indent: 3px;

}

h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	text-indent: 4px;
	border-left: 2px solid #ccc;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 2px;

}

#header {
	height: 149px;
	background: url(images/header.jpg) no-repeat;
}
#header #header_contact {
	float: right;
	width: 300px;
	text-align: right;
	margin: 70px 20px 0 0;
	font-size: 12px;
}


#nav {
	padding: 0px;
	height: 51px;
	clear: both;
}

#flash {
	clear: both;
	background: url(images/flash_bg.jpg) no-repeat;
	height: 180px;
}

#maintext_wrapper {
	background: #545d63;
	width: 760px;
	margin: 0 auto;
}

#maintext_border {
	margin: 0 auto;
}

#side_column {
	float:left;
	width: 152px;
	border-right: 1px dashed #999;
	color: #FFF;
}

#side_column li {
	list-style: none;
	padding-botom: 10px;
	border-top: 1px dashed #999;
	padding-bottom: 10px;
}

#far_right {
	float: right;
}

#maintext {
	float:right;
	width: 600px;
}

#maintext ul {
	padding-left: 30px;
}

#maintext li {
	text-indent: 20px;
}
#clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	letter-spacing: 2px;
	background: #000033;
	line-height: 32px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
	font-weight: bold;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	width: 740px;
	margin: 0 auto;
	padding-right: 20px;
}
#call {
	font-size: 18px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-top: 1px dashed #ccc;
	text-align: right;
	padding: 5px 0 10px 0;
	padding-right: 20px;
}

.border {
	border: 1px solid #000033;
}

