/*  
Theme Name: JimDebetta
Theme URI: http://www.jimdebetta.com/
Description: Theme for Jim Debetta's Blog
Version: 2.1
Author: DeBetta Enterprises
Author URI: http://www.jimdebetta.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 0; 
	height: 142px; 
	width: 752px; 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



.entry p a:visited {
	color: #b85b5a;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}


.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin: 0;
	width: 200px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* jimdebetta.com over rides */
body {
	background: url(images/fullbg.jpg) repeat-y 50% 150px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#umbrella {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#mainpagebanner {
	width: 940px;
	height: 150px;
	margin: 20px;
	padding: 0;
	text-align: center;
	float: left;
}

#headermain {
	background: url(images/headerbg.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 170px;
	float: left;
}

#logo {
	height: 140px;
	width: 690px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#flash {
	height: 101px;
	width: 300px;
	padding: 0;
	margin: -115px 0 0 500px;
	float: right;
	text-align: left;
}

#menu {
	width: 953px;
	height: 41px;
	margin: 2px 0 0 0;
	padding: 0;
	display: in-line;
	float: right;
}

*html #menu {
	top: 0;
	position: relative;
}

/* menu section */

#menubutton {
	display: block;
	border-right: #5d0000 1px solid;
	width: 80px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}
	
#menubutton1 {
	display: block;
	border-left: #5d0000 1px solid;
	border-right: #5d0000 1px solid;
	width: 60px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}
	
#menubutton2 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 123px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton3 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 85px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton4 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 73px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton5 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 63px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton6 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 80px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton7 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 60px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton8 {
	display: block;
	border-right: #5d0000 1px solid;
	width: 75px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}

#menubutton9 {
	display: block;
	width: 87px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	float: left;
	}
	
#menubutton10 {
	display: block;
	width: 230px;
	height: 27px;
	border-right: #5d0000 1px solid;
	text-decoration: none;
	text-align: center;
	float: left;
	}

/* menu nav section */



#hometopcontainer {
	width: 990px;
	margin: 0;
	padding: 0;
	float: left;
	display: in-line;
}

#homeflash {
	background: #ffffff;
	border: 2px solid #cccccc;
	width: 456px;
	height: 233px;
	padding: 0;
	margin:  13px 5px 5px 13px;
	float: left;
}

#hcocontainer {
	background: #ffffff url(images/blogcalloutbg.gif) no-repeat 0 4px;
	border: 2px solid #cccccc;
	width: 490px;
	height: 235px;
	padding: 0;
	margin: 13px 5px 0 5px;
	float: left;
}

#bottomleft {
	background: #ffffff;
	border: 2px solid #cccccc;
	width: 448px;
	height: 234px;
	padding: 8px;
	margin: 13px 8px 0 0;
	float: left;
}

#bottomright {
	background: #ffffff;
	border: 2px solid #cccccc;
	width: 444px;
	height: 234px;
	padding: 8px;
	margin: 13px 0 0 10px;
	float: left;
}


#homeblogcallout {
	width: 346px;
	height: 210px;
	padding: 0 135px 0 5px;
	margin: 0;
	float: left;
}


#homebottomcontainer {
	width: 990px;
	padding: 0;
	margin: 0 0 0 19px;
	float: left;
	display: in-line;
}

#homeleft {
	width: 310px;
	padding: 0;
	margin: 0;
	float: left;
}

#homeleftindividual {
	width: 310px;
	height: 256px;
	padding: 0;
	margin: 5px 0 5px 0;
	float: left;
}

#homeleftheader {
	background: url(images/homeleftheader.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}

#homeleftcolumn {
	background: #ffffff;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	width: 296px;
	height: 230px;
	padding: 0 5px 0 5px;
	margin: 0;
	float: left;
}

#homeleftfooter {
	background: url(images/homeleftfooter.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}

#homecenter {
	width: 310px;
	padding: 0;
	margin: 0 10px 0 10px;
	float: left;
}

#homecenterindividual {
	width: 310px;
	hegiht: 256px;
	padding: 0;
	margin: 5px 0 5px 0;
	float: left;
}

#homecenterheader {
	background: url(images/homeleftheader.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}

#homecentercolumn {
	background: #ffffff;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	width: 296px;
	height: 230px;
	padding: 0 5px 0 5px;
	margin: 0;
	float: left;
}

#homecenterfooter {
	background: url(images/homeleftfooter.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}

#homeright {
	width: 310px;
	padding: 0;
	margin: 0;
	float: left;
}

#homerightindividual {
	width: 310px;
	height: 256px;
	padding: 0;
	margin: 5px 0 5px 0;
	float: left;
}

#homerightheader {
	background: url(images/homeleftheader.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}

#homerightcolumn {
	background: #ffffff;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	width: 266px;
	height: 230px;
	padding: 0 20px 0 20px;
	margin: 0;
	float: left;
}

