html
{
	background-attachment: scroll;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: 0%;
	background-color:#0C0C35;
	color:#000;
}

body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	padding-top:25px;
	margin:0pt auto;
}

a img {border: none; }

/*round corners*/
.round_corner
{
	clear:both;
}

.round_corner_top_left, .round_corner_top_right, .round_corner_bottom_left, .round_corner_bottom_right
{
	height:4px;
	width:4px;
	float:left;
}
.round_corner_top_left
{
	background: url(../images/roundedcornr_603339_tl.png) no-repeat top left;
}
.round_corner_top_right
{
	background: url(../images/roundedcornr_603339_tr.png) no-repeat top right;
}
.round_corner_bottom_left
{
	background: url(../images/roundedcornr_603339_bl.png) no-repeat bottom left;
}
.round_corner_bottom_right
{
	background: url(../images/roundedcornr_603339_br.png) no-repeat bottom right;
}
.round_corner_body
{
	float:left;
	background: url(../images/dde6f1.png) repeat;
}
body, .round_corner_body
{
	width:838px;
}
.round_corner_middle
{
	float:left;
	height:4px;
	width:830px;
	background: url(../images/dde6f1.png) repeat;
}

#wrap-outer, #wrap-inner, #wrap-middle
{
}

#wrap-outer 
{
/*
	background-image: url(../images/DDE6F1.png);
*/	
	background-repeat:repeat;
	padding: 0px 4px 0px 4px;
}

#wrap-middle 
{
	background-image: url(../images/banner.png);
	background-repeat:no-repeat;
}

#wrap-inner-top
{
	background-image: url(../images/panel_top5.png);
	background-repeat:no-repeat;
	background-position:0px 165px;
	height:170px;
}

#wrap-inner-middle
{
	background-image: url(../images/panel_middle.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

#wrap-inner-bottom
{
	background-image: url(../images/panel_bottom5.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:5px;
}

#header
{
	height:0px;
}

#main 
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0px 2px 5px 8px;
	float:left;
	width:645px;
}

#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	text-align:center;
	position: relative;
}

#main q
{
	font-style:italic;
}

#main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main h7
{
	padding-right: 30px;
	color: #000;
}

#main h1 /*big heading*/
{
	font-size: 30px;
	margin-top:6px;
	color:#F58405;
}

#main h2 /*subheading text*/
{
	font-size: 20px;
	color:#0C0CA0;
}

#main h3 /**/
{
	font-size: 18px;
}

#main h4 /*feature text*/
{
	font-size: 16px;
	color:#0C0CA0;
}

#main h5 /**/
{
	font-size: 16px;
	font-weight:normal;
	color:#c02000;
}

#main h6
{
	font-size:x-small;
	font-weight:normal;
	color:Gray;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid 0px white;
}

#main p, ul, li
{
	font-size:16px;
}

#main ul li
{
	padding-top:0px;
	padding-bottom:6px;
	color: #000;
}

#main ol
{
	padding-top:0px;
	padding-bottom:6px;
	margin-right:12px;
	color: #000;
	list-style-type:decimal;
}

#main ol li
{
	font-weight:bold;
}

#main ol li ol
{
	list-style-type:upper-roman;
}

#main ol li ol li ol
{
	list-style-type:upper-alpha;
}

#main ol li ol li ol li ol
{
	list-style-type:lower-roman;
}

#main ol li ol li ol li ol li ol
{
	list-style-type:lower-alpha;
}

/*classes*/
#main .definition-word
{
	display: inline;
	font-size: 105%;
	font-weight: bold;
}

#main .definition-pronunciation
{
	font-family: Lucida Sans Unicode;
}

#main .question
{
	color: #c02000;
}

#main .float-left 
{
	float: left;
	padding-left: 6px;
	padding-right: 15px;
}

#main .float-right 
{
	float: right;
	padding-right:30px;
	padding-left: 6px;
}

#main p .float-right, #main h1 .float-right, #main h2 .float-right, #main h3 .float-right, #main h4 .float-right, #main h5 .float-right, #main h6 .float-right, #main h7 .float-right
{
	padding-right:0px;
	padding-left: 0px;
}

#main .float-left p
{
	padding-right: 0px;
	padding-top:2px;
	font-size:13px;
	text-align:center;
	margin-top:0px;
	border-top:0px;
}

#main .float-right p
{
	padding-top:2px;
	font-size:13px;
	text-align:center;
	margin-top:0px;
	border-top:0px;
}

#main .columns
{
	overflow:hidden;
}

#main .columns .quadruple
{
	float:left;
	width:24.9%;
}

#main .columns .triple
{
	float:left;
	width:33%;
}

#main .columns .double
{
	float:left;
	width:49%; /*50% width breaks in IE7.0*/
}

#clients
{
	min-height:500px;
}

#clients ul
{
	padding:0;
	float:left;
	border:0;
	margin:0;
	}

#clients li
{
	list-style-type:none;		            
	width:164px;
	padding:0;
	border:0;
	margin:0;				               /* keeps the menu parts together */
}

#clients a
{}

#clients a img 
{
	border:none;
	padding-top:10px;
}

/*menu*/
#menu-wrap	                                 /* position, size, and font of  menu */
	{	
	width: 164px;						          /* [1] width of menu item (i.e., box) */
	float:left;
	text-align:center;
	position: relative;
	z-index: 10;
	padding:0px 0px 0px 6px;
}

#mouseover-menu	                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	z-index: 10;
	width: 164px;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-family: helvetica, arial, geneva, sans-serif;
	cursor: hand;
	}

#mouseover-menu #menu ul
	{
	padding:0;
	float:left;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	min-height:250px;
	}

#mouseover-menu #menu li
	{
	list-style-type:none;		            
	width:164px;
	padding:1px;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	}

#mouseover-menu #menu ul li
	{
	z-index: 10;
	position:relative;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	cursor: hand;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	}

#mouseover-menu #menu li ul
	{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 164px;				                 /* distance from  left menu (this should be the same as width value in #menu [1]) above */
	display: none;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	}

#mouseover-menu #menu ul, #mouseover-menu #menu ul ul, #mouseover-menu #menu ul ul ul
	{
	z-index: 10;
	margin:0;				               /* keeps the menu parts together */
	width: 164px;			              /* width of sub menus  (this should be the same as width value in #menu [1]) above */
	}

#mouseover-menu #menu ul ul, #mouseover-menu #menu ul ul ul, #mouseover-menu #menu ul li:hover ul ul, #mouseover-menu #menu ul li:hover ul ul ul
	{
	z-index: 10;
	margin:0;				               /* keeps the menu parts together */
	display: none;
	}

#mouseover-menu #menu ul li:hover ul, #mouseover-menu #menu ul ul li:hover ul, #mouseover-menu #menu ul ul ul li:hover ul
	{
	cursor: hand;
	z-index: 10;
	margin:0;				               /* keeps the menu parts together */
	display: block;
	}

#mouseover-menu #menu a 
{
	z-index: 10;
	background-image: url("../images/blank-button.png");
	background-repeat: no-repeat;
	cursor: hand;
	color: #fff;
	text-align:center;
	text-decoration: none;
	display: block;
	list-style-type: none;
	width: 164px;						        
	height: 24px;
	padding-top:9px;
	font-family: verdana, helvetica, arial, sans-serif, geneva;
	font-size:8pt;
	font-weight:normal;	
	margin: 0;				               /* keeps the menu parts together */
	text-align:center;
}

#mouseover-menu #menu .current a { color:Orange; }

#mouseover-menu #menu a:hover { color:Yellow; }

#mouseover-menu #menu a:active { color:Black; }
