@charset "utf-8";
/* CSS Document */

/* For debugging divs */
* { border: 0px !important;}

body {
	background-color: #000;
	font-family: Verdana;
	font-size: 0.7em;
	margin: 0px;
	color: #CCC;
	background-attachment: scroll;
	background-image: url(gfx/BG_Repeat_Banner_Small.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

#outer_container {
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	width: 800px;
	border: 1px dotted #036;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	height: auto;
}

#sidemenu {
	margin-top: 200px;
	text-align: left;
	padding: 0px;
	width: 200px;
	min-height: 400px;
	border: 1px dotted #036;
	float: left;
	background-image: url(gfx/navigation_divider.png);
	background-repeat: no-repeat;
	background-position: right -5px;
	background-attachment: scroll;
	overflow: visible;
}

#content_wrapper {
	text-align: left;
	margin-left: 60px;
	padding: 0px;
	width: 500px;
	height: 600px;
	border: 1px dotted #036;
	/* background-color: #333; */
	float: left;
	margin-top: 100px;
}

#content {
	height: 648px;
}

#footer { 	
	text-align: left;
	width: 800px;
	border: 1px dotted #036;
}

ul {
	list-style: none;
	font-weight: bold;
	color: #CCC;
	
	/*'top' 'right' 'bottom' 'left'*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li > ul {
	font-weight: normal;
	color: #999;
	/*'top' 'right' 'bottom' 'left'*/
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
}
li {
	/*'top' 'right' 'bottom' 'left'*/
	margin: 0px 0px 10px -15px;
	padding: 0px 0px 0px 15px;
}

ul.services {
	font-weight: normal;
	color: #CCC;
	/*'top' 'right' 'bottom' 'left'*/
	margin: 0px;
	list-style-image: none;
	list-style-type: circle;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
li.services {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

a {
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.thumbnail {
	/*'top' 'right' 'bottom' 'left'*/
	margin: 2px 1px 2px 1px;
	border: none;
}
#gallery {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.clear_float {
	clear: left;
}
.text_large {
	font-size: 18px;
}
.text_bold {
	font-weight: bold;
}
#address {
	margin-top: 50px;
}
#about_text_frame {
	margin-top: 50px;
}
#intro_graphic {
	margin-top: 100px;
}
.sub_heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

#content p
{
	margin-top: 6px;
	margin-bottom: 30px;
}