#homerightfooter {
	background: url(images/homeleftfooter.png) no-repeat 0 0;
	width: 310px;
	height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}


	#footer {
		background: url(images/footerbg.jpg) no-repeat 0 0;
		width: 990px;
		height: 140px;
		padding: 20px 0 0 0;
		margin: 10px 0 0 0;
		text-align: left;
		float: left;
	}

	#disclaimer {
		width: 990px;
		height: 10px;
		padding: 0;
		margin: 0;
		text-align: left;
		float: left;
	}

	#members1 {
		width: 183px;
		height: 38px;
		padding: 0;
		margin: 0 0 5px 10px;
		text-align: left;
		float: left;
	}

	#members2 {
		width: 790px;
		height: 33px;
		padding: 0;
		margin: 5px 0 5px 3px;
		text-align: left;
		float: left;
	}

	#fineprint {
		width: 862px;
		margin: 10px 0 10px 0;
		float: left;
	}

#maincontentheader {
	background: url(images/mainheaderbg.png) no-repeat 0 0;
	width: 880px;
	height: 15px;
	margin: 10px 0 0 50px;
	padding: 0;
	display: in-line;
	float: left;
}

#maincontent {
	background: #ffffff;
	width: 856px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	margin: 0 0 0 50px;
	padding: 10px;
	display: in-line;
	float: left;
}

#maincontentfooter {
	background: url(images/mainfooterbg.png) no-repeat 0 0;
	width: 880px;
	height: 15px;
	margin: 0 0 10px 50px;
	padding: 0;
	display: in-line;
	float: left;
}


#eventbottom {
	background: url(images/eventbottombg.jpg) no-repeat 0 0;
	width: 856px;
	height: 150px;
	margin: 10px 0 0 0;
	padding: 0;
	display: in-line;
	float: left;
}

/* Drop Down Menus */

#dropmenu {
	height:41px;
	padding:0;
	margin:0;
	display:in-line;
}

#meetcontainer {
width: 944px;
float: left;
padding: 0;
margin: 0 0 0 20px;
}

#meetjimcalloutcontainer {
width: 324px;
float: left;
padding: 0;
margin: 10px 0 0 15px;
}

#meetjimcalloutheader {
background: url(images/meetjimcalloutheader.gif) no-repeat 0 0;
width: 304px;
height: 12px;
float: left;
padding: 0;
margin: 0;
}

#meetjimcallout {
background: #ffffff;
border-left: 2px solid #cccccc;
border-right: 2px solid #cccccc;
width: 280px;
float: left;
padding:  0 10px 0 10px;
margin: 0;
}

#meetjimcalloutfooter {
background: url(images/meetjimcalloutfooter.gif) no-repeat 0 0;
width: 304px;
height: 12px;
float: left;
padding: 10px;
margin: 0;
}

#meetcontentheader {
background: url(images/meetheader.png) no-repeat 0 0;
width: 588px;
height: 15px;
padding: 0;
margin: 10px 0 0 0;
float: left;
}

#meetcontent {
background: #ffffff;
border-left: 2px solid #cccccc;
border-right: 2px solid #cccccc;
width: 564px;
float: left;
padding: 10px;
margin: 0;
}

#meetcontentfooter {
background: url(images/meetfooter.png) no-repeat 0 0;
width: 588px;
height: 15px;
padding: 0;
margin: 0 17px 10px 0;
float: right;
}

#blogcontentfooter {
background: url(images/meetfooter.png) no-repeat 0 0;
width: 524px;
height: 15px;
padding: 0;
margin: 0 2px 10px 0;
float: left;
}

#twoweekprogram {
background: url(images/2weekbg.jpg) no-repeat 0 0;
width: 925px;
height: 228px;
padding: 10px;
margin: 10px 0 5px 25px;
float: left;
}

#fourweekprogram {
background: url(images/4weekbg.jpg) no-repeat 0 0;
width: 925px;
height: 277px;
padding: 10px;
margin: 5px 0 5px 25px;
float: left;
}

#eightweekprogram {
background: url(images/8weekbg.jpg) no-repeat 0 0;
width: 925px;
height: 309px;
padding: 10px;
margin: 5px 0 5px 25px;
float: left;
}

#twelveweekprogram {
background: url(images/12weekbg.jpg) no-repeat 0 0;
width: 925px;
height: 309px;
padding: 10px;
margin: 5px 0 10px 25px;
float: left;
}

#hourlyprogram {
background: url(images/12weekbg.jpg) no-repeat 0 0;
width: 925px;
height: 309px;
padding: 10px;
margin: 5px 0 10px 25px;
float: left;
}

