/*
CSS base styles

Each style rule must conform to the same structure so that everyone can reuse code easier.
*/


body{ background-image:url(../images/body_background.gif); background-repeat:repeat; font-family:Verdana;
	margin-top:10px; text-align:center;
	font:101% Verdana,Arial,Helvetica,Sans-Serif;
}

#container{ 
	width:805px; height:100%;
	margin:0px auto; 
	text-align:left;
	position:relative;
}

#content1{ 
	margin:0; padding:0;
	background:url(../images/home_background.gif) 0 0 repeat-y; 

}
#content2{ 
	margin:0; padding:0;height:270px;
	background-image:url(../images/home_background.gif); 
	background-repeat:repeat-y;
	padding-left:9px;
}

#inner1a{ float:left;
	width:440px;
	/*margin-left:2px;*/
	background-image:url(../images/launchpad.gif); background-repeat:no-repeat; background-position:top left;
	height:100%;
	background-color:#CCCC66;
	}
#inner2a{float:left;
	width:298px;
	padding-left:45px;
	
	background-image:url(../images/newsling.gif); 
	background-repeat:no-repeat; 
	background-position:5px 1px ;
	clear:right;
	margin-right:12px;
	_margin-right:6px;
	padding-top:5px;
	_padding-top:25px;
	border-top:1px solid #CCCCCC;
}
#special{
	left:720px;
	top:5px;
	width:148px; height:161px;
	position:absolute;
	z-index:5;		
}
#special[class]{
	left:720px;
	top:5px;
	width:148px; height:161px;
	position:absolute;
	z-index:5;	
	/*background-image:url(../images/logo_top_right.gif); background-repeat:no-repeat;*/
}
#footer{
	height:77px; 
	background-image:url(../images/footer.gif); 
	background-repeat:no-repeat;
	padding-top:15px;
	clear:both;
}

#top_half{ text-align:center; 
	font-size:10px; font-weight:bold;}
#top_half .left{color:#FF6600;}
#top_half .right{color:#FF9933;}
#bottom_half{ text-align:center; font-size:10px;margin-top:5px;}
.foot_nav{ list-style-type:none; margin:0; padding:0;}
.foot_nav ul{display: inline; line-height:9px; margin:0; padding:0;}
.foot_nav li{ border-left:1px solid #CCCC99;display: inline; margin:0; padding-left:6px; padding-right:4px;}
.foot_nav li.first{ border-left-style:none; display: inline; margin:0; padding-left:6px; padding-right:4px;}
.foot_nav a{ text-decoration:none; color:#CCCC99; font-weight:bold;}
.foot_nav a:hover{ text-decoration:none; color:#FF6600;font-weight:bold;}



/* primary nav */



#p-nav {
	padding:54px 79px 0 0;
	height:46px;
	background: url(../images/head_background.gif) no-repeat; 
}

ul#primary-nav {
	height: 36px;
	list-style: none;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	background: #fff url("../images/bg_base_nav.gif") 272 0 no-repeat;
}

html>body ul#primary-nav {
	background: #fff url("../images/bg_base_nav.gif") 272 0 no-repeat;
}

#primary-nav li {
	background-color: transparent;
	float: left;
	padding: 0;
	position: relative;
	text-align: left;
}

#primary-nav li a.main-link {
	display: block;
	height: 38px;	
}

#primary-nav a.main-link span {
	display: none;	
}

/* -------------  OFF STATES  -----------*/

#primary-nav li#home a.main-link {
	background:url(../images/head_background.gif) 0 -54 no-repeat; 
	width: 272px;	
}

#primary-nav li#profile a.main-link {
	background: transparent url("../images/bg_base_nav.gif") 0 0 no-repeat;	
	width: 90px;	
}

#primary-nav li#services a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -90px 0 no-repeat;	
	width: 89px;		
}

#primary-nav li#portfolio a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -179px 0 no-repeat;	
	width: 88px;		
}

#primary-nav li#process a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -267px 0 no-repeat;	
	width: 90px;		
}

#primary-nav li#contact a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -357px 0 no-repeat;	
	width: 97px;		
}

/* -------------  OVER + ON STATES  -----------*/

#primary-nav li#profile a.main-link:hover, body#ONprofile #primary-nav li#profile a.main-link {
	background: transparent url("../images/bg_base_nav.gif") 0 -38px no-repeat;	
}

#primary-nav li#services a.main-link:hover, body#ONservices #primary-nav li#services a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -90px -38px no-repeat;	
}

#primary-nav li#portfolio a.main-link:hover, body#ONportfolio #primary-nav li#portfolio a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -179px -38px no-repeat;			
}

#primary-nav li#process a.main-link:hover, body#ONproducts #primary-nav li#process a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -267px -38px no-repeat;			
}

#primary-nav li#contact a.main-link:hover, body#ONcontact #primary-nav li#contact a.main-link {
	background: transparent url("../images/bg_base_nav.gif") -357px -38px no-repeat;			
}

/* ================================== [ HACK & WORKAROUNDS ] ===================================== */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}	
