@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
body,td,th {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
margin: 0px 0px 14px 0px;
padding: 0px 0px 0px 0px;
}
h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #CC0000;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/h2-lines.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 30px;
}
a:link {
	font-weight: bold;
	color: #CC0000;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
}
a:active {
	font-weight: bold;
	color: #FF0000;
}
#wrapper {
	width: 100%;
}
#topBarHome {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 165px;
}
#logo {
	left:355px;
	width:280px;
	height:110px;
	padding-top: 30px;
	padding-left: 30px;
}

#navBar {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../images/greyBG.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#mainContent {
	left:355px;
	width:75%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#mainContent p{
	margin-top: 0;
	padding-top: 0;
	margin-left: 32px;
} 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */


#relatedLinks {
	width:180px;
	background-color: #EEEEEE;
	float: right;
	padding: 10px;
	border: 1px solid #CC0000;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 10px;
}
.subNavOver {
	color: #FFF;
}

#subNav {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CC0000;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 120px;
	padding: 3px;
	color: #FFFFFF;
}
#subNav a{
	color: #000000;
	text-decoration: none;
}
#wrapper #navBar a {
	background-color: #CC0000;
	padding-right: 4px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul#navlist
{
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 0px;
	background-image: url(../images/greyBG.png);
}

ul#navlist li
{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

ul#navlist li#active
{
	background-color: #CC0000;
	color: #FFFFFF;
}

li#active a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#navlist a
{
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#navlist a:hover {
	background-color: #CC0000;
}



ul#subnavlist
{
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 0px;
	background-color: #CC0000;
}

ul#subnavlist li
{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

ul#subnavlist li#active
{
	background-color: #FF0000;
	color: #FFFFFF;
}

li#active a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#subnavlist a
{
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#subnavlist a:hover {
	background-color: #FF3E3E;
}
#navWidth {
	width:850px;
}