/* --------------------------------------------------------------- */
/* GENERAL USE MASON TEMPLATE v. 1.02                              */
/* Designed by Josh Hughes, Web Communications <josh@deaghean.com> */
/* --------------------------------------------------------------- */

/* Basics */

body
{
	background: #fff;
	color: #333;
	font: 75% Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

img
{
	border: 0;
}

a
{
	color: #063;
}

a:hover
{
	color: #0a3e24;
}

p, ul, ol, table, h1, h2, h3, h4, h5, h6
{
	margin: 0 0 12px 0;
	padding: 0;
}

ul, ol
{
	padding-left: 20px;
}

ul
{
	list-style: square;
}

h1
{
	font: bold 2.4em/1.2em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #063;
}

h1#page-title
{
	font-size: 2.6em;
}

h2
{
	font: bold 1.8em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #930;
}

h3
{
	font: bold 1.6em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000;
}

h4
{
	font: bold 1.4em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000;
}

h5
{
	font: bold 1.2em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000;
}

h6
{
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}

td, th
{
	vertical-align: top;
}

/* Page Container */

#page
{
	width: 780px;
	margin: auto;
	position: relative;
}

/* Header Background */

.header
{
	position: relative;
	color: #fff;
	width: 760px;
	float: left;
	margin-left: 10px;
	display: inline;
}

.green .header
{
	background: url(../images/green-header.gif) repeat-x #0f5431;
}

.white .header
{
	background: url(../images/white-header.gif) repeat-x #fff;
}

.green .header.no-tabs
{
	border-bottom: 4px solid #0a3e24;
}

/* Page Title */

.header #page-title
{
	width: 554px;
	padding: 56px 10px 10px 0px;
	float: right;
}

.header #page-title a
{
	text-decoration: none;
}

.header.reverse #page-title
{
	padding: 72px 10px 5px 20px;
	float: left;
}

.white .header.reverse #page-title
{
	padding-left: 0;
}

.green .header #page-title, 
.green .header #page-title a
{
	color: #fff;
}

.green .header #page-title a:hover
{
	color: #ffc;
}

.white .header #page-title
{
	width: 568px;
}

.white .header #page-title, 
.white .header #page-title a
{
	color: #063;
}

.white .header #page-title a:hover
{
	color: #0a3e24;
}

/* Mason Logo */

.header #mason-logo
{
	margin: 4px 0 0 0;
	float: left;
	height: 115px;
}

.header #mason-logo a
{
	height: 115px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
}

.header.reverse #mason-logo
{
	float: right;
}

.green .header #mason-logo
{
	width: 185px;
	background: url(../images/mason-logo-left.gif) no-repeat 14px 0px;
}

.green .header #mason-logo a
{
	width: 185px;
}

.green .header.reverse #mason-logo
{
	float: right;
	width: 169px;
	background: url(../images/mason-logo-right.gif) no-repeat;
}

.green .header.reverse #mason-logo a
{
	width: 169px;
}

.white .header #mason-logo
{
	background: url(../images/mason-logo-left-white.gif) no-repeat;
	width: 169px;
}

.white .header.reverse #mason-logo
{
	background: url(../images/mason-logo-right-white.gif) no-repeat;
	width: 153px;
}

.white .header.reverse #mason-logo a
{
	width: 153px;
}

/* Search Form */

#search-form
{
	position: absolute;
	top: 4px;
	right: 0;
	padding: 4px 15px 5px 70px;
	left: auto;
}

.header.reverse #search-form
{
	left: 0;
	right: auto;
	padding: 4px 70px 5px 15px;
}

.white .header #search-form,
.white .header.reverse #search-form
{
	padding-top: 0;
}

#search-form input, #search-form span
{
	vertical-align: middle;
}

#search-form label
{
	font-weight: bold;
}

#search
{
	border: 2px solid #115533;
	padding: 3px;
	width: 130px;
}

.green .header #search-form
{
	background: url(../images/search-box-right.gif) no-repeat;
}

.green .header.reverse #search-form
{
	background: url(../images/search-box-left.gif) no-repeat top right;
}

.white .header #search-form
{
	background: url(../images/search-box-right-white.gif) no-repeat;
}

.white .header.reverse #search-form
{
	background: url(../images/search-box-left-white.gif) no-repeat top right;
}

/* Horizontal Navigation */

#horizontal-nav ul
{
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	clear: both;
}

#horizontal-nav ul li
{
	float: left;
	font: bold 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

#horizontal-nav ul li a
{
	text-decoration: none;
	height: 23px;
	padding: 10px 8px 0 8px;
	display: block;
	float: left;
}

#horizontal-nav[id=horizontal-nav] ul li a
{
	float: none;
}

#horizontal-nav.green ul
{
	width: 756px;
	background: url(../images/green-tab-background.gif) repeat-x #3e8964;
	border: 2px solid #115533;
}

#horizontal-nav.green ul li a
{
	color: #fff;
	border-right: 2px solid #115533;
}

#horizontal-nav.green ul li a:hover
{
	background: url(../images/green-tab-highlight.gif) repeat-x #296548;
}

#horizontal-nav.tan ul
{
	width: 758px;
	background: url(../images/tan-tab-background.gif) repeat-x #ffedb6;
	border: 1px solid #b39f66;
}

.green .header #horizontal-nav.tan ul
{
	border-top-width: 0;
}

#horizontal-nav.tan ul li a
{
	color: #063;
	border-right: 1px solid #b39f66;
}

#horizontal-nav.tan ul li a:hover
{
	color: #0a3e24;
	background: url(../images/tan-tab-highlight.gif) repeat-x #fff6db;
}

/* Dropdown */

#horizontal-nav.green ul ul,
#horizontal-nav.tan ul ul
{
	position: absolute;
	left: -999em;
	background: #fff;
	z-index: 1000;
	border: 1px solid #115433;
	border-bottom: 0;
	border-top-width: 2px;
	top: 33px;
	margin: 0 0 0 -1px;
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	float: left;
}

#horizontal-nav.tan ul ul, .green .header #horizontal-nav.tan ul ul
{
	border-top-width: 1px;
}

#horizontal-nav.green ul ul li,
#horizontal-nav.tan ul ul li
{
	float: none;
	height: auto;
	background-color: #fff;
	position: relative;
	z-index: 2000;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #115433;
	border-right: 0;
}

#horizontal-nav.tan ul ul, 
#horizontal-nav.tan ul ul li
{
	border-color: #b39f66;
}

#horizontal-nav.green ul ul li a,
#horizontal-nav.tan ul ul li a
{
	height: auto;
	border: 0;
	color: #063;
	padding: 5px;
	background: #fff;
	float: none;
}

#horizontal-nav.green ul ul li a:hover,
#horizontal-nav.tan ul ul li a:hover
{
	background: url(../images/dropdown-highlight.gif) #fff;
	color: #000;
}

#horizontal-nav ul li:hover ul, 
#horizontal-nav ul li.sfhover ul
{
	left: auto;
}

/* Content Area */

#content
{
	padding-top: 20px;
	width: 780px;
	float: left;
}

/* Columns */

.column-1-1,
.column-1-2,
.column-1-3,
.column-1-4,
.column-2-3,
.column-3-4,
.footer
{
	float: left;
	display: inline;
	margin: 0 10px 15px 10px;
	overflow: hidden;
}

.column-1-1, .footer
{
	width: 760px;
}

.column-1-2
{
	width: 370px;
}

.column-1-3
{
	width: 240px;
}

.column-1-4
{
	width: 175px;
}

.column-2-3
{
	width: 500px;
}

.column-3-4
{
	width: 565px;
}

/* Vertical Navigation */

.vertical-nav ul
{
	padding: 0;
	list-style: none;
	border-top: 1px solid #e8e8e8;
}

.vertical-nav ul li
{
	font: bold 1.2em "Trebuchet MS", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #e8e8e8;
}

.vertical-nav ul li a
{
	display: block;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

.vertical-nav ul li a:hover
{
	background: #ffc;
}

/* Feature Box */

.feature-box
{
	border: 1px solid #b39f66;
	padding: 8px 8px 0 8px;
	background: url(../images/side-bar.gif) repeat-x;
	font-size: 0.95em;
	margin-bottom: 15px;
}

.feature-box ul a
{
	font-weight: bold;
}

.feature-box ul
{
	margin-bottom: 12px;
}

.feature-box li
{
	margin-bottom: 3px;
}

.feature-box h3
{
	color: #930;
	font-size: 1.4em;
	border-bottom: 1px solid #b39f66;
}

/* Footer */

.footer
{
	text-align: center;
	color: #666;
	font-size: 0.95em;
	padding-top: 10px;
	border-top: 1px solid #e8e8e8;
}

.footer p
{
	margin-bottom: 5px;
}

.footer a
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover
{
	color: #000;
}

/* Special Classes */

.left-align
{
	float: left;
	margin: 0 10px 10px 0;
}

.right-align
{
	float: right;
	margin: 0 0 10px 10px;
}

.clearance
{
	clear: both;
}

#intro-photo
{
	margin-top: -20px;
}

/* Print Styles */

@media
print {
	.column-1-1,
	.column-1-2,
	.column-1-3,
	.column-1-4,
	.column-2-3,
	.column-3-4,
	.footer
	{
		float: none;
		display: block;
	}
}
