/* CSS Document */

:link,:visited { 
text-decoration:none 
}

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
margin:0;
padding:0;
}

a img,:link img,:visited img { 
border:none 
}

address { 
font-style:normal 
}

* {
  margin: 0px;
  padding: 0px;
}

a:link {
	color: #8CC63F;
	text-decoration: none;
}

a:visited {
	color: #8CC63F;
}

a:hover {
	text-decoration: none;
}

p {
	padding-bottom: 1.5em;
}

h1 {
	font-size: 150%;
	padding-bottom: 8px;
	padding: 15px 15px 0 15px;
}

h2 {
	font-size: 120%;
	margin-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	font-style: italic;
	color: #FFFFFF;
	padding: 0 0 0 15px;
	margin-top: -20px;
}

ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

li {
	list-style-type: square;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 20px;
}

hr {
	color: #fff;
	border: 1px dotted #FFFFFF;
	margin: 15px;
	clear: both;
	border-style: none none dotted;
}

html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	background-image: url(images/bck.jpg);
	background-repeat: no-repeat;
	background-color: #666666;
	background-attachment: fixed;
	background-position: top center;
}

#nav {
	width: 450px;
	margin-left: 500px;
	position: relative;
}

#menu {
	position: absolute;
	top: -15px;
	left: 196px;
	z-index: 50;
}

#branding {
}

#sub_nav {
	position: relative;
	background-color: #ECECEC;
}

#associations {
	border-top: solid #8cc63f 2px;
	margin-top: 5px;
	width: 375px;
}

#container-page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
#container_content {
	border-top: solid #8cc63f 2px;
	border-bottom: solid #8cc63f 2px;
	padding: 5px 0;
}
*  html  #content {
	height: 375px;
}
#content {
	min-height:375px;
	height:auto;
	width: 960px;
}

#column_left {
	width: 375px;
}

#column_left p {
	font-size: 90%;
}

#column_right {
	float: right;
	width: 578px;
	color: #FFFFFF;
}

#column_right p {
	color: #FFFFFF;
	padding: 15px 15px 0 15px;
}

#about {
	width: 300px;
	position: absolute;
	top: 68px;
	left: 36px;
}

#about a:link{
	color: #000000;
}

#about h1{
	font-size: 150%;
	padding-top: 0px;
	margin-left: -15px;
}

#gallery {
	margin-top: 15px;
}

#gallery img {
	border: solid #ECECEC 5px;
	margin: 8px;
}

#container-foot {
	text-decoration: none;
	width: 375px;
	margin-top: 10px;
	margin-left: 575px;
	height: 51px;
	padding-bottom: 15px;
	clear: both;
}

#foot {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 16px;
}
.bold {
	font-weight: bold;
}
.floatleft {
	float: left;
	width: auto;
}
.floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	width: auto;
}
.imgover {
}
.focus {
	margin-top: 12px;
	position: relative;
	z-index: 0;
}
.focus_text {
	position: absolute;
	top: 50px;
	left: 222px;
	font-size: 78%;
	width: 340px;
	height: 95px;
}
.focus_text  p {
	position: absolute;
	bottom: 0px;
	padding: 0px !important;
}

.focus_link {
	font-weight: bolder;
}

div.caption {
	float: left;
}

div.caption p {
	text-align: center;
	padding: 0px;
	margin: -20px 0 10px 0;
	font-size: 80%;
}
