/* RTC Communications			*/
/* Version: 1.0					*/
/* Main CSS File                */
/* Author: RTC Communications	*/

/* Body */

body {
	font-size: 12px;
	font-family: Lucida, "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	line-height: 19px;
	margin: 0;
	padding: 0;
	backgroundcolor: #3B54A4;
	text-align: center;
	background-image: url('/images/bg.gif');
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 0px 10px 0px 10px;
	border: .5px solid;
	border-color: #DFDFDF;
}

#header {
	text-align: left;
}


/* Nav */

#main_nav {
	clear: both;
	text-align: left;
	margin-top: 15px;
	background-image: url('/images/menu_grad.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	border-right: .5px solid;
	border-left: .5px solid;
	border-bottom: .5px solid;
	border-color: #00C500;
	margin-bottom: 10px;
}

#main_nav ul{
	display: inline;
	padding: 0px 0px 0px 10px;
}

#main_nav li{
	display: inline;
	padding: 0px 5px 0px 5px;
}

#main_nav a{
	color: #356F1B;
	text-decoration: none;
}

#main_nav a:hover{
color: #FFF;
}

/* Graphics Bar
---------------*/
#gbar img{
	padding: 0px 8px 0px 8px;
	border: none;
}

#gbar {
	padding-bottom: 10px;
}

#gbar a{
	text-decoration: none;
	border: none;
}

/* Footer 
----------*/
#footer {
	clear: both;
	border-top: 1px solid;
	border-color: #DFDFDF;
	margin-top: 10px;

}

#footer p {
	line-height: 14px;
	color: #7F7F7F;
	font-size: 90%;
}

/* Main Content
--------------*/

#maincontent {
	float: left;
	width: 580px;
	margin: 0px;
	text-align: left;
	border-top: 1px solid;
	border-color: #DFDFDF;	
	margin-top: 10px;
}

/* Account Content
--------------------*/

#accountcontent {
    margin-top: 10px;
    float: right;
    width: 182px;
    border: 1px solid;
    border-color:#DFDFDF;
    padding: 10px;
    background-image: url('/images/web_grad.gif');
    background-repeat: no-repeat top center;

}

/* Secondary Content
--------------------*/

#secondarycontent {
	margin-top: 10px;
	float: right;
	width: 182px;
	border: 1px solid;
	border-color:#DFDFDF;
	padding: 10px;
	background-image: url('/images/web_grad.gif');
	background-repeat: no-repeat top center;
	
}

/* Webmail 
----------*/

#webmail {
	text-align: left;
}

#webmail a {
	text-decoration: none;
}

#weblogo {
	font-size: 12.5px;
	font-weight: bold;
}


/* Related Files 
----------*/

#rfiles {
	text-align: left;
}

#rfiles a {
	text-decoration: none;
}

#rfiles img {
	padding-right: 5px;
}

/* Weather */

#weather {
	float: right;
	margin: 0 auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	border-color: #DFDFDF;
	width: 100px;
	text-align: center;
}

#weather a,img{
	text-decoration: none;
	border: none;
}

#logo {
	float: left;
}

#mctitle {
	font-size: 14px;
	font-weight: bold;
	color: #3B54A4;
	margin-top: 5px;
}

/* Staff
---------*/

#staff img {
	border: solid 1px;
	border-color: #DFDFDF;
	padding: 5px;
	margin-top: 20px;
}

#staff_name {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
}

#staff_title {
	color: #9F9F9F;
	margin-top: 0;
	margin-bottom: 0;
}

#staff_email {
	margin-top: 0;
}

#edit ul {
	list-style-image: url(/images/bullet.gif);
}
