/* semantic styles */

body, html {
	background: #F0F0F0;
	font: .9em "Trebuchet MS", georgia, verdana, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding:0;
}

p	{
	line-height: 1.3em;
}

h1	{
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	border-bottom: 1px dashed Gray;
	width: 220px;
	margin-left: 8px;
}

h2	{
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	color: #B0AFAF;
}

h3 {
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	color: #336699;
}

li {
	list-style-image: url(i/li.gif);
}

a:link {
	color: #8454A5;
}

a:visited {
	color: #275F83;
}

a:hover {
	color: #000;
}

a img	{
	border: none;
}

/* layout ids */
#wrapper {
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background-color: #FFFFFF;
}

#header {
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
	height: 70px;
}

#header h1	{
	margin:0;
	padding:0;
	border: none;
	}

#logo {
	background-image: url(i/logo.gif);
	background-repeat: no-repeat;
	margin: 2px 0 0 5px;
	padding: 0;
	float: left;
	width: 233px;
	height: 69px;
}

#logo a	{
	text-decoration: none;
}

#logo img	{
	border: none;
}

#contacts {
	position: relative;
	float: right;
	top: 25px;
	margin-right: 20px;
}

#contacts a {
	font-weight: bold;
	text-decoration: none;
}

#nav {
	background: #85A1C1 url(i/nav_bg.gif) repeat-x;
	height: 18px;
}

#main {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
	background: url(i/left_bg.gif) repeat-y left;
}

#mainpic {
	width: 760px;
	height: 172px;
	background: #ECF9FB url(i/mainpic.jpg) no-repeat;
}

#left{
	float: left;
	width: 230px;
}

#right {
	position: relative;
	float: right;
	width: 500px;
	margin-left: 18px;
	margin-right: 2px;
}

#footer	{
	clear: both;
	background-color: #F0F0F0;
	margin: 10px 0;
	color: #666;
	padding: 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 	font-size: 90%;
	text-align: center;
}

/* Inner Page Specific DIVs */

#innermain {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
	background: url(i/leftmenu_bg.gif) repeat-y left;
}

#leftmenu {
	float: left;
	width: 193px;
}

#leftmenu h1	{
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	border-bottom: 1px dashed Gray;
	width: 165px;
	margin-left: 8px;
}

#leftmenu .indent	{
	line-height: 1.3em;
	margin: 1px 0 1px 5px;
}

#leftmenu .sep {
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	border-bottom: 1px dashed Gray;
	width: 160px;
	margin: 2px 0 2px -25px;
}

#content {
	position: relative;
	float: right;
	width: 550px;
	margin-left: 15px;
	margin-right: 1px;
	padding-bottom: 5px;
}

/* Navigation Classes */

#nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 9pt;
}

#nav ul li {
	float: left;
	line-height: 15px;
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
}

#nav li a	{
	padding:0 15px;
	border-right:1px solid #565757;
	color: #233642;
	background: #D3D3D3 url(i/ul_li_bg.gif) repeat-x;
	text-decoration:none;
	}

#nav ul li a:visited	{ 
	color:#233642; 
	text-decoration:none;
}

#nav ul li a:hover	{
	color:#000;
	text-decoration: none;
	background: url(i/active.gif) repeat-x;
	}


#nav ul li.active	{
	font-weight: bold;
	text-decoration: underline;
	}

/* Content Styles */

.alt {
	display: none;
}

.active {
	background: url(i/active.gif) repeat-x;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

.indent	{
	line-height: 1.3em;
	margin: 1px 0 1px 5px;
}

.sep {
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	border-bottom: 1px dashed Gray;
	width: 210px;
	margin: 2px 0 2px -25px;
}

.blue {
	color: #336699;
}

.purple {
	color: #8454A5;
}

.roundbox {
	position: relative;
	background: url(i/roundbox.gif) no-repeat;
	width: 493px;
	height: 199px;
	padding-bottom: 5px;
}

.services {
	position: relative;
	float: left;
	width: 220px;
	height: 190px;
	color: #336699;
	margin-left: 10px;
	margin-top: 40px;
	padding-bottom: 3px;	
	font-size: 10px;
	clear: right;
}

.partners {
	float: right;
	width: 220px;
	height: 190px;
	color: #336699;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	padding-bottom: 3px;	
	font-size: 10px;
}

.more a {
	float: right;
	margin-right: 6px;
}

.blueindent {
	color: #336699;
	font-weight: bold;
	margin: 1px 0 0 5px;
}

.hide {
	display:none;
}

/* Fixes for IE */

* html #nav {
	height: 17px;
}

* html #footer	{
	margin: 0;
	padding: 0;
}