* {
	margin:0; 
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}

.region-center-column-1 p{
  margin-bottom: 10px;
}

h1.title {
    margin-top:25px;
}

hr {
  border-top:0;
  border-right:0;
  border-left:0;
  border-bottom:1px solid #999999;
  margin-top:4px;
  margin-bottom:5px;
}

hr.thick {
  border-bottom:3px solid #999999;
}

div.tabs {
    margin-bottom:-20px;
}

div.tabs.front {
    margin-bottom:inherit;
}

#debugBox{
    top:0;
    right:0;
    left:auto;
    width:200px;
    height:125px;
    color: #000000;
    position:absolute;
    background-color: #FF0000;
}

.debug-element {
    width:100%;
    clear:both;
    border-bottom: solid 1px #000000;
    padding:3px;
    font-size: 9px;
}

.drop a, #nav a{
	text-decoration:none;
    border-bottom:none;	
	color:#333;
}

#content .pager li a {
  color:#0000EE;
}

a:hover{
	color:#826d2f;

}

.drop a:hover, #nav a:hover{
	text-decoration: underline;
	/*border-bottom:1px dotted;*/
}

#content a{
	/*text-decoration: none;
	border-bottom:1px dotted;*/
    font-style: normal;
}

#content a.more-info {
  font-style: italic;
}

.view-events .post img {
  padding: 3px;
  
}

.view-events .post img.right {
  float:right;  
}


input,
textarea,
select{
	/*font:100% Arial, Helvetica, sans-serif;*/
    font-size: 100%;
	vertical-align:middle;
	overflow:auto;
	/*background-image:url(images/form_bg.jpg);*/
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
}
label{vertical-align:middle;}

button,
input{
	width:auto;
	overflow:visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:160%;}
h2{font-size:150%;}
h3{font-size:115%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins{text-decoration:underline;}
s, strike, del{text-decoration:line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}

table.no-border, table.no-border tr, table.no-border td, table.no-border th {
  border:0;
}


ul li, ol li{list-style-position:inside;}
/*ul li{list-style-type:disc;}*/
html{height:100%;}
body{
	margin:0;
	background:#fff;
	font:14px/125% Calibri, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	min-width:988px;
}
img{vertical-align:top;}
#wrapper{
	overflow:hidden;
	position:relative;
	width:100%;
	min-height:100%;
}
#header:after,
#nav:after,
.area:after{
	display:block;
	clear:both;
	content:'';
}
#header{
	margin:0 0 12px;
	background:#960000 url(../images/bg-header.png) no-repeat 50% 0;
}
.area{
	margin:0 auto;
	width:1000px;
}
.page {
	position:relative;
	overflow:hidden;
	width:100%;
}
.header-holder{
	overflow:hidden;
	min-height:101px;
	padding:7px 26px 5px 21px;
}
#header .logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:499px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .logo a{
	display:block;
	height:100%;
}
.search-form{
	float:right;
	width:410px;
	margin:-2px 0 5px;
}
.container-inline{
	width:232px;
	float:right;
}
.search-form .form-text{
	border:1px solid #c5c5c5;
	width:188px;
	margin:0 2px 0 0;
	padding:5px;
	height:18px;
	font-size:12px;
	line-height:18px;
	float:left;
	background:#fff;
}
.search-form label{
	margin:0;
	width:60px;
	float:left;
}
.search-form .hidden{display:none;}
.search-form .form-submit{
	border:1px solid #eae0c4;
	background:#a20000;
	float:left;
	color:#e7ddca;
	font-size:16px;
	line-height:19px;
	margin:0;
	padding:0 0 3px;
	width:30px;
	height:30px;
}

#block-system-user-menu h3 {
    display:none;
}

.enter{
	margin:0;
	list-style:none;
	float:right;
	font-size:19px;
	line-height:22px;
}
.enter ul li{
	padding:0 2px 0 7px;
	float:left;
	list-style:none;
	background:url(../images/separator-enter.gif) no-repeat 0px 5px;
}
.enter li:first-child{background:none;}
.enter li a{color:#eae1c5;}

.enter h2 {
    display:none;
}

#mini-nav-region ul {
    float:right;
}
.navigation{
	background:#eae1c5 url(../images/bg-nav.gif) repeat-x;
	width:100%;
}
#nav{
	list-style:none;
	height:1%;
	margin:0;
	font:15px/19px Georgia, 'Times New Roman', Times, serif;
	padding:7px 0 0 18px;
}
#nav li{
	padding:0 0 7px 1px;
	list-style:none;
	float:left;
	width:158px;
	background:url(../images/separator-nav.gif) no-repeat 0 5px;
}
#nav li a{
	color:#333;
	padding:0 0 0 7px;
}
.navigation .area {
    position: relative;
}
#nav li:hover{position:relative;}
.navigation .drop{display:none;}
.navigation .drop{
	position:absolute;
	left:0;
	top:26px;
	z-index:2;
	width:963px;
	border:solid #830000;
	border-width:0 1px 4px;
	background:#fcfaf3;
        margin-top:7px; 
        margin-left:18px;
}
.navigation .drop .col{
	float:left;
	margin:0 10px 0 0;
	border-left:1px solid #f9f4e3;
	margin:0 0 -9999px;
	padding:0 0 9999px;
	width:158px;
}

