/*

Table of Contents

::CLRS::	Colours
::TYPO::	Typography
::LNKS::	Links
::CMMN::	Commonly Used Classes
::LOUT::	Layout
::HEDR::	Header
::TTAB::	Top Tabs
::MENU::	Menu
::MAIN::	Main Content
::FOOT::	Footer
::FORM::	Form
::INDV::	Individual Pages
  ::HOME::		Home
  ::ARTI::		Article Pages
  ::CONT::		Contact Page

::CLRS::
Colours Used

Text Colour: #000;
	Footer Colour: #000;
Heading Colours:
	H1: #000;
	H2: #000;
	H3: #000;
Background: #fff;
Border Colour: #666;
Links:
	Standard: #00f;
	Hover: #f00;


*/

html, body {
	margin: 0;
	padding: 0;
	font-family: "Calibri", Arial, sans-serif;
	color: #eee;
	font-size: 13px;
}

body {
	background: #9B9B9B url(images/bg.jpg) repeat-x top center;
}

/* ::TYPO:: */
/* Typography */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 10px 0;
}

h1, h2, h3 {

}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

p, li {
}

/* ::LINKS:: */
/* Links */

a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* ::CMMN:: */
/* Commonly Used Classes */

.ofh {
	overflow: hidden;
	zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.relative {
	position: relative;
}

/* ::LOUT:: */
/* Layout */

#wrapper {
	width: 930px;
	margin: 0 auto 20px;
}

/* ::HEDR:: */
/* Header */

#header {
	position: relative;
	background: url('images/davcorp.gif') no-repeat left center;
	height: 60px;
}

#header * {
	text-indent: -9999px;
	outline: none;
	margin: 0;
}

#header a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;

}

/* ::TTAB:: */
/* Top Tabs */

#top-tabs {
	position: absolute;
	width: 300px;
	right: 10px;
	bottom: 0;

}

#top-tabs a {
	display: block;
	float: right;
	height: 41px;
	text-indent: -999px;
	position: static;
	overflow: hidden;
}

#top-tabs a.wbia {
	background: url(images/tab-wbia.gif) no-repeat;
	width: 130px;
	margin-right: 10px;
}

#top-tabs a.eapdirect {
	background: url(images/tab-eapdirect.gif) no-repeat;
	width: 152px;
}

/* ::MENU:: */
/* Menu */

#menu {
	padding: 20px 0 !important;
	padding: 20px 0 0;
	margin: 0 0 10px;
	height: 17px;
	background: url(images/menu-clean.gif) no-repeat;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0 8px;
	position: relative;
	height: 37px;
	z-index: 2;
}

#menu li a {
	font-size: 14px;
	color: #eee;
	text-decoration: none;
	width: 85px;
	display: block;
	text-align: center;
	z-index: 99;
	position: relative;
	outline: none;
}

#menu li a:hover {

}

#menu li a.active {

}


.menu-active {
	display: block;
	width: 82px;
	height: 34px;
	background: url(images/menu-active-bg.gif) no-repeat;
	z-index: 50;
	position: absolute;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
	top: -5px;
}

/* Services dropdown */

#menu li ul {
	padding: 0;
	display: none;
	position: absolute;
	left: -35px;
	top: 27px;
	background: #3f3f3f;
	border-color: #575757;
	border-top-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	list-style: none;
	text-align: center;
	float: none;
	list-style: none;
	margin: 0;
	position: static;
	height: auto;
	
}

#menu li ul li a {
	text-decoration: none;
	padding: 5px;
	display: block;
	width: 145px;
	font-weight: normal;
}

#menu li ul li a:hover {
	background: #575757;
}


/* ::MAIN:: */
/* Main Content */

#content {

}

/* ::FOOT:: */
/* Footer */

#footer {
	padding: 0;
	overflow: hidden;
	zoom: 1;

}

#footer li {
	float: left;
	list-style: none;
	margin-right: 10px;
	color: #777;
}

#footer li a {
	color: #777;
	text-decoration: none;
}

#footer li.copyright {
	margin-right: 250px;
}

#footer li.tmte {
	float: right
}

#footer li.tmte a {

}