#daywithjim {
background: url(images/12weekbg.jpg) no-repeat 0 0;
width: 825px;
height: 309px;
padding: 10px 100px 10px 10px;
margin: 5px 0 10px 25px;
float: left;
}

#blogumbrella {
	background: url(images/theblog.jpg) no-repeat 0 0;
	width: 827px;
	margin: 0;
	padding: 55px 10px 0 20px;
	display:in-line;
	float: left;
	text-align: center;
}

#eightsteps {
	background: url(images/8easystepsbg.jpg) no-repeat 0 0;
	width: 878px;
	height: 210px;
	padding: 70px 0 0 0;
	margin: 10px 0 10px -11px;
	float: left;
}

#fivestepreadiness {
	background: url(images/5stepreadinessbg.jpg) no-repeat 0 0;
	width: 858px;
	height: 230px;
	padding: 70px 10px 0 10px;
	margin: 10px 0 10px -11px;
	float: left;
}

#blogcontainer {
	width: 540px;
	display:in-line;
	float: left;
}

#blogright {
width: 270px;
padding: 0;
margin: 0;
float: left;
}

#blogrightheader {
background: url(images/blogrightheader.png) no-repeat 0 0;
width: 270px;
height: 10px;
float: left;
padding: 10px;
margin: 10px 0 0 0;
}

#blogrightcontent {
width: 266px;
border-right: 2px solid #cccccc;
border-left: 2px solid #cccccc;
float: left;
padding: 0;
margin: -15px 0 0 0;
}

#blogrightfooter {
background: url(images/blogrightfooter.png) no-repeat 0 0;
width: 270px;
height: 15px;
float: left;
padding: 10px;
margin: 0;
}
	
/* Font Styles */
A { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; text-align: left;}
A:visited { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; text-align: left; }
A:hover { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; text-align: left; }

