@charset "UTF-8";
/*<agl.folder "Structural">*/
	body {
		color: white;
		font-size: 0.9em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #636466;
		background-image: url(../images/layout/page-bg.gif);
		background-repeat: repeat-x;
		text-align: center;
		margin: 0;
		padding: 0; }
	#container {
		color: #333;
		background-color: white;
		background-image: url(../images/layout/container-bg.jpg);
		background-repeat: repeat-y;
		background-position: center 0;
		text-align: justify;
		width: 750px;
		height: 100%;
		clear: both;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		border: solid 1px #49484a; }
	#header {
		width: 740px;
		height: 160px;
		float: left;
		clear: both;
		margin: 0 5px; ;padding: 0;
		display: inline; }
	#wrapper {
		width: 740px;
		float: left;
		clear: both;
		margin-right: 5px;
		margin-left: 5px;
		display: inline; }
	/*body#home-page #wrapper {	
		background-image: url(../images/layout/wrapper-bg.jpg);
		background-repeat: repeat-y;
		background-position: center 0;
		display: inline;
		margin-right: 5px;
		margin-left: 5px;
		width: 740px;
		float: left;
		clear: both; }*/
	#main-nav {
		background-image: url(../images/layout/nav-bg.jpg);
		width: 740px;
		height: 25px;
		float: left;
		clear: both;
		display: inline; }
	#main-content {
		display: inline;
		margin: 10px;
		padding-bottom: 10px;
		width: 720px;
		float: left; }
	/*body#home-page #main-content {
		width: 480px;
		float: left;
		margin: 10px;
		padding-bottom: 10px;
		display: inline; }*/
	#supp-content {
		width: 220px;
		height: 500px;
		float: left;
		margin: 10px;
		display: inline; }
	#footer {
		width: 740px;
		float: left;
		clear: both;
		margin-right: 5px;
		margin-left: 5px;
		padding-bottom: 10px;
		border-top: 1px solid #cfcfcf;
		display: inline; }
/*</agl.folder>*/
/*<agl.folder "Standard Selectors">*/
	a:link, a:visited {
		color: #06c; }
	p {
		text-indent: 10px; }

	h1 {
		color: #282727;
		font-size: 1.2em;
		letter-spacing: -1px; }
	h2 {
		font-size: 1.1em;
		text-align: center; }
	h3 {
		font-size:  1.05em;
		text-align: left;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0; }
	h3 strong {
		color: #0179c7; }

	h4 {
		font-weight: normal;
		font-style: italic;
		text-align: center;
		clear: both;
		margin-top: 8px; }
	a:hover {
		text-decoration: none; }
	a:active {
		color: #636466; }
/*</agl.folder>*/
/*<agl.folder "Other Selectors">*/
	.right-content {
		width: 160px;
		float: right; }
	.description {
		color: #636466;
		font-size: 0.7em;
		width: 140px;
		margin-left: 10px; }
	#return {
		font-size: 0.6em;
		text-align: right;
		clear: both;
		margin-top: 10px;
		margin-right: 40px;
		margin-bottom: 30px; }
	#main-content li {
			 }
	#main-content ul {
		margin-top: 4px;
		margin-bottom: 20px;
		 }
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden; }
	* html .clearfix {
		height: 1%; }
/*</agl.folder>*/
/*<agl.folder "header">*/
/*	#logo-link {
		width: 340px;
		height: 160px; }
	#logo-link a {
		text-indent: -999em;
		width: 340px;
		height: 160px; }
	#header-text {
		font-size: 0.9em;
		text-align: justify;
		width: 375px;
		float: left;
		margin-left: 15px;
		padding-top: 30px;
		display: inline; }
	#header-text h1 {
		background-image: none;
		margin: 0;
		padding: 0; }
	#header-text p {
		margin: 0; } */
/*</agl.folder>*/
/*<agl.folder "main-nav">*/
	#main-nav * {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block; }
	#main-nav ul {
		width: 738px;
		float: left;
		margin-right: 1px;
		margin-left: 1px;
		display: inline; }
	#main-nav li {
		position: relative;
		float: left; }
	#main-nav a {
		color: white;
		font-size: 0.9em;
		font-weight: bold;
		line-height: 23px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		float: left;
		padding-right: 18px;
		padding-left: 18px;
		border-top: 1px solid #0377c0;
		border-bottom: 1px solid #329de1; }
	#main-nav a:hover {
		color: #06c;
		background-color: #636466;
		background-image: url(../images/layout/nav-over-bg.jpg); }
	#main-nav .extra-padding {
		padding-right: 2px;
		padding-left: 2px; }
	#main-nav li ul {
		position: absolute;
		left: 0;
		width: auto;
		z-index: 50;
		margin-top: 25px;
		margin-left: -1px;
		border-style: none;
		border-width: 0;
		display: none; }
	#main-nav li li {
		float: left;
		clear: both; }
	#main-nav li li a {
		color: #06c;
		font-size: 0.85em;
		line-height: 1em;
		background-color: #fff;
		background-image: url(../images/layout/nav-over-bg.jpg);
		background-repeat: repeat-x;
		background-position: 0 center;
		text-align: left;
		width: 200px;
		float: left;
		padding: 5px 0 5px 10px;
		border-right: 1px solid #309bdf;
		border-left: 2px solid #309bdf;
		border-top-style: none;
		border-top-width: 0;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: inline; }
	#main-nav li li a:hover {
		color: white;
		background-color: #636466;
		background-image: none; }
	#main-nav li.mainhover ul {
		position: static;
		display: block; }
	#main-nav li:hover ul {
		display: block; }
	#main-nav li.mainhover ul {
		position: absolute;
		top: auto;
		left: 0;
		display: block; }
	#main-nav a.down-state {
		color: white;
		background-color: #49484a;
		background-image: url(../images/layout/nav-down-bg.jpg);
		background-repeat: repeat-x;
		cursor: default; }
		
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Safari 3.0 and Opera 9 Hack :( */
		#main-nav a {
			padding-right: 17px; }
	}
