<!--@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
.sidebarBG {
	background-attachment: scroll;
	background-image: url(images/index_r8_c1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #eee;
}


.titleText {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #004D29;
}


.contentBText {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

/*Content Text*/
.contentNText {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding:0px;
	line-height:1.5em;
}
.ContactHeader{
	display:block;
	padding:10px 0 5px 5px;
	margin:10px 0 0 0px;
	background:#CCC;
	font-family:Arial;
	font-weight:900;
	
	}
.contentNText h5{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding:0px;
	}
.contentNText h6{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding:0px;
	}
	
.contentNText  a:link{
	text-decoration:none;
	color:#333333;
	font-weight:500;
	}
.contentNText a:hover{
	text-decoration:underline;
	color: #004D29;
	}
.contentNText a:visited {
	text-decoration:underline;
	color:#333333;
	}
/*End Content Text*/

.subTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #004D29;
}
.error{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	}

.sidebarTitle {
	font-family: Arial;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.sidebarTitle a:link {
	color: #333;
	text-decoration: none;
}
.sidebarTitle a:visited {
	color: #333;
	text-decoration: none;
}
.sidebarTitle a:hover { 
	color: #004D29;
	text-decoration: underline; 
}
.sidebarTitle a:active {
	color: #333;
	text-decoration: none;
}


.sidebarTitleBig {
	font-family: Arial;
	font-size: 26px;
	color: #333;
	font-weight: bolder;
}


.sidebarContentText {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	margin:0px;
	padding:0px;
}
.sidebarContentText a:link {
	color: #666;
	text-decoration: none;
}
.sidebarContentText a:visited {
	color: #666;
	text-decoration: none;
}
.sidebarContentText a:hover { 
	color: #004D29;
	text-decoration: underline; 
}
.sidebarContentText a:active {
	color: #666;
	text-decoration: none;
}
/*Left Side Blockquote Only*/
.blockquote {
	font: 14px/20px Arial;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin: 5px;
	text-indent: 23px;
	}
.blockquote p:before {
	font-family:Arial;
	font-size:30px;
	content: open-quote; font-weight: bold;
	padding:0px;
	margin:0px;
	}
.blockquote p:after {
	font-family:Arial;
	font-size:30px;
	content: close-quote; font-weight: bold;
	margin:0px;
	padding:0px;
	}


/*End Left Side Blockquote*/

/*Menu Start*/
.applemenu{
	margin: 0px 0;
	padding-left: 20px;
	/*width: 250px; width of menu*/
	/*border: 1px solid #004C27;*/
}

.applemenu div.silverheader a{
	font: normal 12px Arial, "Arial";
	color: #333;
	display: block;
/*	position: relative;*/ /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #333;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 0px;
	height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.sidebarContentText  li{
	list-style:none;
	padding:0px;
	margin:0px;
	position:relative;
}
.contentNText  li{
	list-style:circle;
	padding-left:15px;
}

/*Form*/

.required{
	color:#F00;
	font-family:Arial;
	font-size:11px;
}
.myform{
	margin:0 auto;
	padding:14px;
	text-align:left;
}
#basic{
	border:solid 2px #DEDEDE;
}

#basic input{
	float:left;
	margin:3px 0 0 0;/* 0 30px 10px 	width:125px;
	height:31px;
*/
}
#basic button{ 
	clear:both;
	margin-left:0px;
	background:transparent url(images/submit.jpg) no-repeat;
	text-align:center;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-indent:-99999px;
	width:45px;
}
	