/* maw css */

body
	{
	padding:0;
	margin:0;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	color: #333;
	}

#maw
	{
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	}

#maw_wrapper
	{
	max-width: 1040px;
	min-width: 1040px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	}
	
#client_tools{
	height:25px;
	padding:0;
	margin:0;
	background-image:url(../images/tools_bg.jpg);
	background-repeat:no-repeat;
	}
	
#header{
	height:145px;
	padding:0;
	margin:0;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	}
	
#logo{
	padding:0px;
	padding-left:25px;
	margin:0;
	width:260px;
	}
	
	
/*******************************  maw css  *******************************/	
/* Navigation CSS													     */
/*******************************  maw css  *******************************/	
	
#navigation{
	height:30px;
	padding:0;
	margin:0;
	background-image:url(../images/nav_bg.jpg);
	}
	
/*#navigation ul{
	padding:0;
	margin:0;
	
	}
#navigation li{
	display:inline;
	list-style:none;
	float:left;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	}
	
#navigation a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#navigation a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}*/

#nav
	{
	padding:0px;
	margin:0px;
	width:1000px;
	height:30px;
	float:left;
	display:block;	
	z-index:101;
	}
	
#nav ul {
	float: left;
	/*width: 36em;*/
	list-style: none;
	/*line-height: 1;
	background: white;
	font-weight: bold;*/
	padding: 0;
	padding-top:5px;
	margin:0;
}

#nav  li 
	{
	float: left;
	padding: 0;
	}

#nav li a
	{
	margin-right:10px;
	padding-left:3px;
	font:normal 1.0em Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	/*border-right:solid 1px #FFFFFF;*/
	background-image:url(../images/nav_divide.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

#nav li a:hover
	{
	text-decoration:underline;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 200px;
	margin:0;
	background-color:#0a5c0a;
	background-image:url(../images/nav_bg.jpg);
	padding: 0px;
}

#nav li li {
	padding: 0px;
	width: 200px;
}

#nav li ul a {
	width: 190px;
	w\idth: 190px; 
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:5px;
	border-bottom:solid 1px #297427;
	background:none;
	display:block;
}


#nav li ul ul {
	margin: -26px 0 0 200px;
}

#nav li:hover ul ul, .user3 li:hover ul ul ul, .user3 li.sfhover ul ul, .user3 li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, .user3 li li:hover ul, .user3 li li li:hover ul, .user3 li.sfhover ul, .user3 li li.sfhover ul, .user3 li li li.sfhover ul {
	left: auto;
}

#nav li:hover, .user3 li.sfhover {
	/*background-color:#5b315f;*/
}

	
/*******************************  maw css  *******************************/	
/* Navigation CSS													     */
/*******************************  maw css  *******************************/	




/*******************************  maw css  *******************************/	
/* Content CSS	    												     */
/*******************************  maw css  *******************************/

#content
	{
	padding:0px;
	margin:0;
	float:left;
	width:1000px;
	}

#maw_content
	{
	padding:0;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:0px;
	float:left;
	border-bottom:dotted 1px #bfbbb3;
	}

/*#content_left
	{
	padding:0px;
	padding-top:20px;
	margin-right:0px;
	float:left;
	width:765px;
	font-size:1em;
	}*/

#content_left
	{
	padding:0px;
	padding-top:20px;
	margin-right:10px;
	float:left;
	width:770px;
	font-size:1em;
	}
	
#content_left hr{
width:80%;
color:#CCCCCC;
}
	
/*#content_right
	{
	padding:0px;
	padding-top:30px;
	margin:0px;
	float:right;
	width:235px;
	}*/

#content_right
	{
	padding:0px;
	padding-top:20px;
	margin:0px;
	float:right;
	width:200px;
	}
	
#left_side_modules
	{
	padding:0px;
	padding-top:20px;
	margin-right:10px;
	float:left;
	width:200px;
	}
	
#middle_content
	{
	padding:0px;
	padding-top:20px;
	margin-right:10px;
	float:left;
	width:580px;
	font-size:1em;
	}
	
#col_1
	{
	float:left;
	width:220px;
	padding:0px;
	margin: 0px 20px 10px 0px;
	}
	
#col_2
	{
	float:left;
	width:510px;
	padding:0px;
	margin: 0px 20px 10px 0px;
	}
	
#col_3
	{
	float:left;
	width:360px;
	padding:0px;
	margin: 0px 20px 10px 0px;
	}

#clearcol 
	{
	clear:both;
	}
	
h2
	{
	border-bottom:dotted 1px #bfbbb3;
	border-top:dotted 1px #bfbbb3;
	font-size:14pt;
	color:#cd4c77;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	margin:0px;
	}

p
	{
	padding-left:0px;
	padding-bottom:5px;
	padding-top:10px;
	padding-right:5px;
	margin:0px;
	}
	
a
	{
	color:#cd4c77;
	text-decoration:none;
	}
	
a:hover
	{
	color:#cd4c77;
	text-decoration:underline;
	}
	
.meta 
	{
	font-size:0.8em;
	color:#999999;
	}
	
.feedback
	{
	font-size:0.8em;
	color:#999999;
	}

.float-left
	{
	float:left;
	}
	
.float-left-pad-right-10
	{
	float:left;
	padding-right:10px;
	}
	
.float-right-pad-left-10
	{
	float:right;
	padding-left:10px;
	}

	
	
/*******************************  maw css  *******************************/	
/* Content CSS   													     */
/*******************************  maw css  *******************************/



/*******************************  maw css  *******************************/	
/* Side Mod CSS    	    									    	     */
/*******************************  maw css  *******************************/

#side_module{
margin-bottom:20px;

}

/*******************************  maw css  *******************************/	
/* Side Mod CSS    				    						    	     */
/*******************************  maw css  *******************************/




/*******************************  maw css  *******************************/	
/* Diary Mod CSS    										    	     */
/*******************************  maw css  *******************************/

#diary_date{
color:#666666;
font-size:12px;
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
}

#diary_title{
color:#cd4c77;
font-size:12px;
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
}

#diary_title a{
color:#cd4c77;
text-decoration:none;
}

#diary_title a:hover{
color:#cd4c77;
text-decoration:underline;
}



/*******************************  maw css  *******************************/	
/* Diary Mod CSS    										    	     */
/*******************************  maw css  *******************************/




/*******************************  maw css  *******************************/	
/* Footer CSS   													     */
/*******************************  maw css  *******************************/		
	
#footer
	{
	clear: both;
	background-color:#333333;
	height: 100px;
	padding: 0px 20px 0px 20px;
	margin-top:20px;
	}

#copyright
	{
	max-width: 1040px;
	min-width: 1040px;
	/*background-color:#FFFFFF;*/
	margin: 0 auto;
	padding: 20px 0px 0px 10px;
	color:#FFFFFF;
	font-size: 9pt;
	}

/*******************************  maw css  *******************************/	
/* Footer CSS   													     */
/*******************************  maw css  *******************************/	
