/* CSS Document */

.imp_blue { color: #252C63; }
.imp_green { color: #A2BD30; }

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; background-color: #ECF2D6;
	margin: 0; padding: 0;
	font-size: 62.5%;
}
img { border: 0; }

.clear { clear: both; }


a:link { color: #A2BD30; text-decoration: none; }
a:visited { color: #A2BD30; text-decoration: none; }
a:hover { color: #252C63; text-decoration: none; }

a:focus { outline: none; }

h1 {
	font-size: 3.4em; line-height: 1em;
	color: #FFFFFF; font-weight: lighter;
	margin-top: 0; margin-bottom: 7px; padding: 0;
}
h2 {
	font-size: 1.4em; line-height: 1.2em;
	color: #A2BD30; font-weight: bold;
	margin-top: 0; margin-bottom: 12px; padding: 0;
}
#titlePanel h2 { font-size: 1.8em; margin-bottom: 5px; }
h3 {
	font-size: 1.3em; line-height: 1.2em;
	color: #A2BD30; font-weight: bold;
	margin-top: 0; margin-bottom: 3px; padding: 0;
}
h4 {
	font-size: 1.2em; line-height: 1.4em;
	color: #000000; font-weight: bold;
	margin-top: 0; margin-bottom: 3px; padding: 0;
}

p, ul, ol {
	font-size: 1.2em; line-height: 1.4em;
	color: #000000;
	margin-top: 0; margin-bottom: 12px; padding: 0;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin-left: 19px;
}
ul.subLev1 {
	font-size: 1em;
	list-style-image: none;
	list-style-type: square;
	margin-left: 12px; padding-top: 3px;
}

p.introPara { font-size: 1.6em; color: #868688; }

hr {
	clear: both;
	height: 0;
	border: 0; border-bottom: 1px solid #CCCCCC;
	padding: 0; margin: 0 0 15px 0;
}


/* ****************** TOP PANEL ****************** */

#logoPanel {
	width: 950px; height: 90px;
	background-color: #FFFFFF;
	display: block;
	margin: 0px auto 0px auto;
}

#logo {
	float: left;
	margin: 8px 0px 0px 35px;
}
* html #logo { margin: 8px 0px 0px 0px; padding-left: 35px; }
* + html #logo { margin: 8px 0px 0px 0px; padding-left: 35px; }


/* ****************** TITLE PANEL ****************** */

#titlePanelBar {
	width: 100%; height: 90px;
	background-color: #d6e2a4;
	display: block;
}
#titlePanel {
	width: 915px; height: 75px;
	padding: 15px 0px 0px 35px;
	background-color: #252C63; color: #FFFFFF;
	background-image: url(../images/hdrpanelleaf.gif);
	background-position: right top; background-repeat: no-repeat;
	display: block;
	margin: 0px auto 0px auto;
}

#contacts {
	width: 199px; height: 80px;
	padding-top: 12px;
	float: right;
}
.contactItems {
	height: 36px;
	padding-left: 42px;
	clear: both;
	background-position: 0px top; background-repeat: no-repeat;
	font-size: 14px; line-height: 36px;
	text-align: left; color: #A2BD30; font-weight: bold;
	display: block;
}
.contactItems a { text-decoration: none; }
#contactTelephone { background-image: url(../images/icon_telephone.jpg); }
#contactEmail { background-image: url(../images/icon_email.jpg); }

#strapline {
	width: 281px; height: 10px;
	float: right;
	background-image: url(../images/helpingyou.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
	margin-top: 60px;
	margin-right: 14px;
}
#strapline h3 { display: none; }


/* ****************** PAGE STRUCTURE ****************** */
#content {
	width: 950px; padding-top: 20px;
	clear: both;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#column1 {
	width: 128px;
	float: left;
	margin-left: 35px;
}
* html #column1 { padding-left: 35px; margin-left: 0; }
* + html #column1 { padding-left: 35px; margin-left: 0; }
#column2 {
	width: 520px; padding-right: 20px;
	min-height: 250px;
	border-right: 1px solid #A6A6A6;
	float: left;
	margin-left: 33px;
}
#column3 {
	width: 177px;
	float: right;
	margin-right: 20px;
}
#column1, #column2, #column3 { margin-bottom: 20px; }
#clear {
	height: 1px;
	clear: both;
	display: block;
}


/* ****************** NAVIGATION ****************** */
#nav {
}
#nav ul {
	list-style: none;
	list-style-image: none;
	/*margin: 0px 0px 12px 0px;*/ margin: 0 0 6px 0; padding: 0;
	font-size: 1.1em; font-weight: bold;
}
#nav li { margin-bottom: 3px; }
* html #nav li { margin-top: -15px; }
* html #nav li#tab1 { margin-top: 0; }
#nav li a {
	text-decoration: none;
	padding: 5px 5px 4px 5px;
	display: block;
}
#nav li a:link, #nav li a:visited { color: #669900; background-color: #D3DE9B; }
#nav li a:hover { color: #336600; background-color: #B3C96D; }
/*#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color: #252C63; background-color: #A2BD30; }*/

