


.menu1 {
width:900;
height:31px; 
position:absolute;
z-index:100; 
font-family:arial, sans-serif;
padding: 60px 0px 0 0px;
margin-right: 0px;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul {padding: 0 0 0 300px;;margin:0;list-style-type:none;}
.menu1 ul ul {width:900px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li {
float:left;
padding-left:17px;
padding-right:17px;
position:relative;
background: url(images/nav-divider.gif) no-repeat right ;
}



.menu1 li li li
{
padding-left:0px;
}
/* style the links for the top level */
.menu1 a, .menu1 a:visited {display:block; font-size:16px; text-decoration:none; color:#000000; padding-right:10px; line-height:25px; font-weight:normal;}


/* style the second level background */
.menu1 ul ul a.drop, .menu1 ul ul a.drop:visited {background:#ffffff; border: 1px solid #1d9429; border-top: 1px solid #ffffff;}
/* style the second level hover */
.menu1 ul ul a.drop:hover{background:#c9ba65;}
.menu1 ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu1 ul ul ul a, .menu1 ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu1 ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
right:0; 
width:100px;
}

/* position the third level flyout menu */
.menu1 ul ul ul{right:50px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu1 ul ul ul.right {right:-149px;}

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

/* style the second level links */
.menu1 ul ul a, .menu1 ul ul a:visited {font-size:12px; color:#c12727; height:25px; padding:0px 2px 0px 10px; width:114px;}

.menu1 ul ul li {
color:#000000;
background: url(images/SubMenuBG.PNG) no-repeat ;
}

.menu1 ul ul li a:hover{
color:#000000;
}

/* style the top level hover */
.menu1 a:hover, .menu1 ul ul a:hover{color:#043e5a;}
.menu1 :hover > a, .menu1 ul ul :hover > a {color:#c12727;}

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



.HomeTable {
text-align:justify;
padding: 20px 0px 0 0;
}


* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000 url(images/MainBG.jpg) no-repeat center top;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background:url(images/header_bg.png) no-repeat center top;
}


h1{font-weight:normal;font-size:300%;letter-spacing:-.04em;line-height:100%;}
h2{font-weight:normal;font-size:24px;margin-bottom: 0px;}
h3{font-size:180%;font-weight:normal;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;text-shadow:#fff 1px 1px 1px;}
h4{font-size:18px;font-weight:normal; color:#990000;}
h5{font-family:Arial, Helvetica, sans-serif;font-size:150%;font-weight:bold;margin:.5em 0 .2em;letter-spacing:-.02em;}
h6{font-size:125%;font-weight:normal;text-transform:uppercase;margin:.5em 0 .2em;}



/* @group Header */

#header {
	height: 116px;
	position: relative;
	margin-bottom: 0px;
}

#header h1 {
	padding-top: 36px;
	width: 200px;
	color: #FFF;
}

#header h1 a {
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
}

#header h1 a:hover {
color: #EEE;
}

#header .blog_description{
	margin-top: 10px;
	font-size: 12px;
	color:#CCC;
}

#header .search-bar {
	width: 370px;
	height: 65px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.logo {
float:left;
position:absolute;
padding-left:20px;
padding-top:5px;
}


.formbutton {
cursor:pointer;
border:outset 1px #ccc;
background:#fff;
color:#ffffff;
height:19px;
font-size: 11px;
font-weight:normal;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x;
}

.textInput
{
border: 1px solid #6b6b6b;
background: #eaeaea;
color: #000000;
height:15px;
font-size: 12px;
}

#subscribe {
float:right;
font-size:11px;
padding: 10px 10px 0px 0px;
}

.search-bar p {
	padding: 13px 5px 4px 15px;

}

.search-bar p input {
	height: 25px;
	width: 290px;
	font-size: 18px;
	font-family: inherit;
	border: none;
	background-color:transparent;
	color:#FFF;

}

.search-bar p button {
	margin-left: 5px;
	margin-top:-5px;
	width: 35px;
	height: 35px;
	border: none;
	background-color:transparent;

}

.search-bar p button img {
	vertical-align: middle;
}

/* @end(header) */




/* @group Content */

#main {
	float: left;
	width: 900px;
	padding: 0px;
}

/* @group Navigation */

.navigation {
padding:58px 0 0 260px;
}

#navigation {
	width: 750px;
	height: 31px;
	list-style: none;
	
}

#navigation li {
	float: left;
	background: url(images/nav-divider.gif) no-repeat right ;
}

