/*** STANDARD TAG STYLING ***/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 65%;
	background: #003366;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	padding-bottom: 20px;
}

h1 {
	font-size: 160%;
	color: #3C5E81;
}

h2 {
	font-size: 160%;
	color: #3C5E81;
}

h3 {
	font-size: 105%;
}
h4 {
	font-size: 140%;
	color: #3C5E81;
}
h5 {
	font-size: 120%;
	text-align: center;
	color: #ffffff;	
}
h6 {
	font-size: 100%;
	text-align: left;
	color: #ffffff;	
}


a img {
	border: 0px;
	padding-left: 10px;
	text-decoration:none;
    margin:0px;
}

/*div {
	border: 1px solid #0f0;
}*/

input, select, option {
	background: #fafafa;
	border: 1px solid #d7d7d7;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	height: 20px;
}

textarea {
	border: 1px solid #d7d7d7;
	background: #fafafa;
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	height: 150px;
	width: 500px;
	padding: 3px;
}

p {
	padding-left: 15px;
}

table {
	width: 100%;
}

table, tr, td, th {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: left;
}

td {
	vertical-align: top;
}

td p {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	text-transform: none;
}

th {
	text-transform: uppercase;
}

/*** WRAPPER CLASSES SMALL ***/

#mainoutersmall {
	position: relative;
	width:700px;	
	min-width: 700px;
	max-width: 700px;	
	margin:0px 0px 0px 0px;	
	height:auto;
	background: #cacacb;	
	

 overflow-x: hidden;
	
}

#maininnersmall {
	position: relative;
	width: 660px;
	height:auto;			
	min-width: 660px;
	max-width: 660px;	
	min-height: 500px;		
	margin:0px 0px 0px 0px;				
	background: url('images/backgound_cloudBG_Bigger.jpg') top center no-repeat;	

}
	
/*** WRAPPER CLASSES ***/

#mainouter {
	position: relative;
	width: 863px;	
	min-width: 863px;	
	margin: 0px;
	background: #cacacb;		
}

#maininner {
	position: relative;
	width: 863px;
	height:auto;			
	min-width: 863px;	
	min-height: 799px;		
	margin:0px 0px 0px 0px;				
	background: url('images/backgound_cloudBG_Bigger.jpg') top center no-repeat;	
	overflow:hidden;	
}

#content {	
	width:650px;	
	text-align: left;	
	margin-left:5px;	
	margin-right:5px;
	float:left;		
}	

#content_home {
	width:820px;			
	margin-left:5px;	
	margin-right:5px;	
	text-align: left;		
}	

#sidebar1 {
	position: relative;
	width:140px;	
	background: url('images/buttons/sideNav.gif') no-repeat;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	height:800px;
}

#sidebar2 {
	position:absolute;	
	top:575px;
	left:0px;
	width:140px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;		
	height:auto;
}

#banner {
	padding: 0px;
}

#banner img {
	float: left;
	padding:0;
}

#topnav {
	float: left;
	height: 35px;
	width: auto;
	margin-top: 1px;	
	vertical-align:top;
	padding-left:3px;
	
}

#nav {
	float: left;
	height: 35px;

	margin-top: 0px;	
	vertical-align:top;
}

#nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	margin-top: -30px;
	padding-top: 30px;
}

.kludge {
	clear: both;
}

#annualreport {	
	width:167px;
	background: #003366;
	float: left;
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
}

/*** VARIOUS CONTENT CLASSES ***/
#nav1 div {
	float: right;
	text-align: center;
	height: 20px;
	width: 40px;
	background: #666; 
	margin-left: 5px;	
}

#nav1 a {
	position: relative;
	top: 10px;
	font-size: 200%;
	font-weight: normal;	
	color: #fff;	
}

#nav div {
	float: right;
	text-align: center;
	height: 10px;
	width: 20px;
	background: #666; 
	margin-left: 5px;
}

#nav a {
	position: relative;
	top: 10px;
}

#nav a:hover {
	background: #a1a1a1 url('images/nav_selected_top1.jpg') top no-repeat;
}

#nav div:hover {
	background: #a1a1a1 url('images/nav_selected_top1.jpg') top no-repeat;
}

#nav .selected {
	background: #a1a1a1 url('images/nav_selected_top1.jpg') top no-repeat;
}

#sidebar1 div {	
	padding-right:30px;	
	padding-top: 10px;
	padding-bottom: 5px;			
	text-align: left;
	text-transform: uppercase;
}
#sidebar1 a {
	color: #ffffff;
	text-decoration:none;
	width: 100%;
	padding-right: 2px;
}

#sidebar1 a:hover {
	color: #444;
	background: url('images/sidebar_selected.jpg') right;

}

#sidebar1 .selected {
	color: #444;	
	background:#fff;
}


div#ttt
{
	padding-bottom: 3px;
	background-color: white;
	background: url('');
	background-color:White;
	}
div#ttt a:hover
{
	background-color: white;
	background: url('');
	background-color:White;
}

input.button {
	background: transparent;
	border: 1px solid #a1a1a1;
	text-transform: uppercase;
	padding: 3px;
	margin-top: 3px;
	text-align: center;
	font-size: 100%;

}

form {
	text-transform: uppercase;
	padding-left: 6px;
	margin: 0px;
	padding-bottom: 10px;
}

form .text {
	height: 27px;
}

form h2 {
	text-transform: capitalize;
}

#loginform {
	padding-left: 25px;	
}

#loginform input {
	font-size: 100%;
}

#loginform div {
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;
	background: transparent;
	color: #4A4444;
}

