body {
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	margin: 0;
	background: #fff;
	text-align: center;
	/*overflow: scroll;*/
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	min-width: 960px;
}

#header {
	position: relative;
	margin: 0;
	padding:0;
	border:0;
}

table {
	width: 95%;
	background-color: #fff;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

tr.header, td.header {
	background: #6699cc;
	color: #fff;
	font-weight: bold;
}

tr.gray, td.gray {
	background: #ECECE7;
	border-top: 1px solid #003366;
	
}

td {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
}

h2 {
	color: #c60;
	font: normal 22px Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: solid 2px #ddd;
}

h3 {
	color: #085AA5;
	font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
	
}

h4 {
	border-top: solid 1px #ddd;
	padding: 10px 0 0 0;
	margin-bottom: -8px;
	text-indent: 12px;
	background: #fff url(/images/li_arrow_orange.png) no-repeat left 15px;
}

/* Begin CSS Drop Down Menu */
#menuh
	{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	width:960px;
	float:left;
	position:relative;
	}
		
#menuh a.parent {
	text-align: center;
	display:block;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	white-space:nowrap;
	margin:0;
	padding:5px;
	}
	
	
#menuh a.parent:link, #menuh a.parent:visited	/* menu at rest */
	{
	font-weight: bold;
	color: 003366;
	background-image: url(/images/backButtonOff.png);
	text-decoration:none;
	}

#menuh a.parent:active {
	color: white;
	background-image: url(/images/backButtonOn.png);
	text-decoration:none;
}

#menuh a.parent:hover						/* menu on mouse-over  */
	{
	color: white;
	background-image: url(/images/backButtonOn.png);
	text-decoration:none;
	}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:137px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
	

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*Flyout*/
#menuh a.flyout {
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	font-size: 8pt;
	text-align: left;
	background-image: url(/images/flyoutBack.png);
	background-position: top left;
	background-repeat: repeat;
	color: white;	
}
	
#menuh a.flyout:link, #menuh a.flyout:visited	/* menu at rest */
	{
	font-weight: bold;
	color: 003366;
	background-image: url(/images/flyoutBack.png);
	background-position: top left;
	background-repeat: repeat;
	text-decoration:none;
	}

#menuh a.flyout:active {
	color: white;
	background-image: url(/images/flyoutBack.png);
	background-position: top left;
	background-repeat: repeat;
	text-decoration:none;
}

#menuh a.flyout:hover 	
	{
	color: #003366;
	}
	
	#menuh ul.flyout
	{
	border:1px solid #003366;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:137px;	/* width of all flyout boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

/*End Flyout*/

/* End CSS Drop Down Menu */



/* Main Content Styles
-----------------------------------*/
#maincontent_1 {
	width: 940px;
	min-height:650px;
	padding: 20px 7px 30px 10px;
}

#maincontent_1 hr {
	color: #ddd;
	background: #ddd;
}

a,
#maincontent_1 a {
	color: #036;
	/*font-weight: bold;*/
}

#testimonials    {
	width: 275px;
	background-color: #dbe8f8;
	border: 2px solid #ccc;
	float:right;
	margin:5px;
	
}
#testimonials p {
	text-wrap:normal;
	padding:10px;
	width:255px;
	color: #333;
}


/* Sub Content Styles
-----------------------------------*/

#maincontent_1 sup {
	margin: -4px 0 18px 0;
	text-align: right;
	font-weight: bold;
	color: #ccc;
	float: right;
}


#maincontent_1 sup a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#maincontent_1 sup a { margin: 0 2px; }
#maincontent_1 sup a:hover { color: #c60; }

#maincontent_1 sup a.current_page {color: #666; cursor: default;}

#maincontent_1 ul {
	list-style: none;
	margin: 18px 12px;
	padding: 0;
}

#maincontent_1 ul li {
	padding: 3px 0 3px 16px;
	background: #fff url(/images/li_bullet_gray.png) no-repeat left;
}



/* Footer Styles
-----------------------------------*/

#footer {
 text-align: center;
 border-top: solid 7px #dbe8f8;
 background: #085aa5;
 padding:8px;
 height:1.5em; /* Needed for IE */
 display: block;
 position: relative;
 margin-bottom: 10px;
}

#footer a {
color: #fff;
text-decoration: none;
margin: 0 15px;
}

#footer a:hover { 
	text-decoration: underline; 
} 

/* Copy Right Styles
-----------------------------------*/

#copyRight {
	width:100%;
	margin-bottom:250px;
}

#copyRight span {
	text-align: center;	
	padding-bottom: 3px;
	font-size: 8pt;
	color: #666;
	font-weight: bold;
	display: block;
}

#copyRight a {
color: #666;
font-size: 8pt;
text-decoration: none;
}

#copyRight a:hover { 
	text-decoration: underline; 
} 

/* Globalcss Styles */

hr {height: 1px; color: #003366; background-color: #003366; border: none; }

p img.left {float: left}

p img.right {float: right;}


A:link { color:#003366; text-decoration: underline; }
A:visited { color:#003366; text-decoration: underline; }
A:active { color:#003366; text-decoration: none; }
A:hover { color:#003366; text-decoration:none; }

#cleaner {
 clear:both;
 height:2px;
 font-size:1px;
 border:none;
 margin:0 0 -2px 0;
 padding:0 !important;
 width:auto !important;
 float:none !important;
}