#navigation li a {
	padding: 0 24px;
	line-height: 31px;
	height: 31px;
	font-size: 16px;
	display: block;
	float:left;
	color: #000000;
	text-decoration:none;
}

#navigation li a:hover {
	text-decoration:none;
	color:#c12727;
}

#navigation li.current_page_item a {

	text-decoration: none;
	color:#c12727;
	font-size: 16px;
}

#navigation li.current_page_item:first-child a {

	text-decoration: none;
	color:#c12727;
	font-size: 16px;
}

#navigation li:first-child a:hover {

}

/* @end(navigation) */



#content {

	background: #ffffff url(images/ContentBG.jpg) no-repeat center top;
	padding: 0px;
}

#single-content {
	padding: 8px;
	background: #ffffff url(images/ContentBG.jpg) no-repeat center top;
}

/* @group Post */

.post {
	padding: 15px 20px 0px 20px;
	font-size: 12px;
	position: relative;
}

.post .post-date {
	position: absolute;
	left: 100px;
	width: 80px;
	height: 83px;
	color: #000000;
	font-size: 12px;
}

.post-date .date-day {
	display: block;
	padding: 5px 0 2px;
	text-align: center;
	font-weight: bold;
}

.post-date .date-month {
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.post h2 {
	color: #700000;
	font: bold 18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:active {
	color: #006abc;
	text-decoration: none;
}

.post h2 a:hover {
	color: #700000;
}

.post .metadata {
	font: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #878787;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.post .metadata a {
	color: #878787;
	text-decoration: none;
}

.post .metadata .feedback a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.post .entry {
	padding-top: 0px;
	line-height: 1.5;
}

.post .entry a {
	color: #006abc;
	text-decoration: none;
	padding: 2px;
}

.post .entry a:hover {
	color: #700000;
}

.post .entry p, .post .entry ul, .post .entry ol {
	padding-bottom: 10px;
}

blockquote {
	border: 1px dotted #CCC;
	padding:10px 10px 10px 20px;
	font-style:italic;
	margin:10px 0;
	background:url(images/blockquote.png) no-repeat;
}

.post .entry ol, .post .entry ul {
padding-left:10px;
}


pre{overflow:auto;white-space:pre-wrap;/* <- css3 */white-space:0;/* <- ff */font-size:12px;font-family:"Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";background-color:#fff;padding:.4em;margin:1em 0;}
pre{width:80%;overflow:auto;border:1px solid #ddd;background-color:#fff;padding:.8em;margin:1em 0;}

/* @end(post) */




/* @group page-navigation */

.wp-pagenavi, .prev-next {
	background-color: #fff;
	padding: 10px 20px 20px;
	font-size: 13px;
}

.wp-pagenavi {
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	border: 1px solid #717171 !important;
	color: #717171 !important;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #717171 !important;
	color: #ffffff !important;
	background-color: #717171 !important;
}

.wp-pagenavi span.pages {
	color: #717171 !important;
	border: 1px solid #717171 !important;
}

.wp-pagenavi span.current {
	border: 1px solid #717171 !important;
	color: #FFFFFF !important;
	background-color: #717171 !important;
}

.prev-next .alignright {
	float: right;
	width: 300px;
	text-align: right;
}

.prev-next .alignleft {
	float: left;
	width: 300px;
}

.prev-next a {
	color: #717171;
}

/* @end */




/* @end(content) */



/* @group Sidebar */

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

#sidebar .side-widget {
	margin: 0;
	padding:10px 0;
}

#sidebar .side-widget_bg{
	background: url(images/side-bg-bottom.png) no-repeat left bottom;
	font-size: 13px;
	line-height: 1.3;
	padding: 10px 15px;
}
#sidebar .side-rss {
	background: none;
	padding: 0;
}

.side-rss p {
	padding: 0 !important;
}

.side-widget h3 {
	background: url(images/side-bg-top.png) no-repeat left top;
	height: 28px;
	font-size: 15px;
	color: #252525;
	padding: 10px 15px;
	margin: 0;
}

.side-widget p{
	padding: 10px 15px 15px 20px;
}

.side-widget p, .side-widget ul, .side-widget ol {
	line-height: 1.3;
}

.side-widget ul, .side-widget ol {
	list-style-position: inside;
}

.side-widget a {
	color: #30444D;
	text-decoration: none;
}

.side-widget ul li, .side-widget ol li {
	padding: 8px 0;
	border-top: 1px solid #dfdfdf
}

.side-widget ul li:first-child, .side-widget ol li:first-child {
	padding: 0 0 8px;
	border-top: none;
}

/* @end(sidebar) */


/* @group Comments */

.comments-show {
	padding: 0px;
}

h3#comments, h3#respond {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2a3a0e;
	padding-bottom: 10px;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	background-color:#EEE;
	border:1px solid #666;
	margin-bottom: 30px;
}

