/* CSS Document */

/* HEADER AND FOOTER AND GENERAL ELEMENTS */

BODY {
	margin: 20px !important;
	font-size: 12px !important;
	font-family: Arial,sans-serif;
	background-color: #000000;
	background-image:  url("/images/tile.gif");
}

p, td, th, h1, h2, h3, h4, h5, li {
	font-family: Arial,sans-serif;
}

td, th {
	font-size: 13px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	text-indent: 2px;
}

ul ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

ol ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

ul li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-position: outside;
	list-style-image: url("/images/new/bullet.gif");
}

ol li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-position: outside;
}

/* the global positioning context for the window ************************************** */
#viewport {
	text-align: center;
	width: 100%;
}

/* the site panel not including the background wallpaper ************************************** */
#siteframe {
	margin-top: 0px;
	margin-bottom: 50px;
	border:solid 1px #000000;
	width: 750px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	height: auto;
}


/* the tabbed navigation area ************************************** */
#tabsarea {
	background-color: #D6D6D6;
	width: 750px;
	position: absolute; top: 70; left: 0;
	height: 26px; width: 750px;
	border:0; border-bottom: solid 1px #000000;	
	text-align: center;
}

#tabs {
	margin-top: 8px; 
}


/* TOOLBAR ************************************** */
#toolbar_tmp {
width:auto;
height: 50px;
background-color:#f1f1f1;
border-top:1px solid #d6d6d6;
padding:4px;
padding-left:5px;
margin-bottom: 12px;
font-size:10px;
}

#toolbar {
width:auto;
height: 15px;
background-color:#f1f1f1;
border-top:1px solid #d6d6d6;
padding:4px;
padding-left:5px;
margin-bottom: 12px;
font-size:10px;
}
#toolbar img {
border:0px;
padding:0px;
margin: 0px;
vertical-align: top;
}

#print {
float:left;
}

#print_version {
float:left;
width:11px;
height:11px;
}

#print_version_text{
float:left;
height:auto;
}

#textsize {
}

#text_size_plus {
float:left;
width:11px;
height:11px;
}

#text_size_indicator {
float:left;
width:22px;
height:11px;
}

#text_size_minus {
float:left;
width:11px;
height:11px;
}

#text_size_text {
float:left;
height:auto;
}


/* A elements ********************************************** */

.sidebar_itemtext A {
	color: black;
	text-decoration: none;
}

.sidebar_itemtext A:hover {	
	color: black;
	text-decoration: underline;
}

A.searchlink {
	color: #CCCCCC;
	text-decoration: none;
}

A.searchlink {
	color: #333333;
	text-decoration: none;
}

A.searchlink:hover {
	color: #333333;
	text-decoration: underline;
}

.footer_blurb A {
	COLOR: #005a9c;
	text-decoration: underline;
	margin-left: 10px;
}

.footer_blurb A:hover {
	COLOR: #005a9c;
	text-decoration: none;
	margin-left: 10px;
}

#main_content_panel A {
	COLOR: #008080;
	text-decoration: underline;
}

#main_content_panel A:hover {	
	COLOR: #008080;
	text-decoration: none;
}


/* CONTENT AREA ELEMENTS */

/* the  main content area ************************************* */
#contentarea {
	position: relative; top:0; left: 0; height: auto; width: 750px;
	background-color: #000000;
}

/* left sidebar */

#sidebar {
	width: 166px; height: auto;
	background-color: #E2E2E2;
	float: left;
	margin: 0px;
	padding-bottom: 1px;
}

.sidebar_itemholder {
	width: 150px;
	background-color: #CCCCCC;
	margin-right: 1px;
}	

.sidebar_item {

	width: 138px;
	background-color: #000000;
	color: #333333;
	font-family: Arial,sans-serif;
	font-size: 11px;
	margin:0px; margin-left: 12px;

}

.sidebar_item_sub {

	width: 138px;
	background-color: #EAEAEA;
	color: #333333;
	font-family: Arial,sans-serif;
	font-size: 11px;
	margin:0px; margin-left: 12px;

}

.sidebar_itemtext {
	padding: 5px;
}

.sidebar_item_indented {
	text-indent: -0.4em; margin-left: 0.4em;
}

.sidebar_divider {
	margin: 0px;
	display: block;
}


/* varying dynamic content area */
/* different versions of area that holds the actual content, depending on whether there is a sidebar, a right panel, etc */

#main_content_both {
	 background-color: #000000;  FLOAT: left;  MARGIN: 0px; width: 422px; padding: 0px; overflow-x: hidden;
}

