

* {
	margin: 0;
	padding: 0;
}

img { border: 0; }

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */

body {
	margin: 0;
	background: #7d91a0;
}


/*----------------------------------------------------------------------------   
    site containers
-----------------------------------------------------------------------------*/

#main-container {
	background: #fff url(../images/core/bg.jpg) center top no-repeat;
}

body.home #main-container {
	background: #fff url(../images/index/bg.jpg) center top no-repeat;
}

#container {
	width: 776px;
	margin: 0 auto;
}


/*----------------------------------------------------------------------------   
    header (logo, slogan, nav)
-----------------------------------------------------------------------------*/

#header { height: 98px; }


/* nav */
#nav {
	height: 32px;
	margin-bottom: 3px;
	background: url(../images/nav/bg.gif) repeat-x;
	position: relative;
}

#nav ul {
	height: 32px;
	list-style: none;
	margin: 0 0 0 17px;
}

#nav li {
	float: left;
	display: inline;
}

#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 9px/32px Verdana, Arial;
	color: #fff;
	background:url(../images/nav/bg.gif) repeat-x;
	display: block;
	width: auto;
	padding: 0 4px;
	border-left: 1px solid #c7d2db; /* light */
	border-right: 1px solid #586a77; /* dark */
}

/* hover state and active pages */
#nav li a:hover, 
body.home #nav li.home a, 
body.about #nav li.about a, 
body.job #nav li.job a, 
body.employers #nav li.employers a, 
body.contractors #nav li.contractors a 
body.application #nav li.application a, 
body.network #nav li.network a, 
body.social #nav li.social a, 
body.contact #nav li.contact a { background-position: 0 -32px; }



/* nav - curves left/right */
#nav .left {
	background: url(../images/nav/left.gif) no-repeat;
	width: 16px; height: 32px;
	position: absolute;
	top: 0; left: 0;
}

#nav .right {
	background: url(../images/nav/right.gif) no-repeat;
	width: 10px; height: 32px;
	position: absolute;
	top: 0; right: 0;
}



/*----------------------------------------------------------------------------   
    feature area (homepage), titles (inners)
-----------------------------------------------------------------------------*/
#feature {
	height: 135px;
	background: url(../images/index/dude.jpg) no-repeat;
}

#feature .link {
	float: right;
	width: auto;
}

#title {
	height: 82px;
	background: url(../images/core/dude.jpg) right no-repeat;
	position: relative;
}

#title h1 {
	position: absolute;
	left: 25px; bottom: 15px;
	font: normal 22px/26px Verdana, Arial;
	color: #fff;
}

#title h1 a { color: #fff; text-decoration: none; }
#title h1 a:hover { text-decoration: underline; }



/*----------------------------------------------------------------------------   
    logos down bottom
-----------------------------------------------------------------------------*/
#logos {
	padding: 10px 15px 20px 15px;
	font: 9px/11px Verdana, Arial;
	color: #4f5153;
}
#logos a { color :#5392c6; }
#logos a:hover { color :#2a2b2c; }
#logos .links { padding-top: 2px; }
#logos .links ul { list-style: none; }
#logos .links li {
	display: inline;
	margin: 10px;
}


#logos .sara{
	float:left;	
}

#logos .govt {
	float: right;
	width: 100px;
	text-align: center;
}




/*----------------------------------------------------------------------------   
    footer
-----------------------------------------------------------------------------*/
#footer-container {
	background: #7d91a0;	
}

#footer {
	width: 726px;
	margin: 0 auto;
	padding: 25px;
	font: 11px/20px Verdana, Arial;
	color: #fff;
}

#footer a { color: #fff; }
#footer a:hover { color: #202931; }




/*----------------------------------------------------------------------------   
    content
-----------------------------------------------------------------------------*/
#content p { margin: 15px 0; }

#content {
	font: 12px/18px Verdana, Arial;
	color: #4f5153;
	padding: 10px 25px 40px 25px;
}

#content a { color :#5392c6; }
#content a:hover { color :#2a2b2c; }

h1, h2, h3, h4 {
	font-weight: normal;
	color: #8b9fae;
	margin-top: 25px;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

#content hr {
	border: 0;
	border-top: 1px dashed #ddd;
	height: 1px;
}

#content ul {
	list-style: none;
	margin: 20px 40px;
}

#content li {
	padding-left: 10px;
	background: url(../images/core/bullet.gif) left 6px no-repeat;
}

table.form td {
	padding: 5px;
}

input {
	font: 12px/12px Verdana, Arial;
	color: #4f5153;
}



/* sam's word */
#sam {
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px 15px 5px 150px;
	background: url(../images/sam.jpg) 20px 15px no-repeat;
	border: 1px solid #ddd;
}


/* sub links */
#sublinks {
	width: 150px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #ddd;
}





















