* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #0F8C8C;
  	outline: none;
  	-moz-outline-style: none;

}

a:hover {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: underline;
	color: #0F8C8C;
  	outline: none;
  	-moz-outline-style: none;

}


body {
	font-size: 11.5pt;
	color: #5C5B5B;
	line-height: 1.75em;
	background: #E0DCDC url(../images/img01.gif) repeat-x top left;
}

body,input {
	font-family: Georgia, serif;
}

strong {
	color: #2C2B2B;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	color: #2C2B2B;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

p {
	margin-bottom: 1.5em;
}



.box {
	overflow: hidden;
	margin-bottom: 0em;
	position: relative;
}

.triangleoverlay {
background: url(../images/arrowdownblue.png) no-repeat;
width: 293px;
height: 100px;
position: absolute;
z-index: 999;
bottom:-40px;
display: none;
/*display: block;*/
}

.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 6px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}

#content {
	width: 600px;
	float: left;
	padding: 0;
}

#content-box1 {
	width: 275px;
	float: left;
}

#content-box2 {
	width: 275px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 305px;
}

#content-box3 {
	width: 275px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
}

#contact-box2 {
	width: 620px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
}

#footer {
	margin: 40px 0 120px 0;
	text-align: center;
	color: #8C8B8B;
}

#footer a {
	color: #8C8B8B;
}

#header {
	height: 300px;
	position: relative;
	padding: 0;
	color: #000;
	width: 980px;
	overflow: hidden;
}

#logo {
	line-height: 160px;
	height: 160px;
	padding: 5px 0 0 0;
	position: absolute;
	top: 0;
	left: 45px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #3E3E3E;
}

#logo h1 {
	font-size: 3.25em;
}

#slogan {
	line-height: 160px;
	height: 160px;
	padding: 5px 0 0 0;
	position: absolute;
	right: 45px;
	top: 0;
}

#slogan h2 {
	color: #BEBEBE;
	font-size: 1.25em;
	text-shadow: 0 1px 1px #3E3E3E;
}

#menu-main {
	position: relative;
	margin: 0;
	height: 60px;
	line-height: 60px;
	
	border-top: solid 1px #5AD7D7;
	text-shadow: 0 1px 1px #007D7D;
	background-color: #6DC1B1;
	padding-left: 30px;
}

#menu-main a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: -1px;
	background: #6DC1B1;
	display: block;
	padding: 0 20px 0 20px;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;

}

#menu-main a:hover {
	background: #6DC1B1 url(../images/hover.gif) bottom center no-repeat;
	color: #FFF;
	font-size: 20px;
	letter-spacing: -1px;
}

#menu-main a.current {
	background: #6DC1B1 url(../images/hover.gif) bottom center no-repeat;
	color: #FFF;
	font-size: 20px;
	letter-spacing: -1px;
}

#menu-main ul {
	list-style: none;
	
}

#menu-main ul li {
	height:60px;
	
	display: inline;
}

#menu-main ul li.first {
	padding-left: 0;
}




#page {
	padding: 45px 45px 15px 45px;
	position: relative;
	width: 890px;
	margin: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 30px 0 30px 0;
}



#page-bottom {
	position: relative;
	margin: 0;
	border: solid 1px #7E7E7E;
	width: 918px;
	color: #DCDCDC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 45px;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}

#page-bottom a {
	color: #F5F5F5;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4 {
	color: #FFFFFF;
}

#page-bottom ul {
	list-style: none;
}

#page-bottom ul li {
	border-top: solid 1px #8F8F8F;
	padding: 15px 0 15px 0;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom-content {
	width: 600px;
	float: left;
}

#page-bottom-sidebar {
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 375px;
}

#page-left-sidebar {
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}

#page-middle-sidebar {
	width: 290px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
}

#page-bottom-sidebar2 {
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 620px;
}

#search input.form-submit {
	margin-left: 1em;
	color: #FFFFFF;
	padding: 10px;
	background: #2FACAC;
	border: 0;
}

#search input.form-text {
	border: solid 1px #8F8F8F;
	padding: 10px;
}

#sidebar {
	width: 282px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 614px;
}

#splash {
	margin: 0 0 0 0;
	height: 250px;
	position: relative;
	padding: 45px 45px 10px 45px;
	width: 890px;
}

#splash .pic {
	padding: 9px;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
}

/*Slideshow*/

#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#follow {
    height: 38px;
	width: 218px;
	padding: 15px 0px 0px 65px;
	background-image:url(../images/birdie.jpg);
}

.frooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
	display:block;
	height:18px;
}

