@charset "utf-8";
/* CSS Document */

/* tag definitions */
body {
	background: url(../images/pagebg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1 {
	text-indent: -9999px;
	padding-top: 3px;
	margin: 0 auto;
}
h1 a {
	width: 760px;
	height: 95px;
	display: block;
	background: url(../images/masthead.png) left top no-repeat;
	margin: 0 auto;
}
h2 {
	color: #DB7100;
	font-size: 250%;
	font-family: "Myriad Web Pro", Arial, Helvetica, Sans-serif;
	font-weight: bold;

}
h3 {
	color: #DB7100;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background: url(../images/extrasbg_top.png) left top no-repeat;
	padding-top: 10px;
}	
h4 {
	font-size: 100%;
	font-family: "Myriad Web Pro", Arial, Helvetica, Sans-serif;
	font-weight: bold;
	}
strong {
	font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#CC0000;
}

/* ID information */

#maincontainer {
	width: 780px;
	background: url(../images/containercap.png) left top no-repeat;
	margin: 5px auto;
	padding-top: 13px;
}

#mainheader {
	background: url(../images/headbg2.png) left top repeat-x;
	height: 100px;
	width: 100%;	
}
#pagetitle {
	color: #DB7100;
 	margin-left: 175px;
}

#mainbody {
	background: url(../images/bodybg.png) left bottom no-repeat;
	font-size: 100%;
	font-family: "Myriad Web Pro", Arial, Helvetica, Sans-serif;
	margin: 0 13px 0 0;
	width: 570px;
	padding: 2px 15px 2px 15px; 
	float: left;
}
#mainbody p, #mainbody div {
	padding-bottom: 10px;
}
#mainbody a:link, #mainbody a:visited, #extras a:link, #extras a:visited {
	color: #1C5C5B;
}
#mainbody a:hover, #mainbody a:active {
	color: #DB7100;
}
#mainbody ul {
	margin: 15px;
	line-height: 1;
	display: list-item;
	list-style-position: outside;
}
#mainbody ul li {
	list-style-type: disc;
	margin: 2px;
}

#mainbody dl {
	margin-left: 10px;
	font-size: 100%;
	font-family: "Myriad Web Pro", Arial, Helvetica, Sans-serif;
	font-weight: bold;
	}
#mainbody dt {
	list-style-position: outside;
	font-weight: bold;
	margin: 10px;
}
#mainbody dd {
	margin: 15px;
	font-weight: normal;	
	}	
#sidebar {
	float: left;
	margin-top: 9px;
}
#mainnav {
	background: #DB7100 url(../images/navbg.png) left bottom no-repeat;
	width: 166px;
}
#mainnav ul {
	padding: 4px 8px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Myriad Web Pro", Arial, Helvetica, Sans-serif;
}
#mainnav li {
	padding: 4px 0;
}

#extras {
	color: #DB7100;
	font-size: 85%;
	font-family: "Myriad Web Pro", Arial, Helvetica, Sans-serif;
	width: 166px;
	background: url(../images/extrasbg_bottom.png) left bottom no-repeat;
	margin-top: 10px;
	padding: 0;
}	
#extras p, #extras div {
	padding: 5px 10px 10px 10px;
}
#footer {
	background: #298385 url(../images/footbg.png) left top repeat-x;
	width: 100%;	
	color: #FFFFFF;
	font-size: 80%;
	margin-top: 5px;
	text-align: center;
}
#footer ul, #footer p {
	padding: 10px 265px;
}
#footer li {
	display: inline;
	padding: 2px 6px;
	}

#contactform label {
	display: block;
	padding-top: 5px;
}
/* Class Definition */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img_a {
	float: right;
	padding-left: 10px;
}
/* Blog-Specific CSS */

textarea {
	width: 500px;
}
div.meta {
	font-size: 75%;
	padding: 10px 0;
}
