@charset "utf-8";
@import "browser_resets.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	margin-top:5px;
	padding: 0px;
	text-align: center;

	/*background: url(../assets/top_strip.jpg) repeat-x top center;
	background-color: #fff;*/
}

* {margin: 0px; padding: 0px;}

a img {border: none;}

/*============================================ Framework ==*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#masthead {height: 120px; background: url(../images/logo.jpg) no-repeat top left;}

#masthead-text{float:right; margin-top:10px;}
#masthead-text p{ padding:1px; font-size:10px;}
#masthead-text b{ color:#cd1041;}
.masthead-text-bold{font-weight:bold;}



#content-wrapper {padding: 5px 0px;}
#content {width: 640px; color: #677f8f;}
body #content {width: 900px;float: right;}

#left-col { width:470px; float: left;}
#right-col { width:400px; float: right;}
#right-col img{ margin-bottom:25px;}

#main-nav {height: 50px; background: url(../images/nav-bg.jpg); background-repeat:repeat-x; margin-top:10px;}

#footer-wrapper {
	width: 100%;
	clear: both;
}

#footer {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/bottom.jpg) no-repeat 100% 100%;
	font-size: .7em;
	line-height: 1.7em;
	color: #677f8f;
	text-align: left;
}

/*============================================ Master Typography ==*/
a{text-decoration:underline; color:#677f8f;}
a:hover{text-decoration:underline; color:#cd1041;}
div#content h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: .2em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:lighter;
}

div#content h1 b, div#content h2 b{ color:#cd1041; }
div#content h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .4em;
	color: #677f8f;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:lighter;

}
div#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.25em;
	margin-top: 1.5em;
	color: #042740;
	border-bottom: 1px dotted #999999;
}
div#content p {
	font-size: .67em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
div#content p b { color:#cd1041; }
table td{	font-size: .67em; height:36px; vertical-align:top;}


.InputBox {width:300px;
background-color: white;
border:1px #ffb6c1 solid;
padding:1px;
color:#677f8f;
}

.InputBoxNormal{
background-color: white;
border:1px #ffb6c1 solid;
padding:1px;
color:#677f8f;
}

.ButtonRollover{
	cursor:pointer;
}

div#content h4 {
	font-size: .80em;
	line-height: 1.6em;
	margin-top: 1em;
	color:#cd1041;
}
div#content h4 b{ color:#393939; }
.testimonial-contact{
	height:50px;
	float:right; 
	color:#042740; 
	width:400px; 
	text-align:right;
	padding-top:5px;
	padding-right:25px;
	
	background: url(../images/Bubble.gif); 
	background-repeat:no-repeat;
	background-position: 360px -5px;

 }
.para-bold{font-weight:bold; color: #393939;}

/*============================================ Main Navigation ==*/

#main-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main-nav li {
/*	background: url(../assets/divider.jpg) no-repeat center right;*/
	float: left;
}
#main-nav li.last {
	background: none;
}
#main-nav a:link, #main-nav a:visited {
	display: block;
	color: #677f8f;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
	padding: 10px 20px;
}
#main-nav a:hover {
	color: #cd1041;
/*	background: url(../assets/nav_highlight.jpg) no-repeat 50% 95%;*/
}


body#home a.nav-home,
body#clients a.nav-clients,
body#candidates a.nav-candidates,
body#testimonials a.nav-testimonials,
body#register a.nav-register
{
	color: #cd1041;
}

/* =========================================== Content ==*/
#content-imagepanel { float:right;}

#register-line{ background-color:#CCCCCC; width:1px; margin-left:420px; height:530px; margin-top:20px; position:absolute;}
/*============================================ Footer ==*/

#footer p {
	margin-bottom: 0px;
}

#footer a:link, #footer a:visited {
	color: #cd1041;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#foot1, #foot2, #foot3 {float: left;}
#foot1 {
	width: 310px;
	margin-top:35px;
	margin-left:72px;
	font-size:14px;
	color:#FFFFFF;
}
#foot1 a:link, #foot1 a:visited{ margin-left:40px; color:#FFFFFF;}
#foot2 {
	font-size:10px;
	margin-top:5px;
	margin-left:500px;
	text-transform:uppercase;
	color:#cd1041;
}
#foot3 h3{
	font-size:9px;
	width: 900px;
	margin-top:2px;
	color: #000000;
	font-weight:lighter;
}

/*============================================ Twitter ==*/
#tweet-box{
	font-size: .67em;
	line-height: 1.6em;
	margin-bottom: 1em;
	height: 110px;
	background: url(../images/tweet-bg.jpg); background-repeat:repeat-x;
	width: 100%;
	clear: both;
	color: #677f8f;
}

#box-tweet-left-col{ float:left; font-size:1.2em; margin-top:20px; line-height: 1.5em; color:#393939;}
#box-tweet-right-col{ float:right; margin-top:20px; line-height: 1.5em; font-size:1.0em; width:800px;}
#tweet-box-footer{float:right; font-size:0.6em;}
#tweet-box-footer a{text-decoration:none;}
