*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font:normal 1em Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.gif) repeat;
	text-align: center;
	margin-bottom:60px;
	color: #000;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

.warning
{
	background: #333;
	color: #fff;
	padding: 10px;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
	font-size:1.15em;
}

h3
{
	font-size:1em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size:0.8em;
	line-height: 155%;
	color: #333;
}

em
{
	font-style:normal;
	font-weight:bold;
}

fieldset
{
  border:0;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 910px;
	height: auto;
	margin: 42px auto 0 auto;
	text-align: left;
	background:url(../images/wrap_bg.png) repeat-y;
}

#header
{
	background:#FFFFFF url(../images/header.jpg) no-repeat 0 bottom;
	height:286px;
	margin:0 10px;
	border-top:7px solid #FFFFFF;
}

#header h1
{
	background:url(../images/logo.png) no-repeat 0 top;
	height:53px;
	text-indent:-9999px;
}

#nav_container
{
	margin-top:-30px;
}

#nav_banner_left
{
	background:url(../images/nav_banner_left.png) no-repeat 0 0;
	float:left;
	display:inline;
	height:53px;
	width:14px;
	margin-left:-4px;
	margin-top:-7px;
}

#nav_banner_right
{
	background:url(../images/nav_banner_right.png) no-repeat  0 0;
	display:inline;
	float:right;
	height:53px;
	width:14px;
	margin-right:-2px;
	margin-top:-69px;
}

#nav
{
	background:#DCD2C5 url(../images/content_bg.jpg) no-repeat 0 bottom;
	height:62px;
	margin-left:10px;
	margin-right:12px;
}

#nav ul
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 41px;
	background:#CCC url(../images/nav_bg.gif) repeat-y 0 0;
}


#content_wrapper
{
	background:#dcd2c5;
	float:left;
	display:inline;
	margin:0 12px 0 10px;
	border-bottom:7px solid #FFFFFF;
	width:97.6%;
}

#content
{
	float: left;
	display:inline;
	width: 66%;
	height: auto;
	margin:0 10px;
}

.acom_image
{
	margin-bottom:15px;
	border:3px solid #999;
}

#sidebar
{
	float: right;
	display:inline;
	width: 29%;
	height: auto;
	margin:0 10px;
}

#sidebar ul
{
	font: .8em Georgia, "Times New Roman", Times, serif;
	list-style: outside;
	margin-left: 10px;
}

#contact
{
	background:#FFF;
	border:#999 solid 3px;
	padding:11px 12px;
	width:88.5%;
	margin-bottom: 10px;
}

#contact h2
{
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:18px;
}

#contact h3
{
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	padding-bottom:11px;
	border-bottom:solid 1px #ccc;
}

#contact h4
{
	font: 0.86em Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #333;
}

a:visited
{
	text-decoration: underline;
	color: #333;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

#first
{
	margin-left:136px;
}

#nav img
{
	margin-top:15px;
	margin-right:4px;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
	margin-bottom:7px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}


/* EXTRAS *************************************/

.img_align_left
{
	float:left;
	display:inline;
	border: 3px solid #999;
	margin-right: 9px;
	margin-bottom: 10px;
}

#submit 
{
	background:url(../images/submit_bg.jpg) no-repeat;
	border:1px solid #c7c7c7;
	color:#fff;
	height:22px;
	width:230px;
	margin-top:8px;
	font:bold .8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

#g_calendar iframe
{
	font-size:0.86em;
	margin-bottom:10px;
	height:600px;
	width:867px;
	border:0;
}