/*------------------------------
Author: Dennis Huh

	Table of Contents
	
	01. Reset
	02. General styles
	03. Header 
	  03a. Header Logos
	  03b. Header Top Nav
	04. Main Nav
	05. Footer

---------------------------------*/

/*--------------------------------
		01. Reset
----------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*--------------------------------
		01. General
----------------------------------*/

body{
background: #d4dce4 url(../images/background.jpg) repeat-x top left;
font-family: arial, verdana, "san-serif";
border-top: 3px solid #d4dde4;
}

p{
  font-size: 12px;
  line-height: 160%;
  color: #666666;
  margin: 0 0 15px 0;
}

em{
  font-style: italic;
}

strong{
  font-weight: bold;
}

h1{
  color: #ff0000;
  font-size: 29px;
  margin: 0 0 6px 0;
}

h2{
  color: #6f8aa8;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
}


h3{
  color: #143066;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px 0;
}

a{
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color: #F40508;
}

label{
  color: #133066;
  font-weight: bold;
  font-size: 12px;
}

dl{
  width: 200px;
  float: left;
}

dl dt{
  color: #6f8aa8;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px -2px;
}

dl dd{
   margin: 0 0 3px 0;
   color: #6f8aa8;
   font-size: 12px;
}

dl dd a{
  color: #fff;
  font-size: 12px;
 
}

dl dd a:hover{
  color: #9FCFFF;
}

dl dd a.active{
  color: #9FCFFF;
}

label span{
  color: #ff0000;
  font-size: 14px;
}

input{
border: 1px solid #999999;

}

select{
width: 147px;
}

#wrapper{
  width: 980px;
  margin: 0 auto;
}
/*--------------------------------
		03. Header
----------------------------------*/
#header{
  width: 980px;
  float: left;
  background: transparent url(../images/call-girl.gif) no-repeat scroll 670px 7px
}

/*--------------------------------
		03a. Header Logos
----------------------------------*/
#a1-logo{
  display: block;
  text-indent: -9999px;
  background: url(../images/freeman-logo.gif) no-repeat bottom left;
  height: 100px;
  width: 361px;
  float: left;
}

#northam-logo{
  display: block;
  text-indent: -9999px;
  background: url(../images/northamerica-logo.gif) no-repeat bottom left;
  height: 90px;
  width:151px;
  float: left;
}

#sti-logo{
  display: block;
  text-indent: -9999px;
  background: url(../images/sti-logo.gif) no-repeat bottom left;
  height: 90px;
  width: 89px;
  float: left;
}


/*--------------------------------
		03b. Header Top Nav
----------------------------------*/
#top-nav{
  float: right;
  padding: 20px 0 0 0;
  font-size: 12px;
  width: 331px;
}


#top-nav li {
  display: inline;
  padding: 0 4px;
  color: #d4dce4;
  text-align: right;  
}

#top-nav li a{
  font-size: 11px;
  color: #6f8aa8;
  font-weight: normal;
}

#top-nav li a:hover{
  color: #0852A3;
}

#top-nav li a.active{
  color: #0852A3;
}

#top-nav li.phone-number{
  clear: left;
  font-size: 28px;
  color: #ff0000;
  width: 245px;
  font-weight: bold;
  float: right;
  padding-right: 0px;
}

#top-nav li#facebook{
  background: url(../images/fb-logo.gif) no-repeat top left;
  clear: both;
  height: 21px;
  padding: 4px 0 0 25px;
  margin: 5px 0 0 10px;
  width: 180px;
  float: right;
}

#top-nav li#facebooka{
  clear: both;
  height: 21px;
  padding: 4px 0 0 25px;
  margin: 5px 0 0 10px;
  width: 180px;
  float: right;
}

#top-nav li.last-link a {
  padding-right: 0px;
}

#social {width:200px; float:right; padding-top:8px;}
#social ul {float:left;}
#social ul li {padding-right:10px;}

/*--------------------------------
		04. Main Nav
----------------------------------*/
#main-nav{
  float: left;
  clear: both;
  width: 980px;
  height: 25px;
  padding:12px 0 0 16px;
  margin: 15px 0 0 0;
  background: url(../../../images/nav-back.gif) no-repeat top left;
}

#main-nav li{
  float: left;
  font-size: 12px;
  padding:0 18px 0 0;
}

#main-nav li a{
  color: #fff;
  font-weight: bold;
}

#main-nav li a:hover{
  color: #F40508;
}

#main-nav li a.active{
  color: #F40508;
}

/*--------------------------------
		05. Footer
----------------------------------*/
#footer-container{
  clear: both;
  float: left;
  width: 100%;
  padding: 25px 0 0 0;
  background: #143066 url(../images/footer-back.gif) repeat-x left top;
}

#footer{
  width: 980px;
  margin: 0 auto;
}

#footer dl{
  margin: 40px 0 0 0
}

#left-column{
  width: 640px;
  float: left;
}

#left-column p{
  color: #ffff99; 
  padding: 0 10px 0 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}

#left-column p span{
  color: #fff;

}



#moving-resources{
  padding: 0 0 0 27px;
}

#left-column dl#comp-info{
  width: 160px;
  padding: 0 0 0 20px;

}

#left-column dl#client-log{
  padding: 0 0 0 20px;
  margin: 40px 0 0px 0;
}

#left-column dl#consumer{
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
}

#left-column #consumer dd{
  color: #ffff99;
  font-size: 18px;
  margin: 5px 0 0 0;
}

#right-column{
  width: 330px;
  float: right;
}

#get-started-button{
  color: #ffff99;
  background: url(../images/footer-button-back.gif) no-repeat left top;
  width: 303px;
  height: 31px;
  display: block;
  padding: 12px 0 0 30px;
}

#get-started-button:hover{
  background: url(../images/footer-button-back.gif) no-repeat left bottom;
  color: #fff;
}

#a-1-info{
  width: 180px;
  padding: 12px 0 0 0;
}

#employee-login{
  width: 120px;
  padding: 12px 0 0 10px;
}

#right-column dl#northam{
  clear: both;
  padding: 12px 0 0 0;
  margin: 0;
}



#copy{
  float: left;
  clear: both;
  padding: 50px 25px 25px 25px;
  width: 930px;
  font-size: 11px;
}


#copy li{
  font-size: 11px;
  color: #999999;
  float: right;
  
}

#copy li.float-left{
  float: left;
}

#copy li a{
  color: #999999;
  font-weight: normal;
  
}

#copy li a:hover{
  color: #0066cc;
}


#resume-form input{
	width: 250px;
}

#resume-form textarea{
	width: 400px;
	border: 1px solid #999;
	height: 200px;
}

#resume-form input.submit-res{
	width: 100px;
}

.submit-res:hover{
	cursor: pointer;
}
