/* CSS Document */

body, td, th, div, p, 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;
}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

#mainLayer {
	width: 100%;
	position:relative;
	margin-top:10px;
}

#layer {
	width: 880px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	position:relative;
}

#header {
	position:relative;
}

#mainmenu {
	line-height: normal;
	cursor:pointer;
	margin-left:17px;
	float:left;
	margin-top:45px;
}

#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 {
	background: url(../images/arrow.jpg) no-repeat 0px 10px;
	padding: 0 15px 0 12px;
	color: #4B4B4B;
	text-transform:uppercase;	
	font-size:11px;
	font-weight:bold;
	text-align: center;
	display: block;
	overflow:hidden;
	float: left;
	height: 30px;
	line-height: 30px;
}

.mainmenu-delimitation {
	background: url(../images/menu_border.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{
	position:relative;
        margin-top:20px;
}



#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 {
	border-top: 1px solid silver;
	clear: both;
	line-height: 28px;
	height: 10px;
	position: relative;
	margin-top:20px;
	padding: 5px 5px 50px 5px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
	height: 20px;
}

#footer a {
	padding: 0 7px;
	border-right: 1px solid #D4D4D4;
	color: #7E7E7E;
	background: none;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer-left{
	float:left;
	padding: 5px 0 0 0;
}

#footer-right{
	float:right;
	padding: 5px 14px 0 0;

}

#bottomline {
	color: #999999;
	padding: 10px 15px 20px;
	background-color:#E6E6E6;
	background: url(../images/bottom-line.gif) repeat-x bottom right #E6E6E6;
	position: relative;
}

#bottomline a {
}





/*-----------------------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{
	float:left;
	padding-top:20px;
}

.clr {
	clear: both;
}

#rightcol {
	float:right;
	width:259px;
}

#rightcontent{
	margin: 0 10px;
	width:225px;
	padding-left:25px;
	padding-right:5px;
	color:#3F474E;
	border-left:1px dashed silver;
}

.articlemodule img{
	border: 1px solid #63676B;
	margin:0px 15px 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;
}
