﻿body 
{
    position: absolute;
    width: 960px;
    /*height: 100%;*/
    left: 50%;
    margin-top: 10px;
    margin-left: -480px;
    color: #ffffff; 
    font-size: 10pt;
    font-family: Trebuchet MS;
    /*background: #E78A07;*/
    background: transparent url('../images/bg_body.jpg') top repeat-x;
}

p
{
	color: #ffffff; 
	margin-top: 0px;
	margin-bottom: 0px;
}

p.home
{
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
}
 
ul, 
li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.home
{
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
}

H1
{
    color: #EFAA23;
    font-family: Trebuchet MS;
    font-size: 15pt;
    text-transform: uppercase;
    margin: 0px;
}

H1.green
{
    color: #218F26;
    font-family: Trebuchet MS;
    font-size: 15pt;
    text-transform: uppercase;
    margin: 0px;
}

H2
{
    color: #EFAA23;
    font-family: Trebuchet MS;
    font-size: 14pt;
    text-transform: uppercase;
    margin: 0px;
}

H3
{
    color: #EFAA23;
    font-family: Trebuchet MS;
    font-size: 12pt;
    text-transform: uppercase;
    margin: 0px;
}

H4
{
    color: #E78A07;
    font-family: Trebuchet MS;
    font-size: 10pt;
    margin: 0px;
    text-transform: uppercase;
}

H5
{
    color: #E78A07;
    font-family: Trebuchet MS;
    font-size: 8pt;
    margin: 0px;
    text-transform: uppercase;
}

H6
{
    color: #E78A07;
    font-family: Trebuchet MS;
    font-size: 7pt;
    margin: 0px;
    text-transform: uppercase;
}

A, 
A:visited,
A:active,
A:link
{
    /*color: #218F26;*/
    color: #ffffff;
}

INPUT
{
    font-family: Arial;
    font-size: 9pt;
}

#layout
{
	float: left;
	min-height: 600px;
    background: #62BD19 url('../images/bg_footer.png') bottom right no-repeat;/**/
    border: 3px solid white;
}

#header
{
	width: 960px;
	height: 159px;
	background: transparent url('../images/bg_head.png') top left no-repeat;
	/*border: 1px solid;*/
}

#logo
{
	float: right;
	width: 200px;
	height: 134px;
	padding: 10px;
	padding-top: 60px;
	/*border: 1px solid;*/
}

#newsflash
{
	float: right;
	width: 340px;
	height: 70px;
	padding: 10px;
	margin-top: 150px;
	margin-right: 40px;
	/*border: 1px solid;*/
}

#body_content
{
	float: left;
	width: 960px;
}

#rotator
{
	float: left;
	width: 348px;
	height: 420px;
	padding: 30px 0px 0px 10px;
	text-align: center;
	/*border: 1px solid;*/
}

#content_home
{
	float: right;
	width: 480px;
	min-height: 280px;
	padding: 50px 30px 20px 30px;
	/*border: 1px solid;*/
}

#content
{
	float: left;
	width: 700px;
	min-height: 400px;
	padding: 30px 30px 90px 30px;
	/*border: 1px solid;*/
}

#content_admin
{
	float: left;
	width: 900px;
	padding: 30px 30px 110px 30px;
}

#breadcrumbs
{
    float: left;
    width: 620px;
    font-family: Arial;
    font-size: 8pt;
    padding-left: 20px;
    padding-top: 4px;
    margin: 0px;
}
#sidemenu
{
	float: right;
	width: 170px;
	min-height: 260px;
	margin-top: 40px;
	margin-bottom: 120px;
	padding: 10px;
	text-align: right;
	/*border: 1px solid;
	background: #A4D867;*/
}

#sidemenu .submenu_links
{
	list-style: none;
	color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 11pt;
    line-height: 13pt;
    font-weight: bold;
    vertical-align: middle;
    padding: 0px 2px 4px 0px;
    margin: 0px;
    width: 180px;/**/
    text-decoration: none;
    background: #339900;
    /*background: transparent url('../images/submenu_head.png') top left no-repeat;*/
    border: 1px solid;
}