#main_content_right {
	 background-color: #000000;  FLOAT: left;  MARGIN: 0px; width: 569px; padding: 0px; overflow-x: hidden;
}

#main_content_left {
	 background-color: #000000;  FLOAT: left;  MARGIN: 0px; width: 584px; padding: 0px; overflow-x: hidden;
}

#main_content_none {
	 background-color: #000000;  FLOAT: left;  MARGIN: 0px; width: 744px; padding: 0px; overflow-x: hidden;
}

#main_content_future {
	 background-color: #000000;  FLOAT: left;  MARGIN: 0px; PADDING: 0px; width: 745px; overflow-x: hidden;
}

#main_content_panel {
	padding: 5px;
	margin: 10px;
	font-size: 13px !important;
	COLOR: #ffffff;
	FONT-FAMILY: Arial,sans-serif;
	BACKGROUND-COLOR: #000000;
}


#main_content_panel P {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 10px
	font-size: 13px !important;;
	COLOR: #ffffff;
	FONT-FAMILY: Arial,sans-serif;
	/* BACKGROUND-COLOR: #ffffff; */
}




/* right-hand feature panel (optional) ****************************************** */

#rightfeature {
	width: 171px;
	FLOAT: right;
	margin-top: 1px;
}

.rightfeature_title_panel {
	width: 171px; 
	background-color: #CCCCCC;
	margin: 0px;
}


.rightfeature_title_text {
	font-family: Arial,sans-serif; font-weight: bold; font-size: 1.2em;
	color: #000000; 
	padding-top: 17px; padding-left: 12px; padding-bottom: 9px;
}

.rightfeature_sub_title_text {
	font-family: Arial,sans-serif; font-weight: bold; font-size: 1.2em;
	color: #000000; 
	padding-top: 1em; padding-left: 0px; margin-bottom: 0px;
}

.right_feature_image {
	margin: 0px;
}

.rightfeature_content_panel {
	width: 171px;
	background-color: #f1f1f1;
	margin:0px;
}

.rightfeature_content_text {
	margin: 0px; 
	font-family: Arial,sans-serif; color: #000000; font-size: 1.1em;
	padding-top: 1em; padding-left: 1em; padding-bottom: 1em; padding-right: 1em;
	/* padding-top: 0px; */
}

.rightfeature_content_text a {
	COLOR: #005a9c;
	text-decoration: underline;
}

.rightfeature_content_text a:hover {
	COLOR: #005a9c;
	text-decoration: none;
}

.old_rightfeature_content_text  ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	text-indent: 2px;
	list-style-position: outside;
}

.old_rightfeature_content_text  li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-position: outside;
	list-style-image: url("../images/new/bullet.gif");
}


.rightfeature_content_title {
	color: 005a9c; font-weight: bold;
}

.rightfeature_content_body {
	margin-top: 5px; margin-bottom: 10px;
}

.rightfeature_content_link {
	color: black;
}

.rightfeature_content_link a {
	text-decoration: underline;
	color: black;
}


/* STYLES USED IN INDIVIDUAL SECTIONS */

/************************************************************************** */
/* STYLES FORCED BY THE main_content_panel SELECTOR *********************** */
/************************************************************************** */

#main_content_panel P {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	/* font-size: 11px !important; */
	COLOR: #ffffff;
	FONT-FAMILY: Arial,sans-serif;
	/* BACKGROUND-COLOR: #ffffff; */
}

#main_content_panel em {
	font-style: italic;
}

#main_content_panel strong {
	font-weight: bold;
}

#main_content_panel hr {
	color: #D6D6D6;
	border: none;
	border-top: solid 1px #D6D6D6;
	height: 0px;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* padding: 0px; */
}

#main_content_panel form {
	display: block;
	width: auto;
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	background-color:  #F0F5F8; 
	padding: 10px 20px 10px 10px;
	font-size: .9em;
	color: #3D3C3C;
	/* border: solid 1px #666666; */

}

#main_content_panel form input {
	height: 1.6em;
	color: #3D3C3C;
	font-family: Arial, sans-serif;
}


#main_content_panel form table {
	vertical-align: top;
	padding: 2px;
}

#main_content_panel form textarea {
	/* width: 100%; */
	height: 9em;
	color: #3D3C3C;
	font-family: Arial, sans-serif;
}

#main_content_panel form td {
	/* padding: 2px; */
	background-color:  #F0F5F8; 
}

#main_content_panel td {
	COLOR: #ffffff;
	FONT-FAMILY: Arial,sans-serif;
}

