/* Main Styles */

html, body {
	height: 100%;
	}
	
body { 
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000;	  							/* #474a51 */
	background-color: #FFF;		        /* #FBFAF4 */
	}		

p {
	line-height: 1.6em;
	margin: 7px 0 14px 0; 
	}

.preview { margin-bottom: 20px; }

h1,h2,h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 500;
	color:  #0B486B ;
	padding: 4px 0 0 0; 
	margin: 0px; 
	}
	
h1 { font-size: 20px; }

.multiline { line-height: 1.6em; }

h2 { font-size: 17px; padding-bottom: 2px; }

h3 { font-size: 15px; }

hr { border: dashed #AAA;
	  border-width: 1px 0 0;
	  height: 0;
	  }

a:link { text-decoration: underline; color: #3B8686; }

a:visited { color: #5C504F; }

a:hover { color: #79BD9A ; }

a:focus { color: #A8DBA8; }

a:active { color: #79BD9A; }

a:link h2 { text-decoration: underline; margin-top: 12px; }

a:visited h2 { text-decoration: underline; margin-top: 12px; }

a:hover	h2 { color: #3B8686 }

.nonlink { margin-top: 12px; }

.success { padding-bottom: 357px; }

.standard-ul { list-style: lower roman; list-style-type: circle; list-stype-position: outside; }
	
	
em {
	font-style: normal;
	font-size: 16px;
	color: #A8DBA8;
	}

address { 
	font-style: italics;
	line-height: 1.6em;
	color: #3B8686;  
	margin: 8px 0 8px 0;
	}

.copyright { 
	font-size: 11px; 
	color: #FFF;
	padding: 0;
	margin: 0;
	}
	
#content ul { 
	padding: 7px 0 7px 0;
	}

#content li {
	list-style-type: none;
	line-height: 1.6em;
	}
	
ul ul { text-indent: 16px; }

/* divs */

#container {
	min-height: 100%;
	position: relative;
	margin-bottom: -25px;    /* 68px */
} 

#header {
	height: 120px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #0B486B;
	border-bottom: solid 2px #ccc;
	}

#identity,#nav {								
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#identity {
	padding-top: 40px;
	margin-left: 100px; 
	font-size: 17px;
	line-height: 1.2em;
	color: #FFF;
	margin-right: 70px; 					/* 106 */
	}
	
#content { 
	width: 660px; 
	padding: 25px 20px 25px 0;  		/* 20px or -12px */
	margin-left: 100px;
	}

	
/* fixes the problem in IE where the left margin 
is handled incorrectly if a box is floated left */
	
#content-wrapper { 		
	float: left;
	clear: left;
	border-right: solid 1px #ccc;
	}
	
#identity-wrapper {
	float: left;
	}

/* Navigation */

#nav {
	display: inline;
	float: left;
	font-size: 15px;
	margin: -29px 0 0 385px; 
	}

#nav ul { 
	list-style: none; 
	padding: 0; 
	margin: 0;
	}
	
#nav li {
	float: left;
	margin-right: 8px;	
	background: #79BD9A url("images/tab-right.gif") 
		right top no-repeat; 
	}
	
#nav a {
	float left; 				
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 6px 15px 6px 15px;
	border-bottom: solid 2px #ccc; /*#3B8686 */
	background: url("images/tab-left.gif") 
		left top no-repeat;
	}
	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a { float: none; }
 /* End IE5-Mac hack */
 
#nav a:hover {
	background-image: url("images/tab-left-hover.gif");
	border-bottom: solid 2px #CFF09E;
	}

#nav li:hover { 
	background: #A8DBA8 url("images/tab-right-hover.gif") 
		right top no-repeat;
	}
	
/* Current Navigation Tab */

#nav #selected { 
	background: #fff url("images/tab-right-active.gif") 
		right top no-repeat; 
	}

#nav #selected a {
	color: #474a51;
	background-image: url("images/tab-left-active.gif");  
	border-bottom: solid 3px #fff;
	}
	
#rightmodule{ 									
	float: left;
	clear: right;
	width: 170px; 
	height: auto;
	line-height: 1.6em;
	padding: 25px 0 0 15px; 
	}

#rightmodule ul {
	display: block;
	margin-bottom: 14px;
	margin-top: 7px;
	}

#rightmodule li {
	font-size: 12px;
	}

#footer {
	position: relative;
	height: 25px;
	background-color: #3B8686; 
	padding: 6px 10px 10px 100px; 
	border-top: solid 2px #0B486B; 
	}
	
.clearfooter {
	height: 0; 
	clear: both;
	}