/* --------------------------------------------- */
/* CSS DOCUMENT */

	html,body{
		background: #d9dadb;
		color: #707173;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		top:0;
		-webkit-text-stroke:1px transparent;
		}
	
	@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}
 
/* --------------------------------------------- */
/* GENERAL TYPOGRAPHY */

	p{  /* Body Text */
		font-size: 12px;
		color: #707173;
		margin-bottom: 10px;
		}
	
	h1{  /* Main Heading */
		}
		
	
	h2{  /* Secondary Heading */
		font-size: 12px;
		margin: 0 0 10px 0;
		color: #e42322;
		text-transform: uppercase;
		margin: 15px 0 10px 0;
		clear: left;
		}
	
	h3 {
		font-size: 12px;
		color: #707173;
		text-transform: capitalize;
		margin: 15px 0 10px 0;
		clear: left;
		}
		
	h3:first-child {margin-top: 0;}
	
	a{  /* Links */
		color: #f78f1e;
		text-decoration: none;
		}
		
	a:hover {color: #e42322;}
		
	h3 a {color: #707173;}	
		
/* --------------------------------------------- */
/* LAYOUT */

#page {
	top:0;
	position: relative;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	background: white url(../images/bg_page.gif) repeat-y;
	}
	

#header {
	position: relative;
	width: 940px;
	height: 180px;
	margin: 0px;
	}
	
#header #logo {
	padding-top: 40px;
	}

#header #navMinor {
	position: absolute;
	top: 10px;
	right:0;
	}
	
#header #navMinor li {
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #707173;
	font-size: 9px;
	}
	
#header #navMinor li:first-child {border-left: none;}
	
#header #navMinor li a {color: #707173;}
#header #navMinor li a:hover {color: #e42322;}

#header #navMinor li.textsize {
	display: block; clear: both; float: none;
	margin-top: 13px;
	text-align: right;
	color: #707173;
	border: none;
	}
	
.textsize span:hover {color: #e42322; cursor: pointer;}

.textsize .textLarge {font-size: 14px;}


#nav {
	position: absolute;
	top:150px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	width: 940px;
	height: 27px;
	overflow: visible;
	}

#nav li {
	position: relative;
	font-size: 12px;
	float: left;
	display: inline-block;;
	line-height: 25px;
	width: 124px;
	text-align: center;
	border-top: 2px solid white;
	background: url(../images/greypipe.png) 0px 5px no-repeat;
	height: 50px;
	}
	
#nav > li:first-child {background: url(../images/clear.gif) 0px 5px no-repeat;}
	
#nav li a {color: #707173; display: block}
#nav li a:hover {color: #e42322;}

#nav .current_page_item, #nav .current_page_parent, 
.pageNews #nav .categories {
	border-top: 2px solid #e42322;
	display: block;
	}

#nav #search {
	width: 298px;
	height:23px;
	border: none;
	float: right;
	text-align: left;
	background: none;
	border: 1px solid #c5c6c8;
	}

#nav #search label {display: none;}
	
#nav #search .searchfield{
	height: 18px;
	width: 255px;
	border:none;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	color: #707173;
	float:left;
	}
	
	
#nav #search .buttonSearch{
	height: 23px;
	width: 25px;
	background: white url(../images/arrow.gif) 3px 3px no-repeat;
	border:none;
	padding: 0;
	margin: 0px 0 0 -3px;
	text-indent: -1000px;
	cursor: pointer;
	color: transparent;
	text-transform: capitalize;
        float:right;
	}
	
#nav #search .buttonSearch:hover{background: white url(../images/arrow.gif) 3px -47px no-repeat;}
#nav #search .buttonSearch:active{background: white url(../images/arrow.gif) 3px -22px no-repeat;}


#nav li ul {
	position: absolute;
	margin: 15px 0 0 10px;
	overflow: hidden;
	display: none;
	border-top: 1px solid white;
	width: 104px;
	z-index: 1000; 
	}
	
/* #nav li:hover .subnav {display: block;} */
/*#nav li.current_page_parent ul, #nav li.current_page_item ul {display: block;}*/

#nav li ul li {
	width: 102px;
	height: 22px;
	line-height: 22px;
	border: 1px solid white;
	border-top: none;
	background: #f78f1e;
	}
	
#nav li ul li:last-child {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom: 1px solid white;
	height: 21px;
	line-height: 21px;
	}

#nav li ul li.current_page_item, #nav li ul li.current-cat {background: #e42322; border-top: none;}

#nav li ul a {color: white; display: block}
#nav li ul a:hover {color: white;}
#nav li ul li:hover {background: #e42322; color: white;}


