/* ------ MEDIA TAG ----- */

@media screen {

body {
	background: #19171A;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

p {
	line-height: 150%;
}

a {
	color: #19171A;
}

a:hover {
	color: #516379;
}

h1 {
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	color: #000;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #BBBBBB;
}

#siteContainer {
	margin: 0px auto;
	border: 1px solid #FFF;
	width: 764px;
	background: #9C9D9F;
}

#menu {
	float: left;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 156px;
	text-align: center;
	font-size: 14px;
}

#menu a {
	text-decoration: none;
	color: #9BA0A4;
	border-bottom: 1px solid #9C9D9F;
	display: block;
	width: 156px;
	margin: 0px;
	padding: 13px 0px;
	background: url(/images/menu-bg.jpg) repeat-y top;
}

#menu a:hover, #menu a.selected {
	text-decoration: none;
	color: #FFF;
	background: url(/images/menu-hover-bg.jpg) repeat-y top;
}

#header {
	float: left;
}

#strapline {
	text-align: center;
	margin: 0px;
	padding: 4px 0px;
	color: #8A9BAD;
	background-color: #50647C;
	border-bottom: 1px solid #797D86;
	text-transform: uppercase;
	word-spacing: 2px;
	font-size: 10px;
}

#content {
	float: left;
	padding: 20px;
	width: 568px;
}

#footer {
	clear: both;
	background: #516379;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #758390;
	height: 55px;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

#address {
	float: left;
	height: 55px;
	padding: 5px 0px 0px 25px;
	font-size: 11px;
}

#contact {
	float: right;
	height: 55px;
	padding-right: 25px;
	line-height: 55px;
}

#contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contact li {
	float: left;
	padding-left: 20px;
}

#contact span {
	color: #000;
}

#webdesigner {
	margin: 0px auto;
	padding-top: 5px;
	width: 764px;
	color: #516379;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

#webdesigner a {
	color: #516379;
	text-decoration: none;
}

#webdesigner a:hover {
	color: #516379;
	text-decoration: underline;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}



/* ------ NON LAYOUT STYLING ----- */

.imgL {
	float: left;
	margin: 0px 7px 3px 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 3px 7px;
}

/* ------ TABLE STYLING ----- */



}

/* ------ END MEDIA TAG ----- */