.navigation .drop .col.first{
    width:150px;
    
    /*fix to make background fill a padded area*/
    margin-left:-20px;
    padding-left:20px;
}

.navigation .drop .col.last{    
    /*fix to make background fill a padded area*/
    margin-right:-20px;
    padding-right:20px;
}

.navigation .drop .col:first-child{border:0;}
.navigation .drop ul{
	padding:13px 0 0;
	margin:0 0 10px;
	list-style:none;
}
.navigation .drop ul li{
	float:none;
	background:none;
	font-size:0;
	line-height:0;
	padding:0 0 1px;
	margin:0 0 -1px;
	width:auto;
        list-style:none;
        list-style-position:inherit;
        
}

.navigation .drop .col:hover{
    background-color:#f9f4e3;
    
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.navigation .drop ul li a{
	padding:3px 5px 5px 15px;
	display:block;
	overflow:hidden;
	height:auto;
	background:url(../images/bullet-nav.gif) no-repeat 6px 8px;
	color:#333;
	text-decoration:none;
	text-align:left;
	font:12px/15px Calibri, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.navigation .drop ul li {
  display:block;
}
.navigation .drop ul li:hover{
  border-bottom:1px dotted;
  margin-bottom: -2px;
  
}
.navigation .drop ul li a:hover{
  /*padding:3px 5px 4px 15px;*/
  
}
.container{
	float:left;
	border-bottom:2px solid #9e9e9b;
	/*min-height: 161px;*/
	padding:0 9px 3px 9px;
	overflow:hidden;
	width:auto;
}
#main{
	width:955px;
	margin:0 auto;
	padding:0 0 0 0;
}

.block-center h1 {
    width:470px;
    line-height: .9em;
}

.block-center span.submitted {
    margin-top: -10px;
    margin-bottom: 25px;
    display: block;
}

.block-center .submitted span {
    font-size: .9em;
}

#breadcrumb {
    margin-top: -10px;
    float:left;
    font-size: 0.85em;
    padding-bottom: 0;
    
}

#breadcrumb .breadcrumb {
    padding-bottom: 0;
}

.breadcrumb a:first {
    font-size:14px;
}

#main #content {
    width:100%;
    padding:0;
    margin:0;
    border:none;
    color: #565347;
    clear:left;
}

th.column, td.column {
    border:none;
}

#content .visual{margin:0 0 6px;}

#content h3{
	color:#333;
	margin:0 0 7px;
}

#content h3.border{
  border-bottom:1px solid #adadad;
  line-height:18px;
}

h3.block-title {
  	border-bottom:1px solid #adadad;
    line-height:17px;
    font-weight:normal;
    font-size:14px;
}

#content h2{
	font-size:16px;
	line-height:16px;
	color:#333;
	margin:0 0 6px;
	font-weight:bold;
}
#content h4{
	font-size:13px;
	line-height:16px;
}
#content h5{
	font-size:12px;
	line-height:15px;
}
#content h6{
	font-size:11px;
	line-height:14px;
}
#content blockquote{margin:0;}
#content blockquote q{display:block;}
#content blockquote cite{display:block;}
#content ol,
#content ul{
	margin:0 0 10px;
	/*list-style:none;*/
}


#content .region-center-column-1 ul, #content .region-center-column-1 ol {
  margin-bottom: .5em;
}

#content .region-center-column-1 li {
  /*padding-left: 10px;*/
  margin-left: 25px;
  list-style-position:outside;
}

/*Hack for a bug in the CK editor*/
#content .region-center-column-1 li p {
  padding:0;
  margin:0;
}

.content .menu ol li, .content .menu ul li{list-style:none;}
#content ul li a{font-style:normal;}
#content .column{
    margin-top:16px;
}
#content .block-left {
    width:222px;
    border-right:1px solid #eae1c5;
    padding:0 5px 0 0;
    

}
#content .block-center{
    padding:0 5px 0 15px;
}
#content .block-right {
    width:235px;
    border-left:1px solid #eae1c5;
    padding:60px 5px 0 15px;
}

.region-center-column-1 .views-row-odd .media {
	float:left;
	padding:0 0 10px;
	margin:0 11px 0 0;
}

#content .alignleft{
	float:left;
	padding:0 0 20px;
	margin:0 11px 0 0;
}
.region-center-column-1 .views-row-even .media{
	float:right;
	margin:0 0 0 11px;
	padding:0 0 10px;
}
#content .alignright{
	float:right;
	margin:0 0 0 11px;
	padding:0 0 20px;
}
#content .post{overflow:hidden;}
#content p{
  margin-left: 0;
  margin-left: 0;
  margin-top: 0;
}
/*#content a{font-style:italic;}*/
/*#content .section{
	overflow:hidden;
	border-top:2px solid #830000;
	width:100%;
	padding-top:20px;
}*/
#content .wrapper{overflow:hidden;}

