body {
	color: black;
	text-align: left;
	margin: 0;
	padding: 0;
    background: url("pics/bg_landing_header.png") repeat-x scroll 0 0 #E9EBE7;
    font-size: 80%;
    font-family: Arial,Helvetica,sans-serif;
}

#header {
    height: 142px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.4em;
    position: relative;
    width: 1024px;
}

#headermobile {
    height: 142px;
    overflow: hidden;
    padding-top: 0.4em;
    position: relative;
    width:100%;
}

#headerLinks {
	top:0px;
    float: right;
    width:350px;
    height:142px;
    position:relative;
    overflow:hidden;
}

#headerLinks ul li {
    background: url("icon_header_links_divider.gif") no-repeat scroll right center transparent;
    margin-right: 1.1em;
    padding-right: 1.2em;
}
#headerLinks ul li.last {
    background: none repeat scroll 0 0 transparent;
}

ul#globalNav {
    clear: left;
    overflow: hidden;
    top:0;
    margin:0;
    padding:0;
}
ul#globalNav li {
    color: #FFFFFF;
    float: left;
}
ul#globalNav li a {
    color: #FFFFFF;
    font-size: 1.2em;
}

#topbit {
	margin: 0px;
	padding: 0px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-top:solid 1px black;
	height: 15px;
}

.box {
	float: left;
	margin: 0px;
	padding: 0 10px 0 35px;
	height: 65px;
	width: 65px;
	text-align: right;
}


#page {
		position: static;
	margin: 0px auto;
	width: 1000px;
}

#content {
	float: left;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	width: 960px;
	overflow: hidden;
}

#navigation {
	float: left;
	top:95px;
    position: relative;
    width: auto;
}

ol, ul {
    list-style: none outside none;
}

ul#mainNav li {
    display: inline;
    float: left;
    height: 3em;
   /* margin-right: 1.2em;*/
}

ul#mainNav li {
    display: inline;
    float: left;
    height: 3em;
    margin-right: 1.2em;
}

ul#mainNav li a {
    color: #FFFFFF;
    display: block;
    font-family: "FuturaBT-Book",'Gill Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 120%;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

ul#mainNav li a.current {
    color: white;
    display: block;
    font-family: "FuturaBT-Book",'Gill Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 120%;
    font-style: bold;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url("Main_nav_arrow_indicator.gif");
    background-repeat:no-repeat;
    background-position: center bottom;
    padding-bottom: 16px;
}

ul#mainNav li a:hover, ul#mainNav li.current a {
    border-bottom: 1px solid #FFFFFF;
    display: block;
    padding-bottom: 9px;
    text-decoration: none;
    background-image: url("");
}

ul.breadcrumb {
    clear: left;
    height: 1%;
    overflow: hidden;
    width: 100%;
}
ul.breadcrumb li {
    float: left;
}

#logo {
    float: left;
	margin-top: 30px;
}

#brand {
    float: right;
    width:auto;
}

.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    } 

#footer {
	margin: 0px;
	height: 115px;
	font-style: bold;
    font-weight: bold;
    background-image: url("bg_body_bottom.png");
    background-repeat:no-repeat;
    background-position: center top;
    overflow: hidden;
}

#footer p {
	text-align: center;
}

#aform {
	position: relative;
	left: 80px;
	background-color:#e1e1e1;
	margin: 0px;
	width: 770px;
	height: 550px;
	border: solid 1px black;
}

#regform {
	position: relative;
	left: 80px;
	background-color:#e1e1e1;
	margin: 0px;
	width: 770px;
	border: solid 1px black;
	padding-left: 6px;
}

#macbit {
	position: static;
	margin: 0px;
	height: 15px;
	padding:0px;
	font-size: 120%;
}

#formline {
	font-weight: bold; 
	font-size: 120%;
	margin: 20px;
	padding: 0px;
}

#oscheck {
	font-weight: bold; 
	font-size: 120%;
	margin: 20px;
	padding: 0px;
}

.texta {
 position:absolute;
 font-size: 12px;
 left: 230px;
}

#registration {
	text-align: left;
	float: left;
	margin: 5px 5px 5px 5px;
	width:290px;
	color:#d4d4d4;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(59,107,130)), color-stop(0.55, rgb(59,107,130)), color-stop(0.78, rgb(59,107,130)) );
    background: -moz-linear-gradient( center bottom, rgb(59,107,130) 9%, rgb(59,107,130) 55%, rgb(59,107,130) 78% );
    background: -o-linear-gradient( center bottom, rgb(59,107,130) 9%, rgb(59,107,130) 55%, rgb(59,107,130) 78% );
    background: rgb(59,107,130);
	padding: 20px 15px 0 0;
	border: solid 1px black;
	position: relative;
}

#registration a{
color:red;
}

#registration h1{
	color:white;
	}
	
#dhcp {
	text-align: left;
	float: left;
	margin: 0;
	width:940px;
	padding: 20px 15px 0 0;
	border: dashed 1px black;
	position: static;
}

#dhcp h1{
	color:white;
	}

#other {
	text-align: left;
	float: left;
	margin: 0;
	width:940px;
	padding: 20px 15px 0 0;
	position: static;
}

#dhcp a {
	color: white;
	text-decoration: none;
}

#dhcp a:hover {
	color: grey;
	text-decoration: none;
}

#menu {
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	margin-left: 260px;
	border-top-style: none;
	z-index: 10;
	width: 670px;
	}
	
@font-face {
   font-family: "FuturaBT-Book";
   src: url("style_571.eot?#iefix") format("embedded-opentype"), url("style_571.woff") format("woff"), url("style_571.ttf") format("truetype"), url("style_571.svg#FuturaBT-Book") format("svg");
}
@font-face {
    font-family: "FuturaBT-BookItalic";
    src: url("style_572.eot?#iefix") format("embedded-opentype"), url("style_572.woff") format("woff"), url("style_572.ttf") format("truetype"), url("style_572.svg#FuturaBT-BookItalic") format("svg");
}

a {
    color: #3A687D;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a img {
border: none;
}

/* *************** HEADERS *************** */

html, body, input {
    font-family: Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: FuturaBT-Book,Gill Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
    color: #333333;
	height: 30px;
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: #eeeeee;
	color: black;
}


			 