@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(../images/page_bg2.gif) top center repeat-y;
	background-color:#a8b3b2;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color:#666;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-decoration: none;
}


a {
	color: #DC281E;
	text-decoration: none;
	
}
p {
	line-height: 22px;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: left;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
}
h1{
	font-size:18px;
	font-weight:normal;
	padding-top:0;
	margin-top:0;
}
h2{
	font-size:12px;
	font-weight:bold;
	padding-top:0;
	margin-top:0;
}
h4{
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:0;
}
h5{
	color:#a8b3b2;
	padding:0 0 5px 0;
	margin:0;
	font-size:12px;
	font-weight:normal;
}
h6{ /*used as services header*/
 	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.right_align{
	float:right;
}
a{
	color:#dc281e;
}

/**********************************************************
/////////////////SPECIFIC DIVS/////////////////////////////
**********************************************************/
#bg_img_container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:url(../images/page_bg.gif) top center no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#container{
	width:970px;
	margin:0 auto;
	padding:1em 1em 5em; /* bottom padding for footer */
}
#content{
	margin: 87px 0 0 100px;
	width:672px;
	float:left;
	min-height:600px;
	_hei\ght: 600px; /* IE 6 only */
}

#red{
	background-color: #c51b25;
	margin: 103px 0px 0px;
	padding: 0px;
	width: 10px;
	height:141px;
	float: right;
}
#graphic_header{
	width:500px;
	height:100px;
}
#home_left{
	width:372px;
	float:left;
	padding-right:10px;
	margin-top:10px;
	clear:both;
}
#home_flash{
	width:290px;
	height:314px;
	background-color:#999999;
	float:left;
	text-align:center;
	margin-top:10px;
}
#services_left, #partners_left{
	float:left;
	clear:both;
	width:192px;
	height:180px;
}
#partners_left{
	height:145px;
}
#launch_gallery{
	clear:both;
	border:none;
	height:42px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin-top:30px;
	margin-bottom:50px;
	padding-top:20px;
}
#launch_gallery a{
	margin-left:252px;
}
/**********************************************************
////////////////////MAIN NAV///////////////////////////////
**********************************************************/

.navglobal {
	background-color: #DD281F;
	margin: 103px 0px 0px;
	padding: 0px;
	width: 98px;
	float: left;
	border-bottom: 1px solid #A81D16;
}
.navglobal ul {
	margin: 0px;
	padding: 0px;
}
.navglobal ul li {
	list-style-type: none;
}
.navglobal ul li a:link, .navglobal ul li a:visited, .navglobal ul li a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DD281D;
	border-top: 1px solid #A81D16;
	display: block;
	margin: 0px;
	padding: 8px 20px 0px 0px;
	height: 19px;
	text-align: right;
}
.navglobal ul li a:hover, #active a {
	border-top: 1px solid #A81D16;
	color: #666666;
	background-color: #FFFFFF;
}
#navglobal_border {
	border-top: 1px solid #A81D16;
}

/**********************************************************
////////////////////SUB NAV///////////////////////////////
**********************************************************/
.subnav {
	width:163px;
	float:left;
	background-color:#A8B3B2;
	margin-right: 37px;
	margin-bottom: 18px;
	padding-top: 0px;
	border-bottom: 1px solid #868F8E;
	color: #656565;
}
.subnav ul { }
.subnav ul li {
	text-align: right;
}
.subnav ul li a:link, .subnav ul li a:visited, .subnav ul li a:active {
	display: block;
	margin: 0px;
	padding: 8px 21px 0px 0px;
	height: 19px;
	color: #FFF;
	text-decoration: none;
	background-color: #A8B3B2;
	border-top: 1px solid #868F8E;
}
.subnav ul li a:hover {
	color: #A8B3B2;
	background-color: #FFF;
}

#subnav_border {
	border-top: 1px solid #868F8E;
}

#subnavactive a {
	color: #798180;
	background-color: #FFF;
	border-top: 1px solid #868F8E;
}
/**********************************************************
////////////////////3 COL UL///////////////////////////////
**********************************************************/
#three_column{
	width:800px;
}
#three_column li{
	display:inline;
}
#three_column h3{
	margin:0;
	padding:0;
	padding-left:10px;
	font-weight:normal;
	font-size:12px;
	width:220px;
	float:left;
	background-image:url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#three_column h3 a{
	text-decoration:none;
	color:#dc281e;
	margin-left:5px;
}
/**********************************************************
//////////////////////FORM/////////////////////////////////
**********************************************************/
input, textarea{
	width:252px;
	border:1px solid #d0d0d0;
	background-color:#efefef;
	color:#868686;
}
select{
	border:1px solid #d0d0d0;
	background-color:#efefef;
	color:#868686;
}
.submit{
	width:128px;
	height:29px;
	border:none;
}

/**********************************************************
////////////////////PUBLISH PAGE///////////////////////////
**********************************************************/
#publishers_list{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin:15px 0;
	padding:15px 0 5px 0;
}

.client_list, .service{
	float:left;
	margin:0;
	padding:0;
}
.services{
	margin:5px 10px 0 0;
	width:311px;
	float:left;
}
.services_item{
	clear:both;
	margin-bottom:10px;
}
.client_list img{
	clear:both;
}
.services_item img{
	float:left;
	margin:0 5px 5px 0;
}





/**********************************************************
////////////////////FOOTER/////////////////////////////////
**********************************************************/
#footer {
	text-align: left;
	padding-bottom: 38px;
	clear:both;
	width:650px;
	margin-left:200px;
}
.footer_top {
	text-align: left;
	font-size: 10px;
	margin-bottom: 13px;
}
.footer_top ul {
	margin: 0px;
	padding: 0px;
	float:left;
	margin-top:5px;
}
.footer_top ul li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 5px;
	height:30px;
}

.footer_top ul li a:link, .footer_top ul li a:visited, .footer_top ul li a:hover {
	color: #DC281E;
	text-decoration: none;
}
.footer_top ul li a:active {
	color: #336699;
}

.footer_bottom {
	text-align: left;
	font-size: 10px;
}
.footer_bottom ul {
	margin: 0px;
	padding: 0px;
}
.footer_bottom ul li {
	display: inline;
	list-style-type: none;
}

.footer_bottom ul li a:link, .footer_bottom ul li a:visited, .footer_bottom ul li a:hover {
	color: #DC281E;
	text-decoration: none;
}
.footer_bottom ul li a:active {
	color: #336699;
}

#footer_red {
	color: #DC281E;
}

.vert_pipe
{
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 16px;
	float: left;
	vertical-align: middle;
}

#vp_home {
	text-align: left;
	width: 30px;
}
#vp_services {
	text-align: center;
	width: 40px;
}
#vp_work {
	text-align: center;
	width: 30px;
}
#vp_people {
	text-align: center;
	width: 32px;
}
#vp_contact {
	text-align: center;
	width: 60px;
}
#vp_fb {
	text-align: center;
	width: 120px;
}