#footer {

	width: 863px;
	max-width: 863px;
	margin: auto auto;
	text-align: right;
}

#footer a {
	color: #ffffff;
	font-size: 100%;	
	text-decoration: none;
	width: 100%;
	margin-top: -30px;
	padding-top: 30px;
}

#footer .float_left {
	float: left;
	text-align: left;
	margin-left: 3px;
}

#footer .float_right {
	float: right;
	text-align: right;
	margin-right: 3px;
}

.float_left {
	float: left;
	margin: 3px;
}

/*** SNAPSHOT STYLES ***/

#bizcard {
	margin: 3px;
	padding: 3px;
	border: 1px dashed #d7d7d7;
}

#bizcard .left {
	float: left;
	width: 100px;
}

#bizcard .right {
	margin-left: 110px;
}

#bizcard h2 {
	margin: 0px;
	margin-bottom: 10px;
}

#bizcard .label {
	text-transform: uppercase;
	font-weight: bold;
}
/*** large font bizcard ***/
#bizcardLarge {
	margin: 3px;
	padding: 3px;
	border: 1px dashed #d7d7d7;
	font-size: 15px;
}

#bizcardLarge .left {
	float: left;
	width: 1px;
}

#bizcardLarge .right {
	margin-left: 110px;
}

#bizcardLarge h2 {
	margin: 0px;
	margin-bottom: 10px;
}

#bizcardLarge .label {
	text-transform: uppercase;
	font-weight: bold;
}


/*** FOLDERLIST STYLES ***/

#folderlist ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#folderlist h2 {
	margin-bottom: 2px;
}

#folderlist li {
	padding: 2px;
	padding-left: 10px;
}


/*** FOLDERLIST STYLES ***/

#FolderDeletableList ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#FolderDeletableList h2 {
	margin-bottom: 2px;
}

#FolderDeletableList li {
	padding: 2px;
	padding-left: 10px;
	verticle-align: center;
}



/*** LINKLIST STYLES ***/

.linklist ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.linklist h2 {
	margin-bottom: 2px;
}

.linklist li {
	padding: 2px;
	padding-left: 10px;
}

/*** TOOLBAR STYLES ***/

.toolbar {
	background: #d7d7d7;
	color: #d7d7d7;
	height: auto;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 4px;
}

.toolbar h2 {
	margin: 0px;
	margin-bottom: 4px;
	padding-left: 3px;
	text-transform: uppercase;
	font-size: 100%;
	color: #858585;
}

.toolbar span {
	padding: 2px;
}

.toolbar a {
	padding: 2px 3px;
}

.toolbar .selected {
	background: #fff;
	color: #fff;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #fff;
}

#errors {
	margin: 5px;
	padding: 5px;
	color: #f00;
}

/*** LINKTABLE STYLES ***/

#linktable td {
	padding: 3px;
}

/*** DIV for Image Layout ***/
div.img_float_center {
	width: 597px;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 5px;
	color: #ADAEA2;
}

div.img_float_left {
	width: 298px;
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	color: #ADAEA2;
}

div.img_float_right {
	width: 298px;
	float: right;
	margin-right: 7px;
	margin-bottom: 5px;
	color: #ADAEA2;
}
div.img_float_right1 {
	float: right;
	margin-right: 7px;
	margin-bottom: 5px;
	color: #ADAEA2;
}

table.table3col{
  margin: auto;
  border: 1px solid black;
  border-collapse: collapse;
  width:590px;

}

table.table3col td.a {
  width:196px;
  border-right:1px solid black;

  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table3col td.a p{
  text-align:center;
 }

table.table3col td.b {
  width:196px;
  /* border-right:1px solid black; */
  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table3col td.b p {
  text-align:center;
}

table.table3col td.c {
  width:198px;
 border-left: 1px solid black;
  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table3col td.c p {
  text-align:center;
}

table.table4col{
  width:590px;
  border:1px solid black;
  margin: auto;
  border-collapse: collapse;
}

table.table4col td.a {
  width:295px;
  border-right:1px solid black;
  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table4col td.a p{
  text-align:center;
 }

table.table4col td.b {
  width:98px;
  border-right:1px solid black;
  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table4col td.b p {
  text-align:center;
}

table.table4col td.c {
  width:99px;
  border-right:1px solid black;
  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table4col td.c p {
  text-align:center;
}

table.table4col td.d {
  width:98px;

  padding-left:5px;
  padding-bottom:5px;
  vertical-align:top
}

table.table4col td.d p {
  text-align:center;
}

table.presentation td.prescol {
  width: 250px;
 }
 
 
/******** emailList Styles ************/

#emailDiv {
	overflow: auto;
	max-height: 180px;
	border-bottom: 3px double #DDD;
}

#emailList {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#emailList td {
	cursor: pointer;
}

#emailList tr:hover td {
	background-color: #EEE;
}

#emailList td, #emailList th {
	padding: 3px;
}

#emailList .selected {
	background-color: #036;
	color: #FFF;
}

#emailList .selected:hover td {
	background-color: #036;
}

#emailToolbar {
	padding-left: 120px;
	border-bottom: 3px double #FFC592;
	margin-bottom: 3px;
}

#emailToolbar div {
	display: inline;
}

#emailToolbar a {
	margin-bottom: -3px;
	border-bottom: 3px double #FFC592;
}

#emailToolbar a:hover {
	border-bottom-color: #000;
}

#emailToolbar br {
	display: none;
}

span.redDot 
{
	color:Red;	
}

span.greenDot
{
    color:Green;
}

span.yellowDot
{
    color:Yellow;
}    