ol.commentlist li .comment-gravatar {
	float: left;
	width: 44px;
	text-align: center;
	padding-top: 10px;
	margin:1px 0 1px 1px;
	background-color:#FFF;
	background: url(images/comment-bg.png) repeat-x;
}

ol.commentlist li .comment-body {
	float: right;
	padding-top: 10px;
	padding-left:5px;
	width: 505px;
	padding-right: 10px;
	margin:1px 1px 1px 0;
	background-color:#FFF;
	background: url(images/comment-bg.png) repeat-x;
}

ol.commentlist li .comment-body .comment-head {
	color: #7c7e5c;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

ol.commentlist li .comment-body .comment-head a {
	color: #7c7e5c;
}

ol.commentlist li .comment-body .comment-text  {
	color: #464734;
	font-size: 13px;
	line-height: 1.4;
}

ol.commentlist li .comment-body .comment-text p, ol.commentlist li .comment-body .comment-text ul, ol.commentlist li .comment-body .comment-text ol {
	padding-bottom: 15px;
}

ol.commentlist li .comment-body .comment-text a {
	color: #464734;
	font-weight: bold;
}

ol.commentlist li .comment-body .comment-text a:hover {
	text-decoration: none;
}

.comment-form {
	
}

.comment-form p {
	padding-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
}

.comment-form p input, .comment-form p textarea {
	color: #1a1a1a;
	font: 12px Arial, Helvetica, sans-serif;
}

.comment-form p input {
	height: 18px;
	padding: 2px;
}

.comment-form p textarea {
	padding: 2px;
	width: 550px;
}

/* @end(comments) */



/* @group Clearer */

#footer {
	clear: both;
}

#navigation:after, .prev-next:after, #footer:after, ol.commentlist li:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

#navigation, .prev-next, #footer, ol.commentlist li {
	min-height: 0;
}

* html #navigation, * html .prev-next, * html #footer, * html ol.commentlist li {
	height: 1%;
}

/* @end(clearer) */

/* @group Footer */

#footer {
	background: #ffffff url(images/FooterBG2.jpg) no-repeat center bottom;
	font-size: 11px;
	height:77px;
	vertical-align:bottom;
	padding:0px 0 0 10px;
}

#footer a {
	text-decoration: none;
	color: #7e7e7e;
}


.copy-note {
	float: left;
	padding:60px 0 0 0px;
	width: 450px;
	color:#ffffff;
}


.icons {
float: right;
width:350px;
border-top: 1px solid #c1c1c1;
padding:10px 0 0 0px;
font-size:11px;
color:#666666;
}


.copy-note a:link, .copy-note a:visited, .copy-note a:active{
color:#c12727 !important;
}
.copy-note a:hover{
color:#700000 !important;
}

/* @end(footer) */


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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   margin-left:5px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}
