/* - - - - - - - - - - - - - - - - - - - - -

Title :   Mighty Template
Author :  James Broad
URL :     kulor.com

Created : 01.06.2006 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #043f4a;
}
body, html{
    margin:0px;
    padding:0px;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:0px;
}
a{
    color:#87B220;
    text-decoration:underline;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:780px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */
#initials {
	position: absolute;
	top: -20px;
	left: -30px;
}
#logo{
	margin:25px 0px;
	padding:0;
}

#logo #box{
	position:relative;
	float:left;
	clear:none;
	height:50px;
	width:50px;
	margin:0px 0px 0px 20px;
	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:128px;
	margin:5px 0px 0px 60px;
	padding:0;
	color:#394E06;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:36px;
	text-indent:2px;
	line-height:43px;
	letter-spacing:-2px;
}
#tree_logo {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}
.subContainer, #navigation ul{
	width:780px;
	margin:0px auto;
	position: relative;
	border:solid thin #87b220;
}
#header{
	text-align:left;
	margin:0px;
	background-color: #87b220;
	height: 94px;
	width:100%;
	border:solid thin #87b220;
}
#headerIE{
	text-align:left;
	margin:0px;
	background-color: #87b220;
	height: 94px;
	width:100%;
	border:none;
}
#subContainerIE {
	width:780px;
	margin:0px auto;
	position: relative;
	border:none;
	height: 92px;
	background-image: url(../images/WestcoastGenesisSociety-header.jpg);
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
	margin:0;
	padding:0;
	background:#7fa71f;
	height:34px;
	list-style:none;
}
#navigation ul{
border:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#739B1F;
    }
    #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:'Georgia';
	font-size:23px;
	letter-spacing:-1px;
	margin-top:15px;
	margin-bottom:20px;
	font-weight:normal;
	color:#718e3e;
}
h3{
	font-size:11px;
	font-weight:bold;
	color:#718e3e;
	margin:15px 0px;
	border-bottom-color: #718e3e;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h4{
	font-size:11px;
	font-weight:bold;
	color:#718e3e;
	margin:15px 0px;
}

/* ----- PARAGRAPHS ----- */

p{
	color:#043f4a;
	font-size:11px;
	line-height:20px;
	margin: 10px 0px 10px 0px;
}
#primaryContent ol{
	color:#043f4a;
	font-size:11px;
	margin:0px 0px 0px 35px;
}
#primaryContent ol li {
	padding-left:0px;
	margin:8px 0px 0px 10px;
	list-style: number;
}
#primaryContent ul{
	color:#043f4a;
	font-size:11px;
	margin:0px 0px 0px 10px;
	list-style:none;
}

#primaryContent ul li{
	padding-left:25px;
	margin:8px 0px 0px 10px;
	list-style:none;
	background:url('../images/content_bullet.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#secondaryContent p{
    
}

/* ----- 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;
}

/* ----- CONTENT ----- */

#primaryContent{
    width:406px;
    padding:20px 55px;
    border-right:5px solid #e7e7e7;
    font-size:11px;
    float:left;
    clear:none; 
}
#primaryContent img{
	float:right;
	clear:none;
	margin:10px;
	margin-right:0;
	padding:1px;
	border: 1px solid #E7E7E7;
}

#secondaryContent{
    width:228px;
    padding:10px 14px;
    font-size:11px;
    float:right;
    clear:none; 
}
#secondaryContent h2{
    padding:11px 15px;
    background:url('../images/intro_bg.gif') no-repeat;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContent h3{
	color:#87b220;
	margin-top:20px;
	border-bottom-style: solid;
	border-bottom-color: #87b220;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
	list-style:none;
	padding-left:20px;
	margin:8px 0;
}
#secondaryContent .links li a{
	color:#87B220;
	font-weight:normal;
	text-decoration:none;
}
#secondaryContent .links li a:hover{
	color:#394E06;
	font-weight:normal;
	text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:15px;
    margin:8px 0;
    background:none;
	background: url('../images/content_bullet_green.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;

}
.backtotop {
	margin:0px;}
.backtotop a{
	color:#87B220;
	font-weight:normal;
	text-decoration:none;
	font-size: 9px;
}
.backtotop a:hover{
	color:#394E06;
	font-weight:normal;
	text-decoration:underline;
}

/* ----- TOOL TIPS ----- */
#primaryContent .tip a {
	text-decoration:none;
	font-style: italic;
	color: #043f4a;
}
#primaryContent .tip a:hover {
	text-decoration:none;
	font-style: italic;
	color: #043f4a;
}



/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#546d17;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #7fa71f;  
    }
        #comments .comment dt{
            float:left;
            clear:none;
        }
        #comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        #comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    text-align:right;
    font-size:10px;
    color:#606060;
    background:#f4f4f4;
}
#footer div{
clear:both;
    color:#606060;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    	color:#606060;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }
    #footer li a{
        color:#606060;
        text-decoration:none;
    }
    #footer li a:hover{
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}
