/* --------------- CSS Reset -------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #646464;
	background-image:url('../../images/header-bg-black.jpg');
	background-repeat:repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --------------- Main CSS -------------------- */
body{
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
}
/* --------------- Website Links -------------------- */
a:link,a:visited{
	color:#2A00FF;
	text-decoration:underline;
}
a:hover{
		color:#557FFF;
}
/* --------------- Headers -------------------- */
h1{
	color:black;
	font-size:160%;
	font-weight:bold;
	color:#ccc;
	margin-top:10px;
	margin-left:20px;
	clear:both;

}
h2 {
	clear:both;
	color:#fff;
	font-size:120%;
	text-align:left;
	padding:5px;
	font-weight:bold;
	margin:2px 0 8px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #111;
	background-color:#787878;
	background-position:30px;
}
h2.a{
	color:#fff;
}
h3{
	background-color:#dddddd;
	color:#444444;
	font-size:110%;
	font-weight:bold;
	padding:4px;
	border-top:1px solid #eee;
	text-align:left;

}
p{
	margin:0;
	padding:5px;
}
#main_content{
	clear:both;
	padding:5px;
    border-top:1px solid #fff;
	border-bottom:1px solid #999;
    background-color:#C3C3C3;
	margin:0 auto;
	margin-top:10px;	

}
#main_content h1{
	margin-left:10px;
	color:#b00;
	margin-bottom:10px;
}
#wrapper{
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #787878;
    clear:both;
	background-color:#E1E1E1;
	padding:10px;
    margin-top:20px;
    margin-bottom:20px;
	color:#2D2D2D;
	line-height:1.4em;
}
#main_container
{
    border-top:1px solid #E1E1E1;
    border-bottom:1px solid #3C3C3C;
    background-color: #969696;
    font-size:200%;
    width:100%;
    min-height:500px;
	background-image:url('../images/bg_pattern.jpg');
	background-repeat:repeat;
}
#footer{
	padding-top: 10px;
	color:#eee;
	padding-bottom:10px;	
	font-family:Verdana,Helvetica, Helvetica Neue, Arial, sans-serif;
}
#footer p,#footer li{	
	padding-top:5px;
    margin:0 2px;
}
#footer li{
	padding-top:5px;
    font-size:80%;
	list-style-type:none;
    float:left;
    margin:0 2px;
}
#footer a{
	font-size:100%;
}
#footer li a{
	color:#eee;
	text-decoration:none;

}
#footer li a:hover{
	text-decoration:underline;
}
/* --------------- Main Navigation -------------------- */
#navigation{
	margin:0 auto;
	margin-top:30px;
	clear:both;

}
#navigation ul li{
	text-align:center;
	float:left;
	width:140px;
	margin:2px;
	background-color:#FFFFFF;
    -moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
    -moz-border-radius-topright :8px;
	-webkit-border-top-right-radius:8px;
	border-bottom:0;
	margin-bottom:0;
}
#navigation ul li:hover{
	text-align:center;
	width:140px;
	margin:2px;
	float:left;
	background-color:#dddddd;
    -moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
    -moz-border-radius-topright :8px;
	-webkit-border-top-right-radius:8px;
	border-bottom:0;
	margin-bottom:0;
}
#navigation a:link,#navigation a:visited{
	color:#24244F;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:4px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
}
#navigation a:hover{
	text-decoration:none;
	color:#424291;
	
}
.active_section{
	background-color:#C3C3C3;
    -moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
    -moz-border-radius-topright :6px;
	-webkit-border-top-right-radius:6px;
}
.unit_count{
	background-color:#0B600B;
	padding:1px 4px;
	color:#D4FFFF;

	border:1px solid #C3C3C3;
	border-top:1px solid #ffffff;
	
}
/* --------------- Sub Navigation -------------------- */
#sub_navigation{
	-khtml-border-radius:6px;
	-moz-border-radius:6px;	
	margin:10px auto;
	color:#696969;
	font-weight:normal;
}
#sub_navigation{
	margin-left:20px;
	margin-bottom:20px;
	display:block;


}
#sub_navigation li{
	display:inline;
	float:left;

}
#sub_navigation a{
	color:#2D2D2D;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	margin:2px;
	margin-bottom:5px;
	width:130px;
	text-align:center;
	padding:5px 6px;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	background-color:#E1E1E1;
	padding:5px 10px;
	border:1px solid #969696;
	border-top:1px solid #fff;
}
#sub_navigation a:hover{
	text-decoration:none;
	background-color:#d2d2d2;
	color:#000000;
	border:1px solid #878787;
	border-top:1px solid #E1E1E1;
}

