/* --------------------------------------------------------------------- */
/* Austin Marr - 23 march 2008 revision 1.5                              */
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* BASIC PAGE                                                            */
/* --------------------------------------------------------------------- */
body {
	background-color: #ffffff;
	background-image: url(../../layout_images/page/WDF_template_page_back.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin:0;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
}
p {
	text-align:justify;
	margin:10px 5px 10px 5px;
}
#logobar {
	height:60px;
	background-repeat:no-repeat;
}
.contact {
	width:50%;
	height:35px;
}
/* --------------------------------------------------------------------- */
/* BP Overides											                 */
/* --------------------------------------------------------------------- */
.WDF-quartercol, .WDF-halfcol, .WDF-threequartercol, .WDF-full, div.WDF-full {
	float: left;
	margin-right: 10px;
}
/* Sets up basic grid floating and margin. */
.WDF-quartercol {
	width: 230px;
}
.WDF-halfcol {
	width: 470px;
}
.WDF-threequartercol {
	width: 710px;
}
.WDF-full, div.WDF-full {
	width: 950px;
	margin: 0;
}
/* --------------------------------------------------------------------- */
/* TYPOGRAPHY                                                            */
/* --------------------------------------------------------------------- */
/* paragraphs*/ 
div.WDF-quartercol p {
	color:#000000;
}
/*colors*/ 
.blue {color:#006699;}
.mutedorange {color:#CC9966;}
.brightorange {color:#ee7810;}
/*Headers*/ 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	margin-top:0.5em;
	color:#ee7810;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	color:#ee7810;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	color:#ee7810;
	margin:25px 5px 25px 5px;
}
h4 {
	float:right;
	color:#ffffff;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	background-image:url(../../layout_images/page/contact_bk_black.png);
	background-repeat:no-repeat;
	padding:8px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color:#ee7810;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color:#ee7810;
}
/*Kill Header icon margins*/ 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/*BIG QOUTES*/
blockquote {
color: #006699;
  background: transparent url(../img/leftqoute.png) left top no-repeat;
}
blockquote div {
  padding: 0 50px;
  background: transparent url(../img/rightqoute.png) right bottom no-repeat;
}



#feedback {font-size:18px; font-style:normal;}
.feedbackcredit {
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#ee7810;
	margin:5px 50px 0px 0px;
}
/* --------------------------------------------------------------------- */
/* Images                                                                */
/* --------------------------------------------------------------------- */
/*QUARTER BACKGROUND*/
.qtcolbk {
	background-image:url(../../layout_images/page/quarter_back.png);
	background-repeat:no-repeat;
}
.qtcoldividers {
	background-image:url(../../layout_images/page/quarter_lines_orange.png);
	background-repeat:repeat-y;
}
.halfcoldividers {
	background-image:url(../../layout_images/page/half_lines_orange.png);
	background-repeat:repeat-y;
}
.imgborder {
	border: #cccccc solid 1px;
	padding:5px;
	margin-top:10px;
}

.goright {
	float:right;
	margin-left:10px;
}
.goleft {
	float:left;
	margin-right:10px;
}
.imgcenter { margin: 0 auto;}
.imgbuffer {margin-top:40px;}
/* --------------------------------------------------------------------- */
/* Links                                                                 */
/* --------------------------------------------------------------------- */

a {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	text-decoration:none;
	color: #006699;
}
a:link, a:visited {
	color:#ee7810;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}
a:hover {
	color:#ee7810;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	text-decoration:underline;
}
a:active {
	color:#ee7810;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}
/* --------------------------------------------------------------------- */
/* MENU BAR                                                              */
/* --------------------------------------------------------------------- */
#nav {
	height:37px;
	margin-top:10px;
}
/*- Menu Tabs--------------------------- */
#tabs {
	float:right;
	width:70%;
	font-size:93%;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("../img/menu_tabs/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:right;
	display:block;
	background:url("../img/menu_tabs/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FF9834;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
#tabs #current a {
	background-position:0% -42px;
}
#tabs #current a span {
	background-position:100% -42px;
}
/*mini menu*/
.minimenu ul {
	margin-left:5px;
	float:right;
}
.minimenu ul li {
	list-style:none;
	display:inline;
	padding-right:10px;
}
.minimenu a {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #006699;
	font-weight:bold;
}
.minimenu a:link, a:visited {
	color: #006699;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.minimenu a:hover {
	color:#ee7810;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.minimenu a:active {
	color:#ee7810;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}