.largelink { font-family: Arial; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #800d0d; text-decoration: underline; padding: 0 4px 0 4px; text-align: right;}
.largelink:visited { font-family: Arial; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #800d0d; text-decoration: underline; padding: 0 4px 0 4px; text-align: right; }
.largelink:hover { font-family: Arial; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #666666; text-decoration: underline; padding: 0 4px 0 4px; text-align: right; }


.mainmenu { font-family: arial; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; line-height: 30px;}
.mainmenu:visited { font-family: arial; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; line-height: 30px;}
.mainmenu:hover { font-family: arial; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; line-height: 30px; padding: 7px 9px 7px 9px;}

.mainmenu1 { font-family: arial; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; line-height: 30px;}
.mainmenu1:visited { font-family: arial; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; line-height: 30px;}
.mainmenu1:hover { font-family: arial; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; line-height: 30px; padding: 7px 9px 7px 9px;}

.dropdown { font-family: arial; font-size: 10px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #ffffff; text-decoration: none;}
.dropdown:visited { font-family: arial; font-size: 10px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #ffffff; text-decoration: none;}
.dropdown:hover { font-family: arial; font-size: 10px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #ffffff; text-decoration: underline;}

.redlink { font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000066; text-decoration: none; padding: 0 4px 0 4px; text-align: right;}
.redlink:visited { font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000066; text-decoration: none; padding: 0 4px 0 4px; text-align: right; }
.redlink:hover { font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: bold; text-transform: none; color: #91702b; text-decoration: none; padding: 0 4px 0 4px; text-align: right; }

.homelink { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; margin-left: -15px; text-align: left;}
.homelink:visited { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; margin-left: -15px; text-align: left; }
.homelink:hover { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; margin-left: -15px; text-align: left; }

.rss_item { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #0099CC; text-decoration: none; margin-left: -15px; text-align: left;}
.rss_item:visited { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #0099CC; text-decoration: none; margin-left: -15px; text-align: left; }
.rss_item:hover { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #660000; text-decoration: none; margin-left: -15px; text-align: left; }

.services { font-family: arial; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; text-align: center;  padding: 7px 9px 7px 7px; line-height: 30px;}
.services:visited { font-family: Arial; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; text-align: center;  padding: 7px 9px 7px 7px; line-height: 30px;}
.services:hover { font-family: Arial; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; line-height: 30px; padding: 7px 9px 7px 7px; line-height: 30px;}

.smalllink { font-family: Arial; font-size: 10px; font-style: normal; line-height: 12px; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; text-align: left;}
.smalllink:visited { font-family: Arial; font-size: 10px; font-style: normal; line-height:  12px; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: none; text-align: left; }
.smalllink:hover { font-family: Arial; font-size: 10px; font-style: normal; line-height:  12px; font-weight: normal; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; text-align: left; }

.hometext {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	line-height: 16px;
	text-align: justify;
}

.bottomtext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	text-align: left;
}


/*------------------ Text Treatments ----------------------*/

p {
	font : normal 13px Arial;
	line-height: 17px;
	padding:8px 0 0 3px;
	margin:0;
	text-align:left;
	color: #333333;
	}
	
.homeheadline1 {
	margin:0;
	padding: 8px 8px 0 0;
	}
	
.homeheadline2 {
	margin:0;
	padding: 8px 8px 0 8px;
	}
	
.smalltext {
	font : normal 9px Arial;
	line-height: 12px;
	padding:12px 0 0 6px;
	margin:0;
	text-align:left;
	}
	
blockquote {
	font : 12pt Arial,sans serif;
	margin:18px 15px 0 0;
	padding:0;
	text-align:left;
}

cite {
	font : 12pt Arial,sans serif;
	maring:4px 15px 0 20px;
	padding:0;
	text-align:right;
}

ul {
	list-style-type:none;
	font : bold 16px Arial;
	margin:0;
	padding: 10px 0 0 0;
	text-align:left;
	color: #1A5FAB;
}

ol {
	list-style: none;
	font : normal 12px Arial;
	margin:0;
	padding: 10px 0 0 25px;
	text-align:left;
}


li {
	background:url(images/redbullet.gif) no-repeat 0 10px;
	font : normal 12px Arial;
	line-height: 17px;
	text-indent: 0;
	margin:0;
	padding: 7px 0 0 25px;
	text-align:left;
}


#sidebar ul, #sidebar ul ol {
	background: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	background: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	}

#sidebar ul p, #sidebar ul select {
	background: none;
	margin: 5px 0 0 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	background: none;
	margin: 5px 0 0 0;
	padding: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
	}

#homerightcolumn ul li a { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; margin-left: -15px; text-align: left;}

#homerightcolumn ul li a:visited { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; margin-left: -15px; text-align: left; }

#homerightcolumn ul li a:hover { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #5d0000; text-decoration: underline; margin-left: -15px; text-align: left; }


h1 {
	font : bold 24px Arial;
	text-align:left;
	margin:0;
	padding:30px 0 0 0;
	color:#62391d;
}

h2 {
	font : normal 20px Arial;
	text-align:left;
	margin: 0;
	padding: 8px 0 0 0;
	color: #6699cc;
}

h3 {
	font : bold 16px Arial;
	text-align:left;
	margin: 0;
	padding: 12px 0 0 5px;
	color: #4e0000;
}

h4 {
	font : normal 30px Arial;
	text-align:left;
	margin: 0;
	padding: 0;
	color: #333333;
}

.bullet {
	margin-left:20px;
	font : bold 8pt Arial;
	margin:0;
	text-align:left;

}


/*------------------ Navigation ----------------------*/

#nav {
	width: 80px;
	height:41px;
	position:absolute;
	margin: 0;
	padding:0;
	text-align: center;
	list-style:none;
	z-index:10;
	display:in-line;
}

*:first-child+html #nav {
	padding:0;
	margin-left: -25px;
}

/* navigation section */

#nav li { /* all list items */
	background: none;
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: center;
	float: left;
}

#nav a {display:in-line;}

#nav li a:link, #nav-main li a:active, #nav li a:visited {
	list-style:none;
	height:12px;
	text-decoration:none;
	margin:0;
	padding:1px 0 1px 0;
}

#nav li#navTabA a#navA {
	list-style:none;
     text-align:left;
}



#nav li ul { /* second-level lists */
	position: absolute;
	text-align:center;
	left: -699em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-family:Arial;
	list-style:none;
	width:200px;
	margin: 0;
}


#nav li ul li  {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	text-align: left;
}

#nav li ul li a {
	list-style:none;
	width:200px;
	padding:0;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#nav li#navTabA ul li a { 
	list-style:none;
	display:block;
}


#nav li ul li a:hover  {
	list-style:none;
	color:#ffcc66;
}


#nav li#navTabA ul li a:hover {
	list-style:none;
	background:#5d0000;
	font-weight:bold;
	width: 200px;
	padding:0;

}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	width:200px;
	padding:2px;
	text-align: left;
	left:0;
	list-style:none;
}


#nav li#navTabA:hover ul, #nav li.sfhover ul {
	list-style:none;
	background:#5d0000;
	margin-left:0px;
	width:200px;
}

* html #nav li#navTabA:hover ul, #nav li.sfhover ul {
	list-style:none;
	top:16px;
}

#nav li a:link, #nav li a:visited {
	list-style:none;
	text-decoration:none;
	font-weight:bold;
}


#nav li#navTabA a#navA:hover, #nav li#navTabB a#navB:hover, #nav li#navTabC a#navC:hover, #nav li#navTabD a#navD:hover, #nav li#navTabE a#navE:hover, #nav li#navTabF a#navF:hover, #nav li#navTabG a#navG:hover  {
	text-decoration:none;
	border:0;
	font-weight:bold;
}

/*------------------ Navigation ----------------------*//* End Drop Down Menus */


