/*
XHTML + CSS Template
J.B. 2008
*/


body {
	margin: 0;
	padding: 0;
	/* background: #FFFFFF url(images/img01.jpg) repeat-x; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #898989;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #95060c;
	font-family: "Times New Roman", Times, serif;
	padding-left: 8px;
}
#recent-posts .post .entry ul {
	padding: 0px;
	margin-left: 10px;
}


h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	padding-left: 40px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #2A2C4F;
	font-size: 15pt;
	text-transform: none;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 40px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #299762;
}

#logo h2 a {
	color: #299762;
}

#logo a {
	text-decoration: none;
}


/*################################
Suckerfish Navigation Start
##################################*/

#nav,#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

}

#nav li { /* all list items */
	float: left;
	
}


#nav li a {
	display: block;
	/* float: left; */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8.25pt;
	color: #870A10;
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #E6E6E6;
	padding-left: 15px;
	padding-right: 15px;
}

#nav li a:hover {
	color: #FFFFFF;
	background-color: #1D2252;
    
}

/* ----------- */
/*   sub menus */
/* ----------- */

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;/* l   using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 7em;
	width: 170px;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
	color: #FFFFFF;
	background: #95060C;
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
	/*color: #003053;*/
	float: left;
	text-align: left;
	width: 160px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	text-indent: 3px;

	
}

/*################################
Suckerfish Navigation End
##################################*/

#latest-home h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 5px;
}
#herocopy {
	width: 535px;
	margin-left: 30px;
	height: 61%;
	margin-bottom: 45px;
}
.style3 {
	font-size: 11px;
	background-color: #F0F0F0;
}
.style2 {	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
}

#latest-home {
	float: left;
	width: 620px;
	background-color: #1d2252;
	padding: 0px;
	margin-top: 20px;
}

#latest-post {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 10px;
	
}

#recent-posts {
	float: right;
	width: 280px;
	background: url(images/img03.gif) repeat-y;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}

#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
	margin: 0;
	font-size: 16px;
}
#recent-posts .post .entry li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #1D2252;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 3px;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.post .news {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	padding-left: 5px;
	color: #333333;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: url(images/img04.gif) repeat-x left top;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 50px;
	background: url(images/img06.gif) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#wrapper {
	width: 940px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#phone {
	float: left;
	width: 143px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1D2252;
	font-weight: bold;
	text-align:center;
}
#micronav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:center;
}
#micronav a {
	text-decoration: none;
	color: #666666;
}
#micronav a:hover {
	color: #1D2252;
	text-decoration: underline;
}
#phone p {
	padding: 0px;
}