p.bannerLink {
	color: #FFFFFF; background-color: #252C63;
	background-image: url(../images/bannerLink.jpg);
	background-position: left; background-repeat: repeat-x;
	border: 1px solid #252C63;
	font-weight: bold;
	padding: 5px;
	display: block;
	margin-bottom: 6px;
}
p.bannerLink a:link, p.bannerLink a:visited { color: #D3DE9B; text-decoration: none; }
p.bannerLink a:hover { color: #FFFFFF; text-decoration: none; }


/* ****************** RH COLUMN PANELS ****************** */
#column3 h2.panel {
	font-size: 1.1em; line-height: 1em;
	background-color: #A2BD30; color: #FFFFFF;
	padding: 6px 5px 4px 5px;
	display: block;
	margin: 0;
}
#column3 h2.panel a {
	background-image: url(../images/arrows_f01.gif);
	background-position: right top; background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
#column3 h2.panel a:link, #column3 h2.panel a:visited { color: #FFFFFF; }
#column3 h2.panel a:hover { color: #252C63; }
div.boxed {
	border: 1px solid #A2BD30;
	padding: 5px 5px 0px 5px;
	margin-bottom: 12px;
}
div.boxed p { font-size: 1em; color: #868688; margin-bottom: 5px; clear: both; }
div.boxed a:link, div.boxed a:visited { color: #868688; text-decoration: none; }
div.boxed a:hover { color: #252C63; text-decoration: none; }
div.boxed img { float: left; margin-bottom: 5px; }


/* ****************** FOOTER ****************** */
#furtherInfoWrapper, #footer {
	width: 950px; padding-top: 5px; padding-bottom: 20px;
	clear: both;
	color: #252C63;
	background-color: #ECF2D6;
	display: block;
	margin: 0px auto 0px auto;
	line-height: 1.5em;
}
p#footer { padding: 0; margin: 0; }
#furtherInformation a:link, #furtherInformation a:visited, #footerNav a:link, #footerNav a:visited { color: #252C63; text-decoration: none; }
#furtherInformation a:hover, #footerNav a:hover { color: #A2BD30; text-decoration: none; }
#furtherInformation p, #furtherInformation ul, #footerNav p, #footerNav ul { font-size: 1em; color: #252C63; margin-bottom: 0; }
#furtherInformation p { margin-bottom: 5px; }
#furtherInformation ul, #footerNav ul {
	list-style: none; list-style-image: none;
	margin-left: 0; padding: 0;
}
#furtherInformation li, #footerNav li { display: inline; }

#credit { width: 725px; float: left; padding-top: 5px; border-top: 1px solid #FFFFFF; display: block; }
a#wdacredit { font-size: 0.9em; }

#furtherInformation { width: 725px; padding-top: 5px; float: left; /*border-top: 1px solid #FFFFFF;*/ }
#socialmedia { width: 197px; padding-top: 5px; float: right; }
#socialmedia ul { list-style: none; margin: 0; }
#socialmedia li { margin-bottom: 5px; }


/* ****************** HOME COLUMNS ****************** */
#hm_main {
	/*width: 303px;*/ width: 293px; padding-right: 20px;
	float: left;
	border-right: 1px solid #A6A6A6;
}
#hm_courses { /*width: 177px;*/ width: 187px; float: right; }
#hm_courses h2 { margin-bottom: 3px; }
#hm_courses h2 a:link, #hm_courses h2 a:visited { color: #252C63; }
#hm_courses h2 a:hover { color: #A2BD30; }
#hm_courses hr { margin-bottom: 5px; }
.hm_course {
	border-top: 1px solid #CCCCCC;
	padding-top: 6px;
}
.hm_course h3 { font-size: 1.2em; margin-bottom: 5px; }
.hm_course table {
	border-collapse: collapse;
	font-size: 1.1em; line-height: 1.2em;
	margin-bottom: 5px;
}
.hm_course td { padding-right: 5px; }
.hm_course p, .hm_course ul { font-size: 1.1em; line-height: 1.2em; color: #333333; margin-bottom: 5px; }
.hm_course ul {
	list-style-image: none;
	list-style-type: square;
	margin-left: 15px;
}
.hm_course ul ul { font-size: 1em; list-style: none; margin-left: 0; font-style: italic; padding-top: 0; }

form#subForm { clear: both; margin: 0; padding: 10px 0px 0px 0px; }
form#subForm h2 {
	font-size: 1.2em; font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #252C63; background-color: #D3DE9B;
	display: block;
	margin: 0;
}
form#subForm div {
	padding: 5px 10px 5px 10px;
	background-color: #ECF2D6;
}
form#subForm input.formField {
	width: 98px;
	padding: 2px;
	font-size: 10px;
	color: #666666;
}
form#subForm p { font-size: 1.1em; margin-bottom: 5px; }
form#subForm input.submit {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