#main_content_panel form p {
	background-color:  #F0F5F8; 
}

/************************************************************************** */
/* STYLES TO BE APPLIED BY USERS ****************************************** */
/************************************************************************** */

H1 {
	text-decoration: none; margin-top: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.45em; COLOR: #ffffff; FONT-FAMILY: Arial,sans-serif
}
H1 a {
	text-decoration: none! important;
}

H1 a:hover {
	text-decoration: none! important;
}

H2 {
	MARGIN-TOP: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.27em; COLOR: #ffffff; FONT-FAMILY: Arial,sans-serif
}
H3 {
	MARGIN-TOP: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.2em; COLOR: #ffffff; FONT-FAMILY: Arial,sans-serif
}
H4 {
	MARGIN-TOP: 1em; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.1em; MARGIN-BOTTOM: 0px; COLOR: #ffffff; FONT-FAMILY: Arial,sans-serif
}
H5 {
	MARGIN-TOP: 1em; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1em; COLOR: #ffffff; FONT-FAMILY: Arial,sans-serif
}
H6 {
	MARGIN-TOP: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1em; COLOR: #ffffff; FONT-FAMILY: Arial,sans-serif
}

/* table containing an image and its caption ******************************** */

.image_caption {
	margin: inherit;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	text-align: left;
	font-size: .82em;
	COLOR: #3D3C3C;	
}

.image_left {
	margin: inherit;
	/* padding: 10px; */
	/* text-align: left; */
	font-size: .82em;
	COLOR: #3D3C3C;
	float: left;
	padding-right: 10px;	
}

.image_right {
	margin: inherit;
	/* padding: 10px; */
	/* text-align: left; */
	font-size: .82em;
	COLOR: #3D3C3C;
	float: right;
	padding-left: 10px;	
}

#main_content_panel form .ryecon_formtitle {
	display: block !important;
	COLOR: #3D3C3C;
	FONT-FAMILY: Arial,sans-serif;
	font-weight: bold;
	font-size: 1.0875em;
	/* margin-top: 20px; */
	margin-bottom: 10px;
}


#main_content_panel form .ryecon_formlabel {
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: .9em; 
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	color: #3D3C3C;
}

#main_content_panel form .ryecon_formbuttons {
	height: 20px;
	font-family: Arial, sans-serif;
	/* font-size: 1.0875em; */
	font-style: bold;
	text-align: center;
	color: #3D3C3C;
}

.main_content_excel {
	line-height: 1.5em;
}

.main_content_excel a {
	background-image:  url("/images/icon_excel.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_general {
	line-height: 1.5em;
}

.main_content_general a {
	background-image:  url("/images/icon_general.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_pdf {
	line-height: 15px;
}

.main_content_pdf a {
	background-image:  url("/images/icon_pdf.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_ppt {
	line-height: 1.5em;
}

.main_content_ppt a {
	background-image:  url("/images/icon_ppt.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_word {
	line-height: 1.5em;
}

.main_content_word a {
	background-image:  url("/images/icon_word.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}


/* CUSTOM TABLE STYLE 1 */

TABLE.tableStyle1 {
	caption-side: top;
	border-bottom: dotted 1px #666666;
}

TABLE.tableStyle1 caption {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #015A9C;
	color: #ffffff;
	border-bottom: solid 1px white;
}

TABLE.tableStyle1 tr {
	border-top: dotted 1px #666666;
	background-color: #F1F1F1;
}

TABLE.tableStyle1 td {
	margin-top: 1px;
	border-top: dotted 1px #666666;
	background-color: #F1F1F1;

}



/* CUSTOM TABLE STYLE 2 - similar to #1 but no dotted lines between rows */

TABLE.tableStyle2 {
	caption-side: top;
}

TABLE.tableStyle2 caption {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #015A9C;
	color: #ffffff;
	border-bottom: solid 1px white;
}

TABLE.tableStyle2 tr {
	background-color: #F1F1F1;
}

TABLE.tableStyle2 td {
	background-color: #F1F1F1;

}


/* CONTACT PAGE FORMS */

.contactPageTitlebar {
	background-color: #999999; color: #ffffff; 
	padding: 4px; 
	font-weight: bold; font-size: 12px; 
	margin-bottom: 1px;
}

.contactPageInquiriesSelect {
	width: 180px;
}

.contactPageInquiriesText {
	width: 180px;
}

.contactPageInquiriesTextarea {
	width: 300px;
}

.contactPageLookupText {
	width: 240px;
}

.contactPageDirectorySelect {
		width: 310px;
}