/* Download Menu */

.downloadmenu{
	width: 275px; /*width of menu*/
	float:left;
}
	
.downloadmenu div a{ /*header bar links*/
	display: block;
	background:url(../images/download.gif);
  	height: 57px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 0;
	line-height: 57px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
}
	
.downloadmenu div a:link, .downloadmenu div a:visited{

}

.downloadmenu div a:hover{
	color:#0F8C8C;
	background-image:url(../images/download2.gif);
	
}

.downloadmenu div.unselected a{ /*header that's currently not selected*/
	color: #999;
}

	
.downloadmenu div.selected a{ /*header that's currently selected*/
	color: #E5E5E5;
	background-position: 100% 0px !important;
}

.downloadmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.downloadmenu ul li{
	border-bottom: 1px solid #CCC;
}


.downloadmenu ul li a{ /*sub menu links*/
	display: block;
	background-color:#FFF;
	background-image:url(../images/download.gif);
	background-repeat: no-repeat;
}

.downloadmenu ul li a:hover{
	color:#000000;
	background: #E2E2E2;
	background-image:url(../images/download2.gif);
	background-repeat: no-repeat;
}

/* wee gallery */


#left_column_mimage {
	width: 275px;
	height: 192px;
	margin-bottom: 12px;
}
#left_mimage1 {
	height: 59px;
	width: 85px;
	margin-right: 10px;
	margin-bottom: 12px;
}
#left_mimage3 {
	height: 59px;
	width: 85px;
	margin-bottom: 12px;
}
#left_mimage2 {
	height: 59px;
	width: 85px;
	margin-right: 10px;
	margin-bottom: 12px;
}
#left_mimage1, #left_mimage2, #left_mimage3 {
	float: left;
}


/* Menus category */

.categories{
	width: 275px; /*width of menu*/
	float:left;
}
	
.categories div a{ /*header bar links*/
	display: block;
	background:url(../images/menuarrow2.png);
  	height: 57px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 0;
	line-height: 57px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
}
	
.categories div a:link, .categories div a:visited{

}

.categories div a:hover{
	color:#0F8C8C;
	background-image:url(../images/menuarrow.png);
	
}

.categories div.unselected a{ /*header that's currently not selected*/
	color: #999;
}

	
.categories div.selected a{ /*header that's currently selected*/
	color: #E5E5E5;
	background-position: 100% 0px !important;
}

.categories ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.categories ul li{
	border-bottom: 1px solid #CCC;
}


.categories ul li a{ /*sub menu links*/
	display: block;
	background-color:#FFF;
	background-image:url(../images/menuarrow.png);
	background-repeat: no-repeat;
}

.categories ul li a:hover{
	color:#000000;
	background: #E2E2E2;
	background-image:url(../images/menuarrow2.png);
	background-repeat: no-repeat;
}


/* Contact Form */


#contact-area {
	width: 600px;
	margin-top: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #6DC1B1;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* Accordian */


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 275px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
  width: 275px;
  position: relative;
}

ul#menu li a {
  background: #fff;
	color: #5C5B5B;
	border-bottom: 1px #CCC solid;
	padding-top: 0.65em;
	padding-right: 0.5em;
	padding-bottom: 0.65em;
	padding-left: 0.5em;
}

ul#menu li a:hover {
  background: #EBEBEB;
}

ul#menu li ul li a {
  background: #f4f4f4;
  color: #5C5B5B;
  border-left: 5px #6DC1B1 solid;
  padding-left: 15px;
}

/* add image after dropdown link */

#menu > li > a:after {
background: url(../images/dd.png) no-repeat;
content: " ";
display: inline-block;
height: 10px;
width: 10px;
margin-top: 8px;
margin-right: 10px;
position: absolute;
right: 0;
opacity: .5;
}

#menu > li > ul > li > a:after {
background: url(../images/dr.png) no-repeat;
content: " ";
display: inline-block;
height: 10px;
width: 10px;
margin-left: 10px;
position: absolute;
right: 0;
margin-right: 10px;
margin-top: 8px;
opacity: .5;
}

iframe {
	/*border-bottom:1px solid #ddd;*/
}

.

/*ul#menu li a:last-child {
  	background: #fff;
	color: #5C5B5B;	
  	border-bottom: none;
	padding-top: 0.65em;
	padding-right: 0.5em;
	padding-bottom: 0.65em;
	padding-left: 0.5em;
}*/

ul#menu li ul li a:hover {
 	background:  #fff;
  border-left: 5px #6DC1B1 solid;
  padding-left: 15px;
}