#footer li.tmte a strong {

}

#footer li.tmte a:hover strong {
	color: #f60;
}

/* ::FORM:: */
/* Form */

.form {

}

.form input.text, .form textarea.text {

}

.form input.text {

}

.form textarea.text {

}

.form select {

}

.event-form, .event-message {
	/* form width*/
	width: 700px;
	margin: 0 auto 20px;

}

.event-form * {
	outline: none;
}

.event-form div {
	overflow: hidden;
	margin: 10px 0;
}

.event-form div.form-btns {
	margin: 20px 0;
}

.event-form p {
	overflow: hidden;
	margin: 0;
	float: left;
}

.event-form p.checkbox {
	margin-right: 10px;
}

.event-form  .form-heading {
	margin-top: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, serif;
}

.event-form h2 {
	font-size: 22px;
}

.event-form h3 {
	font-size: 18px;
}

.event-form label {
	display: block;
}

.event-form p.checkbox label {
	display: inline;
}

.event-form label.radio-check {
	display: block;
	width: 25%;
	text-align: center;
	float: left;
}

.event-form .text-input {
	color: #000;
	background: #ddd;
	padding: 5px;
	border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.event-form input.text-input {
	/* form width / 2 - 12 - (.event-form .left .text-input / 2) (below)*/
	width: 333px;
}

.event-form .left .text-input {
	margin-right: 10px;
}

.event-form select.text-input {
	/* form width / 2 - (.event-form .left .text-input / 2) (above)*/
	width: 345px;
	padding: 4px 5px;
	overflow: visible;
}

.event-form p.full-width {
	/* form width */
	width: 700px;
}

.event-form input.large-text-input {
	/* form width - 12 */
	width: 688px;
}

.event-form textarea.text-input {
	/* form width - 12 */
	width: 688px;
}

.std-btn {
	color: #000;
	background: #ddd;
	padding: 5px;
	border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin-left: 10px;
}

.std-btn:hover {
	background: #ccc;
}


/* Error/success notifications */
.success, .error {
    padding: 10px;
}

.error {
    background: #F5CCCC;
    border: 1px solid #f00;
    color: #f00;
}

.success {
    background: #E0FBD8;
    border: 1px solid #090;
    color: #090;
}

.icon {
    margin: 10px;
	float: left;
}

.alert-text {
    margin-left: 50px;
}

/* Carousel */

.carousel-container {
	background: url(images/carousel.gif) no-repeat;
	width: 930px;
	height: 88px;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
	margin-top: 7px;
	z-index: 1;
}

.carousel {

	margin: 0 60px;
	width: 810px !important;

}

.carousel ul {
}

.carousel li {
	width: 124px;
	height: 85px;
	margin-right: 13px;
}

.carousel li img {
	width: 124px;
	height: 85px;
}


.carousel-back, .carousel-next {
	cursor: pointer;
	width: 25px;
	height: 85px;
	position: absolute;
	top: 25px;
}

.carousel-back {
	background: url(images/carousel-back.gif) no-repeat;
	left: 12px;
}

.carousel-next {
	background: url(images/carousel-next.gif) no-repeat;
	right: 12px;
}

/* ::INDV:: */
/* Individual Pages */

/* ::HOME:: */
/* Home */

#content.home {
	overflow: hidden;
}

#home-main-content {
	float: left;
}

#image-cycle {
	z-index: 1;
	overflow: hidden;
	height: 164px;
	width: 707px;
}

#image-cycle img {
	display: block;
}

#home-welcome-content {
	width: 657px;
	height: 168px;
	padding: 15px 25px;
	margin-top: 7px;
	background: url(images/home-welcome-content.gif) no-repeat;
	
}

#home-happening-content {
	float: right;
	background: url(images/home-happening-content.gif) no-repeat bottom;
	width: 216px;
	height: 354px;
	padding: 0 0 15px;
}

.box-heading {
	padding: 15px 25px 21px;
	margin-top: 0;
}

.poll-heading {
	margin-bottom: 0;
}

.png-fix, .yellow-small-heading, .yellow-heading, .green-heading, .purple-headingitle {

}

