/********
 * HTML *
 *******/
html, body {
	padding: 0px; 
	margin: 0px;
	width: 100%;
}
html {
	overflow-y: scroll;
}
body {
	color : #000000;
	font-family : "Century Gothic", arial;
	font-size : 14px;
}
td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	color : #000000;
	font-family : "Century Gothic", arial;
	font-size : 14px;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 10px 0px 10px 0px;
}
img { 
	border: 0;
	vertical-align: bottom;
}



/**********
 * LAYOUT *
 *********/
.page {
	width: 1200px;
}

.contentHolder {
	width: 1180px;
	margin: 20px 0px 10px 10px;
}

.menu {
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 10px;
}

.content {
	float: left;
	width: 940px;
	text-align: left;
	margin-left: 30px;
}

.header {
	margin-top: 16px;
	margin-bottom: 12px;
}

.header img {
	float: left;
	border: 0px;
}

.header br {
	clear: left;
}

a:link, a:visited, a:hover {
	color: #F1403A;
	font-size: 1em;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.menu a:link, .menu a:visited, .menu a:hover {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}

.menu ul {
	list-style-image: url(/images/list-menu.jpg);
}

.footer {
	margin-top: 0px;
	width: 1200px;
	text-align: center;
	font-size: 0.8em;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #000000;
	text-decoration: none;
}


/************
 * HEADINGS *
 ***********/
h1 {
	color: #F1403A;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 1.2em;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	color: #F1403A;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 1em;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	text-decoration: underline;
	font-weight: normal;
}
h5 {
	color: #F1403A;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
h6 {
	color: #000000;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}


/***********
 * MODULES *
 **********/
.sitemapcontent {
	width: 50%;
	margin-left: 25%;
}

.contactForm {
	width: 470px;
	margin-left: 235px;
}

.textBox {
	border: 1px solid #302f2f;
	width: 100%;
}

.textBoxLabel {
	vertical-align: top;
}

.contactInput {
	border: 1px solid #302f2f;
	background-color: #ffffff;
	color: #000000;
}

.contactButton {
	border: 1px solid #302f2f;
}

.textBoxHeader {
	text-align: center;
	font-weight: bold;
	background-color: #000000; 
	color: #ffffff;
}

.contactButton {
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}