/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

img
{
border: 0px;
}


body {
	margin: 0;
	background-color: #FFFFFF;
	background:url(images/white-rose-transparent-isolated.png) right fixed no-repeat;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#contmain
{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	color: #246030;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #246030;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #246030;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #246030;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #246030;
}


#main
{
	width: 850px;
	margin-top: 5px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border: thin #316531;
	border-right-style: solid;
	border-left-style: solid;
	
	background-attachment: fixed;
	background-image: url(images/white-rose-transparent-isolated.png);
	background-position: right;
}

/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 156px;
}

#menu {
	height: 38px;
	margin: 0 auto;
	width: auto;
	/*padding-left: 100px;*/
	background: url(images/menu.gif) repeat;
}

#menu ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu li {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul li {
width:inherit;
background: url(images/menu.gif) repeat;
}

#menu li li {
width:inherit;
width: 100%;
}



#menu a {
	display: block;
	float: left;
	height: 15px;
	width: auto;
	text-decoration: none;
	padding: 10px;
	/*font-weight: bold;*/
	color: #ffffff;

}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat;
	width:inherit;
	width:100%;
}



/* Logo */

#logo {
	width: auto;
	height: 100%;
}



/* Page */

#page {
	width: 778px;
	border-top: none;
}

/* Content */

#content {
	width: 485px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

#box2H1
{
	background: url(images/title.gif) #003300 repeat left top;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#content H4 
{
background: url(images/h2.gif) no-repeat;
width: 445px;
height: 28px;
padding-left: 30px;
padding-top: 10px;
}

#content H4 a
{
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #ffffff;

}

#content p
{
line-height: 20px;
}

#content h1 {
	background: url(images/title.gif) repeat-x bottom;
	text-align:left;
	color:#FFFFFF;
	height: auto;
	padding-left: 20px;
	padding-top:90px;
}

#content h2 {
	background: url(images/title.gif) repeat-x bottom;
	text-align:left;
	color:#FFFFFF;
	height: auto;
	padding-left: 20px;
	padding-top:130px;
}

.date {
	text-align: right;
	color: #918E48;
	font-size: 11px;
}

.date a {
	color: #918E48;
}

#PageTitle {
	background: url(images/title.gif) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

/* Sidebars */

.sidebar {
	margin-left: 35px;
	float: right;
	width: 100px;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
  	width: 273px;
}

#sidebar2 li h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li li {
	padding: 5px;

	background: url(images/small.png) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



#bottom
{
}

iframe{padding:0px;
margin:0px;
height:400px;
width:96%;
}

/* Footer */
#footer
{
	padding-top: 20px;
	height: 54px;
	width: 100%;
	background:bottom center repeat-x url(images/footer.gif);
	margin: 0px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #5C9E1F;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #5C9E1F
}
.maintables {
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	align: center;
}

