/*  
Theme Name: WordPress Default
*/

/* Begin Typography & Colors */

body {
	font-size:1em;
	font-family: "Century Gothic", "Century Gothic", Arial, Verdana, "Trebuchet MS";
	background: #363636;
	color: #333;
	text-align: center;
	}
a:link{
	color:#980E10;
	text-decoration:underline
}
a:visited{
	color:#980E10;
	text-decoration:underline
}
a:hover{
	color:red;
	text-decoration:underline
}

#page {
	margin:0 auto;
	width:799px;
	text-align: left;
	background-color:white;
	}

#footer{
	height:49px;
	font-size:0.7em;
	color:#fff;
	text-align:right;
	padding-right:15px;
	background-image: url('/images/footbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#363636;
	clear:both;
}

#footer p{
	padding-top:5px;
}

#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
	color:black;
}

#logo{
	float:left;
	width:152px;
	height:78px;
	text-align:right;
	background-color:#FFFFFF;
}

#rightmenu{
	float:right;
	width:631px;
	height:78px;
}


#contactleft{
	float:left;
	overflow:hidden;
}

#contactright{
	float:right;
	width:190px;
	overflow:hidden;
	text-align:left;
}
#contactright .breakline{
	line-height:30px;
	vertical-align:top;
}
#prodpageleft, #prodpageleftmenu, #prodpageleftemail{
	float:left;
	height:450px;
	width: 668px;	
	background-image: url('/images/contentbg.jpg');
	background-repeat: no-repeat;
	background-position: left 112px;
	_background-position: left 115px;
}
#prodpageleftmenu{	
	background-position: left 158px;
}

#prodpageleft h1, #prodpageleftemail h1, #prodpageleftmenu h1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left:30px;
	margin-right:40px;
	font-size:16px;
	font-weight:bold;
	color:#980E10;
	letter-spacing:2px;
}
#prodpageleft h1{

	margin-top:15px;
}
#prodpageleftmenu h1{
padding-top:10px;
}

#prodpageleft #content, #prodpageleftemail #content{
	font-size:0.8em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	width:664px;
	height:240px;
	padding-left:30px;
	line-height:1.4em;
	padding-right:15px;
	overflow-y: auto;
	background-color:transparent;
}

/*#prodpageleftemail #contentpage, #prodpageleftmenu #contentpage{
	font-size:0.8em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	width:664px;
	height:293px;
	padding-top:10px;
	padding-left:15px;
	line-height:1.4em;
	padding-right:10px;
	overflow-y: auto;
	background-color:transparent;
}*/

#prodpageleft #contentpage, #prodpageleftmenu #content{
	font-size:0.8em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	height:292px;
	*height:278px;
	_height:278px;
	margin-top:10px;
	padding-left:30px;
	padding-right:18px;
	overflow-y: scroll;
	background-color:transparent;
	width:617px;
	overflow:auto;
}

#prodpageleft #contentpage li{
	margin-bottom:10px;
}
#prodpageleftmenu #content{
	height:246px;
	*height:229px;
	overflow-y:scroll;
}
html>body #prodpageleftmenu #content {
	*height:230px;
}
#prodpageright{
	float:right;
	height:455px;
	_height:465px;
	*height:465px;
	width: 127px;
	margin-top:5px;
	overflow:hidden;
	text-align:left;
}

#prodpagerightemail{
	float:right;
	height:450px;
	width:100px;
	margin-top:5px;
	overflow:hidden;
}
#leftbg{
	background-image: url('/images/sectionbgleft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:399px;
	padding-top:10px;
	_margin-top:5px;
	height:221px;
	_height:211px;
}
html>body #leftbg{ /*ie7 only*/
	*height:216px;
}
#leftbg h1, #rightbg h1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left:25px;
	margin-right:25px;
	font-size:16px;
	font-weight:bold;
	color:#980E10;
	letter-spacing:2px;
}
#rightbg h1{
	margin-left:22px;
}


#leftbg .landingpage li a{
	line-height:1.4em;
	font-size:1.3em;
	text-decoration:underline;
}

#leftbg .landingpage li a:hover{
	text-decoration:underline;
}