/* --------------- Forms -------------------- */
input,textarea,select{
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	background-color:#FBFBFB;
	color:black;
	padding:2px;
	border:1px solid #ccc;
    font-size:90%;
}

select{
	max-width:350px;
}
button[disabled], input[disabled],
optgroup[disabled], option[disabled],
select[disabled], textarea[disabled]
{
 	background-color:#eee;
 	font-style: italic;
 	color:#969696;
}
input[type="submit"]{
	background-color:#508750;
	padding:4px 6px;
	color:#eee;
	margin-bottom:8px;
    display:block;
    margin-left:20px;
    margin-top:10px;
    cursor:pointer;
	border:1px solid #3C7B3C;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	background-image:url('../../images/right_arrow_16x16.png');
	background-repeat:no-repeat;
	background-position:4px 6px;
	text-indent:15px;
	font-weight:bold;
} 
select{

}
fieldset{
  	border:1px solid #dddddd;
  	background-color:#D2D2D2;
  	margin:10px;
  	padding:10px;
}
label{
	font-weight:bold;
	display:block;
	text-align:left;
	padding-top:5px;
}
legend{
  font-weight:bold;
}
.tinymce{
	margin-left:100px;
}
label em,.form_info em {
	color:#FF0000;
	margin-right:3px;
}
.form_info{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	padding:5px;
	background-color:#eee;

	
}
.required{
	color:#b00;
	margin-right:5px;
	display:inline-block;
	vertical-align:top;
}
/* --------------- Comment -------------------- */
#main_headline{
	padding:5px;
	text-align:justify;
	background-color:#F2F2F2;
	border:1px solid #CECECE;
	margin:3px;
}

/* --------------- Tables -------------------- */
table{
	border:1px solid #ccc;
	font-size:100%;
    border-collapse:collapse;
	background-color:white;
	padding:2px;
	margin:10px auto;
	}