.yellow-small-heading {
	background: url(images/yellow-small-title.png) no-repeat top center;
	color: #333;
	padding-top: 10px;6
}

.yellow-heading {
	color: #333;
}

.green-heading {
	background: url(images/green-title.png) no-repeat top center;
	text-decoration: none;
	padding-top: 10px;
}

.purple-heading {
	background: url(images/purple-title.png) no-repeat top center;
	text-decoration: none;
	padding-top: 10px;
}

.home-body-text {
	margin-left: 25px;
	margin-right: 25px;
}

#home-supporting-content {
	margin-top: 7px;
}

.home-supporting-box {
	float: left;
	background: url(images/home-supporting-box.gif) no-repeat bottom left;
	width: 349px;
	height: 180px;
}

.home-supporting-box.first {
	margin-right: 7px;
}

.small-home-supporting-box {
	float: right;
	background: url(images/small-home-supporting-box.gif) no-repeat bottom left;
	width: 216px;
	height: 180px;
}

.small-home-supporting-box form {
	margin: 10px 0 0;
}

.home-submit-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ::ARTI:: */
/* Article Pages */


.content-heading {
	padding: 15px 50px 10px;
	margin:0;
}

.yellow-large-heading {
	background: url(images/yellow-large-title.gif) no-repeat top center;
	color: #333;
}

#content.article {
margin-top: 10px;
}

.content-container {
	background: url(images/content-bg.gif) no-repeat bottom left;
}

.content-bg {
	background: #707070;
	overflow: hidden;
	zoom: 1;
}

.content-body {
	padding: 5px 50px 15px;
	width: 400px;
	float: left;
}

.content-body ul, .large-content-body ul {
	padding-left: 40px;
}

.large-content-body {
	padding: 60px 50px 15px;
}

.privacy-content-body {
	padding: 5px 50px 15px;
	width: 830px;
	float: left;
}

#service-wheel-container {
	text-align: center;
	height: 540px;
}
/*text-align added in later */
.content-images {
	width: 350px;
	float: right;
	padding: 15px 50px 15px 20px;
	text-align: center;
}

/* ::CONT:: */
/* Contact Page */

#content.contact {

}

/* Staff Page */

.staff-blurb {
}

.staff-members {
}

.staff-content {
	margin: 20px 60px;
	background: #707070;
	padding: 20px 30px 30px;

	overflow: hidden;
	zoom: 1;
}

.staff-member {
	width: 135px;
	float: left;
	height: 220px;
	margin-right: 18px;
	margin-bottom: 14px;
}

.staff-member a {
	display: block;
	text-align: center;
}

.staff-member p {
	text-align: center;
}


/* Staff details */

.staff-image {
	margin-top: 10px;
	float: left;
}

.staff-details-body {
	float: right;
	width: 370px;
	margin: 0 30px;
}

/* Events page */


/* Event details page */

#content.event {

}

.event-description {
	margin: 0 50px;
}

.quote {

	font-size: 24px;
	color: #fff;
	font-style: italic;

}

/* Poll Page */

.poll-results {

	height: 20px;

}

.poll-0 {
	background: url(images/poll-bg-1.gif);
}

.poll-1 {
	background: url(images/poll-bg-2.gif);
}

.poll-2 {
	background: url(images/poll-bg-1.gif);
}


/* FAQs */

.faq-question {
	font-size:14px;
	cursor: pointer;
}

*:hover.faq-question, .hover {
	color: #ff0;
}

.faq-answer {
	display: none;
	padding-left: 20px;
}

.faq-answer p {
	margin: 0;
	padding-bottom: 10px;
}

/* Buttons primarily used for the media section. It can be used in other places, and has been added to the WP. */

a.gradient-btn {
	background: url(images/btn.gif) no-repeat;
	color: #000;
	width: 180px;
	padding: 5px 0 7px;
	text-align: center;
	display: block;
	float: left;
	margin: 10px 5px;
	text-decoration: none;
}

.twelve-point {
	font-size: 12.5pt;
}

.thirteen-point {
	font-size: 13pt;
}

.file-download {
	margin-bottom: 50px;
}

.file-icon {
	position:relative;
	top:4px;
}

