﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	border: 0;
	margin: 0;
}

body
{
	background: #ffffff url(images/back_all.jpg) repeat-x top;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 10px;
}

#main
{
	margin: 0 auto;
	width: 912px;
	background: url(images/table_back.jpg) repeat-y;
}

#header
{
	background: url(images/header.jpg) no-repeat;
	width: 912px;
	height: 262px;
}

#page_content
{
	width: 882px;
	padding: 15px;
}

.small
{
	margin: 15px;
	padding: 5px;
	border: 1px solid #99A067;
}

.padding
{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}

#formInputBoxes
{
	border: 1px black solid;
	margin-bottom: 2px;
}

.no_bullet
{
	padding-left: 10px;
	background: none;
}

#formstyle
{
	border: 1px black solid;
}

/* a */

a:link
{
	color: #3886E0;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

a:visited
{
	color: #3886E0;
}

a:visited:hover
{
	text-decoration: underline;
	color: #FF0000;
}

/* logo */

#logo
{
	padding-left: 40px;
	text-align: left;
	padding-top: 40px;
	height: 40px;
}

#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 */

#buttons
{
	padding-top: 220px;
	height: 40px;
	padding-left: 0px;
}

#buttons li
{
	display: inline;
}

#buttons a
{
	display: block;
	float: left;
	height: 30px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 28px;

}

#buttons a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

/* content */

#content
{
	padding: 10px 10px 10px 275px;
}

#main_content
{
	padding: 10px 10px 10px 0px;
}

#main_content H1
{
	color: #99A067;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#main_content H2
{
	color: #99A067;
	padding: 0;
	font-size: 18px;
	padding-top: 10px;
}

#main_content H3
{
	color: #99A067;
	margin: 0;
	padding: 0;
	font-size: 14px;
	padding-top: 10px;
}

#main_content H4
{
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	padding-top: 10px;
}

#main_content a
{
	color: #99A067;
}

#main_content a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

#main_content a:visited
{
	color: #99A067;
}

#main_content a:visited:hover
{
	text-decoration: underline;
	color: #FF0000;
}

/* important */

#important2
{
	background-color: #FF0000;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#important2 h5
{
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

#important2 h6
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: none;
}

/* sidebar */

#sidebar
{
	float: right;
	width: 254px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/title_back.gif) no-repeat;
}

#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: 34px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: #ffffff url(images/title.gif) no-repeat;
	font-size: 18px;
	color: #000000;
}

#sidebar a:link
{
	text-decoration: none;
}

#sidebar a:hover
{
	text-decoration: underline;
}
#sidebar a:visited
{
		text-decoration: none;
}

#sidebar li p
{
	padding-left: 10px;
	background: url(images/img09.gif) no-repeat 1px 5px;
}

/* leftbar */

#leftbar
{
	float: left;
	width: 255px;
}

#leftbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/title_back.gif) no-repeat;
}

#leftbar li
{
	margin-bottom: 15px;
}

#leftbar li ul
{
	padding: 10px;
	border-top: none;
}

#leftbar li li
{
	margin: 0;
	padding: 3px 0;
}


#leftbar li h2
{
	height: 34px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: #ffffff url(images/title.gif) no-repeat;
	font-size: 18px;
	color: #000000;
}

#leftbar a:link
{
	text-decoration: none;
}

#leftbar a:hover
{
	text-decoration: underline;
}

#leftbar a:visited
{
	text-decoration: none;
}

#leftbar a:visited:hover
{
	text-decoration: underline;
}

#leftbar li p
{
	padding-left: 10px;
	background: url(images/img09.gif) no-repeat 1px 5px;
}

/* footer */

#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 52px;
	font-size: 10px;
	color: #99A067;
	padding-top: 20px;
	text-align: center;
	border-top: #99A067 solid 5px;
}

#footer a
{
	color: #99A067;
	font-size: 10px;
	text-decoration: none;
}

/* Default class for drop down menus */

.anylinkcss
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: lightyellow;
	width: 200px; /* default width for menu */
}

.anylinkcss ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover /*hover background color*/
{
	background: black;
	color: white;
}

/* Alternate multi-column class for drop down menus */


.anylinkcsscols
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
/*	background: #DEFFCA; */
	background: #FFFFFF;
}

.anylinkcsscols .column
{
	width: 130px;
	float: left;
}

.anylinkcsscols .column ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li
{
	padding-bottom: 3px;
}

/* class for shadow DIV */

.anylinkshadow /*CSS for shadow. Keep this as is */
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
