@import url(type.css);
* { font-family: arial;}

body  {
	font: 62.5%  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#Body { background-color: #b1b1b1}


#skinmaster{ text-align: left; width: 806px; margin: 0 auto;}

#skinmaster #content {padding: 24px 0;}

#content #sidebar1 {
	float: left;
	width:263px;
}
#content #sidebar1 #dnn_otherpane {padding-left: 25px;}

.twoColFixLt #content #mainContent { margin-left: 293px; } 
#content #mainContent #dnn_contentpane {padding-right:34px;}

.oneColFix #content #mainContent { margin-left: 0;}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header
{
height: 181px; background: url(images/headernew.jpg) no-repeat 0 0;
position: relative;}

#header .socialbookmarking { position: absolute; right: 34px; bottom: -22px;}



#content { background: url(images/contentbg.jpg) repeat-y 0 0; 
float: left; width: 806px;
}

#footer { background: url(images/footernew.jpg) no-repeat;  
text-align: center; height: 62px; width: 806px;
clear: both; margin: 0 auto;}



/* background: url(images/menuactive.jpg) 50% 3px; */

#links { padding: 0 0 4px 0;}
#links , #privacy , #links a.SkinItem, #privacy a.SkinItem{ font-size: 9px; color: #61698a;}
#links a.SkinItem:hover, #privacy a.SkinItem:hover  { color: #0187ce; text-decoration: none;}


#currentdate { position: absolute; top: 38px; right: 35px;}
#currentdate * { color: #0187ce; font-weight: 100; text-transform: lowercase;}


.loginbox { position: absolute; top:22px; right: 50px;}

.loginbox a.SkinItem:link, 
.loginbox a.SkinItem:visited
{ color: black ; font-weight: bold}


/*

#menu { 
position: absolute; bottom: 2px;
padding-left: 12px;
}

#HouseMenu {line-height: 40px; }
#HouseMenu ul, #HouseMenu li {
list-style: none; 
margin:0;
padding:0;
float: left;
}
#HouseMenu li a {font-size: 12px !important; font-weight: bold; 
font-family: arial; padding:7px 20px 7px 20px; border-right: 1px solid #999; 
color: Black; letter-spacing: 1px;}

#HouseMenu li a:link { color: black; text-decoration: none;}
#HouseMenu li a:hover ,.radmenu li:hover a:hover {color: #0187ce;text-decoration: none;}
#HouseMenuCurrentItem a { background: url(images/menuActive.jpg) 25% 0; color: White !important;}
#HouseMenuCurrentItem a:hover { color: #0187ce !important;}*/



#menu { 
position: absolute; bottom: 8px;
padding-left: 40px;
}

.radmenu { }
.radmenu ul, .radmenu li {
list-style: none; 
margin:0;
padding:0;
float: left;
}
.radmenu li a {font-size: 12px !important; font-weight: bold; 
font-family: arial; padding:7px 20px 7px 20px; border-right: 1px solid #999; 
color: Black; letter-spacing: 1px;}

.radmenu li a:link { color: black; text-decoration: none;}
.radmenu li a:hover ,.radmenu li:hover a:hover {color: #0187ce;text-decoration: none; background: url(images/menuActive.jpg) 25% 0; color: White !important;}
a.clicked:hoverhover { color: #0187ce !important;}

.radmenu ul ul { background: #b1b1b1; border-bottom: 2px solid #0187CE;}