body {
	font-family: Verdana;
/*	font-size: 12px; */
	font-size: small;
	color: #394a59;
	margin: 15px 0 0 15px;
}

h1, h2 {
	color: #51626f;
	font-family: Arial;
/*	font-size: 19px; */
	font-size: 150%; 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#container {
	width: 961px;
}

a:link, a:visited, a:active {
	color: #34619c;
}

a:hover {
	text-decoration: none;
}

/* = BRANDING
--------------------------------------*/
#branding {
	border-top: 5px solid #394a59;
}

.underline{
	border-bottom:1px solid #DFE5E6;
	padding-bottom:10px;
}

#branding img {
	border: 0;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* = PRIMARY NAVIGATION
--------------------------------------*/
ul#primary-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #394a59;
	float: left;
	width: 960px;
}

ul#primary-nav li {
/*	display: inline; */
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #75818b;
/*	font-size: 11px; */
	font-size: 85%; 
	
}

ul#primary-nav li a {
	display: block;
	width: 95px;	
	color: #fff;
	height: 55px;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 1px 1px 9px;
}

ul#primary-nav li a:hover, ul#primary-nav li.sfhover a {
	background: #51626f;
}

/* =DROP DOWNS
------------------------*/
ul#primary-nav li ul {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 20;
	list-style: none;
	display: none;
	border: 1px solid #75818b;	
}

ul#primary-nav li:hover {
	background: #51626f;	
}

ul#primary-nav li:hover ul, ul#primary-nav li.sfhover ul {
	display: block;
}

ul#primary-nav li ul li {
	float: none;
	border: none;
}

ul#primary-nav li ul li a {
	background: #51626f;
	float: none;
	width: 160px;
	height: auto;
	padding: 10px 0 10px 10px;
}

ul#primary-nav li ul li a:hover {
	background: #394a59;
}

/* = BANNER
-------------------------------------*/
#banner {
	border-top: 1px solid #dfe5e6; 
	margin: 10px 0 0 0;
	padding: 10px 0 26px 0;
}

/* = PRIMARY CONTENT
-------------------------------------*/
#primary-content {
	width: 394px;
	float: left;
	margin-right: 11px;
	margin-top: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #dfe5e6;
}

body.two-column #primary-content {
	width: 636px;
	padding-bottom: 4px;
}

#primary-content h1 {
	width: 385px;
	border-bottom: 1px solid #acc0c7;
	padding: 0 0 5px 9px;
	margin-bottom: 14px;
/*	letter-spacing: -0.5px;	*/
}

#primary-content h2 {
	margin: 15px 0 0 10px;
}

body.two-column #primary-content h1 {
	width: 627px;
}

#primary-content p {
	margin: 9px 9px 0px 9px;
	line-height: 180%;
	font-size: 90%;
}

p.author {
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #dfe5e6;
	padding-bottom: 10px;
}

#primary-content ul li {
	margin: 4px;
}

/* = SECONDARY CONTENT
-------------------------------------*/
#secondary-content {
	width: 312px;
	float: left;
	margin: 0 11px 0 0;
}

* html #secondary-content {
	margin: 0 5px 0 0;
}

body#about #secondary-content {
	border: 0;
}

body.two-column #secondary-content {
	margin: 0;
}

* html body.two-column #secondary-content {
	width: 305px;
}

#secondary-content p {
	margin: 10px 0 0px 9px;
	line-height: 180%;
}

#secondary-content h2 {
	width: 304px;
	border-bottom: 1px solid #acc0c7;
	padding: 0 0 5px 9px;
	margin: 0 0 15px 0;
	letter-spacing: -0.5px;	
}

#secondary-content h2 a:link, #secondary-content h2 a:visited, #secondary-content h2 a:active {
	color: #51626f;
	text-decoration: none;
}

#secondary-content ul {
	margin: 17px 0 15px 0;
	padding: 0 0 15px 0;
	list-style: none;
	font-family: Verdana;
/*	font-size: 11px; */
	font-size: 85%;
	border-bottom: 1px solid #DFE5E6;
}

#secondary-content ul li {
	margin: 11px 0 0 10px;
	padding: 0;
}

img#people {
	margin: 8px 0 0 58px;
}

/* = TIRTUARY CONTENT
-------------------------------------*/
#tirtuary-content {
	width: 231px;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #DFE5E6;
}

body#homepage #tirtuary-content {
	border-bottom: 0;
}

* html #tirtuary-content {
	width: 219px;
}

#tirtuary-content h2 {
	width: 223px;
	border-bottom: 1px solid #acc0c7;
	padding: 0 0 5px 9px;
	margin-bottom: 5px;
	margin-left: 1px;
	letter-spacing: -0.5px;
}

#tirtuary-content h2 a:link, #tirtuary-content h2 a:visited, #tirtuary-content h2 a:active {
	color: #51626f;
	text-decoration: none;
}

* html #tirtuary-content h2 {
	width: 220px;
}

#tirtuary-content ul {
	margin: 17px 0 15px 0;
	padding: 0;
	list-style: none;
	font-family: Verdana;
/*	font-size: 11px; */
	font-size: 85%;
}

#tirtuary-content ul li {
	margin: 11px 0 0 10px;
	padding: 0;
}

/* = SITE INFO
-------------------------------------*/
#site-info {
	background: #394a59;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
	float: left;
	color: #acc0c7;
	width: 100%;
}

#site-info p {
	float: left;
	margin: 10px 0 27px 14px;
	padding: 0;
/*	font-size: 19px; */
	font-size: 150%;
	font-family: Arial;
	font-weight: normal;
	color: #fff;
}

* html #site-info p {
	padding: 5px 0 27px 0;
}

#site-info ul {
	list-style: none;
	float: right;
	margin: 17px 8px 0 0;
	padding: 0;
}