#content {padding: 0 0 70px 0;}

#content #contentBanner { 
	margin: 0 0 20px 0; 
	width: 620px; 
	height: 134px;
	background: url(../images/redbanner_plain.jpg);
	}
	
#content #contentBanner blockquote {
	color: white;
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	width: 250px;
	margin: 35px 0 0 350px;
	}
	
#content #contentBanner blockquote .quote {
	font-size: 52px;
	line-height: 20px;
	display: inline;
	font-style: italic;
	}
	
#content #contentBanner blockquote .quote.open {margin: 0 5px 0 -28px;}
#content #contentBanner blockquote .quote.close {margin: 0 0 0 5px; vertical-align: bottom;	}
	
#content #contentBanner img {margin: 0;}
#contentWrap {width: 620px; float: left; }


#contentWrap blockquote {
	width: 130px;
	float: left;
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #707173;
	}

#contentMain {
	width: 620px;
	float: left;
	padding: 5px 0;
	}
	
#contentMain ul {  
	font-size: 12px;
	color: #707173;
	margin: 10px 0 10px 30px;
	list-style: disc;
	}
	
#contentMain ul li {margin: 5px 0;}


#contentMain td {vertical-align: middle;}
		
#contentNews {
	width: 300px;
	float: right;
	border-top: 1px solid white;
	padding: 0;
	margin: 0;
	}

#contentNews h2 {
	font-weight: normal;
	text-transform: uppercase;
	height: 25px;
	line-height: 27px;
	padding-left: 10px;
	margin: 0;
	}	
	
#contentNews h2.latestnewsHeading {background: url(../images/bg_yellowhead.gif) no-repeat; color: white;}

