@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

html {
width: 100%;
}
body {
width: 100%;
background: #1F1E1E;
}

h1 {
font-family: century gothic, helvetica, san serif;
font-size: 36px;
font-weight: normal;
text-transform: lowercase;
color: #FFFFFF;
}
h2 {
font-family: century gothic, helvetica, san serif;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
color: #FB7F1D;
margin-top: 10px;
margin-bottom: 20px;
}
h3 {
font-family: century gothic, helvetica, san serif;
font-size: 16px;
font-weight: normal;
font-style: italic;
color: #FFFFFF;
margin-top: 20px;
margin-bottom: 0px;
}

p {
font-family: century gothic, helvetica, san serif;
font-size: 12px;
color: #FFFFFF;
line-height: 130%;
margin-bottom: 15px;
}

a {
font-family: century gothic, helvetica, san serif;
color: #FB7F1D;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

ul {
margin:0px 0px 15px 25px;
}
ol {
margin:0px 0px 15px 25px;
}
li {
font-family: century gothic, helvetica, san serif;
font-size: 12px;
color: #FFFFFF;
}

div.clear {
clear: both;
}


/* layout */

#wrapper {
width: 100%;
margin:0px 0px 20px 0px;
padding:0px;
overflow:auto;
}

div.unitwrapper {
float: left;
width: 200px;
height: 200px;
}
div.unitwrapper img:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: .6;
}

div.unitwrapper_heading {
float: left;
width: 200px;
height: 200px;
}
	div.unitwrapper_heading table {
	width: 200px;
	height: 200px;
	}
	div.unitwrapper_heading table td {
	width: 200px;
	height: 200px;
	text-align:center;
	vertical-align:middle;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;font-family: century gothic, helvetica, san serif;
	color: #FFFFFF;
	line-height: 130%;
	}
	
div.singleunitwidth {
float: left;
width: 200px;
}

div.twounitwrapper {
float: left;
width: 380px;
margin-right: 20px;
}

div.threeunitwrapper {
float: left;
width: 580px;
margin-right: 20px;
}

/* navigation */

#nav {
margin-top: 10px;
text-align: right;
}
#nav ul {
list-style-type: none;
}
#nav ul li {
font-size: 16px;
color: #FFFFFF;
}
#nav ul li a {
font-size: 16px;
color: #FFFFFF;
text-transform: uppercase;
}
#nav ul li a:hover, #nav ul li a.on {
font-size: 16px;
color: #FB7F1D;
text-decoration: none;
}

/* general classes */

p.morelink {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-style: italic;
color: #FFFFFF;
}
p.gray {
font-family: century gothic, helvetica, san serif;
font-size: 12px;
color: #999999;
line-height: 130%;
margin-bottom: 15px;
}

input.submitbutton {
width: 200px;
height: 25px;
background: url('../images/submitbutton.jpg') top left no-repeat;
border: 0;
}
input.submitbutton:hover {
width: 200px;
height: 25px;
background: url('../images/submitbutton.jpg') bottom left no-repeat;
border: 0;
}

span.headingspan2 {
font-family: century gothic, helvetica, san serif;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
color: #FB7F1D;
}