#sidemenu .submenu_links A
{
	background: transparent;
}

#sidemenu .submenu_parent_links
{
	list-style: none;
	color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 11pt;
    font-weight: bold;
    padding: 2px 3px 2px 0px;
    margin: 0px;
    width: 190px;/**/
    text-decoration: none;
    /*background: transparent url('../images/separator.jpg') bottom left repeat-x;
    border: 1px solid;*/
}

#sidemenu .submenu_parent_links A
{
	white-space: pre-wrap;
}

#sidemenu .submenu_parent_links .submenu_links_selected
{
	color: #218F26;
}

#sidemenu .submenu_links_selected
{
	color: #FEA726;
}

#footer
{
	float: right;
	color: #ffffff;
	font-size: 8pt;
	font-family: Trebuchet MS;
	padding-bottom: 20px;
}


/**********************************************/
/* Custom Navigation using SiteMap			  */
/**********************************************/

#menu
{
	position: absolute;
	top: 2px;
	left: 12px;
	/*float: left;*/
    width: 706px;
    height: 52px;
    padding: 0px;
    margin: 0px;
    /*border: 1px solid;
    background: transparent url('../images/navigation.png') top left no-repeat;*/
}

#menu .parent_menuitem
{
	width: 180px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#menu .parent_menuitem_hover, 
#menu .parent_menuitem_selected
{
	/*margin-bottom: 0px;
	border:2px solid #FEA726; 
	border-bottom:none; 
	background: #366A9F;*/
}

#menu .parent_menuitem_selected
{
	/*margin-bottom: 0px;
	border:2px solid #FEA726; */
}

#menu .child_menuitem
{
	width: 132px;
	margin: 0px; 
	padding: 0px;
	margin-top: -10px;
	margin-left: 20px;
	padding-top: 10px;
	text-align: left;
	z-index: 1000;
	background: #359B01;
	border: 3px solid #FFFFFF; 
	/*border-top: none; 
	border-right:0px; */
}

#menu .child_menuitem A
{
	width: 112px;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	display: block;
}

#menu .child_menuitem_hover, 
#menu .child_menuitem_hover A
{
	background: #E78A07; 
}

/**********************************************/
/* END Custom Navigation using SiteMap		  */
/**********************************************/


#login
{
	position: absolute;
	bottom: 50px;
	right: 10px;
	color: #ffffff;
	font-size: 8pt;
	font-family: Trebuchet MS;
	font-weight: bold;
}

#login INPUT
{
	font-size: 8pt;
}

.btn
{
	color: #ffffff;
	font-size: 8pt;
	font-family: Trebuchet MS;
	padding: 0px;
	background: #EFAA23;
	border: 1px solid;
}

#userlogin
{
	position: absolute;
	top: 280px;
	left: 360px;
	color: #ffffff;
	font-size: 9pt;
	font-family: Trebuchet MS;
	border: 1px solid;
}

#userlogin A
{
	color: #EFAA23;
	text-decoration: underline;
}

#userlogin INPUT
{
	font-size: 8pt;
	font-family: Trebuchet MS;
	font-weight: bold;
}

#userlogin .title
{
	padding: 4px;
	background: #339900;
}


.grdHeader, 
.grdHeader A
{
    color: #EFAA23;
    text-align: left;
    background: transparent;
}

.grdItem
{
    text-align: left;
    background: transparent;
}

.grdAltItem
{
    text-align: left;
    background: transparent;
}

.grdItemHome, 
grdItemHome A
{
    color: #EFAA23;
    text-indent: 4px;
    background: transparent;
}

.grdAltItemHome, 
grdAltItemHome A
{
    color: #EFAA23;
    text-indent: 4px;
    background: transparent;
}


/**********************************************/
/* START News Slideshow Layout         		  */
/**********************************************/

#ajaxticker1
{
	width: 100%;
	height: 100%;
	border: 1px dashed #ffffff;
	padding: 5px;
	background-color: #EFAA23;
}

#ajaxticker1 div
{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #EFAA23;
}

.someclass
{ 
	color: #ffffff;
	/*font-size: 14pt;*/
}
