* {
   margin: 0;
   padding: 0;
}

h1,h2,h3,h4,h5{ margin-bottom: 3px; }
h3{
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #29787a;
	text-transform: none;
}

a:hover {
	color: #C33926;
}

img{
	border: none;
}

blockquote{
	padding-left: 15px;
	font-style: italic;
	text-transform: none;
}

.body{
    text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #221c13;
	/*color: #67b2a2;*/
	color: #29787a;
}

pre{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#signup{
	position: absolute;
	top: 113px;
	left: 571px;
	width: 500px;
}

#signupText{
	position:relative;
}

#email{
	height: 16px;
	padding-left: 4px;
	margin-right: 5px;
	width: 134px;
	font-size: smaller;
	color: #29787a;
	border: #000 1px solid;
}

.formInput{
	height: 16px;
	padding-left: 4px;
/*	margin-right: 5px; */
	width: 134px;
	font-size: smaller;
	color: #29787a;
	border: #000 1px solid;
}

.close{
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	z-index: 50;
}

#logo{
	position: absolute;
	left: 189px;
	top: 19px;
}

#centerWrap{
    background: no-repeat url('../img/background.gif');
    width: 1261px;
	height: 808px;
    text-align: left;
    margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#offsetWrap{
	position: absolute;
	height:100%;
	width:100%;
	left:100px;
	top:16px;
}

#cityNav{
	position: absolute;
	top: 144px;
	left: 135px;
	width: 109px;
	height: 333px;

}

.cityLinkHeader{
	padding: 2px 2px 9px 10px;
	height: 14px;
}

.cityLink{
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 4px;
	height: 14px;
	background: #392e1f;
	cursor: pointer;
}

.cityLinkSelected{
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 4px;
	height: 14px;
	cursor: pointer;
	/*background: #67b2a2;*/
	color: #C33926;
}



#topNav{
   width: 311px;
   height: 15px;
   top: 144px;
   left: 253px;
   list-style: none;
   text-transform:uppercase;
   position: absolute;
   z-index: 2;
}

#topNav div{
	position: relative;
	height: 100%;
	border: #392E1F 1px solid;
	cursor: pointer;
	width: 94px;
	float: left;
	text-align: left;
	padding-left: 12px;
	padding-top: 1px;

}

#topNav li{
   display: inline;
   padding-left: 5px;
   border: red 1px solid;
   cursor: pointer;
}

#mapInfo{
	position: absolute;
	top: 0px;
	left: -311px;
	height: 311px !important;
	width: 311px !important;
	background: #ccc;
	z-index: 20;
	border: 0;
}

#mapInfoContent{
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	opacity: 1;
}

#mapInfoClose{
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
}

#infoWrap{
	top: 162px;
	left: 253px;
    width: 311px;
    height: 311px;
	position: relative;
	overflow: hidden;
}

#cityScape{
	position: absolute;
	top: 162px;
	left: 253px;
	height: 311px;
	width: 456px;
	background: #221c13 center no-repeat url('../img/cityscape.jpg');
	z-index: 10;
	border: #816847 1px solid;
}

#map{
    width: 311px;
    height: 311px;
	position: absolute;
	background: center no-repeat url('../img/loading2.gif');
}

.mapLoading{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 311px;
	width: 311px;
	background: #000000 center no-repeat url('../img/loading2.gif');
}

.loading{
		background: center no-repeat url('../img/loading2.gif');
}

.eventCalendarContainer{
	position: absolute;
    top: 0px; left: 0px;
    width: 311px; 
	height: 311px;
	background: #000000 no-repeat center url('../img/loading.gif');
}

.changeMonth{
	border: none;
	text-align: center;
	
}

.changeMonth:hover{
	cursor: pointer;
}

#eventCount{
    background: #221c13;
	border: #816846 1px solid;
	color: #816846;
	visibility: hidden;
	position: absolute;
	top: 0px; left: 0px;
	padding: 2px;
	text-align: center;
	width: 55px;
	height: 22px;
	z-index: 10;
}

#eventListContainer{
    width: 157px; 
	height: 150px;
    background: #221c13;
	border: #FFF 1px solid;
	color: #816846;
	visibility: hidden;
	position: absolute;
	top: 0px; left: 0px;
	text-align: left;
	z-index: 30;
}

