a:link, a:visited, a:active {
	text-decoration:none;
	color: #0000FF;
}
a:hover {
    text-decoration:underline;
    color: #0000FF;
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
.left { 
    float: left; 
	margin-right: 15px; 
	margin-bottom: 10px;
}
.right { 
    float: right; 
	margin-left: 15px; 
	margin-bottom: 10px;
}
iframe {
	z-index:1;
	width:100%;
}

img {
	border-style: none;
}
h1 {
	border-bottom: 2px dotted #CCCCCC;
	font-size: 18px; 
	text-transform:capitalize;
	color:#57754D;
	margin: 5px 0px 10px 0px;
}
h2 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 14px; 
	text-transform:capitalize;
	margin: 5px 0px 5px 0px;
	color:#57754D;
}
h3 {
	font-size: 12px; 
	color:#323232;
	text-transform:capitalize;
	margin-top: 5px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px; 
	color:#000000;
}
h6 {
	color: red;
	margin: 0;
	font-size: 14px; 
}
body {	
	font:0.8em helvetica;
	color: #545454;
	width:974px;
	margin:0 auto;
	margin-top:1px;
	background: url(../images/gradiant.jpg) #E2ECE1 center top repeat-y;
}
img.postit   {
	z-index: 101;
	float:right;
	margin-top:-160px;
	margin-right:-50px;
}

div.quicknav   {
	height:13px;
	text-align:right;
	padding: 10px;
	background: #6A8D5C;	
}
	.quicknav, .quicknav a:link, .quicknav a:visited, .quicknav a:active {
		text-decoration:none;
		color: #ffffff;	
	}
	.quicknav a:hover {
		text-decoration:underline;
		color: #ffffff;
	}

div.banner {
	height:150px;
	margin-top:1px;
	background: url(../images/banner.png) #8BAC7F right no-repeat;
	
}

/* Navigation Formatting */

div.menu {
	font-size: 12px;
	font-weight: bold;
	width:100%;
	float: left;
	margin-top:1px;
	margin-bottom:1px;	
	background: black url(../images/default_menu.gif) center center repeat-x;
}

	#nav, #nav ul {
		z-index: 100;	
		margin: 0;
		float: left;
		list-style: none;
		line-height: 1;
		padding: 0;
	}
	#nav a {
		display: block;
		text-decoration: none;
		padding: 9px;
		color:#ffffff;
	}
	#nav li {
		float: left;
		padding: 0;
	}
	#nav li ul {
		position: absolute;
		display: none;
		height: auto;
		width: 194px;
		margin: 0;
		background-color: #ffffff;
		border: 1px solid #CCCCCC;
	}
	#nav li ul a, #nav li li  {
		font-weight: normal;
		padding:2px;
		color:#000000;
		width: 190px;
	}
	#nav li ul ul {
		margin: -1.54em 0 0 162px;
	}
	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none; 
		line-height: 1;
	}
	#nav a.daddy {
		background: url(../images/rightarrow.gif) center right no-repeat;
	}
	#nav li:hover ul ul, #nav li.sfhover ul ul {
    	left: -999em;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: auto;
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		display: none;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
		display: block;
	}
	#nav li:hover, #nav li.sfhover {
		background: black url(../images/active_menu.gif) center center repeat-x;
	}
	.active_menu {
		background: black url(../images/active_menu.gif) center center repeat-x;
	}
/* Content Div Formatting */


div.content {
	z-index: -1;
	/*min-height:450px;  for modern browsers */
	height:auto !important; /* for modern browsers */
	float: left;
	width:762px;
	padding-right:1px;	
	background: url(../images/content.png) top left no-repeat;
}

div.content_wide {
	z-index: -1;
	/*min-height:500px;  for modern browsers */
	height:auto !important; /* for modern browsers */
	width:100%;
	float: left;
	padding-right:1px;	
	padding-bottom:10px;	
	background: url(../images/content.png) top left no-repeat;
}	
div.side_bar {
	float: right;
	width:180px;
	/*min-height:370px;  for modern browsers */
	height:auto !important; /* for modern browsers */

	border-left: 1px dotted #DDDDDD;
	padding:10px;
	margin-left:10px;
}
div.footer { 
	background: url(../images/footer.png) left no-repeat;
	clear:both;
	height:187px;
	text-align:right;
}

div.rightbar {
	background: url(../images/rightbar_fade.png) #F7FAEB bottom bottom repeat-x;
}
table {
	width:100%;
}
tr, td{
	padding:5px; 
	vertical-align: top;		
}

/* Validation CSS */

label.error { 
	float: none;
	color: red;
	vertical-align: top;
	clear: both;
}
label { 
	width: 10em;
	float: left;
}
div.options { 
	border: 1px solid #BBBBBB;
	height: 90px;
	overflow: auto;
}