.chromestyle{
width: 99%;
font-weight: light;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
max-width: 960px;
background: transparent; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
margin-bottom: 10px;
text-align: left; /*set value to "left", "center", or "right"*/
position: absolute;
	top: 115px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-size: 12px;
color: #ffcc00;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: transparent; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Helvetica;
line-height:20px;
z-index:100;
background-color: transparent;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}



body {
font-family: helvetica,arial;
    font-size: 12px;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #666666;
}

.socialicons
{
margin-top: 20px;
margin-right: 40px;
float: right;
}

.topaddress
{
margin-top: 80px;
margin-right: -150px;
float: right;
}

.topphone
{
margin-top: 60px;
margin-right: -150px;
float: right;
}


.titlefield
    {
    text-decoration: none;
	font-family: helvetica,arial;
    font-size: 12px;
    line-height:20px;
    line-height:100%;
}

.container {
	width: 960px;
	height: 700px;
	background: #FFF;
background-image:url('http://www.embercarriers.com/ember/010912/img/right_side.jpg');
	background-repeat:no-repeat;
	background-attachment:relative;
	background-position:right;
	margin: 0 auto; 
	float: center;
	
}

.container2 {
	width: 960px;
	height: 700px;
	background: #FFF;
	background-attachment:relative;
	background-position:right;
	margin: 0 auto; 
	float: center;
	
}




ul, ol, dl { 
	padding: 8px;
	margin: 0;
}
h1, h3, h4, h5, h6,{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px; 
	font-family: helvetica,arial;
    font-size: 12px;
    line-height:20px;
}

 p {
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px; 
	font-family: helvetica,arial;
    font-size: 12px;
    line-height:160%;
}

h3{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px; 
	font-family: helvetica,arial;
    font-size: 12px;
    line-height:20px;
    font-weight:lighter;
    color: #e39530;
    word-spacing: 7px; 
    letter-spacing: 1px
}

img {
	margin-top: 0;
	padding-right: 10px;
	padding-left: 0px; 
}

h2{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px; 
	color:#ffffff;
	font-family: helvetica,arial;
    font-size: 14px;
}

h5{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px; 
	color:#ffffff;
	font-family: helvetica,arial;
    font-size: 12px;
	margin: 0;
	padding: 0;
	float: center;
}

a img { 
	border: none;
}



a:hover, a:active, a:focus {
	text-decoration: none;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
font-family: helvetica,arial;
    font-size: 12px;
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #ffffff;
	color: #000;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
font-family: helvetica,arial;
    font-size: 12px;
	background: #6F7D94;
	color: #FFF;
}


.footer {

font-family: helvetica,arial;
    font-size: 12px;
	padding: 10px 0;
	width: 960px;
top:700px;
position:absolute;
	clear: both; 
	background: #000000;
	text-align: center;


}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 12px;
	line-height: 0px;
}