/***** All *****/
* {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

body {
	font-size:62.5%;
	margin:0px;
	padding:0px;
	min-width:960px;
	background-repeat:repeat-x;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

/***** Header *****/
#header {
	width:960px;
	margin-top:20px;
	border-top:1px #0d0d6e solid;
}

#logo {
	width:190px;
	float:left;
}

#corrigated {
	width:770px;
	float:right;
}

/***** Nav *****/
#nav {
	width:960px;
	height:33px;
	background:url(../images/nav-background.gif);
	clear:both;
	padding: 0px;
	margin: 0px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#nav li {
	float: left;
	margin: 0px;
	display:inline;
}

#nav li a {
	height:33px;
	padding:0px 10px 0px 10px;
	background-image:url(../images/nav-sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:1.2em;
	color:#ffffff;
	font-weight:bold;
	line-height:31px;
	text-decoration:none;
	text-align:center;
	display:block;
}

#nav li a.last {
	background-image:none;
}

#nav li a:hover {
	color:#e8e8f0;
}

/* Hide from IE5-Mac \*/
#nav li a {
	float: none
}
/* End hide */


/***** Main *****/
#main {
	width:960px;
	clear:both;
	background-image:url(../images/main-background.gif);
	overflow:hidden;
}

/***** Sub Nav *****/
#sub-nav {
	width:170px;
	background:#e8e8f0 url(../images/nav-shadow-blue.gif) repeat-x;
	padding:20px 10px 20px 10px;
	float:left;
}

#sub-nav h2 {
	padding:0px 0px 7px 0px;
	font-size:1.5em;
	color:#000066;
	border-bottom:1px #aeaecd solid;
}

#sub-nav ul {
	list-style:none;
}

#sub-nav li {
	font-size:1.2em;
	color:#333333;
	border-bottom:1px #aeaecd solid;
}

#sub-nav li a {
	width:170px;
	padding:7px 5px 7px 5px;
	color:#333333;
	text-decoration:none;
	display:block;
}

#sub-nav li a:hover {
	color:#000000;
}

/***** Content *****/
#content {
	width:560px;
	background:url(../images/nav-shadow-white.gif) repeat-x;
	float:left;
	padding:20px 10px 20px 10px;
}

#content h1 {
	padding:0px 0px 10px 0px;
	font-size:1.8em;
	font-weight:bold;
	color:#000066;
}

#content h2 {
	padding:0px 0px 0px 0px;
	font-size:1.2em;
	font-weight:bold;
	color:#000066;
}

#content p {
	padding:0px 0px 10px 0px;
	font-size:1.2em;
	color:#333333;
}

#content p strong {
	font-weight:bold;
}

#content a {
	color:#000066;
}

#content ul {
	padding:0px 0px 10px 15px;
	list-style:disc;
}

#content ul li {
	font-size:1.2em;
	color:#333333;
}

#content ul li ul {
	padding:0px 0px 10px 15px;
	list-style:disc;
}

#content ul li ul li {
	font-size:1.0em;
	color:#333333;
}


/***** Features *****/
#features {
	width:190px;
	background:#e8e8f0 url(../images/nav-shadow-blue.gif) repeat-x;
	padding:10px 0px 10px 0px;
	float:left;
}

#features h2 {
	padding:0px 0px 7px 0px;
	margin:0px 10px 7px 10px;
	font-size:1.5em;
	color:#000066;
	border-bottom:1px #aeaecd solid;
}

#features .panel {
	width:190px;
	padding-top:10px;
	border-bottom:2px #FFFFFF solid;
}

#features #accreditations {
	padding:9px 0px 9px 0px;
	text-align:center;
}

#features h3 {
	padding:0px 10px 0px 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#333333;
}

#features p {
	padding:0px 10px 9px 10px;
	font-size:1.1em;
	color:#333333;
}

#features a {
	color:#000066;
	text-decoration:none;
}

#features a:hover {
	color:#000033;
	text-decoration:underline;
}



/***** Footer *****/
#footer {
	clear:both;
	width:960px;
	padding:5px 0px 10px 0px;
	border-top:1px #0d0d6e solid;
	font-size:1.0em;
	color:#666666;
}



