/* ***************************************************************************************************** */
/* CONTENT CSS */

body{
	margin: 0;
	padding: 0;
	background-color: #999999;
	background-image: url('../images/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #626262;
}

#wrapper {
	width: 928px;
	margin-left:auto;
	margin-right:auto;
}


#logo {
	float: left;
	padding-top: 25px;
	padding-left:40px;
	padding-bottom:25px;
}

#topmenu {
	float:left;
	padding-top: 30px;
}

.frontimage {
	margin-bottom: 14px;
}

/* Menu */
#mainmenu {
	clear: both;
	width: 900px;
	height: 30px;
	background-image: url('../images/menu_bg.jpg');
	margin-left:14px;
}

/* top navigation */
ul#mainlevel-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: none
}

ul#mainlevel-nav li{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	border-right: 1px solid #666666;
	background: none
}

ul#mainlevel-nav li a{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

ul#mainlevel-nav li a:hover{
	color: #999999;
	text-decoration: underline;
}

/* for mainmenu flat list on the blue bg */
ul#mainlevel-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: none
}

ul#mainlevel-menu li{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 13px;
	line-height: 32px;
	white-space: nowrap;
}

ul#mainlevel-menu li a{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

ul#mainlevel-menu li a:hover{
	color: #ffffff;
	text-decoration: underline;
}


/* End Topmenu */


/* Content */

#maincontent {
}

div#content {
	width:666px;
	float:right;
	margin-right:14px;
	margin-top:14px;
	margin-bottom:14px;
}



/* Menu Sub */




/* End Menu */

#left {
	width:220px;
	float:left;
	margin-left:14px;
	margin-bottom: 14px;
}


.clr{
	clear:both
}

/*Make round left modules */

div.module_menu div, div.module div {
	background-image: url(../images/box_bg.gif);
}

div.module_menu div div, div.module div div{
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.module_menu div div div, div.module div div div{
	background-image: url(../images/box_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* End round left modules */


.module_menu h3, .module_menu h3, .module h3  	{
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
}

.module_menu ul {
	margin:0;
	padding: 0;
	list-style:none;
}

.module ul {
	list-style:none;
	padding-top: 10px;
	margin:0;
	padding-left: 0px;
}

.module li {
}

.module li a {
	font-size:11px;
	color:#ce2027;
	text-decoration:none;
}

.module_menu li {
	margin:0;
	padding: 0;
	position:relative;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.module_menu li:hover {
	background-color:#f0f0f0;
}

.module_menu li li {
	margin-left: 15px;
}

.module_menu li li:last-child {
	border:none;
}


.module_menu li a {
	text-decoration:none;
	font-size:12px;
	color:#333333;
	line-height:24px;
	padding:5px;

}
.moduletable{


}

div.module_menu, div.module {
	margin-top:14px;
}


.module p {
	font-size:10px;
}

/*module_menu*/

fieldset {
	border:none;
	padding:0;
	margin:0;
}

input.inputbox {
	width:188px;
	margin-left:auto;
	margin-right:auto;
}

input.button {
	border: 1px solid #e0e0e0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

input#modlgn_remember {
	width:10px;
	border:none;
}


/* Main CSS */

img {
	border:none;
}

.contentheading, h1 {
	font-size:16px;
	font-weight:bold;
}

h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:bold;
}

p {
	line-height: 18px;
}

a { 
	color: #626262;
	text-decoration:underline;
}
.modifydate, .createdate, .small {
	font-size:9px;
	color:#b8151c;
}

.componentheading {
	font-size:16px;
	font-weight:bold;
	color:#b8151c;
	background-image: url(../images/contentp_line.gif);
	background-position: right bottom;
	margin-bottom: 10px;
	margin-left: 2px;
	background-repeat: no-repeat;
}

.componentheading a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color: #626262;
	background-image: url(../images/spacer.gif);
}

#footer {
	clear:both;
	margin-left:14px;

}
#footer_top {
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:10px;
	width:900px;
	clear:both;
}


#footer_bot{
	background-image: url(../images/footer_bot.jpg);
	height:10px;
	width:900px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_content {
	padding:0px;
	text-align:center;
	background-image: url(../images/footer_bg.jpg);
	clear:both;
	margin-left:-14px;
	background-repeat: repeat-y;
	background-position: top;
}
#spacer {
	width: 928px;
	margin-left:auto;
	margin-right:auto;
	height:14px;
	clear:both;
	padding-top: 10px;
}

#copyright {
	margin-top:10px;
	text-align:center;
	font-size:9px;
	text-decoration:none;
	line-height:18px;
}

#webmedie {
	font-size:9px;
	text-decoration:none;
	line-height:18px;
}

