/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0;font-family: arial, helvetica, sans-serif;  font-size: 12px;  }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; font-family: arial, helvetica, sans-serif; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }




/*-------------------------------------------------------------------------------*/
/* Links and other Generic Text Stuff */
a:link, a:visited {
	color: #088cb3;
	text-decoration: none;
}

a:hover, a:active {
	color: #e3921e;
}

sup {
	font-size: 9px;
}

strong {
        font-weight: bold;
}

h2 {
        font-size: 26px;
        font-weight: lighter;
        color: #e3921e;
        margin-bottom: 25px;
}

h3 {
        font-size: 16px;
        font-weight: bold;
        color: #088cb3;
        margin: 35px 0 5px 0;
        text-transform: lowercase;
}

h4 {
        font-weight: bold;
        color: #666;
        margin: 35px 0 5px 0;
        text-transform: lowercase;
}

h5 {
        margin: 45px 0 15px 0;
        font-size: 16px;
        color: #e3921e;
        text-transform: lowercase;
}

p, ul {
        line-height: 18px;
        margin-bottom: 10px;
}

.referenceText {
        padding: 10px 15px;
        margin: 25px 0;
        background-color: #eee;
}

.categoryText {
        display: block;
        padding: 1px;
        margin: 0;
	color: #088cb3;
        font-size: 10px;
        text-transform: uppercase;
}

.pagination {
        margin-top: 35px;
}

.capitalize {
        text-transform: capitalize;
}



/*-------------------------------------------------------------------------------*/
/* Center the Page */
body  {
	text-align: center;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}




/*-------------------------------------------------------------------------------*/
/* Header including Logo and Tagline */
#header {
	width: 1000px;
	height: 181px;
	background-image: url(themes/site_themes/marlatt/images/bg_header.jpg);
	background-repeat: none;
	border-bottom: 3px solid #e2f1f6;
	margin-bottom: 15px;
}

h1#logo {
	text-indent: -9999em;
	position: absolute;
	top: 42px;
	left: 45px;
}

h2#tagline {
	text-indent: -9999em;
}




/*-------------------------------------------------------------------------------*/
/* Search Box in Header */
form#search {
	position: absolute;
	top: 0;
	right: 70px;
	width: 270px;
	height: 40px;
	background-color: #bfd4dc;
	border: 3px solid #e2f1f6;
	border-top: none;
}

form#search input.text {
	margin: 11px 5px 0 18px;
	padding: 3px;
	width: 200px;
	border: none;
	color: #078BB2;
}

form#search input.go {
	border: none;
	background: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #078BB2;
	cursor: pointer;
}

form#search input.go:hover {
	color: #E3921E;
}


/*-------------------------------------------------------------------------------*/
/* Global Navigation Bar */
ul#globalNav {
	position: absolute;
	top: 156px;
	left: 305px;
}

ul#globalNav li {
	float: left;
	text-indent: -9999em;
}

ul#globalNav li a {
	color: #fff;
	text-transform: uppercase;
 	display: block;
	background: transparent url(themes/site_themes/marlatt/images/navbar.jpg) no-repeat;
	height: 25px;
}

li#navHome {
	width: 68px;
	height: 25px;
}

li#navNews {
	width: 67px;
	height: 25px;
}

li#navResources {
	width: 105px;
	height: 25px;
}

li#navAbout {
	width: 92px;
	height: 25px;
}

li#navContact {
	width: 109px;
	height: 25px;
}

li#navHome a:link, li#navHome a:visited {
	background-position: 0 0;
}

li#navNews a:link, li#navNews a:visited {
	background-position: -68px 0;
}

li#navResources a:link, li#navResources a:visited {
	background-position: -135px 0;
}

li#navAbout a:link, li#navAbout a:visited {
	background-position: -240px 0;
}

li#navContact a:link, li#navContact a:visited {
	background-position: -332px 0;
}

li#navHome a:hover, li#navHome a:active, #home li#navHome a {
	background-position: 0 -25px;
}

li#navNews a:hover, li#navNews a:active {
	background-position: -68px -25px;
}

li#navResources a:hover, li#navResources a:active {
	background-position: -135px -25px;
}

li#navAbout a:hover, li#navAbout a:active {
	background-position: -240px -25px;
}

li#navContact a:hover, li#navContact a:active {
	background-position: -332px -25px;
}





/*-------------------------------------------------------------------------------*/
/* Secondary Navigation  */
#secondaryNav {
	float: left;
	width: 230px;
	margin-right: 45px;
        margin-bottom: 25px;
	padding: 10px 0 45px 25px;
        background-color: #118eb5;
        border: 3px solid #e2f1f6;
        background-image: url(/themes/site_themes/marlatt/images/bg_secondary.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
}

#secondaryNav a:link, #secondaryNav a:visited {
        color: #fff;
        font-weight: normal;
}

#secondaryNav a:hover, #secondaryNav a:active {
	color: #e3921e;
}