#site-info ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 6px 0 0;
/*	font-size: 11px; */
	font-size: 85%;
	background: url(../img/divider.gif) 100% 60% no-repeat;
}

#site-info ul li a:link, #site-info ul li a:visited, #site-info ul li a:active {
	color: #acc0c7;
	text-decoration: none;
}

#site-info ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#site-info ul li.last-item {
	background: none;
}


/* = NEWS
---------------------------------*/
#primary-content dl.news {
	width: 610px;
}

#primary-content dl.news dt, #primary-content dl.news dd.item {
	width: 510px;
}

body#news #primary-content {
	border-bottom: 0;
}

dl.news {
	float: left;
	margin: 0px 0 10px 9px;
	padding: 0;
	line-height: 18px;
	font-size: 85%;
	border-bottom: 1px solid #dfe5e6;
	position: relative;
}

dl.news dt {
	float: right;
	width: 196px;
	padding: 0 0 3px 0;
	color: #394a59;
	font-weight: bold;
}

dl.news dd.date {
	float: left;
	margin: 0;
	padding: 0;
	width: 96px;
	color: #acc0c7;
}

dl.news dd.item {
	float: right;
	width: 196px;
	margin: 0px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfe5e6;
}

dl.news dd.item img.news-img {
	position: absolute;
	left: 10px;
	top: 21px;
	margin-top: 0px;
	width: 70px;
}

dl.news dd.item.last-item {
	margin-bottom: 0;
	border: 0;
}

a#news, a#all-news, a#view-news {
	display: block;
	float: right;
	margin: 0 10px 10px 0;
	font-size: 85%;
}

body#news #secondary-content a#news, body#news #secondary-content a#view-news {
	display: none;
}

body#news #primary-content a#news {
	border-top: 1px solid #dfe5e6;
	width: 625px;
	text-align: right;
	display: inline;
	margin-top: 10px;
	padding-top: 8px;
}

/* = TESTIMONIALS
---------------------------------*/
body#test h1 {
	margin-bottom: 0;
}

body#test #primary-content {
	border: 0;
}

body#test #secondary-content h2 {
	margin-bottom: 0;
}

#primary-content dl.testimonials {
	width: 610px;
/*	margin-top: 7px;
	padding-bottom: 5px; */
}

#primary-content dl.testimonials dd.title, #primary-content dl.testimonials dd.author {
	width: 510px;
}

dl.testimonials {
	margin: 0px 0 0px 11px;
	padding: 0 0 0px 0;
	float: left;
	border-bottom: 1px solid #dfe5e6;		
/*	font-size: 11px; */
	font-size: 85%;
	line-height: 18px;	
}

dl.testimonials.last-item {
	border-bottom: 1px solid #dfe5e6;
}

dl.testimonials dd.image {
	float: left;
	margin: 0px 0 0px 0;
	padding: 10px 0 17px 0;
}

dl.testimonials dd.title {
	float: right;
	width: 165px;
	margin: 0;
	padding: 10px 0 3px 0;
	font-weight: bold;
}

dl.testimonials dd.testimonial {
	float: right;
	width: 165px;
	margin: 0;
	padding: 0 0 10px 0;
}

dl.testimonials dd.author {
	float: right;
	width: 165px;
	margin: 0px 0 0 0;
	padding: 0;
	font-weight: bold;
}


* html dl.testimonials {
	margin: 0px 0 0 5px;
}

* html dl.testimonials dd.title {
	width: 160px;
}

* html dl.testimonials dd.testimonial {
	width: 160px;
}

* html dl.testimonials dd.author {
	width: 160px;
}

body.two-column dl.testimonials dd.title {
	width: 235px;
}

body.two-column dl.testimonials dd.testimonial {
	width: 235px;
}

body.two-column dl.testimonials dd.author {
	width: 235px;
}

a#view-testimonials, a#testimonials {
	display: block;
	float: right;
	margin: 10px;
	font-size: 85%;
}

body#test #secondary-content a#testimonials, body#test #secondary-content a#view-testimonials {
	display: none;
}

/* = CONTACT
---------------------------------------*/
body#contact #secondary-content, body#contact #tirtuary-content {
	border: 0;
}

/* = SERVICES
----------------------------------------*/
body#services #secondary-content {
	border: 0;
}

body#recruitment #secondary-content {
	border: 0;
}

/* = CONTACT FORM
-----------------------------------------*/
body#contact #secondary-content {
	width: 536px;
}

body#contact #tirtuary-content {
	display: none;
}

form {
	float: right;
	position: relative;
	width: 400px;
	height: 260px;
	border-top: 1px solid #acc0c7;
	border-bottom: 1px solid #acc0c7;
	padding: 10px;
	margin-top: 28px;
}

form label {
	display: block;
	padding: 5px 0;
}

form .input {
	position: absolute;
	right: 10px;
	width: 250px;
}

form textarea {
	width: 397px;
	height: 100px;
	margin: 0;
	padding: 0;
}

form #button {
	margin: 5px 0 0 0;
	float: right;
}

/* = FORM ERROR MESSAGE 
--------------------------------*/
.errormessage {
	float: right;
	font-size: 85%; 
	padding: 0 10px;
	margin: 28px 0 0 0;
    border-top: 1px solid #F00;
    border-bottom: 1px solid #F00;
    background: #FFCCCC url(../img/error.gif) 10px 10px no-repeat;
	width: 400px;
}

.errormessage p {
	font-size: 100%;
	padding: 0 20px;
	margin: 0;
}

.errormessage a {
    color: #00F;
}

.errormessage ul {
	padding: 0;
	margin: 5px 0 5px 40px;
}

.errormessage ul li {
	padding: 2px 0;
}