/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
 * Edited by Jerry on Thursday, May 25, 2006
 * Some errors fixed (missing semi-colons) that may affect some browsers.
 * This may mean that some styles that were being ignored are no longer being ignored.
 */
 
/* STANDARD */
* {
	margin:0px;
	padding:0px;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

font {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #8099b3;
}

table {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	
	background-color: #ffffff;
	margin: 0px auto 0px auto;
}

td {
	vertical-align:top;
}

h1 {
	font-size: 14px;
	margin-bottom: 15px;
}

h2 {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #003366;
	margin-left: -1px;
}

h3 {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #CC0000;
}

h4 {
	font-size: 11px;
	color: #003366;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #003366;
	margin-left: -1px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	color: ##003366;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: -1px;
	font-weight: bold;
	text-transform: capitalize;
}

ul {
	list-style: none;
	padding-bottom: 15px;
}

/* HOME PAGE */
#H_headernav, #headernav {
	font-size: 9px;
	vertical-align: bottom;
	text-align: right;
}

#H_about {
	width: 228px;
	vertical-align: top;
	background: #CDDBE7;
	font-size: 10px;
}

#H_about p {
	margin: 10px 15px;
}

#H_news, #H_events, #H_search {
	width: 174px;
	border: 1px solid #83A5C3;
	border-width: 0px 1px;
	font-size: 10px;
	background: #ffffff;
}

#H_news p, #H_events p, #H_search p {
	margin: 5px 10px;
	padding-bottom: 2px;
}

#H_feature {
	border: 1px solid #cc0000;
	border-width: 0px 1px;
	font-size: 10px;
	background: #ffffff;
	text-align:center;
}

#H_feature p {
	margin: 5px 10px;
}

/* SUB PAGES */

div#nav {
	width: 750px;
	height: 35px;
	white-space: nowrap;
	margin-bottom: 21px;
}

div#nav img {
	border-width: 0;
	height: 35px;
}

div.sublist {
	margin-left: 6px;
	margin-top: 21px;
}

table#ocontent {
	width: 750px;
	border-spacing: 0;
	/* align="center" border="0" cellpadding="0" cellspacing="0" width="750" */
}

div#ocontent {
	width: 750px;
	position: relative;
}

div#tertnav {
	position: absolute;
	top: 0;
	width: 130px;
}

div#icontent {
	position: relative;
	top: 0;
	left: 130px;
	width: 620px;
}

div#breadcrumbs {
	padding-bottom: 0;
}

#subnav {
	height: 35px;
	background: url(../images/S_subnav_back.gif) no-repeat 0px 0px;
}

#subnav	td {
	height: 35px;
	vertical-align:bottom;
	font-weight: bold;
}

#subnav a:link, #subnav a:visited, #subnav span {
	display: block;
	height: 24px;
	line-height: 100%;
	border-right: 1px solid #fff;
	padding: 0px 5px 3px;
}

.onstate {
	color: #80A3C2;
	background: url(../images/S_subnav_on.gif) repeat-x bottom left;
}

/* first */
#tertnav_title {
	padding-bottom: 24px;
}
.tertnavcontent {
	color: #000;
}
#tertnav {
	width: 130px;
	color: #83A5C3;
}
#tertnav ul {
	margin: 0px 2px 0px 5px;
}
#tertnav ul li {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	line-height: 10px;
}

/* second */
#tertnav ul li ul {
	font-size: 10px;
	border: 1px solid #CDDBE7;
	border-width: 1px 0px;
	margin-top: 2px;
	margin-left: 0px;
}
#tertnav ul li ul li {
	margin: 3px 0px 10px 0px;
	padding-left: 5px;
	background: url(../images/S_tertnav_arrow.gif) no-repeat 0px 4px;
	font-weight: normal;
	font-size: 10px;
}

.tertnav2 {
	padding-left: 5px;
	list-style:disc;
	font-weight: normal;
	font-size: 10px;
}
ul.tertnav2 {
	padding-bottom: 0;
	padding-top: 8px;
}

/* third */
#tertnav ul li ul li ul {
	border-bottom: 0px;
}
#tertnav ul li ul li ul li {
	margin: 3px 0px 5px 0px;
}

/* fourth */
#tertnav ul li ul li ul li ul {
	border-bottom: 0px;
}
#tertnav ul li ul li ul li ul li {
	margin: 3px 0px 5px 0px;
}


