/* CSS Document */

html,body{
margin:0;
color:#ffffff;
background:#000000;
height:100%;
font-family:Georgia, "Times New Roman", Times, serif;
}

div#wrapper{
/*height:100%;*/
background:url(../images/page_bg.gif)  no-repeat fixed center;
}


div#leftcol{
float:left;
position:fixed;
left:0;

}

div#content{
margin-left:350px;
float:left;
/*height:100%;*/

}

div#contact{
margin: 0 auto;
text-align:center;

}

div#contact div{
margin:2em 0 3em 0;
}

div#menu{
padding-left:25px;
font-size:0.75em;
font-weight:bold;
}

div#img{
background:url(../images/img_surround.png)  no-repeat center top;
text-align:center;
margin:1em;
padding:13px
}

div#page{

padding-top:80px;
}


div#email{
width:550px;
position:fixed;
text-align:center;
bottom:20px;
}

div#logo{
text-align:center;
margin-left:20px;
}

div#pad{
height:6em;
background:transparent;
}


.pad{
padding:10em 0.5em 0.2em 0.5em;
background:transparent;

}

.error{
color:#FF9900;
text-align:left;
font-size:0.85em
}

div#legal{
position:fixed;
bottom:10px;
right:10px;
color:#ffffff;
font-size:0.65em;
}


div#biog{
text-align:center;
width:400px;
margin:0 auto;
background:transparent;
}


div#map{
text-align:left;
width:550px;
margin:1em auto;
background:transparent;
background:url(../images/map_surround.png)  no-repeat center top;
padding-top:25px;
}

div#map_canvas{

margin:0 auto;

}

div#directions{
text-align:left;
width:500px;
margin:0 auto;
background:transparent;
color:#ffffff;
font-size:0.75em;
}

div#form{
text-align:center;
width:500px;
margin:0 auto;

}

h1{
font-size:1.8em;
font-weight:bold;
text-align:center;
padding:0.3em;
margin:0;
color:#FFFFFF;
}

h2{
font-size:1.2em;
color:#ffffff;
margin:0.5em 0.5em 1em;
}

h3{
font-size:0.9em;
font-weight:normal;
color:#e2001a;
margin:0;
}

ul{
list-style:none;
}

label{
font-size:0.9em;
font-weight:normal;
color:#ffffff;
margin:0;
}

input{

font-family:Georgia, "Times New Roman", Times, serif;
}

textarea{
color:#ffffff;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.75em;
}

dt{

width:150px;
text-align:left;
padding:0.5em 0  0.5em 0;}

dd{
line-height:2.1em;
}



p{
color:#ffffff;
font-size:0.75em;
line-height:1.5em;
}

a{
text-align:center;
color:#e2001a;
text-decoration:none;
line-height:3em;
}

a:hover{
text-align:center;

color:#ffffff;
}

.button{
border:#333333 1px solid;
color:#FFFFFF;
padding:2px;
cursor:pointer;
background:url(../images/button_bg.gif) repeat-x #8c8b8b;
}

.tel{
color:#e2001a;
font-size:1.25em;

}

.glow{
/*width:100%;
background:url(../images/list_surround.png)  no-repeat center top;*/
text-align:center;
padding-top:20px;
/*border-bottom:#990000 solid 1px;*/
}

.background{
padding:1.5em;
background:#333333;width:620px; 
background:url(../images/index_latest_bg.png) no-repeat;
}

.event{
/*width:91%;*/
height:7em;
padding:0 20px;
vertical-align:middle;
/*border:#e2001a 1px solid;*/
}


.event a{
line-height:normal;
}

.event h3{
font-size:1.1em
}

.eventImg{
float:right;
padding:1em;
}

.eventTitle{
float:left;
padding:1em;
text-align:left;
}


/*scrollable*/

div.scrollable {      /* required settings */    
 position:relative;     
 overflow:hidden;      /* vertical scrollers have typically larger height than width */     
 height:220px;     
 width:630px;

 }  /* root element for scrollable items */ 
 
 div.scrollable div.items {     
 position:absolute;      /* this time we have very large space for the height */     
 height:20000em; }


.item div h2{
font-size:1.4em;
font-weight:normal;
text-align:left;
margin:0;
padding:0
}

.item h2 a{
padding:0;
margin:0
}

.item img{
border:#FF0000 1px solid;
border-top:none;
border-bottom:none;
}


div#actions{
margin-top:1em;
}

div#actions a{

padding:0.5em 0 0 1em;
}


div#indexScroller{
padding:1.5em; 
width:620px; 
background:url(../images/index_latest_bg.png) no-repeat;

}

div#indexScroller h1{
font-size:1.5em;
font-weight:bold;
text-align:left;
padding:0.3em;
margin:0;
}


.boxes{
/*background:url(../images/promo_boxes.png) no-repeat;*/
padding:0.75em; 
float:left;
width:150px;
border-right:#CC0000 1px solid;*/
}

.boxes h1{
font-size:1em;
font-weight:bold;
text-align:left;
padding:0.3em;
margin:0;

}

.boxes p{
padding:0.3em;

}

.go_btn{
color:#FFFFFF;
background:url(../images/go_button.gif) no-repeat;
border:none;
width:67px;
}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}



.ui-datepicker { background:#FFFFFF; color:#000000; font-size:0.75em; padding:0 1em;}


.ui-datepicker a { padding:0; margin:0;}

.ui-datepicker a:hover{color:#990033}

div#formWrapper{
width:550px;
margin:0 auto;
text-align:left;
}



.nicEdit-panel {

      color: #fff !important;
	  }
	  
	  
/*Jcrop*/
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url(Jcrop.gif) top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.adminTable{
width:90%;
}


.adminTable th{
text-align:left;

}

.adminTable td{
text-align:left;

}