#eventList{
    width: 150px; 
	/*height: 150px;*/
	height: 150px;
	color: #816846;
	float:left;
	overflow: hidden;
	top: 0px; left: 0px;
	text-align: left;
	z-index: 31;
}

.eventHeader{
	background: #221c13;
	position: relative; 
	height: 20px;
	cursor: pointer;
	padding-left: 4px;
}

.event{
	cursor: pointer;
	padding-left: 5px;
}

.event:hover{
	background: #C33926;
}

.eventHead{
	text-align: center;
	background: #221c13;
	border-color: #6F583C;
	border-right: #6F583C 1px solid;
	border-bottom: #6F583C 1px solid;
}

/*.eventHead:hover{
	background: #4B391F;
}*/

.eventDay{
	text-align: center;
	background: #221c13;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

/*.eventDay:hover{
	background: #473826;
}*/

.eventBlank{
	background: #221c13;
	border-right: 1px solid; 
	border-bottom: 1px solid;
}


.hasEvents{
	background: #6F654E;
	cursor: pointer;
	color: #221c13;
	border-color: #6F583C;
}

.hasEventsSelected{
	background: #c64926 center no-repeat url('../img/calx.gif');
	cursor: pointer;
}

.hasEvents:hover{
	background: #c64926;
	border-color: #6F583C;
	color: #221c13;
}

table{
	padding: 0;
	margin: 0;
}


#searchIt{
	position: absolute;
	top: 162px;
	left: 572px;
	height: 311px;
	width: 139px;
}

#searchIt #search{
	position: relative;
	width: 131px;
	height: 16px;
	background: green;
	border: 1px solid black;
	padding-left: 5px;
	padding-top: 2px;
}

#searchText{
	color: #29787a;
	width: 132px;
	height: 16px;
	text-transform: uppercase;
	background: #3a2e1f;
	border: #c33926 1px solid;
	padding-left: 5px;
	font-size: 11px;
	
}

#cityDD, #areaDD, #typeDD{
	overflow: hidden;
}

.searchDD{
	position: relative;
	width: 131px;
	height: 17px;
	margin-top: 4px;
	background: #1c1610;
	border: 1px solid black;
	cursor:pointer;
	padding-left: 5px;
}

.selectItem{
	cursor: pointer;
	padding-left:5px;
}

.selectItemCity{
	cursor: pointer;
	padding-left:4px;
	padding-top: 3px;
	text-decoration: underline;
	color: #FFF;
}

.selectItemArea{
	cursor: pointer;
	padding-left:8px;
}


.selectItem:hover, .selectItemCity:hover, .selectItemArea:hover, .cityLink:hover{
	cursor: pointer;
	background: #c64926;
	/*color: #3A2E1F;*/
}

.disabled{
	background: #999999;
}

#searchIt #searchResultsContainer{
	position: relative;
	margin-top: 4px;
	height: 241px;
	border: #27231d 1px solid;
}

#searchIt #searchResultsContainer #searchResults{
	height: 100%;
	width: 131px;
	overflow: hidden;
	float: left;
}

.searchText{
	padding: 5px;
}
#infoBar{
	position: absolute;
	left: 719px;
	height: 335px;
	width: 210px;
	top: 162px;
	color: #816847;
}

.photoLoading{
	position: relative;
	top: 0;
	left: 0;
	height: 160px;
	width: 100%;
	border: #29787a 1px solid;
}

#photo{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
}

.vitalsContainer{
	width: 210px;
	height: 157px;
}

#vitals{
	width: 100%;
	padding: 4px;
	height: 153px;
	overflow: hidden;
	float: left;
	text-transform: none;
	font-size:11px;
	letter-spacing:
}

#vitals p{
	text-transform: none;
}

#vitals h3{
	margin: 0;
}

#printItem{
	padding-right: 47px;
	padding-left: 25px;
}

#sendToFriend{
	position: absolute;
	padding: 7px;
	left: 721px;
	width: 170px;
	height: 80px;
	top: 420px;
	background: #1c1610;
}

#sendToFriendContent{
	position: absolute; 
	left: 0; 
	top: 0;
	padding: 7px;
	width: 170px;
	
}

/* Calendar CSS */
.formclass {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	height: 0px;
	width: 0px;
	background: #A2BAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.autocomp {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
}