#leftbg p, #leftbg li{
	font-size:0.9em;
	margin-left:25px;
	margin-right:30px;
	line-height:1.4em;
}

.subcontent{
	height:100px;
}

.post{
	margin-left:35px;
	margin-right:15px;
}

.entry{
	margin-left:35px;
	margin-right:15px;
	font-size:1em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, "Lucida Grande"
}

.post h2{
	color:#666666;
	font-size:0.9em;
	font-weight:normal;	
}

.post ul li{
	font-size:0.8em;
}

#rightbg{
	background-image: url('/images/sectionbgright.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
	width:399px;
	padding-top:10px;
	_margin-top:5px;
}

#rightbg ul li{
	list-style-image:url('/images/checkmark.gif')
}

#rightbg ul li a{
	font-size:0.8em;
	text-decoration:none;
}

#rightbg p{
	font-size:0.9em;
	margin-left:22px;
	margin-right:25px;
	line-height:1.4em;
}

/*Credits: Dynamic Drive CSS Library */

/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
border-left:0px solid #625e00; 
border-right:0px solid #625e00; 
/*border-top:1px solid #625e00; 
border-bottom:1px solid #625e00;*/ 
margin:0; padding:0; float: left;
/*font: bold 13px Arial;*/
text-transform:uppercase;
background: black url('/images/blockdefault.gif') repeat-x center;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Century Gothic
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
text-decoration: none;
border-right: 1px solid white;
background: black url('/images/blockdefault.gif') repeat-x center;; padding-left:11px; padding-right:11px; padding-top:9px; padding-bottom:9px;
}

.solidblockmenu li a:visited{
color: white;
text-decoration: none;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: url('/images/blockactive.gif') repeat-x center;
text-decoration: none
}

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px "Century Gothic";
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	color:#000;
	background-color:#fff;
	width: 200px;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #980E10;
color:#FFFFFF;
}

/* end menu style */



#motto{
	font-family: "Century Gothic", "Century Gothic", Arial, Verdana, "Trebuchet MS";
	font-size: 1.2em;
	font-weight: normal;
	color:#980E10;	
}

#motto img{
	padding-top:0px;
}

/* 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. */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 15px
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */
a.button {
display:table-cell;
font: bold 12px "Century Gothic";
text-transform:capitalize;
color: #FFFFFF;
background: green;
text-align: center;
text-decoration: none;
font-weight: bold;
border: 1px solid #CCCCCC;
text-align:center;
padding:5px;
width:674px;
}

#currentbutton {
color: #000000;
background: #FFFFFF;
}

a.button:hover{
color: #ffffff;
background: #980E10;
}

#navigation{
	width:647px;
	margin-left:15px;
	margin-top:4px;
	margin-bottom:3px;
}
#navigation a {
		border:1px solid #999999; background:#016634 url('/images/navbg.jpg') repeat-x; color: #ffffff;
        font-weight: bold;
        font-size: 10px;
		font-family: "Century Gothic", Helvetica, sans-serif;
		text-decoration: none;
		padding: 2px;
		display: block;
		text-align: center;
		margin: 0px;
		height:100%;
		background-image:url('/images/navbg.jpg'); background-repeat:repeat-x;
}

#navigation a:hover, #navigation .currentpage {
        background: #980E10 url('/images/navbgover.jpg') repeat-x;
        color: #ffffff;
	background-image:url('/images/navbgover.jpg'); background-repeat:repeat-x
}        

#navigation #currentpage a {
        background: #ffffff;
        color: #333333;
        font-weight: bold;
        font-size: 10px;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		text-decoration: none;
}
.green {
	background-image: url(/images/topgreen.jpg);
	background-repeat: no-repeat;
	width:788px;
	height:282px;
	margin:auto;
}
.greencontent{
	padding-top:50px;
	width:788px;
}
#leftgreen{
	float:left;
	width:100px;
	margin-left:65px;
	text-align:center;
}
#rightgreen{
	float:right;
	width:480px;
	background-color:#FFFFFF;
	padding:10px;
	margin-right:65px;
	color:#009900;
	font-weight:bold;
	font-size:0.95em;
	font-family:"Century Gothic";
}
