
*{
    margin:0;
    padding:0;
}

body, html {
    margin:0;
    padding:0;
    background:#002400;
    text-align:center;
    margin-bottom:10px;
    font-family: "Arial", Verdana, sans-serif;
    color: #000000;
}

a {
    color: #413D3C;
    text-decoration: underline;
}

a:hover {
    text-decoration:none;
}

/* ----- IDS ----- */

#container {
    margin: 0.8em auto;
    padding: 0;
    background: #fff;
    text-align: left;
    width: 960px;
}

#container #front-paras p {
    float: left;
    width: 216px;
    padding: 0.6em;
    text-align: justify;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    background:#394E06;
    color:#87B220;
    font-family:'Times New Roman';
    font-weight:bold;
    font-size:15px;
    line-height:40px;
    letter-spacing:-2px;
    text-indent:-2px;   
}
#logo p{
    float:left;
    clear:none;
    height:40px;
    width:400px;
    margin:0;
    padding:0;
    color:#394E06;
    font-family:'Georgia';
    font-weight:normal;
    font-size:20px;
    text-indent:2px;
    line-height:43px;
    letter-spacing:-2px;
}

.subContainer, #navigation ul{
    margin:0;    
}
#header{
    text-align: center;
    margin:0;
    padding: 0;
    height: 130px;
    
}

#banner{
    margin: auto;
    width: 960px;
}

#banner .banner-margin {
    height: 0;
}

#banner-leaderboard-content {
    margin: 0;
    padding: 0 0 0 0;
    top: 0;
	margin-top: 10px;
}

#banner-leaderboard-content  p {
	color:#FFFFFF;
	font-family:"times New Roman", Verdana, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.05em;
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	text-align:left;
	top:195px;
	line-height:1.6em;
	z-index:1;
}

#banner-leaderboard-content p.caption {
 	display:block;
	padding-left:1em;
	position:absolute;
	z-index: 0;
	top: 85px;
	left:0;
}





/* ----- NAVIGATION ----- */

#nav { background: #5f7276; }

#top-nav {
    text-align: center;
    height: 37px;
    background: #5f7276;
    width: 945px;
    margin: auto;
	position: relative;
	z-index:50;
}

#top-nav ul {
    list-style: none;
    height: 37px;
    width: 663px;
    margin: -18px auto;
    position:relative;
    padding: 0;
}

* > #top-nav ul {
	margin:-10px auto;
}

/* ----- SUBNAV ----- */
#top-nav ul ul {
    list-style: none;
    height: auto;
    width: auto;
    position: absolute;
    border: 1px solid #fff;
    top: -999px;
    background: #5F7374;
    z-index:999;
    display:block;
}

#top-nav ul ul li {
    color: #fff;
    left: 0;
    border: 0;
    height: 37px;
    float: none;
    text-align: left !important;
    background: #5F7374;
    z-index:999;
    display:block;
    clear:both;
}

#top-nav ul ul li {
    width: 250px;
}

#top-nav ul ul li a {
	display:block;
}

#top-nav li:hover ul,
#top-nav li.sfhover ul {
    top: 47px;
}
/* ----- END SUBNAV ----- */


#top-nav ul li {
    float: left;
    clear: none;
    list-style: none;
    border-right: 2px solid #fff;
    font-size: 14px;
    height: 37px;
    text-align: center;
}

#top-nav ul li.last {
    border-right: none;
}

#top-nav ul li a,
#top-nav ul li a:active,
#top-nav ul li a:visited,
#top-nav ul li a:focus {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

#top-nav ul li a:hover,
#top-nav ul li:hover,
#top-nav ul li.sfhover {
    background: #062625;
}

#top-nav ul li#current {
    background: #062625;
}

#banner #navigation {
    margin-top: 5px;
    text-align: center;
    padding: 0;
    background: #5F7276;
    list-style: none;
    height: 37px;
}

#banner #navigation ul {
    background: #5F7276;
    color: #fff;
}

    #banner #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #banner #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #banner #navigation li a:hover{
        color: #fff;
        background: #062625;
    }
    #banner #active a{
        background:url('../images/nav_bg.gif');
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family:'Arial';
    font-size:25px;
    margin-top: 0.5em;
    margin-bottom: 0;
    font-weight: normal;
    color:#000;
    padding: 0.2em;
}

