/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

#menu
{
	
	height: 40px;
	width: 850px;
	margin: 0 auto;
}
#menu ul, ul li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}

#menu ul
{
	float: left;	
}

#menu ul li
{
	float: left;
	

}

#menu ul a:link, ul a:visited
{
	text-decoration: none;
	line-height: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #B4AD54;
	color: #4C5F29;
	width: 141px;
}

#menu ul a:hover {
	background-color: black;
	
	color: white;
	
	
}

a:link {
	color: #3886E0;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

*
{
	/*margin: 0;*/
}

body
{
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	/*background: #F0EACA;*/
	background: url(images/page_background.jpg) no-repeat fixed 0 0 #F0EACA;
	margin: 0;
}

#main
{
	margin: 0 auto;
	width: 850px;
	background: #ffffff url(images/top_xnull2.gif) no-repeat center top;
	/*border: 2px solid Black;*/
	box-shadow: 0 0 3px 3px #888;
}

#header
{
	width: 850px;
	margin: 0 auto;
	height: 150px;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 120px;
height: 200px;

}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
padding-top: 33px;
height: 40px;
width: 763px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 125px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 13px;
	margin-left: 12px;

}

#buttons a:hover {
	width: 125px;
    height: 36px;
	text-decoration: underline;
}

#content
{
	width: 820px;
	margin: 0 auto;
	padding: 15px;
}

#left
{
width: 450px;
padding: 10px;
}

#left H1
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 24px;
}
#left H2
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#left a
{
 color: #3886E0;
}

#left a:hover {
	text-decoration: none;
	color: #FF0000;
}

#left a:visited {
	color: #3886E0;
}

#right
{
float: right;
width: 240px;
}

#sidebar 
{
width: 240px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 36px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
	color: #ffffff;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:visited {
		text-decoration: none;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img09.gif) no-repeat 1px 5px;
}

#footer
{
	background: Black;
	height: 47px;
	width: 850px;
	margin: 0 auto;
	font-size: 10px;
	color: #F0EACA;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-top: 4px solid olive;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}


#feauture_main ul
{
	
	list-style: square;
}

.green {
	color: green;
}

.pointed-list {
	list-style-type: square;
}

.subnav {
	position: absolute;
	top: 190px;
	list-style: none outside none;
	width: 180px;
}

.box {
	border-left: 3px solid;
	min-height: 10px;
	background-color: #F8F8F8;
	float: left; 
	padding-left: 0.5em;
	padding-right: 1em;
	margin-bottom: 1em;
}

.box a {
	text-decoration: none;
	font-weight: bold;
	margin: 1.33em 0;
	float: left;
	margin-right: 0.5em;
}

.box a:hover {
	text-decoration: none;
	font-weight: bold;
	margin: 1.33em 0;
	float: left;
	color: #FF0000;
	margin-right: 0.5em;
}

.box p {
	margin: 1.33em 0;
	float: left;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #f00;
}

.value {
	font-weight: bold;
}

p.text {
	text-align: justify;
	font-size: 14px;
}

ul.list-square {
	list-style-type: square;
}

.list-square li{
	display: list-item;
	list-style-type: square;
}
