/* WHITE SPACE RESET */
*
	{margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-collapse: collapse;}
		
body
	{background-color: #364756;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
	vertical-align: top;}

/*#container
	{
	width: 100%;
	margin: 0 auto;
	min-width: 100%;}*/

#head
	{background-image: url(../img/grid.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #FFF;
	height: 100px;
	width: 100%;
	text-align: center;
	vertical-align: middle;}

#flashcontent
	{display: inline;
	vertical-align: middle;}

#nav
	{background-color: #8E97A0;
	height: 25px;
	color: #364756;}

.title
	{background-color: #AFB5BB;
	height: 110px;
	color: #364756;}
.title em
	{color: #FFF;}
	
.content
	{background-color: #364756;
	padding: 10px;
	color: #CCC;}
.content em
	{color: #FFF;}
.content a
	{color: #FFF;
	text-decoration: none;}
/*.content .web
	{color: #CCC;}
.content .web a
	{text-decoration: none;}
.content .web a:hover
	{color: #FFF;}*/
	
.justCenter
	{width: 500px;
	margin: 0px auto;
	text-align: left;}

.portfolio
	{margin: 0px auto;
	text-align: left;
	width: 0px;
	font-size: 11px;}

.ibc
	{margin: 0px auto;
	text-align: left;
	width: 0px;
	font-size: 11px;}
	
.tabs
	{background-color: #8E97A0;
	padding-top: 4px;
	font: bold 12px Verdana, Sans-serif;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/}
.tabs li
	{display: inline;}
.tabs li a
	{text-decoration: none;
	color: #364756;
	background: #8E97A0;}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.tabs li a:hover{
text-decoration: underline;
color: #FFF;
}
.tabs li.selected a{ /*selected main tab style */
/*background-image: url('../img/shadeactive.gif');
border-bottom-color: #8E97A0;*/
color: #FFF;}
.tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;}


.subTabs
	{background-color: #AFB5BB;
	padding-top: 4px;
	font: normal 10px Verdana, Sans-serif;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/}
.subTabs li
	{display: inline;}
.subTabs li a
	{text-decoration: none;
	color: #364756;
	background: #AFB5BB;}
.subTabs li a:hover{
text-decoration: underline;
color: #FFF;
}
.subTabs li.selected a{ /*selected main tab style */
/*background-image: url('../img/shadeactive.gif');
border-bottom-color: #8E97A0;*/
color: #FFF;
}
.subTabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}




.tabcontentstyle{ /*style of tab content oontainer*/
background-color: #AFB5BB;
/*border: 1px solid gray;*/
width: 100%;
margin-bottom: 1em;

}
/*
.tabcontent{
display:none;
}

.tabcontentSub{
display:none;
}
*/

table td
	{border-collapse: collapse;} /* IE */

	
	
@media print {
.tabcontent {
display:block!important;
}
}