@import url("reset.css");
@import url("menu.css");
@import url("modules.css");

body
{
	background: #8b8b8b;
	color: #303030;
	font: 76% Helvetica Neue, Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
	margin: 0;
	min-width:950px;
	padding: 0;
	text-align: center;
}

.Normal
{
	color: #303030;
	font-family: Helvetica Neue, Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.Normal td
{
	font-size:12px;
	font-weight:normal;
}


A
{
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

A:link
{
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: #808080;
	text-decoration: underline;
}

p
{
	line-height: 1.5em;
	font-size:12px;
	margin: 0 0 15px;
}

/*** Main container ***/

#container
{
	background: #f0f0f0 url(images/body-bgcarbon.jpg) repeat-x;
	color: #303030;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;

}

/*** Header section ***/

#sitename
{
	color: #ffffff;
	height: 81px;
	margin: 0 20px 10px;
	text-align: left;
	
}

#sitename H1, #sitename H2
{
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	color:#ffffff;
	font: 76% Helvetica Neue, Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
	min-width:400px;
}

#sitename H1
{
	font-size: 30px;
	padding-top: 22px;
}

#sitename H2
{
	padding-top: 0px;

}

#sitename H2
{
	font-size: 20px;
}


/*** Sidebars ***/

#leftside, #rightside
{
	margin: 0;
	padding: 0 10px 10px;

	
}

#leftside
{

	margin-right: 10px;
}

#rightside
{

	margin-left: 10px;
}

#leftside h1, #rightside h1
{
	color: #505050;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px;
}

#leftside h2, #rightside h2
{
	font-size: 1.1em;
	margin: 0 0 20px;
}

#leftside p, #rightside p
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}

.linklist
{
	list-style: none;
	margin: 0 0 16px 10px;
	padding: 0;
}

.linklist li
{
	margin-bottom: 0.7em;
}

/*** Sidebar menu ***/

.nav
{
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	/***text-transform: uppercase; ***/
	width: 140px;
}

.nav:hover, .active
{
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

.sub
{
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}

/*** Content ***/

.content
{
	color: #2a2a2a;
	padding:0px;
	clear:both;
}

.ContentPane
{
	padding:10px;
	background-color: #fafcff;
	border: 1px solid #909090;

}

.content
{
	margin: 0px 10px;


}


.content h1, .content h2
{
	background-color: inherit;
	color: #606060;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}

.content h2
{
	font-size: 1.6em;
	margin-bottom: 10px;
}

.content table
{	
	width:95%;
	padding:0px;
	margin:0px;
}



.LeftPane
{
	padding-right:10px;

}

.RightPane
{
	padding-left:10px;

}



/*** Footer ***/

#footer
{
	background: #8b8b8b url(images/footerbg.jpg) top left repeat-x;
	clear: both;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#footer a
{
	color: #d0d0d0;
	font-weight: bold;
}

/*** Various classes ***/

.thumbnail
{
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 0 0 10px 10px;
	padding: 5px;
}

.searchform
{
	margin: 0;
}

.searchbox
{
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 100px;
}

.searchbutton
{
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

.clearingdiv
{
	
	clear: both;
	height: 30px;
	width: 1px;
}

.hide
{
	display: none;
}

/*** Text format ***/

.intro
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

.small
{
	font-size: 0.8em;
}
.large
{
	font-size: 1.4em;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}


.menu_bg{padding:0 12px 0 6px;margin: 0; background: url(images/menu_bg.gif) repeat-x top left;height:45px;border-top: 1px solid #ffffff;}
.menu_style{min-width:900px;}


.search_style{float:right; height:39px;}
.search_bg{padding:8px 2px 0 0;}

/*** End of file ***/
