@charset "utf-8";

* {margin: 0; padding: 0; border: 0}
p {padding: 7px 0px}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333;
	background-repeat: repeat-x;
	margin-top: 0px;
}

a:link {
	color: #fff000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff000;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff000;
}


#contact a:link {
	color: #fff;
	text-decoration: none;
	padding: 0px 2px;
}
#contact a:visited {
	text-decoration: none;
	color: #fff;
	padding: 0px 2px;
}
#contact a:hover {
	text-decoration: none;
	color: #fff000;
	padding: 0px 2px;
}
#contact a:active {
	text-decoration: none;
	color: #fff;
	padding: 0px 2px;
}






h1 {
	text-indent: -9999px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	display: block;
	border-left: 2px solid #fff000;
	text-indent: 5px;
	text-transform: uppercase;
}

h2 span {
	color: #fff000;
}
h3 {
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	color: #1A307B;
	background: url(images/h3_bg.gif) no-repeat;
	text-indent: 5px;
	height: 20px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	color: #fff000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 2px solid #fff;
	text-indent: 5px;
}

h4 span {
	color: #fff;
}




#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 135px;
}

#content_wrapper {
	background-image: url(images/middle_span.jpg);
	background-repeat: repeat-y;
}

#side_column {
	float: left;
	width: 177px;
}

#nav {
	float: left;
	width: 160px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}

#nav ul a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #1a307b;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dashed #ccc;	/*background: #fff000 url(images/nav1.gif) no-repeat 5px center;*/
	padding: 0 5px;
}

#nav ul a:hover {
	background: #ebde07;
}

#nav ul a.last {
	border-bottom: none;
	height: 22px;
}

#contact {
	width: 159px;
	float: left;
}
#contact ul {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}

#contact p {
	padding-left: 5px;
	display: block;
}


p.example {
	display: block;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 5px 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.example span {
	color: #fff000;
}

#maintext {
	font-size: 12px;
	width: 545px;
	float: right;
}

#maintext ul {
	padding-left: 15px;
}

#maintext li {
	list-style: none;
	background: url(images/li_tick.gif) left center no-repeat;
	text-indent: 20px;
}

#maintext_wrapper {
	padding: 5px 20px 0 15px;
}

#flash {
	width: 558px;
	float: right;

}
#flash_nav {
	height: 175px;
	background: url(images/flash_bg.jpg) no-repeat;
	padding: 0 12px 0 15px;
}



#clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	letter-spacing: 1px;
	height: 45px;
	line-height: 34px;
	background-image: url(images/footer.jpg);
	padding-right: 20px;
	font-size: 10px;
	text-transform: lowercase;
	color: #333;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
}

#footer a:hover {
	color: fff;
}

.border {
	border: 1px solid #fff000;
}

