/* CSS Document */

/************************************************/
/* layout styles 									*/
/************************************************/

/* Admin page layouts */

#adminmainpageholder
{
	padding: 0px;
	width: 975px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#admintopofpage
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 975px;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(/get_images/admin/admintopbackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #58A4B4;
}

#adminmenuarea
{
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	height: 20px;
	width: 975px;
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D7D233;
}

#adminmainbody
{
	position: absolute;
	z-index: 20;
	width: 975px;
	left: 0px;
	top: 120px;
}

#adminfooter
{
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	clear: both;
	width: 975px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D233;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../get_images/admin/footer_getlogo.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 30px;
}

#adminmenuholdingarea {
	position: static;
	height: 300px;
}

/* Main page layouts */


#mainpageholder
{
	padding: 0px;
	width: 975px;
	background-color:#FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	z-index: 5;
}

#topleftimage
{
	margin: 0px;
	padding: 0px;
	height: 296px;
	width: 202px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 20;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#topmiddleimage
{
	margin: 0px;
	padding: 0px;
	height: 296px;
	width: 561px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 207px;
	top: 0px;
	background-color: #FFFFFF;
}
#topmiddletext
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 170px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 999;
	left: 233px;
	top: 191px;
}

#toprightimage
{
	margin: 0px;
	padding: 0px;
	height: 296px;
	width: 202px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 20;
	left: 773px;
	top: 0px;
	background-color: #FFFFFF;
}

#searcharea
{
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 60;
	right: 10px;
	top: 266px;
}



#topmenuarea
{
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	height: 66px;
	width: 975px;
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 296px;
	background-color:#FFFFFF;
	padding: 0px;
}

#mainbody
{
	width: 975px;
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 362px;
	background-color:#FFFFFF;
	padding: 0px;
	color:#000000;
}