th{
	background-color:#787878;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
td{

}
.oddrow {background-color:#eee;}
/* --------------- Error / Messages -------------------- */
.message{
	clear: both;
  	color:#464646;
  	font-weight:bold;
  	text-align:left;
  	border:1px solid #464646;
  	background-color:#FFFFCC;
  	padding:10px;
  	display:block;
	margin:2px;
}
.error{
	clear: both;
  	color:#FFFFFF;
  	font-weight:bold;
  	text-align:left;
  	border:1px solid #b00;
  	background-color:#F06A6D;
  	padding:4px;
  	display:block;
	margin:2px;
}
#imagelist li{
	float:left;
	display:inline;
	max-width:350px;
	margin:10px;
	padding:10px;
	background-color:#eee;
	text-align:center;
	border:1px solid #fff;
}
.smaller{
	font-size:0.85em;
}
.spacer{
	padding:5px;
	margin:5px;
}
.thumbnail{
	width:75px;
	height:75px;
}
.table_summary{
	background-color:#550000;
	display:block;
	clear:both;
	font-weight:bold;
	font-size:100%;
	text-align:right;
	color:#FFD4D4;
}
.overdue,.duenow,.duesoon{
	padding:3px;
	width:150px;
	display:block;
	text-align:center;
	color:#000000;	
}
.overdue{
	background-color:#FF002A;
	color:#ffffff;
}
.duenow{
	background-color:#FFAA2A;
}
.duesoon{
	background-color:#55FF55;
}
/* --------------- Content Lists -------------------- */
.pagination{
	border:1px solid #ccc;
	margin:10px 0;
	padding:5px;
	background-color:#51A851;
	color:#b00;
}
.pagination a{
	color:#fff;
}
.item-list-sub{
	font-size:10px;
	border-bottom:1px solid #ccc;
}
.item-list-sub input,.item-list-sub select{
	font-size:11px;
	border-bottom:1px solid #ccc;
}
.item-holder,.item-holder-alt{
	margin-top:2px;	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
}
.item-holder{
	background-color:#F5F5F5;
}
.item-holder-alt{
	background-color:#D4FFAA;
}
.item-label{
	color:#b00;
	margin-right:5px;
	font-weight:bold;
}
/*
   --------------- Views -------------------- 
*/ 
.view_header{
	display:block;
	height:30px;
	clear:both;

}
.view_header li{
	font-weight:bold;
	float:left;
	font-size:110%;
	display:block;
	padding:4px;
	margin: 2px;
}
.view_items{
	clear:both;
	display:block;
	height:30px;	
}
.view_items li{
	float:left;
	font-size:100%;
	display:block;
	padding:4px;
	margin: 2px;	
}
.li_30{
	width:30px;
}
.li_50{
	width:50px;
}
.li_70{
	width:70px;	
}
.li_100{
	width:100px;
}
.li_150{
	width:150px;	
}
.li_200{
	width:200px;	
}
.li_250{
	width:250px;
}
.view_table h3{
    clear:both;
	margin-left:60px;
	margin-right: 20px;
	background-color:#AAAAFF;
}
.view_table h3 a{
	font-size:100%;
}
.no-image{
	margin:10px;
}
.item-no-results{
	clear: both;
  	color:#FFFFFF;
  	font-weight:bold;
  	text-align:left;
  	border-top:1px solid #CFEBCF;
  	border-bottom:1px solid #000;
  	background-color:#204D20;
  	padding:5px;
  	font-size:100%;
  	display:block;
	margin:10px;	
}
/* --------------- Top Header / Navigation -------------------- */

#header{
	padding:4px;
	display:block;
	height:30px;
	color:#ccc;
}
#header h1{
	display:inline-block;
	color:#C3C3C3;
	font-size:250%;
	padding:15px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.divider{
	margin:0 6px;
}
.main-head-link{
	background-color:#51A851;
	padding:2px 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:white;
}
#main-head-link a{
 	
}
h2 a{
	color:#92CB92;
	
}
h2 a:hover{
	text-decoration:none;
	cursor:pointer;
}
fieldset h2{
	clear:both;
	color:#fff;
	font-size:120%;
	text-align:left;
	padding:5px;
	font-weight:bold;
	margin:2px 4px 8px 4px;
	border:1px double #fff;
	background-color:#5A5A5A;
	background-image:none;	
}
#login{
	width:600px;
	margin:0 auto;
	margin-top:50px;
}
.activeproject{
	float:right;
	font-size:120%;
	color:#51A851;
}
.current_date{
	display:block;
	color:#5A5A5A;
	text-align:center;	
	margin-bottom:20px;
}

.sub_banner{
	clear: both;
  	color:#464646;
  	text-align:right;
  	background-color:#FFFF55;
  	display:block;
	margin:2px;	
}
/*
   --------------- Filters -------------------- 
*/ 
.filter-section{
	display:none;
}
.filter-section label{
	min-width:10px;
}
/*
   --------------- Sidebar -------------------- 
*/ 

