@charset "utf-8";
/* CSS Document */

/* CSS Reset
-------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/*  Basic CSS */

body {
	background: url(../images/page_bg.gif) top repeat-y #68125c;
	font: 100% Georgia, "Times New Roman", Times, serif ;
	color: #311c2e;
}

h1,h2,h3,h4,h5,h6 {
color: #68125c;
border-bottom: 1px solid #311c2e;
font-size: 1.5em;
font-weight:bold;
font-style:italic;
margin-bottom: 1em;
}

p {
	font-size: 0.8em;
	line-height: 1.8em;
	padding: 0.2em 0;
}

p strong{
	font-weight:bold;
}

ul {
}

object {
	display: block;
}
/* Layout Divs */

#container {
	width: 760px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}

	#header {
	}
	
	#navContainer {
		background-image: url(../images/nav_bg.jpg);
		background-repeat:no-repeat;
		height: 44px;
		text-align: center;
	}
	#column.right{
		margin-top:50px;
	}
	#content {
		padding: 1em;
	}
	
	#content ul {
		list-style:disc;
		list-style-position:inside;
	}
	
	#content li {
		font-size: 0.8em;
		line-height: 1.8em;
		padding: 0.5em 2.0em;
	}
	
	#content #map{
		clear:both;
		margin-top:20px;
		height: 400px; 
		border-style:solid; 
		border-width:medium;
		border-color:#68125c;
		margin-right:5px;
	}

/* Form Stylin' */
		
			#contact_form {	
				padding: 0.5em;
				width:400px;
				font-size:0.8em;
				color: #68125c;
			}
									
			#contact_form fieldset {
				padding: 1em;
				border: 1px solid #68125c;
				margin-bottom: 0.5em;
				background: #ccc;
			}

			#contact_form fieldset legend {
				padding: 0 0.5em;
				font-size: 1em;
				color: #68125c;
				background: #ccc;
				border: 1px solid #68125c;
				border-bottom: none;
			}
			
			#contact_form fieldset label {
				display: block;
				float: left;
				clear: left;
				width:70px;
			}
			
			
			#column #contact_form input {
				width: 18em;
			}

			#column #contact_form input.formBtn {
				width:7em;
				margin-top:10px;
				margin-left:30px;
				text-align:center;
			}
						
			#column #contact_form textarea{
				width: 23em;
				font-family: Arial, Helvetica, sans-serif;
			}
			
			#column div{
				margin-top:20px;
				border-style:solid; 
				border-width:thin;
				border-color:#68125c;				
			}
	
	#footer {
		padding: 2em;
		font-size: 0.7em;
	}