/* basic elements */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 12px/15px 'Trebuchet MS';
	color: #5C5C5C;
	background: #1d4d6a url(../../images/standard/bgstrip.gif) repeat-x top left;
	}

p, td {
	font: 12px/15px 'Trebuchet MS';
	color: #444444;
	}

h1, .h1 {
	margin: 0px;
	padding: 0px;
	font: 16px/20px 'Trebuchet MS';
	color: #2b7600;
	}
h2, .h2 {
	margin: 0px;
	padding: 0px;
	font: 14px/18px 'Trebuchet MS';
	color: #056590;
	}
h3, .h3 {
	}
h4, .h4 {
	}
h5, .h5 {
	}
h6, .h6 {
	}
	
ul {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

ul li {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style: disc outside;
}

li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

li li {
	list-style: lower-alpha outside;
}


a:link 
{
	font-size: 12px; 
	text-decoration: none;
	color: #166f97;
}

a:visited  
{
  font-size: 12px; 
  text-decoration: none;
	color: #166f97;
}

a:hover, a:active 
{ 
  font-size: 12px; 
	text-decoration: underline;
	color: #166f97;
}

a.inactive
{
  font-size: 12px; 
  color: #5C5C5C;
  font-style:normal;
}

/* specific divs - revos v2 */	
#base_container { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto !important; 
	height: 100%; 
	min-height: 100%;
	background: url(../../images/standard/bg.jpg) no-repeat top center;
	}
	
#main_container { 
	margin: 0px;
	padding: 0px;
	width: 990px;
	}
	
#container {
	margin: 0;
	padding: 0;
	text-align: left;
	display:block;
	position:relative;
	}

#logo {
	float: left;
	margin-left: 3px; /* margin:0*/
	margin-top:30px; /* margin:0*/
	padding: 0; /*23px 0 0 5px; */
	height: 30px; /*95px;*/
}

#main_top 
{
	display:none; /*block*/
	position: absolute;
	top: 0px;
	z-index: 2;
	margin: 100px 0 0 5px;
	width: 981px;
	height: 25px;
	background: url(../../images/standard/bg_subnavstrip.png) repeat-x top left;
}

#main_content_bg {
	position: relative;
	margin: 0;
	width: 990px;
	background: url(../../images/standard/bg_content.png) repeat-y top left;
	}
	
#main_login_content_bg
{
	position: relative;
	margin:0;
	width: 990px;
	height:475px;
	background:url(../../images/standard/bg_logincontent.png) no-repeat top left;
}
	
#main_content 
{
	position: relative;
	margin: 0 30px 0 30px;
	padding: 30px 0 10px 0;
	text-align: left;
}

#main_contentbot {
	height: 20px;
	background: url(../../images/standard/bg_contentbot.png) no-repeat top left;
}

/* specific divs - homepage */	
#home_left {
	float: left;
	width: 600px;
	text-align: left;
}

#home_right {
	float: right;
	width: 300px;
	text-align: left;
}

#box {
	margin: 0px 0px 0px 25px;
	padding: 10px 0px;
	width: 235px;	
}

#box_text {
	padding: 5px 20px 0px 0px;
}

/* specific divs - inside pages */
#column1 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 560px;
	text-align: left;
}

#column_ad {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 170px;
	text-align: left;
}

#box_ad {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* specific divs - revos v2 */	
#clear {
	clear: both;
	}

#footer {
	margin: 0;
	padding: 10px 0;
	font: 11px/14px 'Trebuchet MS';
	color: #FFFFFF;
	text-align: center;
	}
	
#footer_bg {
	/*position: absolute; 
	bottom: 0;
	left: 0;*/
	margin: 0;
	padding: 0;
	width: 100%;
	}