/*</agl.folder>*/
/*<agl.folder "login">*/
	#login {
		background-color: #e0e0e0;
		background-image: url(../images/layout/nav-bg.jpg);
		background-repeat: no-repeat;
		background-position: center -5px;
		width: 140px;
		margin: 0 10px;
		padding: 0 0 10px;
		border: solid 1px #49484a; }

	#login h2 {
		color: white;
		font-size: 1.1em;
		line-height: 20px;
		text-align: center;
		letter-spacing: 0;
		vertical-align: middle;
		margin: 0 0 5px; }

	#login p {
		text-align: center;
		text-indent: 0;
		margin: 0 10px 5px;
		padding: 0; }

	#login label {
		font-size: 0.8em;
		font-variant: small-caps;
		float: left;
		clear: both; }

	#login input {
		border: solid 1px #49484a;
		 }

	#login #submit {
		color: white;
		font-weight: bold;
		background-image: url(../images/layout/nav-down-bg.jpg);
		background-position: center 0;
		margin-top: 5px; }

/*</agl.folder>*/
/*<agl.folder "due-dil-list">*/
	#due-dil-list {
		list-style-type: decimal; }

	#due-dil-list li li {
		padding-top: 5px;
		padding-bottom: 5px; }

/*</agl.folder>*/
/*<agl.folder "bios">*/
	#bios-table {
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto; }
	#bios-title {
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		background-color: #2390d3;
		text-align: center;
		width: 420px;
		margin: 0 0 0 24px;
		padding: 4px;
		border-color: #2390d3;
		border-style: solid;
		border-width: 1px 1px 0; }
	#bios-content {
		font-size: 0.8em;
		background-color: #e4e3e3;
		width: 420px;
		margin-bottom: 20px;
		margin-left: 24px;
		padding: 10px;
		border-color: #d4d3d3;
		border-style: solid;
		border-width: 0 1px 1px; }
/*</agl.folder>*/
/*<agl.folder "faqs-page">*/
	#faqs-page #main-content li {
		margin-top: 4px;
		margin-left: 4px;
		padding-top: 8px;
		padding-bottom: 8px; }
	#faqs-page #main-content li ul  {
		margin: 0;
		list-style-type: none; }
	#faqs-page #main-content li ul li {
		margin: 8px 0 0;
		padding: 0;
		list-style-type: none; }
	#faqs-page #main-content ul {
		margin-top:    4px;
		margin-bottom: 20px;
		list-style-type: decimal; }
/*</agl.folder>*/
/*<agl.folder "fee-schedule">*/
	.fee-table {
		width: 675px;
		clear: both;
		margin-left: 25px;
		padding: 2px;
		border: solid 1px #dce3e8; }
	.fee-table .description {
		color: #636466;
		font-size: 0.9em;
		font-style: italic;
		text-align: center;
		width: 150px; }
	.fee-table .type {
		width: 225px;
		padding-bottom: 2px;
		border-bottom: 1px solid #ebebeb; }
/*</agl.folder>*/
/*<agl.folder "contact-page">*/
	#contact-page .address {
		color: #636466;
		font-weight: bold;
		text-align: center;
		text-indent: 0;
		margin-top: 40px; }
	#contact-page .address strong {
		color: #06c; }
	#contact-page .copyright {
		color: #636466;
		font-size: 0.7em;
		text-align: center; }
/*</agl.folder>*/
/*<agl.folder "footer">*/
	#footer a:hover {
		text-decoration: underline; }
	#footer .address, #footer .phone {
		color: #636466;
		font-weight: bold;
		text-indent: 0;
		width: 270px;
		float: left;
		margin-left: 85px; }
	#footer .address strong, #footer .phone strong {
		color: #06c; }
	#footer .copyright {
		color: #636466;
		font-size: 0.7em;
		text-align: center;
		clear: both; }
	#footer a, #footer a:active {
		text-decoration: none;
		text-transform: uppercase; }
	#footer .links {
		color: #06c;
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
		margin-top: 0; }
/*</agl.folder>*/


