/***** HEADINGS */

h1 {
	font-size: 32px;
	color:#000;
}

h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #004574;
}

h3 {
	font-size: 16px;
	color:#000;
}

h4 {
	font-size: 14px;
	color:#000;
}

h5 {
	font-size: 12px;
	color:#000;
}

h6 {
	font-size: 10px;
	color:#000;
}


/***** PAGE SETUP *****/

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #E9E9E9 url(images/header_bg.jpg) repeat-x 50% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	border: none;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: none;
}



/***** HEADER *****/

#header {
	width: 960px;
	height: 62px;
	margin: 0 0 25px 0;
	padding: 0;
}

#header h1 {
	border: none;
	width: 289px;
	padding: 9px 0 0 0;
	margin: 0;
	float:left;
}

.submit a img{
	border: none;
	padding: 15px 5px 0 0;
	margin: 0;
	float: right;
}

.submit a:hover img{
	border: none;
	padding: 15px 5px 0 0;
	margin: 0;
	float: right;
	filter: alpha(opacity=80);
	opacity: .8;
}

.submit a:active img{
	border: none;
	padding: 16px 5px 0 0;
	margin: 0;
	float: right;
	filter: alpha(opacity=80);
	opacity: .8;
}

.sharethis {
	float: right;
	margin: 19px 30px 0 0;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 25px;
	background: transparent url(images/icon_sharethis.jpg) no-repeat 0 50%;
}

span#share a, span#share a:visited {
	color: #dddddd;
	text-decoration: none;
}

span#share a:hover, span#share a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}

/***** CONTENT *****/

#content {
	width: 980px;
	margin: 0 0 25px 0;
	padding: 0;
	clear: both;
	float: left;
}

#content ul{
list-style-type: none;
display: block;
}

#content ul li{
list-style-type: none;
display: block;
}

#content li{
list-style-type: none;
display: block;
}

.column{
	width: 23%;
	margin-right: 19px;
	min-height: 100px;
	float:left;
}

.column .dragbox{
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	margin:0 0 20px 0;
	background:#f8f8f8;
	position:relative;
	padding: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.column .dragbox:hover{
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	margin:0 0 20px 0;
	background:#ffffff;
	position:relative;
	padding: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.column .dragbox h2{
	cursor:move;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #004574;
}

.column .dragbox h2:hover{
	cursor:move;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #f60;
}

.column .dragbox h2.alttitle{
	cursor:move;
	font-size: 16px;
	padding: 0 30px 0 0;
	margin: 0;
	color: #000000;
}

.column .dragbox h2.alttitle:hover{
	cursor:move;
	font-size: 16px;
	padding: 0 30px 0 0;
	margin: 0;
	color: #f60;
}

.dragbox-content{
	margin:0;
	padding: 0 0 10px 0;
	min-height: 50px; 
}

.dragbox-content p{
	margin:0;
	padding: 15px 0 0 0;
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #444444;
	font-style: italic;
	line-height: 20px;
}

.column .placeholder{
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	margin:0 0 20px 0;
	background:#ffffff;
	border: 2px dashed #f60;
	position: relative;
	padding: 15px;
}

.linkWrapper a{
	float: right;
	margin: 0;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	clear: both;
	font-weight: bold;
}

.linkWrapper a:hover{
	float: right;
	margin: 0;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	clear: both;
	font-weight: bold;
}


.linkWrapper a.collapsed {
	float: right;
	margin: 0;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	clear: both;
	font-weight: bold;
	background: url(images/collapsed.png) left center no-repeat;
	padding-left: 15px;
}

.linkWrapper a.expanded {
	float: right;
	margin: 0;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	clear: both;
	font-weight: bold;
	background: url(images/expanded.png) left center no-repeat;
	padding-left:15px;
}




#content ul{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
}

#content ul li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}


#content ul li a.newlinks, #content ul li a.newlinks:visited {
	background: url(images/newlinks.png) center right no-repeat;
	margin: 0;
	padding: 0 36px 0 0;
	list-style-type: none;
}

#content ul li a.newlinks:hover, #content ul li a.newlinks:visited:hover{
	background: url(images/newlinks2.png) center right no-repeat;
	margin: 0;
	padding: 0 36px 0 0;
	list-style-type: none;
}

#content ul li a{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	color: #999999;
	text-decoration: none;
}

#content ul li a, #content ul li a:visited{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	color: #999999;
	text-decoration: none;
}

#content ul li a:hover, #content ul li a:visited:hover{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	color: #000000;
	text-decoration: none;
}

#content ul li a:active{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	color: #F58020;
	text-decoration: none;
}

/***** LINKS *****/

a {
	color:#717b65;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active{
	color: #F58020;
	text-decoration: none;
}

/***** FOOTER *****/

#footer {
	border-top: 1px solid #dddddd;
	margin:0 auto;
	color: #bbbbbb;
	width: 960px;
	padding: 20px 0 60px 0;
	clear:both;
}

#footer a, #footer a:visited{
	color: #bbbbbb;
	text-decoration: none;
}

#footer a:hover, #footer a:visited:hover{
	color: #444444;
	text-decoration: none;
}

p.copyright{
	margin:0;
	padding: 4px 0 0 0;
	float: left;
}

p.backhome{
	margin:0;
	padding: 4px 0 0 0;
	float: right;
}

.fields1{
width: 390px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #DADAD1;
background: #eeeeee;
padding: 5px;
margin: 0;
color: #000000;
}

.wpcf7-mail-sent-ok{
width: 350px;
font-family: verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border:1px solid #D1E693;
background: #D9EAA7;
margin: 10px 0 10px 0;
padding: 5px;
}

.wpcf7-validation-errors{
width: 350px;
font-family: verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border:1px solid #660000;
background: #990000;
color: #ffffff;
margin: 10px 0 10px 0;
padding: 5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Helvetica, sans-serif;
	color: #000000;
}

#TB_secondLine {
	font: 10px Helvetica, sans-serif;
	color:#333333;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	-webkit-box-shadow: rgba(0,0,0,1) 0 0 20px;
	-moz-box-shadow: rgba(0,0,0,1) 0 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	-webkit-box-shadow: rgba(0,0,0,1) 0 0 20px;
	-moz-box-shadow: rgba(0,0,0,1) 0 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height: 25px;
	font-style: italic;
	padding: 15px 25px 10px 0;
	float:right;
	font-weight: normal;
}

#TB_closeAjaxWindow{
	padding: 15px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	font-style: italic;
	float:right;
	font-weight: normal;
}

#TB_ajaxWindowTitle{
	float:left;
	padding: 10px 0 5px 10px;
	margin-bottom:1px;
	font-weight: bold;
	font-size: 20px;
}

#TB_title{
	font-weight: bold;
	background-color:#e8e8e8;
	height: 40px;
}

#TB_ajaxContent{
	clear:both;
	padding: 2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

p.notice{
	padding: 15px;
	color: #333333;
	font-size: 11px;
	font-style: italic;
	font-family: georgia, times, serif;
}