#sidebar a{
	display:block;
	color:#24244F;
	margin:0 8px;
	padding:8px 0 4px 8px;
	font-weight:bold;
	margin-left:0;
	text-decoration:none;
	border:1px solid transparent;
	border-bottom:1px solid #C3C3C3;
}
#sidebar h2{
	margin-left:3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	margin-right:10px;
	margin-top:20px;
	font-size:100%;	
}
#os_items li{
	border-bottom:1px solid #eee;
	margin-left:3px;
	margin-top:8px;
	margin-right:10px;
	background-color:#28A728;
	font-weight:bold;
	padding:3px;
	color:#eee;
}
#sidebar .selected{
	background-color:#c3c3c3;
	color:#0F0F0F;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
}
#sidebar a:hover{
	background-color:#B4B4B4;
	color:#424291;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
}
/*
   --------------- Login Page -------------------- 
*/ 
#login_page #wrapper{
	margin-top:60px;
}
input[type="checkbox"],
input[type="radio"]
{
margin-bottom:5px;
margin-right:10px;	
 height:15px;
}
.discreet{
	margin-left:220px;
}
#timedisplay{
	color:#787878;
	font-weight:bold;
	text-decoration:none;
	margin:2px auto;
	width:130px;
	padding:5px;
	text-align:center;
	font-size:14px;
	background-color:#d4d4ff;
	border:1px solid #787878;
	letter-spacing:3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#timedisplay a{
	border:0;
	display:inline;
	padding:0;
	margin:0;
}
#timedisplay a:hover{
	background-color:transparent;
}
.chart_holder{
	margin-left:5px;
	background-color:#fff;
}
.chart_table{
	float:right;
	width:300px;
	font-size:60%;
	border:none;
	border-collapse:separate;
}
.chart_key{
	display:inline-block;
	width:10px;
	height:10px;
}
.chart_table td,.chart_table th{
	text-align:left;
	border-bottom:1px solid #ccc;
}
#top_nav{
	margin-top:10px;
}
#top_nav li{
	float:left;
	margin-right:5px;	
	font-size:80%;
	font-family:Verdana,Helvetica, Helvetica Neue, Arial, sans-serif;
}
#top_nav a{

	color:#AAAAFF;
	text-decoration:none;
	font-size:100%;
}
#top_nav a:hover{
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
}
.branding{
	font-size:150%;
	padding:20px;	
}
#wrapper ul{
	margin-top:15px;
	margin-left:20px;
}
#wrapper li{
	list-style-type:disc;
	font-size:100%;
	margin: 8px;
}
.call_to_action{
	background-color:#318631;
	padding:4px 6px;
	color:white;
	margin-top:8px;
	margin-left:30px;
	margin-bottom:20px;
	display:inline-block;
	border:1px solid #3C7B3C;
	border-top:1px solid #B4B4B4;
	border-bottom:1px solid #184518;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#wrapper a{
	text-decoration:none;	
}
#wrapper h1{
	color:#FF5500;
	margin-left:3px;
}
#wrapper h2{
	background-color:transparent;
	border:0;
    font-size:130%;
	color:#2B2B80;
	margin-top:10px;
	margin-bottom:4px;
	padding:0;
}
#wrapper h3{
	border:0;
	font-size:110%;
	background-color:transparent;
	color:#194319;
}
.feature_info{
	width:100px;
	display:inline-block;
}
.feature{
	width:300px;
	display:inline-block;
}
.feature_price{
	width:150px;
	display:inline-block;
}
#services ul{
	margin-top:5px;
}
#services li{
    list-style-type:none;
	margin:0;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}
.important{
	color:#b00;
	font-weight:bold;
	font-size:80%;
}
.note{
	font-weight:bold;
	font-style:italic;
	font-size:80%;	
}
.highlight{
	color:#FF2A00;
}
a.call_to_action,.call_to_action a{
	color:#eee;
}
.feature_description { 
font-size:12px;
padding:5px;
display:none;
border:1px solid #2B802B;


background-color:#98DC98;     
}
#services .feature_description ul{
	margin:0 0 0 20px;
}
#services .feature_description li{
	list-style-type:disc;
	margin-left:20px;
	border:none;
}
h4{
	color:#eee;
	background-color:#2B802B;
	font-weight:bold;
	font-size:110%;
	padding:3px;		
}
.feature_description p,.feature_description ul{
	font-size:100%;
}