@charset "utf-8";
/* CSS Document */

/*****************************************************************************  LAYOUT ************************************************/
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.5em;
}
#container { /* all contents of page are contained within the container */
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px; /* no padding in container allows each element to be padded as necessary */
} 
#logo {
	/*background: url('../images/skyline.jpg') no-repeat top right;  */
	width: 950px;
	margin: 10px 5px 5px 0;
	text-align: left;
}
.hor_nav {
	height: 30px;
	width: 950px;
	background: #FFFFFF;
	color: #FFFFFF;
	border-bottom: #004D42 5px solid;
}
.hor_nav td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #B2740E;
	border-bottom: solid #FFFFFF 2px;
}
.hor_nav td.rtb {
	border-right: solid #FFFFFF 2px;
}
.subhead {
	height: 15px;
	border-bottom: #004D42 5px solid; /* border at bottom of path before content */
	width: 950px;
	font-size: 8pt;
	background: #FFFFFF;
	text-align: left;
	padding: 0 0 5px 0;
}
#col3 { /* the main content is formated to either a two or three column table */
	width: 950px; /* stretch the table the full width of the container */
	border-bottom: solid #B2740E 1px; /* border at bottom of table before footer */
	padding: 0px;
}
.l_col { /* no padding is built into left column; padding is in gold box layout */
	width: 225px;
	line-height: 1.5em;
}
.l_col .gold_box {
	margin: 0px 0 0px 0; /* top and bottom margins create white space between boxes */
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	padding: 10px 8px 5px 8px;	/* padding provides space between text and edge of box */
	background: url(../images/gr_bg.gif) repeat; /* gold background is an image */
	color: #000000;
	text-align: left;
}
.gold_box {
	margin: 50px 0 10px 0; 
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
}
.main {
	padding: 15px 10px 10px 10px;	
}
.r_col {
	width: 300px;
	padding: 15px 0px 10px 10px;	
	border-left: #B2740E 1px solid;
	line-height: 1.5em;
}
.news .r_col {
	width: 300px;
	padding: 0px 0px 10px 10px;	
	border-left: #B2740E 1px solid;
	line-height: 1.5em;
}
blockquote {
	line-height: 1.5em;
	margin: 0px 10px 10px 15px;
	clear: both;
}
#footer {
	width: 950px;
	text-align: left;
	font-size: 9pt;
	clear: both;
	margin-top: 3px;
	border-top: solid #B2740E 1px;
	line-height: 1.5em;
	padding: 10px 0 30px 0;
}

/*****************************************************************************  HEADERS ************************************************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #004D42;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #004D42;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h3 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}	
h4 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
h5 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #004D42;
}
h6 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
#community h6 {
	color: #004D42;
	font-variant: small-caps;
	font-weight: bold;	
	line-height: 1.25em;
}

.readMore a:link, .readMore a:visited{
	float: left;
	text-align: right;
	font-style:italic;
	font-weight: normal;
	font-size:10pt;
}

/*****************************************************************************  LINKS ************************************************/
a:link, a:visited {
	text-decoration: none;
	color: #B2740E;
	font-variant: small-caps;
	font-weight: bold;	
	line-height: 1.25em;
}
a:hover, a:active {
	text-decoration: underline;
}
.hor_nav a:link, .hor_nav a:visited {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-size: 10pt;
	font-variant: small-caps;
}
.subhead a:link, .subhead a:visited {
	font-weight: normal;
	font-variant: normal;
}

/*****************************************************************************  GENERAL ************************************************/
img {
	border: 0px;
}
td {
	vertical-align: top;
}


.l_col blockquote {
	color: #004D42;
}

.r_col blockquote {
	color: #000000;
	text-align: left;
}
.r_col cite {
	font-size: 9pt;
}
.r_box {
	margin: 25px 0 0 0;
}
.fl_r {
	float: right;
	padding: 0 0 15px 15px;
}
.fl_l {
	float: left;
	padding: 0 15px 10px 0;
	clear: both;
}
.fl_none {
	clear: both;
}
blockquote hr {
	height: 1px;
	color: #B2740E;
	padding: 0px;
}
.bdr_rt {
	border-right: 1px solid #B2740E;
	width: 290px;
}
blockquote td {
	padding: 0 7px 0 7px;
}
.nc {
	clear: none;
}
.com {
	width: 200px;
	text-align: center;
}
.glossary a:link {
	font-size: 8pt;
}
.glossary blockquote {
	border-top: solid #B2740E 2px;
	padding: 5px 0 5px 0;
}

.communityLogo {
	height: 100%;
	padding: 0 25px 25px 0;
	float: left;
	display:block;
}

#community blockquote p {
	margin-left: 100px;
}

td.ccName {
	border-bottom: solid #B2740E 1px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
td.ccLogo {
	vertical-align: middle;
	text-align: center;
	padding: 15px 25px 15px 0;
}
td.ccBreak {
	padding-bottom:15px;
}
.topIntro {
	padding-bottom: 5px;
	border-bottom: solid #B2740E 1px;
}
cite.disq {
	color: #B2740E;
	font-size: 9pt;
	font-style: italic;
}
.withBorders {
	width: 550px;
}
.withBorders td, .withBorders th{
	width: 225px;
	border: 1px solid #000000;
}