.taskboxclass {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
}

.calendarover {
	text-align: center;
	background: #CAD7F9;
	width: 15px;
}

.calendaroff {
	text-align: center;
	background: #A2BAFA;
	width: 15px;
}

.calendartodayover {
	text-align: center;
	background: #FECE6E;
	width: 15px;
}

.calendartodayoff {
	text-align: center;
	background: #FFBC37;
	width: 15px;
}

.taskchecker {
	width: 150px;
	background-color: #FFBC37;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.tcpadding {
	padding: 10px;
}
/* End Calendar */

/* Scroll Areas */

/* Common scroll bar */
.scrollBar{
	height: 100%;
	width: 6px;
	float: left;
	background: #6f654e;
	cursor: pointer;
	z-index: 40;
}

.scrollKnob{
	height: 17px;
	width: 100%;
	/*background: #1c1610;*/
	background: #C33926;
}

/* Scroll Area */
#citySelect {
	position: absolute;
	top: 138px;
	left: 499px;
	width: 138px;
	height: 200px;
	background: 1c1610;
	border: #1c1610 1px solid;
	z-index: 10;
}

#citySelectContent {
	width: 132px;
	height: 200px;
	overflow: hidden;
	float: left;
}

/* Scroll Area */
#areaSelect {
	position: absolute;
	top: 203px;
	left: 572px;
	width: 129px;
	height: 200px;
	border: 1px solid;
	background: #1c1610; 
	z-index: 10;
	font-size: 9px;
}

#areaSelectContent {
	width: 123px;
	height: 200px;
	overflow: hidden;
	float: left;
}

/* Scroll Area */
#typeSelect {
	position: absolute;
	top: 223px;
	left: 572px;
	width: 129px;
	height: 200px;
	background: #1c1610;
	border: 1px solid;
	z-index: 10;
	font-size: 9px;
}

#typeSelectContent {
	width: 123px;
	height: 200px;
	overflow: hidden;
	float: left;
}

.textPadLeft{
	padding-left: 5px;
}

.textPadTop{
	padding-top: 5px;
}

#musicContainer{
	position: absolute;
	top:550px;
	left:527px;
	width:184px;
	height:52px;
	z-index: 15;
}

#musicShift{
	position: absolute;
	left: -45px;
	top: -5px;
	height: 50px;
	width: 100%;
}



#musicLabel{
	position: absolute;
	left: 574px;
	top: 583px;
	width: 137px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
}

.calendarTable{
	position: absolute; 
	top:1px;
	left:1px; 
	width: 309px; 
	height: 309px; 
	border: #6F583C 1px solid; 
	border-collapse: collapse;
	color: #6F583C;
}

#bottomNav{
	position: absolute;
	top: 618px;
	left: 135px;
	height: 20px;
	display: inline;
}

#bottomNav ul li{
	display: inline;
}

#linkInfo{
	background:#3A2E1F;
	height:311px;
	left:971px; /*253px is showing*/
	position:absolute;
	top:162px;
	width:718px;
}

.button{
	cursor: pointer;
}

.bar{
	padding-left: 15px;
	padding-right: 15px;
	color: #2e2519;
}

#linkInfoContent{
	opacity: 1;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	width: 685px;
	float: left;
	height: 300px;
	overflow: hidden;
}

.upperCase{
	text-transform: uppercase;
}

.italics{
	font-style: italic;
}

p.indent{
	padding-left: 10px;
}

.linkHead{
	color: #FFF;
}

.blue{
	color: #29787A;
}

#eventForm{
	margin: 20px;
	width: 500px;
	color: #6F583C;
	text-align: left;
}

#eventForm a{
	text-decoration: none;
	color: #FFF;
}

#eventForm a:hover {
	color: #C33926;
}

#eventForm .header{
	background: #c33926;
	padding-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	color: #fff;
	margin-top: 10px;
}

#eventForm .date{
	width: 100px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#eventForm .input{
	width: 150px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#eventForm .textArea{
	width: 300px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#eventForm .submit{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #C33926;
	border: 1px solid;
	font-size: 7.5pt;
	padding: 3px;
	cursor: pointer;
}

label.error {
	color: #00FFFF;
	margin-left: 4px;

}
