﻿
/*----Navigation Header--*/

#header {
    height: 73px;
    margin: 0 auto;
    text-align: center;
}
#header a#home {
    background-image: url("images/link_11.jpg");
    width: 172px;
    height: 73px;
    display:-moz-inline-stack;
    display: inline-block;
}
#header a#home:hover, #homepg a#home{
    background-image: url("images/link_over_11.jpg");
}
#header a#services{
    background-image: url("images/link_12.jpg");
    width: 133px;
    height: 73px;
    display: -moz-inline-stack;
    display: inline-block;
}
#header a#services:hover, #servicespg a#services{
    background-image: url("images/link_over_12.jpg");
}
#header a#projects{
    background-image: url("images/link_13.jpg");
    width: 134px;
    height: 73px;
    display: -moz-inline-stack;
    display: inline-block;
}
#header a#projects:hover, #projectspg a#projects{
    background-image: url("images/link_over_13.jpg");
}
#header a#events{
    background-image: url("images/link_14.jpg");
    width: 134px;
    height: 73px;
    display:-moz-inline-stack;
    display: inline-block;
}
#header a#events:hover, #eventspg a#events{
    background-image: url("images/link_over_14.jpg");
}
#header a#contact{
    background-image: url("images/link_15.jpg");
    width: 171px;
    height: 73px;
    display: -moz-inline-stack;
    display: inline-block;
}
#header a#contact:hover, #contactpg a#contact{
    background-image: url("images/link_over_15.jpg");
}

/*----Top portion with flash and flame--*/

#topper {
    height: 193px;
    top: 0;
    padding: 0;
}
#flame {
    right: 0;
    float: right;
    position: absolute;
    top: 0;
}
#flash {
    left: 0;
    float: left;
    position: absolute;
    top: 0;
}

/*----Main container--*/
#container {
    width: 1000px;
    margin: 0 auto;
}

/*----Content--*/
#content {
	background-image:url(images/content_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	padding-left: 65px;
	padding-right: 65px;
}
#content p {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1.5em;
}
#content ul {
    margin: 0 auto;
    text-align: left;
    padding-left: 60px;
    font-size: 1.4em;
}
#content ul li {
    list-style-type: disc;
}
#content_top {
	background-image:url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	margin: 0;
}
#content_bottom {
	background-image:url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	vertical-align: top;
}
#content table {
	margin-bottom: 0;
}

/*----Links--*/
a, a:link, a:visited {
	color: #009BD4;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a img {
    text-decoration: none;
    border: none;
}

/*----CenterWrap--*/
#centerwrap a {
    text-decoration: none;
}
#centerwrap {
	text-align:center;
}
#centerwrap img {
    border-top: solid 2px #555;
    border-left: solid 2px #555;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    margin: 8px;
}

/*----Footer--*/
#footer {
	background-image:url(images/footer.jpg);
	height: 50px;
	line-height: .6em;
}
#footer a, #footer a:link, #footer a:visited {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#footer a:hover {
	color:  #FFFFFF;
}
#footer ul {
    padding-top: 16px;
    text-align: center;
}
#footer ul li {
    display: inline;
    list-style-type: none;
    padding: .2em .8em;
}
#footer p#foot, #footer p#foot a {
    text-align: center;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*----SEO--*/
p#seo a, p#seo img {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #555552;
    text-decoration: none;
    padding-left: 40px;
}

/*----Form Styling--*/
textarea, input, select {
    background-color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

/*----Events Table--*/
.events_header{ 
    background-color:#333333; 
	color:#FFFFFF; 
	font-size:16px;
	font-weight: bold;
	height:25px;
}
.events_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;

	padding: 8px 12px; 
}
.events_text2 {
    background-color:#DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 8px 12px;
}

/*----Header Tag--*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	/*padding-top: 15px;*/
    margin-bottom : 4px;
    border-bottom : 1px solid #333333;
}

/*----Span Tag--*/
.blue {
    color: #00ADEC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: 100%;
	margin: 0;
	background-color: #231F20;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	min-width: 1005px;
}