/* basic classes */
.red {color: #C9342A;}
.black {color: #000000;}

.small {font: 11px 'Trebuchet MS';}

.hrdash {width: 100%; margin: 15px 0px; border-bottom: dashed 1px #D5D5D5;}

.noline:link {text-decoration: none}
.noline:visited {text-decoration: none}
.noline:active {text-decoration: underline}
.noline:hover {text-decoration: underline}

.nocolor:link {color: #5C5C5C; text-decoration: none}
.nocolor:visited {color: #7A7A7A; text-decoration: none}
.nocolor:active {color: #5C5C5C; text-decoration: underline}
.nocolor:hover {color: #5C5C5C; text-decoration: underline}

.footer:link {color: #B52717; text-decoration: none}
.footer:visited {color: #B52717; text-decoration: none}
.footer:active {color: #B52717; text-decoration: underline}
.footer:hover {color: #B52717; text-decoration: underline}

.note {font: 11px 'Trebuchet MS'; color: #999999; font-style: italic;}

/* backend classes 
input {background-color: white;}
*/

#linkremove{display:inline;}
#linkremove a{font-family: Verdana; color: red; font-size: .8em;}
#linkremove a:hover{background-color: red; font-family: Verdana; color:white; font-size: .8em;}
#linkedit{display: inline;}
#linkedit a{font-family: Verdana; color: blue; font-size: .8em;}
#linkedit a:hover{background-color: blue; font-family: Verdana; color: white; font-size: .8em;}

#viewfileheader {font-size: 1.3em; color: #424242; background-color: #F2F2F2; padding: 3px; font-weight:bold;}

#filename {font-size: .9em; color: #424242;}
#description {font-size: .9em; color: #424242;}

#y1 {background-color: #F2F2F2;}
#y2 {background-color: #FFFFFF;}

#resourcehead {background-color: #F2F2F2;}
#resourceicon {padding:10px;
  border-left-style: dotted;
  border-left-color: gray;
  border-left-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: gray;
  border-bottom-width: 1px; }

#resourcetitle {padding:10px;
  border-bottom-style: dotted;
  border-bottom-color: gray;
  border-bottom-width: 1px; }

#resourcedesc {padding:10px;
  border-left-style: dotted;
  border-left-color: gray;
  border-left-width: 1px;
  border-right-style: dotted;
  border-right-color: gray;
  border-right-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: gray;
  border-bottom-width: 1px; }

#cmsimg1 {padding-right: 20px; padding-bottom: 10px;}
#cmsimg2 {padding-left: 20px; padding-bottom: 10px;}

#blogtitle {font-size: 12px; font-weight:bold; color:#717171;}
#blogtime {font-size: 10px; color:#C01E71;}

#blogitem a{font-size: 10px; color: #C01E71; text-decoration: none;}
#blogitem a:hover{font-size: 10px; color: #C01E71; text-decoration: underline;}

#homestyleheading {font: bold 14px/14px 'Trebuchet MS'; color: #000000;}


.toplink1, .toplink1:link, .toplink1:visited, .toplink1:active
{
	background: url(../../images/standard/topnav1.gif) no-repeat top right;
	display:block;
	width:110px;
	height:26px;
	float:left;
	font: bold 14px/14px 'Trebuchet MS';
	color:#ffffff;
	text-decoration:none;
	padding-left:38px;
	padding-top:6px;
}

.toplink1:hover
{
	background: url(../../images/standard/topnav1_r.gif) no-repeat top right;
}

.toplink2, .toplink2:link, .toplink2:visited, .toplink2:active
{
	background: url(../../images/standard/topnav2.gif) no-repeat top right;
	display:block;
	width:110px;
	height:26px;
	float:left;
	font: bold 14px/14px 'Trebuchet MS';
	color:#ffffff;
	text-decoration:none;
	padding-left:38px;
	padding-top:6px;
}

.toplink2:hover
{
	background: url(../../images/standard/topnav2_r.gif) no-repeat top right;
}

.toplink3, .toplink3:link, .toplink3:visited, .toplink3:active
{
	background: url(../../images/standard/topnav3.gif) no-repeat top right;
	display:block;
	width:110px;
	height:26px;
	float:left;
	font: bold 14px/14px 'Trebuchet MS';
	color:#ffffff;
	text-decoration:none;
	padding-left:38px;
	padding-top:6px;
}

.toplink3:hover
{
	background: url(../../images/standard/topnav3_r.gif) no-repeat top right;
}