h3{
    font-family:'Arial';
    font-size:14px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

hr.home {
    height: 1px;
    border: 0;
    background: #EC5737;
    margin: .4em .4em 1em;
}

/* ----- PARAGRAPHS ----- */

p{
	padding: 0 0 18px;
    color:#000;
    font-size:11px;    
    line-height:18px;
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- Primary CONTENT ----- */

#primaryContent{
    text-align: left;
    width: 690px;
    padding: 0.8em;
    margin: -10px auto;
    font-size:11px;
    clear:none;
    float: left;
}
#primaryContent.wide{
	width: 670px;
}

#subcats { padding: 4px; }
#subcats ul { list-style: none; }
#subcats ul li { float: left; padding-left: 1px; padding-right: 4px;  }


/* ------ Secondary content -> pods --*/

#secondaryContent {
    width: 230px;
    color: #fff;
    padding: 0.7em;
    font-size: 11px;
    float: right;
    clear: none;
    margin: -10px 0 -10px 0;
}
#secondaryContent #pod_news { position: relative; background: #413D3C; }
#secondaryContent #pod_news h2 { margin: 0 0 0.2em; color: #fff; font-size: 20px; padding: 0.3em; }
#secondaryContent #pod_news h2 a { color: #fff; }
#secondaryContent #pod_news hr { margin: 0; padding: 0; color: #fff; border: 0; height: 1px; background: #fff; }
#secondaryContent #pod_news ul { list-style: none; }
#secondaryContent #pod_news ul li { border-bottom: 1px solid #ccc; padding: 1em; }
#secondaryContent #pod_news ul li a { color: #fff; }
#secondaryContent #pod_news ul li p { margin: 0.2em 0 0 0; padding: 0; color: #ccc; }
#secondaryContent #pod_news .bottom-link { padding: 1em; }
#secondaryContent #pod_news .bottom-link a,
#secondaryContent #pod_news .bottom-link a:active,
#secondaryContent #pod_news .bottom-link a:visited,
#secondaryContent #pod_news .bottom-link a:hover,
#secondaryContent #pod_news .bottom-link a:focus { font-weight: bold; color: #fff; }

#secondaryContent #pod_sales { position: relative; background: #413D3C; margin-top: 0.8em; }
#secondaryContent #pod_sales h2 { margin: 0 0 0.2em; color: #fff; font-size: 20px; padding: 0.3em; }
#secondaryContent #pod_sales h2 a { color: #fff; }
#secondaryContent #pod_sales hr { margin: 0; padding: 0; color: #fff; border: 0; height: 1px; background: #fff; }
#secondaryContent #pod_sales ul { list-style: none; }
#secondaryContent #pod_sales ul li { border-bottom: 1px solid #ccc; padding: 1em; position: relative; }
#secondaryContent #pod_sales ul li p { color: #fff; margin: 0.2em 0 0 0; padding: 0; color: #fff; position: absolute; top: 0; left: 110px; width:120px;}
#secondaryContent #pod_sales ul li p.more { margin: 2em 0 0 0; }
#secondaryContent #pod_sales ul li a { color: #fff; padding: 0.2em }
#secondaryContent #pod_sales .bottom-link { padding: 1em; }
#secondaryContent #pod_sales .bottom-link a,
#secondaryContent #pod_sales .bottom-link a:active,
#secondaryContent #pod_sales .bottom-link a:visited,
#secondaryContent #pod_sales .bottom-link a:hover,
#secondaryContent #pod_sales .bottom-link a:focus { font-weight: bold; color: #fff; }

#secondaryContent #pod_restorations { position: relative; background: #413D3C; margin-top: 0.8em; }
#secondaryContent #pod_restorations h2 { margin: 0 0 0.2em; color: #fff; font-size: 20px; padding: 0.3em; }
#secondaryContent #pod_restorations h2 a { color: #fff; }
#secondaryContent #pod_restorations hr { margin: 0; padding: 0; color: #fff; border: 0; height: 1px; background: #fff; }
#secondaryContent #pod_restorations ul { list-style: none; }
#secondaryContent #pod_restorations ul li { border-bottom: 1px solid #ccc; padding: 1em; position: relative; }
#secondaryContent #pod_restorations ul li p { color: #fff; margin: 0.2em 0 0 0; padding: 0; color: #fff; position: absolute; top: 0; left: 110px; width: 125px; }
#secondaryContent #pod_restorations ul li p.more { margin: 2em 0 0 0; }
#secondaryContent #pod_restorations ul li a { color: #fff; padding: 0.2em; }
#secondaryContent #pod_restorations .bottom-link { padding: 1em; }
#secondaryContent #pod_restorations .bottom-link a,
#secondaryContent #pod_restorations .bottom-link a:active,
#secondaryContent #pod_restorations .bottom-link a:visited,
#secondaryContent #pod_restorations .bottom-link a:hover,
#secondaryContent #pod_restorations .bottom-link a:focus { font-weight: bold; color: #fff; }

