/* CSS Document */

body, html{
	padding:0px;
	margin:0px;
	font-size:76%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333300;
	}
	
a{font-weight:bold;}

a img {border:0px;}

ul{margin:0px;
padding:0px;
text-align:left;
list-style:none;}

li{
background:url(images/li.png) center left no-repeat;
padding-left:15px;}

h3{margin:0px;
padding:0px;}

.div{text-align:left;}
.moduletable{text-align:left;}
.componentheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	padding-top:15px;
	border-bottom:#CCCCCC 1px solid;}
	
.contentheading{
	font-weight:bold;
	font-size:1.2em;
	font-stretch:narrower;
	text-transform:uppercase;
	padding-top:15px;}


.contentpane form table table .inputbox{
	width:80px;}

#mainbody table{
	margin:0px;
	padding:0px 10px 0px 0px;}

td{text-align:left;}

/*form*/

.button{
	padding:3px 5px;
	color:#fff;
	font-size:0.8em;
	height:23px;
	background:top left repeat-x;}
	
/* layout */
#header, #menuwrapper, #container, #bottomcontainer{width:90%;}
#wrapper{font-size:1.2em;}
/* header */

#header{
padding-top:16px;
height:128px;
width:100%;
}
#top{
	float:left;
	width:100%;
	height:auto;
	padding:10px 0px;
	color:#fff;
	font-size:1.1em;
	background-color:#373737;
}
	
#top a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
#top #access{
	width:90%;}

#access .button{
	background:url(../images/grey_button.png) top left repeat-x;
	border:#000 2px solid;}
	
#top #resizer{
	float:right;}	
	
#top #colorswitcher{
	float:right;}


#logo{
	float:left;
	width:180px;
	height:125px;
}


	
#slogan{
	float:left;
	width:100%;
	height:128px;
}

/* topmenu */

#topmenu{
	float:left;
	background:url(../images/topmenu_bg.png) top left repeat-x;
	width:100%;
	height:0px;
}

	
#mainlevel-nav ul{
	float:right;
	margin-right:10px;
	}
	
#mainlevel-nav li{
	list-style-type:none;
	display:inline;
	height:37px;
	padding:0px;
}

#mainlevel-nav a{
	float:right;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	width:97px;
	height:37px;
	padding-top:17px;
}

#mainlevel-nav a:hover{
	padding-top:10px;
}
	

#container{
	height:auto;
	margin-bottom:20px;	
	}

/* mainmenu */

#mainmenu{
	float:left;
	margin-top:10px;
	padding:10px 0px;
	}
#mainmenu td{
	text-align:left;}

a.mainlevel{
	height:30px;
	padding:11px 20px;
	color:#333300;
	text-transform:uppercase;
	font-stretch:expanded;
	text-decoration:none;
}
a.mainlevel:hover{
	text-decoration:underline;
}
a#active_menu.mainlevel{
	background: url(../images/downarrow.gif) center top no-repeat;
	}
	
/*left */

#leftcontainer{
	float:left;
	width:25%;
	margin-top:10px;
	margin-bottom:20px;	
	margin-right:2% !important;
	margin-right:1%;
	}

#leftcontainer h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-transform:uppercase;
	padding:5px 0px;
	}
#leftcontainer .inputbox{
	width:75%;}
	
	
#mod_login_remember{
	border:none;
	width:15px !important;}
	
#grey{
	background-color:#A7E13F;
	text-align:left;
	padding:10px 15px 15px 15px;
	margin-bottom:20px;
	}

	
#left{
	text-align:left;
	color:#333300;
	padding:10px 15px 15px 15px;
	}

#left a{
	color:#66A736;
}
/*middle*/

#middlecontainer{
	float:left;
	width:47%;
	margin-top:10px;
	margin-bottom:20px;	}

#random img{
	border: #efefef 4px solid;
	margin-bottom:20px;}

#maincontainer{
	text-align:left;}

#pathway{
	text-align:left;}
	
/*right */

#rightcontainer{
	float:right;
	width:24%;
	margin-top:10px;
	margin-bottom:20px;	
	}
	
#rightcontainer h3{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px 12px;
	text-transform:uppercase;
	margin-top:0px;}

#rightcontainer li{
	padding:10px 0px;
	border-bottom:#cccccc 1px solid;
	background:url(../images/list.png) left 10px no-repeat;
	padding-left:20px;}

#rightcontainer .moduletable, #leftcontainer .moduletable{
	margin-bottom:20px;}
	
#rightcontainer a{
	color:#727070;
	text-decoration:none;
	}
	
#rightcontainer a:hover{
	text-decoration:underline;
	}
/*bottom*/

#bottom{
	float:left;
	width:100%;
	height:auto;
	color:#fff;
	padding-bottom:25px;}

#bottomcontainer{	
	width:90%;	
	margin-top:20px;}

#bottomcontainer h3{
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	border-bottom:#FFFFFF 1px dashed;
	padding-top:10px;
	margin-bottom:15px;
	}
#user2{
	float:left;
	width:30%;}
	
#user3{
	float:left;
	width:30%;
	margin-left:4% !important;
	margin-left:2%;}
	
#user4{
	float:left;
	width:30%;
	margin-left:4% !important;
	margin-left:2%;}
	

/* footer */

#footer{
	float:left;
	width:100%;
	color:#000;
	padding:16px 0px;
	}

#footer a{
	color:#000000;}

/*color buttons*/

#green.button{
	background:url(../images/green_button.png);
	border:#73a812 1px solid;}

#yellow.button{background-image:url(../images/yellow_button.png);
border:#ebac12 1px solid;}
	
#blue.button{background-image:url(../images/blue_button.png);
border:#2295c7 1px solid;}

#red.button{background-image:url(../images/red_button.png);
border:#a82b13 1px solid;
}

#purple.button{background-image:url(../images/purple_button.png);
border:#a81383 1px solid;
}

#greybutton.button{background-image:url(../images/grey_button.png);
border:#0c0c0c 1px solid;
}