﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #EEF4F7 url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #008000;
}
h1 {
	font-size: 2.4em;
	text-transform: inherit;
	color: #006600;
	font-weight: bold;
}
h2 {
	font-size: 4cm;
	text-transform: inherit;
	font-weight: 900;
	text-decoration: underline;

}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 1041px;
margin: 0 auto;
background: #EEF4F7 url(images/table_back.jpg) no-repeat top;
}

#inner
{
width: 915px;
margin: 0 auto;
}

/* Header */

#header {
	height: 200px;
	width: 915px;
}

#logo {
width: 915px;
height: 184px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
	color: #008000;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#menu {
height: 32px;
background: url(images/menu.png) no-repeat;
width: 800px;
padding-left: 115px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 130px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;

}
/* Page */

#page {
	width: 915px;
	margin: 0 auto;
	margin-top: 12px;
}

/* Content */

#content {
	float: left;
	width: 697px;
	margin-left: 5px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 697px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 677px;
background: #ffffff;
padding: 10px;
}

#content .bottom
{
width: 697px;
background: url(images/bottom.png) no-repeat;
height: 9px;
margin-bottom: 6px;
}

.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
}

.post a {
	color: #0A6894;
}

.post a:hover {
	color: #0A6894;
}

.post H2
{
color: #0A6894;
font-size: 14px;
font-weight: bold
}

/* Sidebars */

.sidebar {
	float: left;
	width: 202px;
	margin-top: 10px;

	color: #000000;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #0A6894;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 5px;
	color: #FFFFFF;
	background: url(images/title.png) no-repeat;
	height: 23px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.bottom_small
{
height: 11px;
background: url(images/bottom_small.png) no-repeat;
width: 202px;
margin-bottom: 6px;
}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {
margin-left: 5px;
}

#leftbar .back, #rightbar .back
{
background: #ffffff url(images/title_back.png) no-repeat;
padding: 10px;

}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0A6894;
}

#footer a {
	color: #0A6894;
}

.ddsmoothmenu{

font: bold 12px Verdana;
width: 100%;

}



.ddsmoothmenu ul{

z-index:100;

margin: 0;

padding: 0;

list-style-type: none;

}



/*Top level list items*/

.ddsmoothmenu ul li{

position: relative;

display: inline;

float: left;

}



/*Top level menu link items style*/

.ddsmoothmenu ul li a{
	background-position: #7BA02E;
	display: block;
	background: transparent;
/*background of menu items (default state)*/
	color: white;
	padding: 5px 10px 0px 10px;
	border-right: 1px solid #ffffff;
	color: #2d2b2b;
	text-decoration: none;
}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block;

}



.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

color: white;

}



.ddsmoothmenu ul li a:hover{

background: url(images/menu_r.gif) repeat-x;
color: red;
font: bold 14px Arial;

}

	

/*1st sub level menu*/

.ddsmoothmenu ul li ul{

position: absolute;

left: 0;

display: none; /*collapse all sub menus to begin with*/

visibility: hidden;

}



/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li{

display: list-item;

background:url('images/menu_r2.gif') repeat-x;

width: 250px !important;

margin: 0px;

height: 25px !important;
}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu ul li ul li ul{

top: 0;

}



/* Sub level menu links style */

.ddsmoothmenu ul li ul li a{

font: normal 9px Verdana !important;

width: 250px !important; /*width of sub menus*/

margin: 0;

border-top-width: 0;

border-bottom: 1px solid gray;

background:url('images/menu_r2.gif') repeat-x;


}


.ddsmoothmenu ul li ul li a:hover{
	background-image:url('images/menu_r2.gif');
	font: normal 9px Verdana !important;
	font-weight: bolder !important;
}


/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{

position: absolute;

top: 12px;

right: 7px;

}



.rightarrowclass{

position: absolute;

top: 6px;

right: 5px;

}



/* ######### CSS for shadow added to sub menus  ######### */



.ddshadow{

position: absolute;

left: 0;

top: 0;

width: 0;

height: 0;

}



.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

opacity: 0.8;

}
.newStyle1 {
	color: #008000;
}

#menu2 {
	font-weight: bolder;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
}

#mylist li
{
	opacity: 0.8;
	margin-left: 20px;
	font-weight: normal;
}

#mylist2 li
{
	opacity: 0.8;
	margin-left: 10px;
	font-weight: normal;
}



#accordion img
{
	text-align: center;
	background: silver;
	padding: 10px;
	border: 2px gray solid;
}
