/* CSS Document */

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #325c84;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #325c84;
	text-decoration: underline;
}

#master{
	width:1280px; 
	border:1px solid #CCCCCC; 
	margin:0 auto; 
	background-image:url(http://inventorconnections.com/pix/index/header_bg2.png); 
	background-position:top right; 
	background-repeat:no-repeat; 

}

/* Header Elements*/

.header{
	width: auto;
	height: visible;
}

#logo{
	float:left; 
	display:inline; 
	margin:5px;
	overflow: visible;
}


#login{
	float:right; 
	display:inline; 
	margin:5px; 
	text-align:right;
	}

.logo_subtitle{
	font-size: 10px;
	font-weight: bold;
}


ul#topnav {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding:0;
	list-style:none;
	height:auto;
	overflow:auto;
}

.topnav_link {
	width: 99px;
	background-color:#325c84;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	list-style:none;
	float:left;
	margin:3px;
	padding:0;
}

.topnav_link a{
	width: 99px;
	background-color:#325c84;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.topnav_link a:hover{
	width: 99px;
	background-color:#325c84;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#survey{
	width:160px; 
	height:100%;
	float:right; 
	border: 1px dotted #CCC; 
	margin:5px; 
	text-align:center;
	padding:10px;
}

.survey_header{
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	color: #325c84;
}

.survey_text{
	font-size: 12px;
	padding: 5px;
	color: #325c84;
}

/* Ads */

.leaderboard{
	width:100%; 
	min-height:0; 
	text-align:center;
}

.banner{
	width:100%;
	padding:5px;
	min-height:0; 
	text-align:center;
}

.half_banner{
	width:100%;
	min-height:0; 
	text-align:center;
	padding:5px;
}

.mart{
	width:100%;
	text-align:center;
	min-height:0;
}

.textads{
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:10px;
}

/* Main Content */

#content{
	clear:both;
	border-top:1px solid #CCCCCC;
	}
	
	

.col1{
   float: left;
   position: relative;
   width:130px;
   margin-right:10px;
}

.col1 img{
	margin-bottom:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

.col2{
	float:left;
	position:relative;
	margin:0;
	padding:0;
	background-image:url(/pix/index/content_bg2.png); 
	background-position:top right; 
	background-repeat:no-repeat;
	}
.col2 .col_l{
   float: left;
   position: relative;
   width:510px;
   margin-right:10px;
   padding-top:5px;
   padding-bottom:20px;
}
.col2 .col_r{
   float: left;
   position: relative;
   width:475px;
   padding-top:5px;
   padding-bottom:20px;
}
.col3{
   float: right;
   position: relative;
   width:130px;
   margin-left:10px;
   padding-top:5px;
}

.col3 img{
	margin-bottom:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.feature_image{
	padding-right: 5px;
}

#main_feature{
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.mainartheader{
	font-size: 16px;
	font-weight: bold;
	padding-bottom:3px;
	margin-bottom:5px;
	width:100%;
	border-bottom: 1px solid #cccccc;
	color: #325c84;
}

.subart{
	width:100%;
	
}

.subart .row{
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	height:auto; 
	overflow:auto; 
}

.subart .row2{
	border-top:1px solid #CCCCCC;
	padding:5px;
	height:auto; 
	overflow:auto; 
}

.story_title{
	color: #325c84;
	font-size: 16px;
	font-weight: bold;
}

.teaserheadline{
	font-size: 12px;
	font-weight: bold;
	color: #325c84;
}

div#lowercontent{
	border-top:1px dotted #CCCCCC;
	margin-top:100px;
	width:100%;
	clear:both;
}

.lowercontent_row{
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
}

.lowercontent_row img {
	margin-right:3px;
}
/*footer elements*/
.footer{
   clear: both;
   width:100%;
   background-color:#F7F7F7;
   text-align:center;
   padding-top:10px;
   padding-bottom:10px;
   color:#CCCCCC;

   }


/*tabs*/	

.tab_box{
	width:400px;
	margin:0 auto;
}
	
.tabModuleContent { 
	width: 400px;
	height: 250px;
	overflow: auto;
	background-image:url(pix/index/arc_tab.gif);
	

}

.clearfixLt:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden; 
}
    
/* fixie \*/* html .clearfixLt { 
	height: 1%; 
}/**/

.tabModulePane { 
	position: relative; 
	display: inline; }
	
.tabModuleTabs { 
	position: relative; 
	display: block; 
	padding: 0; 
	margin: 0;
	}

.tabModuleTabs div.tab { 
	font-size: 11px; 
	font-weight: bold; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-bottom: 1px solid; 
	padding: 4px 6px; 
	margin: 0 -1px 0 0; 
	float: left; 
	display: inline; 
	position: relative; 
	border-color: #cccccc; 
	color: #325c84;
	background-color: #F7F7F7;
	min-width:50px;
	text-align:center;
}

.tabModuleTabs div.uptab { 
	font-size: 10.5px; 
	font-weight: bold; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid;
	border-bottom:0px; 
	background-color:#EEEEEE;  
	height:10px; 
	padding:4px 3px;
	margin: 0 -1px 0 0; 
	float: left; 
	display: inline; 
	position: relative; 
	border-color: #cccccc; 
	color: #325c84;
	min-width:50px;
	text-align:center;
	background-image:url(/pix/index/uptab_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.tabModuleTabs div.selected { 
	color: #FF0000; !important; 
	border-bottom: 1px solid #FFFFFF !important; 
	background-color: #FFFFFF !important;
	font-style:oblique;
}

/*fixie\*/* html .tabModuleTabs div.plug { 
	position: absolute; 
	left: -1px; 
	bottom: -1px; 
	width: 1px; 
	height: 1px; 
	font-size: 0; 
	line-height: 0; 
	margin: 0; 
	padding: 0; 
}/**/

.tabModuleContent { 
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	border-top: 1px solid #E7E7E7;
	background-color: #FFFFFF; 
}

.tabModuleContentEmpty { 
	padding-top: 10px; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
}

div.tab a{
	color: #325c84;
}

div.seeall{
	width:100%; 
	text-align:right; 
	border-bottom:1px dotted #CCC; 
	font-weight:bold; 
	font-size:99%;
}