@charset "utf-8";
html, body {       height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #191919;
}
p {
	margin: 0px;
	padding: 0px;
}

th 
{
	padding-left:10px;
	text-align:left;
}

input:-webkit-autofill 
{
        color: #2a2a2a !important; /*important not necessary but if they think so 
;)*/
}


#container {
	text-align: left;
	margin: auto;
	width: 1002px;
	position: relative;
} 
#header {
	width: 1002px;
	height: 137px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_logo {
	position: absolute;
	left: 16px;
	top: 14px;
}
#header_nav {
	background-color: #2C802C;
	width: 358px;
	margin-left: 626px;
	height: 50px;
}

#content {
	width: 1002px;
	position: relative;
	background-image: url(../../../images/content.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 274px;
	position: relative;
	background-image: url(../../../images/content_left_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 220px;
}
#mainContent {
	margin-left: 276px;
	position: relative;
	background-image: url(../../../images/content_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial;
	min-height: 950px;
	padding-left: 17px;
	padding-bottom: 20px;
	padding-right: 17px;
} 
.main_spacer {
	height: 30px;
}
.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #1F5F22;  
	height: 20px;
	font-weight: bold;
	padding-left: 10px;
	background-repeat: no-repeat;
}


.main_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #eeeeee;
	background-color: #666666;
	height: 18px;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 2px;
	
}
.main_text {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FECE32;
}
.main_text_2 {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	font-size: 12px;

	

}
.right_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.slimtable {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2C802C;
	vertical-align: middle;
	height: 25px;
}

.maglogoimg
{
    height:40px;
    width:100px;
}

.slimtable_highlight {
	color: #FFFFFF;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #842624;
}


.form_input {
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	background-color: #262626;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 17px;
}

.form_input_dropdown {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 17px;
	background-color: #262626;
	
}
.form_comments {
	border: 1px solid #FFFFFF;
	background-color: #262626;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


.table_header {
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	background-color: #1F5F22;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
}
.table_1 {
}
.table_1 td {
	padding-left: 10px;
	vertical-align: middle;


}
.table_1_row1 {
	background-image: url/images/table_cell_row1.jpg);
	background-repeat:repeat ;
}
.table_1_row2 {
	background-image: url(/images/table_cell_row2.jpg);
	background-repeat: repeat;
}

.table_1_bottom {
	background-image: url(../../../images/table_bottom.jpg);
	background-repeat: repeat-x;
	height: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #842624;
}

#mainContent  a {
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 7px;
    height: 22px;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.hidden
{
    visibility:hidden;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left_buttonset {
	position: relative;
	margin-bottom: 4px;
}
.left_bottom {
	background-image: url(../../../images/left_bottom.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 275px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#login {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	background-image: url(../../../images/login.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 820px;
	position: relative;
	margin: auto;
}
.login_body {
	margin: 0px;
	padding: 0px;
	background-color: #191919;
}

.textcolor1 
{
	color: #2C802C;
	
}

#login_logo {
	position: absolute;
	left: 188px;
	top: 44px;
}
.btn_login {
	position: absolute;
	left: 81px;
	top: 98px;
}


#login_form {
	position: absolute;
	left: 264px;
	top: 180px;
	font-size: 12px;
}
#login_form a {
	color: #CCCCCC;
	text-decoration: none;
}
#login_form a:hover {
	color: #FFFFFF;
}
#wideContent {
	position: relative;
	background-image: url(../../../images/content_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial;
	min-height: 500px;
	padding-left: 17px;
	padding-bottom: 20px;
	padding-right: 17px;
}
#wideContent a {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	text-decoration: none;
}
#wideContent a:hover {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	text-decoration: none;
}
#header_nav a {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#header_nav a:hover {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.main_text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.main_title_spacer {
	height: 30px;
	background-image: url(../../../images/main_title.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.main_subtitle_spacer {
	height: 30px;
	background-image: url(../../../images/main_subtitle.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
}
a.btn_short {
	color:#CCCCCC;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	display:inline-block;
	text-transform: uppercase;
	background-color: #1F5F22;
	border: 1px solid #102E0E;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	background-image: url('../../../images/btn_bg.png');
	background-repeat: repeat-x;
	background-position: 50% top;
}

input.btn_short
{
    color:#CCCCCC;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	display:inline-block;
	text-transform: uppercase;
	background-color: #1f5f22;
	border: 1px solid #102E0E;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	background-image: url('../../../images/btn_bg.png');
	background-repeat: repeat-x;
	background-position: 50% top;

}

a:hover.btn_short{
	color:#FFFFFF;

}
a:active.btn_short {
	color:#FFFFFF;
}


#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
height:35px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	text-align: center;
	line-height:24px;
	text-decoration:none;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
}

#navlist a
{
	color:#CCCCCC;
	font-weight:bold;
	text-align: center;
	height:35px;
	line-height:24px;
	text-decoration:none;
	
}

#navlist a:link, #navlist a:visited
{
	text-decoration: none;
}

#footer {
	height: 30px;
	background-color: #842624;
	width: 600px;
	position: absolute;
	bottom: 0px;
	left: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#wide_footer {
	height: 30px;
	background-color: #2C802C;
	width: 600px;
	position: absolute;
	bottom: 0px;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#wide_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#wide_footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.main_introtext {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	font-size: 12px;
	padding-bottom: 20px;
}

#mainContent li {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	list-style-type: disc;
	list-style-color: red;
}
#mainContent ul {
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin: 0px;
}
#wideContent   li {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	list-style-type: disc;
	list-style-color: red;
}
#wideContent   ul {
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin: 0px;
}