/* ----- FOOTER ----- */

#footer{
    width: 960px;
    margin: auto;
    clear: both;
    text-align: left;
    font-size: 12px;
    color: #2C3C3C;
    background: #5F7276;
    position: relative;
}

#footer .foot-text {
    margin: 0;
    padding: 0 1.3em;
}

#footer .whiteness {
    color: #fff;
}
    
    #footer ul{
        list-style:none;
    }
    
    #footer li{
        list-style:none;
        display:inline;
    }
    
    #footer #copyright{
        float:left;
        clear:none;
    }
    
    #footer #links{
        float:right;
        clear:none;
    }
    
    #footer a,
    #footer a:active,
    #footer a:visited,
    #footer a:focus,
    #footer a:hover {
        color: #2C3C3C;
        text-decoration: underline;
    }

/* ----- CLASSES ----- */

.clear {
    clear:both;
}




table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	padding: 4px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

thead th {
	font-size: 1.3em;
}

td.num, th.num {
	text-align: center;
}

#primaryContent .pagination {
    float: right;
    padding: 4px;
}

#primaryContent .pagination ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#primaryContent .pagination ul li {
	padding: 0 0 0 0.3em;
	display: inline;
	background: transparent;
}

/* ----- news ----- */

.news-item {
	margin: 0 0 10px;
	padding: 12px 0 0;
	background: #fff;
	border-top: 1px solid #EC5737;
  position: static;
  min-height: 195px;
}

#news-image {
	float:left;
	padding:0 2em 2em 0;
}
.news-item h3 { font-weight: normal; font-size: 24px; margin: 0; }
.news-item h3 a { text-decoration: none; }
.news-item .news-text { width: 310px; float: left; }
.news-item .news-image { float: right; }
.news-item .news-link { position: absolute; bottom: 1em; left: 0; }
.news-body { background: #fff; }
.news-posted { font-style: italic; color: #888; margin: 0; }

/* ----- events -----*/

#event-image {
	float:left;
	padding:0 2em 2em 0;
}

.event-item {
    margin: 0 0 10px;
    padding: 12px 0 0;
    background: #fff;
    border-top: 1px solid #EC5737;
    position: static;
    min-height: 195px;
     overflow:hidden;
   
}

.event-item h3 { font-weight: normal; font-size: 24px; margin: 0; }
.event-item h3 a { text-decoration: none; }
.event-item .event-text { width: 310px; float: left; }
.event-item .event-image { float: right; }
.event-item .event-link { bottom: 1em; left: 0; }
.event-body { background: #fff; }
.event-posted { font-style: italic; margin: 0; }

/* ----- gallery ----- */

.album, .photo {
	margin: 0 25px 5px 0;
	float: left;
	width: 106px;
}

.album a.image, .photo a {
	margin: 0 0 3px;
	padding: 2px;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #fafafa;
	border: solid 1px #ccc;
	line-height: 100px;
	text-align: center;
}

.album a.image img, .photo a img {
	vertical-align: middle;
}

.field {
	padding: 0 0 3px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.field label {
	position: absolute;
	left: 0;
	top: 3px;
	width: 120px;
}

.field input, .field textarea, .field select {
	margin-left: 120px;
}

.submitfield {
	padding-left: 120px;
}

#register {
	padding: 20px 0;
	text-align: center;
	font-size: 1.3em;
}

.forum h3 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif;
}

.forum p {
	padding: 0;
}

.forum th {
	font-size: 1em;
}

.forum .edited-by {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #888;
}

.forum .edited-by a:link, .forum .edited-by a:visited,
.post-summary a:link, .post-summary a:visited {
	color: #777;
	text-decoration: underline;
}

.forum .edited-by a:hover, .forum .edited-by a:focus,
.post-summary a:hover, .post-summary a:focus {
	color: #000;
	text-decoration: underline;
}

.left h2 {
	margin-bottom: 0;
}

.left h3 {
	font-family: arial, helvetica, sans-serif;
	color: #333;
}

.post-summary {
	padding: 0 0 15px;
	font-size: 0.9em;
	color: #666;
}

.item_asset img {
    vertical-align: middle;
}
