#tabarea li.item1 {
	background: url(/pages/images/tab_purple.gif) 0 0 repeat-x;
}
#tabarea li.item2 ,li.item7 ,li.item8, li.item9, li.item10 {
	background: url(/pages/images/tab_turquoise.gif) 0 0 repeat-x;
}
#tabarea li.item3, li.item11, li.item12 {
	background: url(/pages/images/tab_blue.gif) 0 0 repeat-x;
}
#tabarea li.item4, li.item13, li.item14, li.item15 {
	background: url(/pages/images/tab_orange.gif) 0 0 repeat-x;
}
#tabarea li.item6 {
	background: url(/pages/images/tab_red.gif) 0 0 repeat-x;
}
#tabarea li.item5 {
	background: url(/pages/images/tab_green.gif) 0 0 repeat-x;
}

#tabarea li.item2 ul {
	width:100%;
	background: url(/pages/images/tab_turquoise.gif) 0 0 repeat-x;
}
#tabarea li.item3 ul {
	width:100%;
	background: url(/pages/images/tab_blue.gif) 0 0 repeat-x;
}
#tabarea li.item4 ul {
	width:100%;
	background: url(/pages/images/tab_orange.gif) 0 0 repeat-x;
}
#tabarea li.item5 ul {
	width:100%;
	background: url(/pages/images/tab_red.gif) 0 0 repeat-x;
}
#tabarea li.item6 ul {
	width:100%;
	background: url(/pages/images/tab_green.gif) 0 0 repeat-x;
}


#tabarea a:link, #tabarea a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	display:block;
	padding: 4px 20px 11px 20px;
	color: #000;
	text-decoration: none;
}
#tabarea a:hover {
	color: #ddd;
}
.tabmenu {
	padding: 0;
	white-space: nowrap;
	float: left;
}
.tabmenu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabmenu li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
.tabmenu li a {
	background-position: 100% 0;
}
/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.tabmenu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
 padding:1px                    /* this is our box border width */
 left-margin: auto;
	right-marging: auto;
	text-align: center;
}
.tabmenu ul li:hover ul, .tabmenu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:inline;
	position:absolute;
	top: -28px;              /* place us just up underneath the top-level images */
	color: black;                        /* this sets the unselected-text color */
	left: 0%;
	right: 0%;
}
.tabmenu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin: 0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}
body, html {
	margin:10;
	padding:0;
}
body {
	min-width:800px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	background:#1C3F95;
}
#wrap {
	margin:0 auto;
	padding: 10px 10px 20px 10px;
	width:800px;
	background: #FFFFFF;
}
#header {
	padding-top: 21px;
	position: relative;
}
#nav {
	padding:5px;
}
#main {
	float:right;
	width: 665px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main2 {
	float:right;
	width:535px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar {
	float:left;
	width:120px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rsidebar {
	clear:both;
	float:right;
	width:120px;
	padding: 5px 5px 5px 5px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer {
	background:background: #FFFFFF;
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
}
#fl {
	float: left;
}
#fr {
	float: right;
}
#tabarea {
	position: absolute;
	bottom: -35px;
	right: 5px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

hr.Home, hr.Downloads {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #5A4099;
}

hr.About {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #00A9A7;
}
hr.Services {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #F37736;
}
hr.News, hr.Social {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #E50278;
}
hr.Clients {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #0079C2;
}
hr.Contact {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #7AC142;
}



hr.ahhrt {
	margin: 0px 0px;
	border: none;
	border-top: 8px solid #EF0101;
}

div.hr hr {
	display: none;
}
.style6, .style6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

.style6 a:hover {
	color: #ddd;
}

#navarea a:link, #navarea a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:block;
	padding: 4px 20px 11px 20px;
	color: #000;
	text-decoration: none;
}
#navarea a:hover {
	color: #ddd;
}
#navarea {
	padding: 0;
}
#navarea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ClientBox img {
	float: right;
}
.ClientBox {
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	clear:both;
}
#Quote {
	text-align: center;
	background: url(/pages/images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#Quote p {
	margin: 0;
	display: block;
	font-size: 13px;
	font-weight: bold;
	background: url(/pages/images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.spacer {
	padding-top: 10px;
}

.spacer2 {
	padding-left: 360px;
}

.indent {
	padding-top: -10px;
	padding-left: 50px;
}
.indent2 {
	padding-top: -10px;
	padding-left: 140px;
}
.wrapper {
	float: left;
	width:33%;
}
.wrapper ul {
	padding: 0px;
		clear:both;
}
.wrapper li {
	list-style-type:square;
}

.style8, .style8 a {
	color: #1C3F95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.style9, .style9 a {
	color: #1C3F95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
  li.column1 { margin-left: 5em; line-height: 1.2em;}
  li.column2 { margin-left: 20em; line-height: 1.2em;}
  li.reset { margin-top: -10.8em; }
  
.boldblue {
	color: #1C3F95;
	font-weight: bold;

}
