/* General
==================================== */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border: none;
}

#canvas-wrapper {text-align: center;}
#canvas {
        /* text-align is inherited; reset it */
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3em;
		width: 80%;
		vertical-align:top;
		background: url(../images/waterdrop.jpg) #fff repeat;
		border-style:solid;
		border-color:#189dbe;
		border-width: 1px;
		padding:1em 3em 2em 3em;
}

/*	#mainnav	*/

#mainnav {
	position: relative;
	clear: both;
}

#mainnav h1 {
 width: 290px;
 height: 75px;
 position: relative;
 margin-bottom:-12px;
}

#mainnav h1 a {
 position: relative;
 width: 290px;
 height: 75px;
}

#mainnav h1 a span {
 position: absolute;
 top: 0px;
 padding-top:20px;
 left: 0px;
 width: 290px;
 height: 75px;
 background: url(../images/logo.jpg) no-repeat;
}

#mainnav ul {
	position: relative;
	clear: both;
}
#mainnav li {
	display: block;
	float: right;
	list-style: none;
	text-align: center;
	padding: 3px 0;
	background: #d8e6fc url(../images/tab.gif) repeat-x left top;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	border-top:solid 1px #999;
	color: #555;
	font-size:1.2em;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	margin-right:2px;
}
#mainnav li a {
	display: block;
	padding: 2px 9px;
	text-decoration: none;
	font-weight: bold;
	color: #189dbe;
	margin-right:2px;
}

#mainnav li.here {
	background: #69c url(../images/tab_on.gif) repeat-x left top;
}
#mainnav li.here,
#mainnav li.here a {
	color:#333;
}

/*	#subnav	*/
#subnav {
	width: 25%;
	height:auto;
	background-color: #f5f5f5;
	color: #FFFFFF;
	padding-left:1em;
	padding-bottom:1em;
	border-left:solid 1px #6f9d20;
	border-right:solid 1px #6f9d20;
	border-bottom:solid 1px #6f9d20;
}

#subnav h2 {
	color:#333;
	padding-top:1em;
	padding-bottom:1em;
}

#subnav p {
	padding-top:1em;
	padding-bottom:1em;	
	color:#333;
	font-size:1.4em;
}

#subnav img {
	padding:1em 0;
}

#subnav ul {
	padding-left:.5em;
	color:#189dbe;
}

#subnav li {
	list-style:none;
	color:#189dbe;
	font-size: 1.4em;
}

#subnav li a {
	text-decoration:none;
}

#subnav li a:hover {
	text-decoration:underline;
}

#accreditation {
	margin-top:15px
}

#accreditation img {
margin-left:10px
}

#login .btn {
	background:#189dbe;
	color:#fff;
	font-weight:bold;
	font-size: 1.2em;
	padding:2px;
	border:outset 1px;
	margin-top:.5em;
}

#login input {
	border:1px #189dbe;
}
/*	#content */
#content {
	background-color: transparent;
	border-bottom: 5px solid #FFFFFF;
	float: right;
	width:72%;
}

.article {
	border-bottom:solid 1px #6f9d20;
	padding-bottom:1em;
}

.article h2 {
	margin-top:.5em;
}

.article p {
	padding-bottom:.5em;
}

.article ul {
	margin-left:1em;
}

#promo {
	background:url(../images/masthead.jpg) no-repeat center right;
	border-right:1px solid #6f9d20;
	border-bottom:1px solid #6f9d20;
	padding:2em 2em;
	height:7em;
}

#promo .right {
	width:50%;
	padding:1em;
}

#promo h1 {
	font-size:1.4em;
	width:50%;
	padding:1em;
	float:left;
}

#content .resources {
	float:right;
	background-color:#189dbe;
	width:40%;
	padding:1em;
}

#content .resources h3 {
	color:#FFF;
}

#content .resources h4, {
	color:#333;
	padding-top:0;
	padding-bottom:0;
}

#content .resources h4 a {
	color:#333;
}

#content .resources p {
	color:#CCC;
	font-size:1.2em;
	line-height:1.2em;
	border:none;
	padding-top:0;
	padding-bottom:0;
}

#content .news {
	width:55%
}

.news img {
	margin:0 20px 0 0;
}

.news h2 {
	margin-top: .5em;
}

.footer {
	font-size:1.4em;
	color:#189dbe;
}

#divider {
	border-top:1px solid #6f9d20;
}

.clr {
	clear:both;
}

/* Typography
==================================== */

body {
	font: 62.5%/1.5 "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #434343;
}

/* Headings */

h1 {
	font-size: 3.4em;
	letter-spacing: 0;
	line-height: 1.0;
	color: #189dbe;
	margin-bottom: 0.8em;
}

h2, legend {
	font-size: 2.4em;
	line-height: 1.0;
	color: #189dbe;
}

h3, dt {
	font-size: 2em;
	color: #189dbe;
}

h4 {
	font-size: 1.6em;
	color: #189dbe;
}

/* Links */

a:link, a:visited {
	color: #189dbe;
}

/* General font-sizes */

#header p, #content p, #content ul, #content ol, #footer, #maincontent table {
	font-size: 1.6em;
}

input {border:1px solid #189dbe;}

input:focus {background:#ffc;}

label {
	font-size:0.7em;
}

p, ul, ol {
	margin-bottom: 1.2em;
}

table {
	font-size:1.4em;
}

