/*
Design by MWO Web Solutions
http://www.mwowebsolutions.com
*/

*

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(images/back_all_1.gif) repeat-x top left;
	font-size: 13px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0F7EAC;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1em;
}


a {
	color: #0F7EAC;
}

a:hover {
	text-decoration: none;
	color: #0F7EAC;
}

/* Header */

#header {
	width: 890px;
	height: 404px;
	background-image: url(images/header_ripple_logo8.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Logo */

#printlogo {
	display: none;
}

#logo {
	float: inherit;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: capitalize;
	font-size: 60px;
	font-weight: normal;
	color: #C9A804;
	font-family: Mistral, "Monotype Corsiva", Georgia, serif;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #C9A804;
}

#logo H2 {
	text-transform: capitalize;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #C9A804;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 350px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
	right: auto;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.36em;
	color: #C9A804;
	font-weight: bold;
}

#menu a:hover, .active a {
	font-size: 1.36em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	background-image: none;
	float: left;
	margin-left: 20px;
}


/* Page */

#page {
	width: 830px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
}

.post {
	padding: 20px 20px;
	background: url(images/bg04.jpg) repeat-x top left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c7a82d;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}


/* Sidebar */

#sidebar {
	float: right;
	margin-top: 50px;
	width: 175px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#sidebar li li {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#sidebar h2 {
	margin: 0;
	height: 30px;
	color: #333333;
	background-image: url(images/gold%20button_8.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-position: center;
}

#sidebar a {
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 15px;
	height: 70px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0F7EAC;
	background-image: none;
	background-position: left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	color: #0F7EAC;
}