h3.serviceNav, h3.stagesNav {
	margin: 35px 0 15px 0;
        color: #ffbc47;
}



ul.serviceNav, ul.stagesNav {
	width: 195px;
}

li.serviceNavItem {
        list-style-type: none;
}

ul.serviceNav li, ul.stagesNav li, li.serviceNavItem {
	padding-left: 15px;
	margin-bottom: 11px;
	background-image: url(themes/site_themes/marlatt/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

ul.serviceNav li:hover, ul.stagesNav li:hover, li.serviceNavItem li:hover {
	background-image: url(themes/site_themes/marlatt/images/bullet_orange.gif);
}





/*-------------------------------------------------------------------------------*/
/* Content area on the homepage  */
#contentHome {
	float: right;
	width: 680px;
        padding-bottom: 35px;
}


/*-------------------------------------------------------------------------------*/
/* Content area on content pages  */
#content {
	float: left;
        width: 400px;
	padding: 25px 0 35px 0;
}

#content ul {
        margin-left: 15px;
}

#content ol {
        margin-left: 30px;
        list-style: decimal;
}

#content ul li, #sidebar ul li {
        padding-left: 15px;
	background-image: url(themes/site_themes/marlatt/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content li {
        margin-bottom: 15px;
}

span.resourceBlurb p {
        margin: 5px 0 0 0;
}

div.entry {
        margin-top: 25px;
}

img.teamPic {
        float: right;
        margin: 0 0 15px 15px;
        border: 3px solid #e2f1f6
}




/*-------------------------------------------------------------------------------*/
/* News Area on the Homepage */
#news {
	float: left;
	width: 410px;
	margin: 5px 0 0 0; 
}

#news h3 {
	text-indent: -9999em;
	background-image: url(themes/site_themes/marlatt/images/title_news.gif);
	background-repeat: no-repeat;
	width: 141px;
	height: 13px;
        margin-bottom: -15px;
        margin-top: 0;
}

.newsitem p {
	line-height: 18px;
        margin: 0;
        padding: 0;
}

.newsitem p.date, .newsitem p.dateTop, span.date {
	color: #666;
        margin-top: 25px !important;
}







/*-------------------------------------------------------------------------------*/
/* Sidebar */
#sidebar {
	float: right;
	width: 236px;
}

#home #sidebar {
        margin-top: 0;
}

#sidebar h4 {
        margin-top: 10px;
        font-size: 14px;
}




/*-------------------------------------------------------------------------------*/
/* Homepage Sidebar Buttons */
p#buttonSubscribe, p#buttonStatements, p#buttonCalculators, p#buttonRates {
	text-indent: -9999em;
	margin-top: 5px;
}

p#buttonSubscribe a:link, p#buttonSubscribe a:visited, p#buttonStatements a:link, p#buttonStatements a:visited, p#buttonCalculators a:link, p#buttonCalculators a:visited, p#buttonRates a:link, p#buttonRates a:visited {
	width: 236px;
	height: 48px;
	display: block;
}

p#buttonSubscribe {
	background-image: url(themes/site_themes/marlatt/images/button_subscribe.jpg);
}

p#buttonStatements {
	background-image: url(themes/site_themes/marlatt/images/button_statements.jpg);
}

p#buttonCalculators {
	background-image: url(themes/site_themes/marlatt/images/button_calculators.jpg);
}

p#buttonRates {
	background-image: url(themes/site_themes/marlatt/images/button_rates.jpg);
}





/*-------------------------------------------------------------------------------*/
/* Homepage Callout or Secondary Promo Boxes */
div.promo {
	width: 211px;
	padding: 10px;
        margin-bottom: 10px;
	background-color: #D6E4E9;
	border: 3px solid #E2F1F6;
}

div.promo h4 {
	font-size: 16px;
	text-transform: lowercase;
	color: #E3921E;
	margin-bottom: 10px;
}

div.promo p {
	line-height: 18px;
	margin-bottom: 10px;
	padding-right: 20px;
}

div.promo img {
	float: right;
}

div.promo select {
        width: 180px;
}


/*-------------------------------------------------------------------------------*/
/* Email Subscribe Form */
form#emailSubscribe {
        margin-left: 69px;
}

form#emailSubscribe input {
        width: 320px;
        border: 3px solid #e2f1f6;
        padding: 2px;
        color: #118eb5;
        margin-top: 7px;
}

form#emailSubscribe input#subscribeBtn {
        width: auto;
        border: none;
        margin: 0;
}

form#emailSubscribe label {
        color: #118eb5;
}




/*-------------------------------------------------------------------------------*/
/* Footer */
#footer {
	clear: both;
        padding-top: 25px;
        border-top: 3px solid #e2f1f6;
}

#footer img {
	float: right;
}

#footer p {
	color: #088cb3;
        width: 700px;
}

#footer a {
	text-decoration: underline;
	font-weight: normal;
}
