@font-face {
    font-family: 'OstrichSansMedium';
    src: url('../fonts/ostrich-regular-webfont.eot');
    src: url('../fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-regular-webfont.woff') format('woff'),
         url('../fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */
/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
background-color:#000;
    color: #AFAFAF;
    font-family: palatino;
    font-size: 13px;
    line-height: 140%;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font-family: 'OstrichSansMedium',Arial,Helvetica,sans-serif;
font-size: 20px;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
li {
	list-style-type:disc;
	color: #1E82CC;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
color: #0A4E8E;
}
a:hover {
text-decoration:none;
color: #1E82CC;
}
.pageLink, .pageLink:visited {
text-decoration:none;
color: #FFFFFF;
}
.pageLink:hover {
text-decoration:none;
color: #156EAF;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrapper {
width:900px;
margin: auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/***** Content Divs*****/
#header {
width: 900px;
height: 254px;
float: left;
margin-bottom: 30px;
margin-top: 10px;
background: url(../images/header.png) 0 0 no-repeat;
}
#header h1 {
    color: #888888;
    font-family: 'OstrichSansMedium',Arial,Helvetica,sans-serif;
    font-size: 32px;
    letter-spacing: 0.02em;
    margin: 192px auto 0;
    text-align: center;
}
#content {
width: 900px;

float: left;
}
#contentTextOnly {
width: 500px;
padding: 0 200px 0 200px;
float: left;
}
#footer {
width: 900px;
height: 1px;
float: left;
margin-top: 20px;
margin-bottom: 100px;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #0a5194 50%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#0a5194), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #000000 0%,#0a5194 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #000000 0%,#0a5194 50%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #000000 0%,#0a5194 50%,#000000 100%); /* IE10+ */
background: linear-gradient(left, #000000 0%,#0a5194 50%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#footer ul {
    margin-top: 12px;
    width: 450px;
    margin: 12px auto 0;
}
#footer ul li {
    float: left;
    list-style: none outside none;
    text-align: center;
    padding: 0 14px;
}
#footer ul li a {
    font-family: 'OstrichSansMedium',Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 300;
}
#contactusLeft {
width: 200px;
padding-left: 200px;
padding-right: 15px;
float: left;
}
#contactusRight {
width: 335px;
padding-left: 15px;
padding-right: 100px;
float: left;
}

/***** Content Classes*****/

.textbox {
	padding: 0 15px 0 15px;
}
.formTextbox{
	border: 1px solid #FFFFFF;
	width: 190px;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.contactText{
	font-size: 12px;
	color: #666666;
}
.blueText{
	color: #135484;
}

