body
{
	background-image: url(../graphics/tint_back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Arial;
	font-size: .8em;
}

td { vertical-align: top; }
	
#head{
	width: 980px;
	margin: 0 auto;
}

#logo{
	width: 980px;
}

#nav { background-color: #039; height: 24px;}
	
#main
{
	position: relative;
	width: 980px;
	background-image: url(../graphics/main_back.png);
	background-repeat: repeat-y;	
	margin: 5px auto;
	clear: both;
}

#content
{
	position: relative;
	float: left;
	width: 770px;

}


#content-main
{
	width: 770px;
		min-height: 300px;
	 background-color: #e6f0fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;

}

#content-head
{
	width: 770px;
	height: 24px;
	 background-color: #036;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	font-size: 18px;
	text-indent: .5em;
	color: #FFF;
	
}	


#separator
{
	clear:both;
	width: 760px;
	height: 1px;
}

#content-left
{
	width: 375px;
	height: 232px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	background-image: url(../images/cityCardPromo.jpg);
}

#content-right
{
	width: 375px;
	height: 232px;		
	float: right;
	margin-top: 10px;
	 background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 0px;
	background-image: url(../images/holiday_prelude2.jpg);
}


#content-base
{
	width: 770px;
	margin-top: 10px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;

}



.event-container {
	width: 740px;
	margin: 20px auto;
}

.event-title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000;		
}

.event-description {
	width: 480px;
	float: left;
}

.event-info {
	width: 240px;
	float: right;
	 background-color: #FFF;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;	
	font-size: 11px;
	margin-top: 6px;
}

.event-table {
	max-width: 240px;

}



.event-info-head
{
	width: 240px;
	height: 18px;
	 background-color: #036;
	-moz-border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	font-size: 12px;
	text-indent: .5em;
	color: #FFF;
	
}



.event-separator {
	width: 740px;
	clear: both;
}


#sidebar
{
	position: relative;
	float: right;
	padding: 3px;
}

#foot
{
	width: 980px;
	clear: both;
	text-align: center;
	font-size: .6em;
	margin-top: 10px;
}

.left_arrow {
	float: left;
	width:14%;
	}
	
.right_arrow {
	float: right;
	width:14%;
	text-align: right;
	}
	
.cal_title {
	float: left;
	width: 72%;
	text-align: center;
}


.event_list
{
	font-size: 1em;
}
#nav {padding-top: 6px;}
#nav ul { list-style-type: none; margin: 0; padding: 0; font-size: 1em; }

#nav ul li, #nav ul li a:link, #nav ul li a:visited { color: #fff; display: inline; margin-left: 5px; margin-right: 10px; text-decoration: none;}

#nav ul li a:hover { color: #9CF; }


.mainInfo {
position: relative;
width: 70%;
float: left;
min-height: 300px;

}

#user_menu
{
float: right;
width: 200px;
}

fieldset {
  margin-bottom: 10px;
  width: 550px;
}
legend {
  padding: 0 2px;
  font-weight: bold;
}
label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
fieldset fieldset label {
  display: block;
  width: auto;
}
fieldset em {
  font-weight: bold;
  font-style: normal;
  color: #900;
}
fieldset label {
  width: 150px; /* Width of labels */
}
fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#infoMessage p {
	color: #C00;
	font-size: 125%;
}

