/* CSS Document */

body, td, th, div,  label {
	color:#585858;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:16px; 
}

body {
	text-align: center;
	cursor:default;
}

img {
	border: 0;
}

a	{
	color:#1F6FB6; 
	text-decoration:none;
}

a:visited 	{
	color:#1F6FB6;
}

a:hover {
	color:##227ACA; 
	text-decoration:underline;
}

#mainLayer {
	width: 100%;
	position:relative;
}

#layer {
	width: 900px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	position:relative;
}

#header {
	position:relative;
	background: url(../images/header_back.jpg) repeat-x bottom left;
	height: 110px;
}

#mainmenu {
	line-height: normal;
	cursor:pointer;
	margin-left:17px;
	float:left;
	margin-top:35px;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#mainmenu li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

#mainmenu a {
	color: #000000;
	margin: 0 2px 0 2px;
	text-transform:uppercase;	
	font-size:11px;
	font-weight:bold;
	text-align: center;
	display: block;
	overflow:hidden;
	float: left;
	height: 30px;
	line-height: 30px;
	width:100px;

}

.header-delimitation {
	background: url(../images/header_delimiter.jpg) repeat-x bottom left;
	padding: 0px 0 3px 0;
	position:relative;
}

#topmenu{
	width:300px;
	text-align:right;
	padding-top:10px;
	z-index:5;
	position:absolute;
	right:0;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#topmenu li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

#topmenu a {
	background:transparent url(../images/menu_delimiter.jpg) no-repeat right;
	padding: 0 5px 0 5px;
	margin-top: 4px;
	color: #7A7A7A;
	font-size: 11px;
	text-align: center;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
}

#topmenu a:hover{
	color: #4B4B4B;
	text-decoration: none;
}

#submenu {
	float:left
	line-height: normal;
	cursor:pointer;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#submenu li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

#submenu a {
	background:transparent url(../images/submenu_delimiter.jpg) no-repeat right;
	padding: 0 10px 0 5px;
	margin-top: 4px;
	color: #4B4B4B;
	font-size: 11px;
	text-align: center;
	display: block;
	overflow:hidden;
	float: left;
	height: 20px;
	line-height: 20px;
}

#submenu a:hover{
	background:transparent url(../images/submenu_delimiter.jpg) no-repeat right;
	font-weight:bolder;
	font-size:11px;
	text-decoration: none;
}

#breadcrumbs{
	float:right;
	padding-right:5px;
	line-height: 29px;

}


#content{
	margin-top:25px;
	position:relative;
}



#menuText{
	color:#FFFFFF;
	height:58px;
	padding-top:40px;
	text-align:center;
	font-weight:bolder;
	border-collapse:collapse;
	position:relative;
}

#main{
	margin-top:2px;
	margin-bottom:25px;
	background-color:#FFFFFF;
	position:relative;
	float:left;
}


#footer {
	background: url(../images/footer_back.jpg) repeat-x bottom left;
	clear: both;
	line-height: 15px;
	height: 37px;
	position: relative;
	margin-top:20px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding-top:10px;
	padding-left:10px;
	
}

#footer li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
	height: 20px;
}

#footer a {
	padding: 0 9px;
	border-right: 1px solid #D4D4D4;
	color: #E1E1E1;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
}

#bottomline {
	padding: 10px 15px 20px;
	position: relative;
	text-align:center;
}

#bottomline a {
	padding: 0 10px;
	border-right: 1px solid #2C3D41;
	background: none;
	height: 25px;
	line-height: 25px;
}



#bottom-modules .moduletable{
	border-top:4px solid #213132;
	float:left;
	margin-left:22px;
	padding-top:10px;
	width:230px;
}

#bottom-modules h3{
	color:#213132;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0;
	text-transform:uppercase;
}

#bottom-modules img{
	border: 1px solid #63676B;
	margin: 4px 10px 4px 0px;

}

#bottom-modules a.readmore{
	background: url(../images/button_small.png) no-repeat center center;
	width: 90px;
	height: 20px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
	text-align:center;
}

#flashcontent{
	padding-bottom:20px;
}

/*-----------------------clearfix------------------------*/
html { height: 100%; margin-bottom: 1px;}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%; 
}

.clearfix {
	display: inline-block; 
}

html[xmlns] .clearfix { 
	display: block;  
}

#logoBox{
	border-right: 1px solid #D1D1D1;
	float:left;
	margin: 15px 0px 10px 30px;
	padding-right: 30px;
}

.clr {
	clear: both;
}

#rightcol {
	float:right;
	width:252px;
	padding-bottom:20px;
}

#rightcontent{
	background: url(../images/right_back.jpg) repeat-x;
	margin: 0 0 0 20px;
	width:210px;
	padding: 4px 10px 20px 10px;
	color:#FFFFFF;
	border:1px solid #658283;
}

#rightcontent  .moduletable{
	color:#FFFFFF;
}

.articlemodule img{
	border: 1px solid #63676B;
	margin: 4px 10px 4px 0px;
}

.articlemodule h3{
	margin-top:0;
}
.articlemodule a{
	background: url(../images/arrow-menu.jpg) no-repeat 6px 5px;
	display: block;
	outline: none;
	margin: 0;
	padding: 0px 0px 2px 21px;
	text-decoration: none;
}

.articlemodule a:hover {
	background: url(../images/arrow-menu.jpg) no-repeat 1px 5px;
	display: block;
	outline: none;
	margin: 0;
	padding: 0px 0px 2px 21px;
	text-decoration: none;
}

.contentheading {
	font-size:16px; 
	font-weight:bold; 
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.small, .smalldark, .createdate, .modifydate, a.readon, 
.blog_more, .back_button, .pagenavcounter, .pagenav, .pagenavbar, .contenttoc, 
#leftcol, #rightcol, #footer {
	font-size: 85%;
}

.contentpaneopen img {
	margin:0px 15px 4px 0px;
}