#sociallinks {
    float:right;
    margin-bottom:-20px;
}

.social-networks{
	margin:0 0 5px;
	list-style:none;
	float:right;
}
.social-networks li{
	float:left;
	margin-left:9px;
	list-style:none;
}
.social-networks a{
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
	display:block;
	width:19px;
	height:20px;
	background:url(../images/bg-networks.png) no-repeat;
}
.social-networks a:hover{border-bottom:0;}
.social-networks .rss a{background-position:0 0;}
.social-networks .vimeo a{background-position:-27px 0;}
.social-networks .twitter a{background-position:-54px 0;}
.social-networks .facebook a{background-position:-82px 0;}
.sub-nav{
	background:url(../images/bg-sub-nav.png);
        background-repeat: repeat-x;
	overflow:hidden;
	margin:20px -5px -60px;
	width:235px;
	padding:8px 10px 10px 0;
	list-style:none;
        float:right;
        clear:right;
        
}
div.sub-nav a{
	color:#fff;
	padding:0 0 0 15px;
	background:url(../images/bullet-sub-nav.gif) no-repeat 2px 7px;
        font-style:italic;
}
.sub-nav li {
    list-style-type:none;
    display:block;
    float:left;
    color:#ffffff;
}
.sub-nav li.last {
    float:right;
    background:url(../images/separator-sub-nav.gif) no-repeat;
    padding:0 0 0 29px;
}

#sidebar h3{
	color:#333;
	margin:0 0 7px;
	font-size:14px;
	line-height:17px;
	border-bottom:1px solid #adadad;
	font-weight:normal;
}
#sidebar h4{
	color:#333;
	margin:0 0 -2px;
    font-size: 16px/18px;
    font-style: italic;
    
}
#sidebar .deadlines{
	margin:0 0 5px;
	/*padding:0 0 5px;*/
	overflow:hidden;
}
#sidebar .views-row-last .deadlines{
	border-bottom:2px solid #830000;
}

#sidebar .deadlines dt{
	float:left;
	color:#333;
	margin:0 12px 0 0;
	font-size:12px;
	line-height:15px;
	width:46px;
}

#sidebar .views-row-even dl.deadlines{
    /*margin-top:-17px;*/
}

#sidebar .deadlines dd{
	margin:0 0 2px;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
}
#sidebar .deadlines dd a{color:#565347;}
#sidebar .deadlines dd a:hover{color:#826D2F;}
#footer{
	color:#333;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:982px;
	padding:10px 0 30px;
	font-size:12px;
	line-height:15px;
	border-top:1px solid #eae1c5;
}
#footer .footer-info{
	overflow:hidden;
	margin:0 0 6px;
}
#footer .copyright{float:left;}
#footer .copyright p{margin:0;}
#footer .footer-nav{
	list-style:none;
	float:right;
	margin:0;
}
#footer address{
	float:right;
	font-style:normal;
	text-align:right;
	margin:0;
}
#footer address span{
	display:block;
	margin:0 0 -3px;
}
#footer .footer-nav li{
	padding:0 5px;
	float:left;
	list-style:none;
	background:url(../images/separator-footer-nav.gif) no-repeat 0 3px;
}
#footer .footer-nav li:first-child{background:none;}
#footer .footer-nav li a{text-decoration:underline;}
#footer .footer-nav li a:hover{
	color:#826d2f;
	text-decoration: none;
	border-bottom:1px dotted;
}




.content .search-form{
  float:none;
  width:inherit;
  clear:both;
  
}

.search-form #edit-basic {
  float: left;
  width:100%;
}

.content .search-form label {
  width:auto; 
  clear:both;
  float:left;
  
}

.content .search-advanced  {
  display:none;
}

.search-form #edit-basic #edit-keys {
  clear:left;
  float:none;
  display:block;
}

.search-form #edit-basic .form-item-keys {
  display:block;
  float:left;
}


.search-form #edit-basic #edit-submit {
  width:auto;
  margin-top:28px;
  padding:3px;
}


.block-inner .contextual-links-trigger {
  margin-left: auto;
    margin-right: -85px;
}

/*
* RTE styles
*/

/* Indent & Justify classes */

#content .rteindent1,
#content blockquote {
    margin-left: 40px;
}
#content .rteindent2 {
    margin-left: 80px;
}
#content .rteindent3 {
    margin-left: 120px;
}
#content .rteindent4 {
    margin-left: 160px;
}
#content .rteleft {
    text-align: left;
}
#content .rteright {
    text-align: right;
}
#content .rtecenter {
    text-align: center;
}
#content .rtejustify {
    text-align: justify;
}
#content .ibimage_left {
    float: left;
}
#content .ibimage_right {
    float: right;
}