html, body {
	background: #7f969e;
}

#header {
	padding-top: 50px; 
	padding-bottom: 25px;
	/*background-image: url(/themes/vbs2/images/logo_with_world.png);*/
	background-repeat: no-repeat;
	min-height: 400px;
}

#body-wrapper {
	width: 945px;
	margin: 0 auto;
	background: white;
	padding-bottom: 75px;
	border-left: 1px solid #96999a;
	border-right: 1px solid #96999a;
}

#main-navigation{
	margin-left: 350px;
	width: 585px;
}

#main-navigation li{
	display: inline;
	width: 112px;
}

#logo {
	position: absolute;
	margin-left: 15px;
	margin-top: -20px;
}

#logo2 {
	float: left;
}

#taglines {
	margin-top: 15px;
	margin-left: 400px;
	float: left;
	width: 500px;
}

#taglines h1{
	font-weight: bold;
	font-size: 1.5em;
	color: #656565;
}

#taglines h2{
	font-weight: bold;
	font-size: 1.2em;
}

#main-questions {
	font-size: 14px;
	color: #bd0013;
}

#main-questions li {
	padding: 5px 0;
	margin-left: 3px;
	list-style: none;
}

#features{
	width: 500px;
}

#features li{
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}

#features img{
	padding: 0 5px;
}
#top-bar{
	height: 5px;
	background: #bdbec0;
}

.content-box {
	margin-top: 10px;
	margin-left: 10px;
	width: 180px;
	float: left;
	height: 300px;
	padding: 20px;
}

.content-box .header{
	border-bottom: 1px dotted;

}

.content-box h1 {
	margin-bottom: 44px;
	display: inline;
}

.content-box .header img {
	float: right;
	
}

.content-box-content{
	margin-top: 5px;
	width: 160px;
	padding: 10px;
	height: 150px;
}





#content-box-container{
	margin: auto;
	background-image: url(/themes/vbs2/images/content_boxes.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 366px;
}

#content-container, #footer {
	width: 930px;
	margin: auto;
}

#content-container {
	margin-top: 20px;
	min-height: 300px;
	border: 1px solid #cecfd1;
}

.two-column {
	background-image: url(/themes/vbs2/images/two_column_bg.png);

}

#footer{
	padding-bottom: 15px;
	margin-top: 25px;
}


#content1{
	padding: 25px;
	width: 400px;
	float: left;

}

#content2{ 
	width: 428px;
	float: left;
	border-left: 1px solid #cecfd1;
	padding: 25px;
	min-height: 250px;
	
}

#content1.last {
	width: 880px;

}

#portfolio td{
padding: 25px;

}

.clear{
	clear: both;
}

.click_here{
	background-image: url(/themes/vbs2/images/click_here.png);
	width: 77px;
	height: 23px;
	color: white;
	position: absolute;
	margin-top: 20px;
}

.click_here p a:link {
	color: white;
	margin: auto;
}

.portfolio_item {
	margin: 10px 0;
	padding: 10px;
	width: 600px;
	border: solid 1px #cecfd1;
}

.odd {
	background-color: #ecedef;
}

.even {
	background-color: white;
}

.portfolio_item img{
float: left;
}

.portfolio_item_content {
	float: left;
	margin-left: 55px;
}

.typography .portfolio_item a:link {
	text-decoration: none;
	color: #616161;
	border-bottom: dashed 1px #616161;
	
}
.typography .click_here p{
margin: 0;
padding: 4px;
font-size: 13px;
}

.typography .click_here a{
color: white;
}

.typography {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #616161;
}

.typography h1{
font-size: 18px;
font-weight: bold;
margin: 5px 0;

}

.typography h2{
font-size: 14px;
font-weight: bold;
color: #12a2b3;
margin: 5px 0;
}

.typography h3{
	font-size: 12px;
	color: #bd0013;
	font-weight: bold;
}


.typography strong{
	font-weight: bold;
}

.typography p {
margin: 5px 0;
}

.typography ul {
	margin-left: 20px;
}
.typography ul li {
list-style: square;
margin: 5px 0;
}

.typography a:link {
	color: #00657f;
}

.typography .content-box-content h1{
	font-size: 15px;
}

.typography .content-box-content h2{
	font-size: 13px;
}

.typography #footer p{
	color: white;
}

.typography #footer a{
	color: white;
}