#leftmenu
{
	display: inline;
	padding: 0px;
	clear: left;
	float: left;
	width: 202px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightarea
{
	display: inline;
	padding: 0px;
	clear: right;
	float: right;
	width: 768px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maintext
{
	display: inline;
	padding: 0px;
	clear: left;
	float: left;
	width: 561px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolumn
{
	display: inline;
	padding: 0px;
	clear: right;
	float: right;
	width: 202px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#menuholdingarea {
	position: static;
	height: 700px;
}




/************************************************/
/* end layout styles 							*/
/************************************************/

/************************************************/
/* global layout styles 						*/
/************************************************/
html, body{
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

li
{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
}


/************************************************/
/* end global layout styles 					*/
/************************************************/




/************************************************/
/* text styles 									*/
/************************************************/

body {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a, a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #FFCC00;
	text-decoration: underline;
}


input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000000;
	font-weight:bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	font-weight:bold;
}

.adminmaintitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #81872C;
}

.adminsubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #81872C;
}

.fadedtext{
	color: #999999;
}


.red
{
	color:#FF0000;
}

.leftlink
{
	background-image: url(../get_images/bullets/left_link_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 53px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-top: 5px;
	font-weight: bold;
}
.leftlink:hover
{
	background-image: url(../get_images/bullets/left_link_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 53px;
}
.leftlink a, .leftlink a:link, .leftlink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.leftlink a:hover, .leftlink a:active
{
	color: #FFF402;
	text-decoration: none;
}

#topmiddletext
{
	font-size: 10px;
	line-height: 12px;	
}
#topmiddletext a, #topmiddletext a:link, #topmiddletext a:visited
{
	color: #000000;
	text-decoration: underline;
}
#topmiddletext a:hover, #topmiddletext a:active
{
	color: #FF0000;
	text-decoration: underline;
}

/************************************************/
/* end text styles 								*/
/************************************************/


/************************************************/
/* area and box styles 								*/
/************************************************/

.darkback
{
	background-color: #3E4917;
	width: 202px;
	height: 450px;
	color: #ffffff;


}
.darkback h1
{
	color:#FFF402;
}
.darkback a, .darkback a:link, .darkback a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.darkback a:hover, .darkback a:active
{
	color: #FFF402;
	text-decoration: none;
	font-weight:bold;
}

.darkbackright
{
	background-color: #3E4917;
	width: 202px;
	height: 450px;
	color: #ffffff;


}

.latestnewsholder
{
	width: 202px;
	height: 360px;

}
.leftmenuholder
{
	width: 202px;
	height: 403px;

}


.lightback
{
	background-color: #B9C09E;
	width: 561px;
	height: 420px;
	overflow: auto;


}
.lightback a, .lightback a:link, .lightback a:visited
{
	color: #000000;
}
.lightback a:hover, .lightback a:active
{
	color: #FF0000;
}

.roundedbox
{
	background-color: #f4f4f4;
	color: #000000;
	background-position: left top;
	background-image: url(../get_images/boxes/box_tl.png);
	background-repeat: no-repeat;
	width: 99.9%;
}
.roundedbox div
{
	background-position: right top;
	background-image: url(../get_images/boxes/box_tr.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.roundedbox div div
{
	background-position: left bottom;
	background-image: url(../get_images/boxes/box_bl.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.roundedbox div div div
{
	background-position: right bottom;
	background-image: url(../get_images/boxes/box_br.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.roundedbox div div div div
{
	background-image: none;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.roundedbox a, .roundedbox a:link, .roundedbox a:visited
{
	color: #000000;
	text-decoration: underline;
}
.roundedbox a:hover, .roundedbox a:active
{
	color: #FF0000;
	text-decoration: underline;
}

.roundedbox .titlebar, .titlebar
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #01445E;
	background-color: #B6D233;
	background-image: url(../get_images/layout/title_bar_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	height: 21px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 83px;
}

.footer
{
	background-color: #B9C09E;
	width: 561px;
	height: 60px;
	overflow: auto;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-image: url(../get_images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer a, .footer a:link, .footer a:visited
{
	color: #000000;
}
.footer a:hover, .footer a:active
{
	color: #FF0000;
}

/************************************************/
/* end area and box styles 						*/
/************************************************/






/************************************************/
/* button styles 								*/
/************************************************/

.adminbutton{
	background-color: #F7F6C6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 2px solid #8A871C;
}

.searchbutton{
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 2px solid #666666;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

.mainbutton{
}


/************************************************/
/* end button styles 							*/
/************************************************/



/************************************************/
/* common styles 								*/
/************************************************/

.leftalign
{
    text-align: left;
}
.rightalign
{
    text-align: right;
}
.floatleft
{
	clear: left;
	float: left;
}
.floatright
{
	clear: right;
	float: right;
}

.nomargin
{
	margin: 0px;
}

/* layout classes */
#nlsmenuholding
{
	z-index: 200;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: blue;
}
.cachearea
{
	display: none;
}

.cleardiv
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1%;
	overflow: hidden;
	clip: rect(auto,auto,1px,auto);
}

/* indented sections */

.indent10, .roundedbox .indent10
{
    padding-left: 10px;
    padding-right: 10px;
}

/* nowrap for table cell */
.tablenowrap
{
    white-space: nowrap;
}


/* spacer blocks */
.spacer5
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 5px;
    width: 5px;
    font-size: 1%;
}
.spacer10
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    font-size: 1%;
}
.spacer15
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 1%;
}
.spacer20
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    font-size: 1%;
}
.spacer30
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 20px;
    font-size: 1%;
}
.spacer40
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 20px;
    font-size: 1%;
}
.spacer50
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 20px;
    font-size: 1%;
}
.spacer200
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 20px;
    font-size: 1%;
}
.spacer400v
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 1px;
    font-size: 1%;
}
.spacertop
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 180px;
    width: 1px;
    font-size: 1%;
}

/************************************************/
/* end common styles 							*/
/************************************************/
