/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
a, a:visited {
	text-decoration: underline
}
a:hover, a:active {
	text-decoration: none
}
/* typography */
body {
	font-size: 0.75em;
	background: #858585;
	color: black;
	font-family: Arial, serif;
	margin: 0 auto
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #9d310b;              /********** Change this Color *************/
	margin-bottom: 15px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4, h5, h6 {
	font-size: 1.3em;
}
#header {
	background-color:#fff;
	padding:0;
	margin:0;
}
div.branding {
	margin: 0;
	padding:10px 0 0 10px;
	float: left;

}
#header p {
	float: right;
	font-size: 1.5em;
	color: #9d310b;             /********** Change this Color *************/
	text-align: right;
	margin:0;
	padding:20px 15px 0 0;
	font-family:times, serif;

}
#header span {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}
#container {
	width: 800px;
	margin: 10px auto 0;
	background: #fff;
}
.home #container {
	background: #fff url(graphics/drip.gif) top left repeat-y;
}
#leftcol, #midcol, #footer {
	float: left;
	clear: none;
	padding: 10px;
	margin: 0 10px 10px;
}
 #rightcol {
	float: right;
	text-align:left;
	clear: none;
	padding: 10px 0 0 10px;
	margin: 0 10px 0 0;
	display: inline
}
#leftcol {
	width: 175px
}
#leftcol.full {
	width: 780px;
	background: no-repeat
}
#midcol {
	width: 285px;
	border-right: 1px dotted #ccc;
	padding-right: 15px;
	margin-right: 5px;
}
#midcol2 {
	width: 545px;
	float:left;
	border-right: 0px dotted #ccc;
	padding-right: 15px;
	margin-right: 5px;
	margin-left:15px;
}
#rightcol {
	width: 230px;
	padding: 0;
}
#nav {
	background: #0e434c;           /********** Change this Color *************/
	margin: 0 10px 10px
}
#nav * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav ul, #nav li {
	display: inline;
}
#nav a {
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0 11px;
	text-decoration: none;
}
#footer {
	width: 760px;
	border-bottom: 10px #fff solid;
	background: #0e434c;           /********** Change this Color *************/
	padding: 10px;
	text-align: center;
	color: #fff;
	margin:10px;
	font-size:.9em;
}
#footer div{
	display:inline;
}
#footer a {
	color: #fff;
}
td {
	padding: 5px;
	min-width: 140px
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border : none;
	text-indent: 0;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
/* style for  labels */
label {
	display: block;
	margin-bottom: 10px;
	;
	font-weight: bold;
	color:  #666;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 190px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	display: block;
	padding: 0.25em;
	background-color: #ccc;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	color: #000;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
.cleaner {
	clear: both;	
}

HR{border: none 0; 
border-top: 1px solid #000;
margin: 10px auto 0 0;}
.widgettitle{display:none;}
LI.widget{ list-style: none; }



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #938A86;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* MAIN TOP NAV */

.menu-main-menu-container {height:23px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu-main-menu-container {width:696px; w\idth:695px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu-main-menu-container ul {padding:0;margin:0;list-style-type:none;}
.menu-main-menu-container ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu-main-menu-container li {float:left;position:relative; }

/* style the links for the top level */
.menu-main-menu-container a, .menu-main-menu-container a:visited {display:block; font-size:14px; font-weight:normal; text-decoration:none; color:#FFFFFF; padding-left:10px; padding-right:10px; height:23px; min-height:23px; line-height:23px; vertical-align:middle; border-right:1px solid #FFFFFF; }


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu-main-menu-container a, * html .menu-main-menu-container a:visited {}

/* style the second level background */
.menu-main-menu-container ul ul a.drop, .menu-main-menu-container ul ul a.drop:visited {}
/* style the second level hover */
.menu-main-menu-container ul ul a.drop:hover{}
.menu-main-menu-container ul ul :hover > a.drop {}
/* style the third level background */
.menu-main-menu-container ul ul ul a, .menu-main-menu-container ul ul ul a:visited {background:#E3001E;} /*3rd OFF */
/* style the third level hover */
.menu-main-menu-container ul ul ul a:hover {background:#F22D47;} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-main-menu-container ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu-main-menu-container ul ul {top:23px;t\op:24px; vertical-align: middle;}

/* position the third level flyout menu */
.menu-main-menu-container ul ul ul{left:229px; top:0px; width:99px;}

/* position the third level flyout menu for a left flyout */
.menu-main-menu-container ul ul ul.left {left:229px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-main-menu-container table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links - SECOND OFF */
.menu-main-menu-container ul ul a, .menu-main-menu-container ul ul a:visited {padding-top:0px; padding-left:10px; width: 150px; display:block; font-size:14px; font-weight:normal; text-decoration:none; color:#FFF; background-color:#9f3100; height:23px; min-height:23px; line-height:23px; vertical-align:middle; text-align:left; border-bottom: 1px solid #FFFFFF;}
/* yet another hack for IE5.5 */
* html .menu-main-menu-container ul ul a, * html .menu-main-menu-container ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.menu-main-menu-container a:hover {color:#FFF; background-color:#9f3100;}
.menu-main-menu-container :hover > a  {color:#FFF; background-color:#9f3100;} /* TOP OVER */

.menu-main-menu-container ul ul a:hover {color:#FFF; background-color:#611e00;}
.menu-main-menu-container ul ul :hover > a {color:#FFF; background-color:#611e000;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu-main-menu-container ul li:hover ul,
.menu-main-menu-container ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu-main-menu-container ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu-main-menu-container ul :hover ul :hover ul{ visibility:visible;}