#content {
	padding: 0px 10px;
	border: 1px solid #CDDBE7;
	border-width: 0px 1px;
	line-height: 1.5;
	word-spacing: 2ems;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
	list-style: disc url(../index_files/none);
}
#content ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: decimal;
}
#content a:link, #content a:visited, #right a:link, #right a:visited, #leftcontent a:link, #leftcontent a:visited {
	color: #3F73A2;
	text-decoration: none;
}
#content a:hover, #right a:hover #leftcontent a:hover {
	color: #CC0000;
}
#content p {
	margin-bottom: 20px;
}
#content td {
	padding-left: 1px;
}
#content ul	li {
	margin-bottom: 5px;
}
#content hr {
	color:#CDDBE7;
}
#content dl img {
	display: inline;
}
#content b img {
	display: inline;
}
#content blockquote {
	margin-left:20px;
	margin-right:20px;
}

#content h3 a:link, #content h3 a:hover, #content h3 a:visited {
	color: #CC0000;
	text-decoration: none;
}

#breadcrumbs {
	font-size: 9px;
	height: 40px;
	padding-left: 10px;
	padding-bottom:20px;
}

#right {
	width: 200px;
	padding: 0px 0px 0px 10px;
	line-height: 1.5;
	word-spacing: 2ems;
	overflow:hidden;
	float:left;
}

#right ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
	list-style: disc url(../index_files/none);
}
#right ul li {
	margin-bottom: 5px;
}

#leftcontent {
	line-height: 1.5;
	word-spacing: 2ems;
}

#footer {
	font-size: 10px;
}
#footer p {
	margin: 5px 10px;
}

/* FORMS */
#form_std input, #form_std select, #form_std textarea {border: 1px solid #3F73A2;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
#form_std td {
	padding: 1px 2px 1px;
}
#customlabel {
	padding-left: 3px;
}
#textbox {
	border: 1px solid #3F73A2;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
select {
	background-color: #efefef;
	height: 20px;
}

.content_text {
	line-height: 1.5;
	word-spacing: 2ems;
}	
/* MISC ELEMENTS */
.form_div {
	position: relative;
	z-index: 1;
	top: 0px;
	right: 0px;
	background-color: #D7DDFF;
}
/* TABLE STYLES */
.isotable_heading {
	margin-left: 5;
}
.isotable_bl {
	background: url(../images/T_iso_bl.gif) 0 100% no-repeat #CDDBE7;
	width: 185px;
} 
.isotable_br {
	background: url(../images/T_iso_br.gif) 100% 100% no-repeat;
} 
.isotable_tl {
	background: url(../images/T_iso_tl.gif) 0 0 no-repeat;
} 
.isotable_tr {
	background: url(../images/T_iso_tr.gif) 100% 0 no-repeat;
	padding: 10px;
}
.isotable_tr table{
	background-color: #CDDBE7;
} 
.isotable_clear {
	font-size: 1px;
	height: 1px;
}

#tabtable {
	margin: 5px 0px 8px 0px;
	line-height: 1.5;
	word-spacing: 2ems;
}
#tabtable #tabtable_firstrow {
	background-color:#CDDBE7;
	color: #0C4F8B;
	border: 1px solid #0C4F8B;
	font-weight: bold;
}
#tabtable #tabtable_firstrow td{
	padding: 2px 3px 2px 3px;
	color: #0C4F8B;
	vertical-align: bottom;
	margin-bottom: 2px;
}

#tabtable #tabtable_subsection {
	background-color:#F0F0F0;
}

#tabtable #tabtable_subsection td {
	padding: 0px 0px 0px 8px;
}	
	
#tabtable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDBE7;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}


/* ELEMENTS FOR TOPNAV*/
#greyglobalnavbarform select {
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width: 200px;
}

.secondarynav {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	font-weight: normal;
	line-height: 0.8;
}
a.secondarynav {
	color: #074b88;
}
a.secondarynav:active {
	color: #bd6c5a;
}
a.secondarynav:visited {
	color: #042d52;
}
a.secondarynav:hover {
	color: #bd6c5a;
}

.bottompadding	{
	margin-bottom: 5px;
}

img.sideimage, p.sideimage {
	margin-bottom: 50px;
	margin-right: 20px;
}

.leftalign {
	margin-left: 0px;
}
 
/* FORMS */
.button  { 
	font-size: 11px; 
	background-color: #333399; 
	color: #FFFFFF;
	border-left:   solid 1px #6666CC;
	border-bottom: solid 1px #000066;
	border-top:    solid 1px #6666CC;
	border-right:  solid 1px #000066;
}
						
.form	{ 
	color: #000000;  
	border: solid 1px; 
	border-color: #333399; 
}

.leftalign {
	margin-left:0px;
}