.latestnews, .hotnews {margin: 3px 0 0 0; padding: 0 10px; background: #eeeeee url(../images/bg_grey.gif) bottom;}

.latestnews h3, .hotnews h3 {
	border-bottom: 1px dotted #f8962c;
	padding: 10px 0;
	margin: 0;
	display: inline-block;
	text-transform: capitalize;
	font-weight: normal;
	width: 100%;
	}
	
.latestnews h3:last-child, .hotnews h3:last-child {border: none;}

.latestnewsExcerpt {
	padding: 10px;
	background: white url(../images/bg_latestnewsexcerpt.gif) repeat-x;
	margin-bottom: 0;
	}	

.latestnewsMore {
	height: 20px;
	background: url(../images/bg_readmore.gif) bottom no-repeat;
	color: white;
	line-height: 20px;
	padding-left: 10px;
	}
.latestnewsMore a {color: white; display: block;}
.latestnewsMore a:hover {color: #e42322;}

#contentNews h2.mailinglistHeading {background: url(../images/bg_yellowhead.gif) no-repeat; color: white; margin-top: 40px; margin-bottom: 3px;}

.mailinglistExcerpt {
	padding: 10px;
	background: white url(../images/bg_grey.gif) bottom;
	margin-bottom: 0;
	}

.mailinglistExcerpt p {margin: 0;}
.mailinglistExcerpt strong {line-height: 180%;}		
.mailinglistExcerpt a {color: #707173;}
.mailinglistExcerpt a:hover {color: #e42322;}


#contentNews h2.hotnewsHeading {background: url(../images/bg_yellowhead.gif) no-repeat; color: white; margin-top: 40px;}

.hotnewsExcerpt {
	padding: 10px;
	background: white url(../images/bg_hotnewsexcerpt.gif) repeat-x;
	margin-bottom: 0;
	}

.hotnewsMore {
	height: 20px;
	background: url(../images/bg_hotnewsreadmore.gif) bottom no-repeat;
	line-height: 19px;
	padding-left: 10px;
	}
.hotnewsMore a {display: block;}


.textblock {display: block; width: 33%; float: left; margin-bottom: 20px; color: #707173;}


/* --------------------------------------------- */
/* HOME PAGE - SPECIFIC */



/* --------------------------------------------- */
/* OUR TEAM - SPECIFIC */

.profile {
	border: 1px solid #c5c6c8;
	padding: 10px;
	margin-top: 10px;
	}

.profileImage {
	position: relative;
	width: 140px;
	height: 160px;
	float: left;
	}
	
.profileOverlay {
	position: absolute;
	top:0;
	left: 0;
	background: url(../images/photooverlay.png);
	z-index: 50;
	width: 140px;
	height: 160px;
	}
	
.profileText {
	float: right;
	width: 440px;
	}


/* --------------------------------------------- */
/* NEWS PAGE - SPECIFIC */

.article {margin: 20px 0;}
.articleDate {display: block; float: left; width: 140px; /*color: #f78f1e;*/ font-weight: bold; text-align: right;}
.articleText, .articleExcerpt {display: block; float: right; width: 460px;}
.articleReadmore {font-weight: bold;}

#newsPagination {margin-left: 160px; padding-top: 10px; font-weight: bold; border-top: 1px solid #c5c6c8; }

.newsPrev {float: left;}
.newsNew {float: right;}



/* --------------------------------------------- */
/* EVENTS PAGE - SPECIFIC */

.eventTitle {margin-bottom: 0;}

TABLE.dbem-rsvp-form {width: 100%}

#dbem-rsvp-form tr {width: 100%; margin-bottom: -2px; border: 2px solid #c5c6c8; padding: 0; }

#dbem-rsvp-form td {text-align: left;padding: 0;}

#dbem-rsvp-form th {width: 133px; display: inline-block; background: #999999; color: white; height: 101%; line-height: 22px; margin: 0; padding-left: 5px; text-align: left; font-weight: normal;}

#dbem-rsvp-form table input { padding: 0 5px; border: none; background: white; height: 16px; margin: 0; width: 300px;}

#dbem-rsvp-form textarea {width: 100%; height: 80px; border: 0; background: white; padding: 5px 0;}

#dbem-rsvp-form p input {
	font-size: 14px;
	color: #f78f1e;
	font-weight: bold;
	text-align: left;
	background: url(../images/arrow.gif) 145px -75px no-repeat;
	padding: 0 30px 0 0;
	margin-top: 20px;
	line-height: 17px;
	height: 17px;
	width: 185px;
	cursor: pointer;
	border: none;
	}
	
#dbem-rsvp-form p input:hover {
	color: #e42322;
	background: url(../images/arrow.gif) 145px -50px no-repeat;
	}
	
#dbem-rsvp-form p input:active {
	color: #000000;
	background: url(../images/arrow.gif) 145px -25px no-repeat;
    outline: none;
	}

#dbem-rsvp-form p input:focus {outline:none}

.articleRSVP h3 {margin: 20px 0 0 0;}


/* --------------------------------------------- */
/* LOCATION - SPECIFIC */

#map {clear: both; -webkit-box-shadow: 3px 3px 5px #999; -moz-box-shadow: 3px 3px 5px #999;}



/* --------------------------------------------- */
/* FORMS */


.wpcf7-form fieldset {width: 100%; margin-bottom: -2px; border: 2px solid #c5c6c8; padding: 0; }

.wpcf7-form label {width: 133px; display: inline-block; background: #999999; color: white; height: 22px; line-height: 22px; margin: 0; padding-left: 5px}

.wpcf7-form input { padding: 0 5px; border: none; background: white; height: 16px; margin: 0; width: 70%;}

.wpcf7-form .textarea {margin: 20px 0 0 0; display: block;}
.wpcf7-form .textarea label {width: auto; display: block;}
.wpcf7-form .textarea textarea {width: 100%; height: 80px; border: 0; background: white; padding: 5px 0;}

.wpcf7-form .checkbox {border: none; background: none; margin-top: 20px; display: block;}
.wpcf7-form .checkbox input {display: inline; width: 13px; height: 13px; padding: 0;}
.wpcf7-form .checkbox label {display: inline; line-height: 100%; background: none; color: #707173; width: auto;}

.wpcf7-form .captcha {margin-top: 30px;}
.wpcf7-form .captcha label {display: none;}
.wpcf7-form .captcha img {width: 138px; height: 22px; padding: 0; display: inline-block; line-height: 22px; margin: 0; float: left;}
.wpcf7-form .captcha input {display: inline; line-height: 22px; height: 20px; color: #707173; }

.wpcf7-form .formSend {
	font-size: 14px;
	color: #f78f1e;
	font-weight: bold;
	text-align: left;
	background: url(../images/arrow.gif) 45px -75px no-repeat;
	padding: 0 30px 0 0;
	margin-top: 20px;
	line-height: 17px;
	height: 17px;
	width: 65px;
	cursor: pointer;
	}
	
.wpcf7-form .formSend:hover {
	color: #e42322;
	background: url(../images/arrow.gif) 45px -50px no-repeat;
	}
	
.wpcf7-form .formSend:active {
	color: #000000;
	background: url(../images/arrow.gif) 45px -25px no-repeat;
        outline: none;
	}

.wpcf7-form .formSend:focus {outline:none}



/* --------------------------------------------- */
/* LARGE TEXT MODE */

.largeText, .largeText h1, .largeText h2, .largeText h3, .largeText p { font-size: 15px;}



/* --------------------------------------------- */
/* SELF CLEAR FLOATS */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}