/* !html */

html {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
}

img {
	border: 0;
}

/* !body */

body {
	position: relative;
	width: 770px;
	height: 100%;	
	margin: 0 auto;
	font-size: 62.5%;	
	text-align: center;
}

div#fixHeight { /* This Div is used to fix the height problem with Safari & Firefox */
	position: absolute;
	top: 10px;
	left: 0;
	width: 770px;
	height: auto;
	text-align: left;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
}

div#container {
	width: 100%;
	font-size: 1.2em;	
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	}
	
div#contentArea {
	position: relative;
	width: 100%;	
	margin-top: 182px;
}

div#colMain {
	position: relative;
	width: 600px;
	float: left;	
}

div#colSub {
	position: relative;
	width: 170px;
	float: right;
}

div#content {
	position: relative;
	height: 100%;
	padding: 10px 19px 10px 20px;
}
	

div#branding {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
}

div#navMain {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: 32px;
	border-width: 2px 0 1px;
	border-style: solid;
}
 
/* !headlines */

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

/* !common tags */

p {
	font-size: 1em;
	margin-top: 3em;
	line-height: 1.40em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	}

h4Inline {
	font-size: 1.4em;
}

/* !images photos, logos, etc. */

img {
	border: 0;
}

img#logoPrint {
	display: none;
}

.floatR {
	float: right;	
}

.floatL {
	float: left;	
}

.floatC {
	display: block;
	margin: 0 auto;
}

.inline {
	display: inline;
}

div.photo {
	padding: 2px;
	border: 1px solid;
}

.photo p {
	width: 100%;
	font-size: .825em;
	font-style: italic;
	text-align: center;
	overflow: hidden;
}

h2#tagLine {
	position: absolute;
	width: 400px;
	bottom: 5px;
	right: 10px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}

span#navImage {
	width: 170px;
	height: 31px;
}

/* !content Area Styling */

div#content h1#title {
	margin: 1.25em 0 1em 0;
	font-size: 1.5em;
}

h1, h2, h3, h4, h5 {
	margin-top: .825em;
}

div#content p {
	margin: .625em 0;
	letter-spacing: .05em;
}

div#colMain a:link, div#colMain a:visited, div#colMain a:active,
p#printLink a:link, p#printLink a:visited, p#printLink a:active {
	text-decoration: none;
	padding: 1px 3px;
	border-bottom: 1px dotted;	
}

div#colMain a:focus, div#colMain a:hover,
p#printLink a:focus, p#printLink a:hover {
	border-bottom: 1px none;
}

/* !search Form Styling */

div#searchbox {
	position: absolute;
	top: 50px;
	right: 0;
}

form#cse-search-box input.searchfield {
	position: absolute;
	top: 0;
	right: 80px;
	width: 150px;
	font-size: 16px;
	border: 1px solid;
}

form#cse-search-box input#searchsubmit {
	position: absolute;
	top: 0;
	right: 10px;
	width: 60px;
	padding: 0;
	border: 1px solid;
	text-align: center;
	vertical-align: bottom;
}

div#content div#cse-search-results iframe {
	width: 560px;
}

/* =lists */

#colMain dl dt {
	display: list-item;
	list-style: none;
	font-weight: bold;
}

#colMain dl dd, #colMain ul li {
	display: list-item;
	list-style: none;
	margin-left: 2em;
}

#colMain .disc li, #colMain .disc dd {
	list-style: disc;
}

#colMain ol {
	margin-left: 20px;
	list-style: decimal;
}

#colMain ol li, #colMain ul li, #colMain dl dt, #colMain dl dd {
	margin-top: 1em;
	line-height: 1.25em;
}

ul.address {
	width: auto;
	padding: 0;
}

ul.address {
	margin-left: -2em;
	margin-right: 2em;
}

#colMain ul.address li {
	margin-top: .25em;
}

/* =tables */

table {
	width: 100%;
    border: 1px solid;
}

table.spec td {
	text-align: left;
}

table.spec caption a {
	float: right;
}

td {
	width: auto;
	padding: 2px 5px;
}

caption {
	text-align: left;
	padding: 4px 0;
	font-variant: small-caps;
	font-size: 1.2em;
}

table th td {
	border: 1px solid;
	border-collapse: collapse;
}

thead th {
    width: auto;
    padding: 2px 5px;
    font-size: 1.1em;
   	font-variant: small-caps;
    text-align: center;
}

tr { 
    border-top: 1px solid;
}

td {
    text-align: center;
}

span.photoSign {
	position: relative;
	display: block;
	margin: 10px auto;
	text-align: center;
}

/* =forms */

fieldset ol {
	padding: 0;
	list-style: none;
}

fieldset ol li {
	list-style-type: none;
	padding: 0;
}

fieldset legend {
	display: block;
	padding: .5em 0;
	font-size: 1.4em;
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

input, textarea {
	width: 60%;
	padding: 0 0 0 5px;
	font-size: 1.2em;
	border: 1px solid;
}

input#captcha {
	width: 155px;
}

li.radio input {
	width: auto;
	margin-left: 1em;
	border: 0;
}

fieldset#formButtons {
	width: auto;
	float: right;
	padding: 1em 0;
}

fieldset#formButtons input {
	display: inline;
	width: auto;
	padding: 2px 9px;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;		
}


/* Contact Form (on Contact Page) */

div#contactForm {
	width: 275px;
	height: auto;
	float: right;
}

div#contactForm label {
	width: 80px;
}

div#contactForm input,
div#contactForm textarea {
	width: 155px;
}

div#contactForm fieldset#formButtons input {
	display: inline;
	width: auto;
	padding: 2px 9px;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;	
}

/* News Feed */

.rss-box p.rss-title {
	display: none;
}

.rss-box p.rss-title span.rss-item {
	display: none;
}

ul.rss-items {
	margin-left: -2em;
}

div#colMain div.rss-box a:link, div#colMain div.rss-box a:visited, div#colMain div.rss-box a:active {
	padding-left: 0px;
}

.rss-date {
	font-size: smaller;
	font-style: italic;
}
