/* CSS Document */


body {
		text-align: center;
		background-color: #ccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;	}
		
form {
	margin: 0;
	padding: 0; }
		
h1.section_title {
	padding: 10px 0 5px 10px; }
	
	
.frame {
	width:750px;
	margin: 10px auto 0 auto;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999; }
	
a:link.nolink, a:visited.nolink {
	text-decoration: none;
	color: #333; }
	
a:hover.nolink {
	text-decoration: underline; }
	
a:link.sort, a:visited.sort, a:hover.sort {
	font-weight: bold; }
	
	
/* HELP QUESTION MARKS */
	
.help a:link, .help a:visited, ol.indent .help a:link, ol.indent .help a:visited  {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	/*font-weight: bold;*/
	color: #eee;
	background-color: #1D6832;
	margin: 0 0 2px 2px;
	padding: 0px 3px;
	border: 1px solid #A7C09E;
	text-decoration: none;	}

.help a:hover, ol.indent .help a:hover {
	color: #000;
	border: 1px solid #000;
	background-color: #F6BC2F;
	text-decoration: none;
	cursor: help; }

	
/* MESSAGE BOXES */

.status:link, .status:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #eee;
	margin: 0 0 2px 2px;
	padding: 0px 3px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.status:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
		
	
/* TABLE FOR TITLE ICONS */

.contentcenter table.title, .contentpopup table .title {
	border-collapse: collapse;
	width: auto;
	border: none;
	padding: 0;
	margin: 0; }
	
.contentcenter table .title td {
	border-collapse: collapse;
	border: none;
	width: 20px;
	padding: 1px;
	margin: 0; }
	
/* DIRECTOR ICON  */

.director:link, .director:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #333;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.director:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* SHAREHOLDER ICON  */

.shareholder:link, .shareholder:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #990000;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.shareholder:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* CHAIRMAN ICON  */

.chairman:link, .chairman:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #333399;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.chairman:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* OFFICER ICON  */

.officer:link, .officer:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #214232;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.officer:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* RESIDENT AGENT ICON  */

.resident_agent:link, .resident_agent:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #660000;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.resident_agent:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	

	
/* ALERT */	

.alert {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: red; }
	
/* BUTTONS */

a.button_big, a.button_big:visited {
	font-family:  Arial, Verdana, "sans serif";
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	width: 90%;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	background-color: #214232;
	margin: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7BA22D;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #7BA22D; }
	
a.button_big:link, a.button_big:visited {
	color: #FFF; }
	
a.button_big:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #000; }
	
/* REGULAR-BUTTONS */
	
a.button_small, a.button_small:visited {
	font-family:  Arial, Verdana, "sans serif";
	font-size: 1.0em;
/*	font-weight: bold; */
	text-align: center;
	/*width: 90%;
	display: block;*/
	text-decoration: none;
	vertical-align: middle;
	background-color: #214232;
	margin: 3px 1px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7BA22D;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #7BA22D; }
	
a.button_small:link, a.button_small:visited {
	color: #FFF; }
	
a.button_small:hover {
	background-color: #ccc;
	text-decoration: none;
	color: #000; }
	
	
/* CORPORATE TUTOR LINKS w/freaky guy */

a.tutor, a.tutor:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	color: #666;
	background-color: #eee;
/*	background-image: url(images/icon_tutor.gif);
	background-repeat: no-repeat;
	background-position: 7px center;*/
	margin: auto;
	padding: 6px 6px 6px 12px;
	text-align: left;
	width: 11em;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	min-height: 27px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #ccc; }
	
a.tutor:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #000; }
	
/* DO-SOMETHING LINKS  */

.buttonlink a:link, .buttonlink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-style: italic;
	font-weight: bold;
	color: #666;
	background: #eee url(images/icons/button.png) no-repeat 7px center;
	padding: 3px 8px 3px 25px;
	margin: 1px;
	text-decoration: none;
	border-top: 2px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #ccc;
	white-space: nowrap;
	display: block; }
	
.buttonlink a:hover {
	color: #333;
	background-color: #fff;
	}
	
.smallfont {
	font-size: .8em; }
		
a:link {
	color: #008000; }
	
a:visited {
	color: #008000; }
	
a:hover {
	color: #F6BC2F; }
	
h1 {
	font-size: 1.4em; }
	
h2 {
	font-size: 1.3em; }
	
h2.category {
	font-size: 1.3em;
	color: #214232;
	margin-bottom: -6px;}
	
h2.page {
	font-size: 1.3em;
	color: #214232;
	margin-bottom: -6px;
	padding-bottom: 2px;
	border-bottom: 1px solid #214232; }
	
h3 {
	font-size: 1.2em; }
	
h1.company {
	margin: 10px 0 -10px 0;
	padding: 0; }
	
h4 {
	font-size: 1.1em;
	padding-bottom: 1px;
	margin-bottom: 1px; }
	
h5 {
	font-size: 1em;
	padding-bottom: 1px;
	margin-bottom: 1px; }
	
.description {
	font-size: .85em;
	color: #666;
	margin: 0;
	padding: 0; }
	
/*h4.right {
	padding-top: 45px; }*/
  
.main_logo {
	height: 100px;
	margin: 0;
	padding: 0;
	z-index: 25;
	background-color: #214232;
	background-image: url(incorp.png);
	background-repeat: no-repeat;
	background-position: left top; }

.contentheader {
	height: 75px;
	background-color: #214232;
	background-image: url(images/incorp_logo_pencil_052506.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	margin: 0;	}
	
.contentheader .header {
	position: relative;
	height: 75px;
	float: right;
	width: 25em;
	margin: 0;
	padding:0;
	white-space: nowrap; }
	
/* HEADER (BLACK) NAV & CONTACT INFO */

.contentheader .nav {
	position: relative;
	color: #ccc;
	background-color: #000;
	padding: 5px;
	margin: 0;
	float: right;
	font-size: .9em;
	font-style: normal;	}
	
.contentheader .nav ul {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
	list-style: none;	} 

.contentheader .nav ul li {
	padding: 0 5px;
	list-style: none;
	display: inline;
	border-right: 1px solid #CCCCCC;	}
	
.contentheader .nav ul li.last {
	border-right: none;	}
	
.contactinfo {
	float: right;
	padding-right: 4.3em;
	padding-top: 15px;
	position: relative;
	text-align: center;
	color: #fff; }
	
.contentheader .nav li.current {
	color: #EEE;
	font-weight: bold;
	text-decoration: none; }

.contentheader .nav ul li a, .contentheader ul li .nav a:visited {	
	color: #FFF;
	text-decoration: none; }
	
.contentheader .nav ul li a:hover {
	color: #EEE;
	text-decoration: underline; }
	

	
/*.contentheader .nav ul li.current a {
	color: #333;
	font-weight: bold;
	text-decoration: underline; }*/ 
	
/* FOOTER */
	
.footer {
	width:710px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding: 20px;
	text-align:center;
	background-color: #fff; }
	
.footer p {
	color: #008000;
	padding: 1px;
	margin: 2px; }
	
.footer p a:link {
	text-decoration: none; }
	
.footer p a:visited {
	text-decoration: none; }
	
.footer p a:hover {
	text-decoration: underline; }
	
.copyright {
	color: #666;
	font-size: .8em; }
	
.extras {
	color: #008000;
	text-transform: uppercase;
	font-size: .8em;	 }
	


	

	
/* DIRECTOR ICON  */

.director:link, .director:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #333;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.director:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* SHAREHOLDER ICON  */

.shareholder:link, .shareholder:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #990000;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.shareholder:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* CHAIRMAN ICON  */

.chairman:link, .chairman:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #333399;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.chairman:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* OFFICER ICON  */

.officer:link, .officer:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #214232;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.officer:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	
/* RESIDENT AGENT ICON  */

.resident_agent:link, .resident_agent:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #eee;
	background-color: #660000;
	margin: 0 0 2px 2px;
	padding: 1px 4px;
	border: 1px solid #999;
	text-decoration: none;
	text-transform: uppercase;	}

.resident:hover {
	color: #FFF;
	border: 1px solid #333;
	background-color: #666;
	cursor: help; }
	

	
/* ALERT */	

.alert {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: red; }
	
	
/* TABLES */
.contentcenter table {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto 10px auto;
	border: 1px solid #ccc; }
	
.contentcenter table td {
	padding: 4px; }
	
.contentcenter table td.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top; }
	
/*.contentcenter table td.gradient:hover {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top; }*/
	
.contentcenter table td.gradient img {
	border: 1px solid #999; }
	
/* .contentcenter table td.gradient a:link, .contentcenter table td.gradient a:visited  {
	color: #333; }
	
.contentcenter table td.gradient a:hover  {
	color: #000;
	text-decoration: none; } */

/* BORDER-LESS TABLES FOR MULTI-COLUMN LAYOUT */

/*.contentpopup table .no_border {
	border-collapse: collapse;
	width: auto;
	border: none;
	padding: 0;
	margin-left:auto; margin-right:auto; }
	
.contentpopup table .no_border td {
	border-collapse: collapse;
	border: none;
	padding: 1px 8px 1px 1px;
	margin: 0; }*/
	
.table_header {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #17171;
	background-image: url(images/gradient_grey_reverse.jpg); }
	
.contentcenter .table_header td {
	padding: 7px 4px;
	border-top: 1px solid #cccccc;
}
	
.table_column {
	text-align: left;
	font-weight: normal;
	font-size: .8em;
	background-color: #eee; }
	
.even	{	background-color: #eee; }

.table_save {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #ccc;
	/*background-color: #FFFFCC;*/ }
	
	
.contentcenter table.no_border {
	border-collapse: collapse;
	width: auto;
	border: none;
	padding: 0;
	margin: 0; }
	
.contentcenter table .no_border td {
	border-collapse: collapse;
	border: none;
	padding: 1px;
	margin: 0; }


 /* USE LISTS TO ORGANIZE */

ul.indent {
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 1.4em;
	list-style-type: none;	 }
	
ul.indent a {
	color: #000;
	text-decoration: none; }
	
ul.indent a:visited {
	color: #333;
	text-decoration: none; }
	
ul.indent a:hover {
	color: #008000;
	text-decoration: underline; }
	
ul.no_bullets {
	list-style-type: none; 
	line-height: 1.6em; 
	padding: 0;
	margin: 0; }
	

 /* USE LISTS TO ORGANIZE */

ul.bullet {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	list-style-type: none;	 }
	
ul.bullet li {
	color: #000;
	background: url(images/bullet_off.gif) no-repeat center left;
	background-repeat: no-repeat;
	padding: 0 5px 0 10px; }
	
ul.bullet a {
	color: #333;
	text-decoration: underline; }
	
ul.bullet a:visited {
	color: #666;
	text-decoration: underline; }
	
ul.bullet a:hover {
	color: #008000;
	text-decoration: underline; }
