/* !Reset Browsers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol,ul,dl
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes border spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img
{ border: 0; }

/* Left-aligns text in caption and th */
caption,th
{ text-align: left; }

/* Removes quotation marks from q */
q:before,q:after
{ content: ''; }

/* !Custom CSS */

html {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
	background: #0f4066;
}

body {
	position: relative;
	width: 770px;
	height: auto;
	margin: 10px auto 0;
	font-family: Tahoma, Geneva, Arial,sans-serif;
	letter-spacing: .05em;
	font-size: 62.5%;	
	text-align: center;
	background: transparent;
}

div#fixHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	height: auto;
	border-top: 2px solid #000; 
	border-left: 2px solid #000;		
	background: #fff;
}

div#container {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;	
	font-size: 1.2em;	
	text-align: left;	
	background: transparent;
}

div#branding {
	position: relative;
	margin: 0;
	width: 100%;
	height: 150px;
	background: transparent url(../images/bg/top_img.jpg) top left no-repeat;
}

div#navMain {
	position: relative;
	height: 35px;
}

div#contentArea {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;	
	background: transparent;
	z-index: 0;
	clear: both;
}

/* !Interior Content */

div#content {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
	background: #fff url('../images/bg/colBkgd4.png') bottom right repeat-y;
	z-index: 0;
}

div#content div#col_2L.v1 {
	position: relative;
	float: left;
	width: 170px;
	height: auto;
	min-height: 400px;
	background: transparent;
	z-index: 0;
}

div#content div#col_2R.v1 {
	position: relative;
	width: 580px;
	height: auto;
	margin-left: 170px;
	min-height: 400px;
	padding: 0 10px;
	background: transparent;
	z-index: 0;
}

div#clear {
	width: 100%;
	clear: both;
	height: 0;
}

/* !Footer Container */

div#footer {
	position: relative;
	width: 100%;
	height: 22px;
	margin: 0;
	background: #abada0;
	border-top: 2px solid #000;
	overflow: hidden;	
	clear: both;
}

/* !H# Styles */

h1 {
	padding-bottom: .5em;
	font-size: 1.5em;
	color: #750303;	
}

h2 {
	padding-bottom: .5em;
	font-size: 1.4em;
	color: #185003;	
}

h3 {
	padding-bottom: .5em;
	font-size: 1.3em;
	color: #0f4066;	
}

h4 {
	padding-bottom: .5em;
	font-size: 1.2em;
	color: #000000;	
}

h5 {
	padding-bottom: .5em;
	font-size: 1.1em;
}

/* !Common tags */

p {
	padding-bottom: 1em;
	font-size: 1em;
	letter-spacing: .05em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h4Inline {
	font-size: 1.4em;
}

span.hiLite {
	color: #750303;
}

h2#tagLine {
	color: #391a39;
}

/* !Lists */

div#col_2R ul {
	padding-bottom: 1em;
	list-style: none;
}

div#col_2R ul li {
	margin-left: 0;
	padding: 1px 0;
}

dov#col_2R ol {
	padding-bottom: 1em;
	list-style: decimal;
}

div#col_2R ol li {
	margin-left: 15px;
	padding: 1px 0;
}

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

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 #000;
}

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

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

/* !Content Area */

h1#pageTitle {
	padding: 1em 0 .5em;
	text-transform: capitalize;
}

/* !Links - General */

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

div#content a:focus, div#content a:hover,
p#printLink a:focus, p#printLink a:hover {
	border-bottom: 1px solid transparent;
}

/* !Search Form Box */

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 #000;
	text-align: center;
	vertical-align: bottom;
	background-color: #ebd879;
	color: #391a39;	
}

form#cse-search-box input#searchsubmit:focus,
form#cse-search-box input#searchsubmit:hover {
	background-color: #391a39;
	border-color: #000;
	color: #abada0;
}

form#cse-search-box input#searchsubmit:active {
	background-color: #185003;
	color: #fff;
}

form#cse-search-box input.searchfield {
	color: #333;
	border-color: #996666;
}

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

/* !Lists */

div#content dl dt {
	display: list-item;
	list-style: none;
	font-weight: bold;
	color: #663333;	
}

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

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

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

div#content ol li, #colMain ul li, #colMain dl dt, #colMain dl dd {
	margin-top: 1em;
	line-height: 1.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;
}

/* !Local Styles */

div#branding a#coLogo {
	position: absolute;
	display: block;
	width: 250px;
	height: 150px;
	top: 0;
	left: 10px;
}

img#logo {
	position: absolute;
	width: 250px;
	height: 150px;	
	top: 0px;
	left: -9999px;
}

.photo {
	padding: 5px 5px 0 5px;
}