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

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

Created : 01.06.2006 

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

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

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:10px;
	background-image:url(../images/background.gif)
}
a{
    color:#cc0000;
    text-decoration:underline;
}
    a:hover{
        color:#cc0000;
        text-decoration:none;
    }

/* ----- HEADER ----- */
#headerContainer {
margin:0 auto;
width:780px;
height:131px;
padding:0;
border:0;
}

#seal{
padding:0;
margin:0;
width:130px;
height:130px;
float:left;
clear:left;
}


#logo {
    float:left;
    clear:none;
    height:93px;
    width:400px;
    margin:0;
    padding:0;
	text-align:left;
}

#logo p {
color:#e0d6d1;
font-family:'Georgia';
font-weight:bold;
font-size:24px;
letter-spacing:-1px;
padding-top:58px;
text-indent:20px;
}

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


#navigation{
    width:630px;
	margin:0 auto;
    padding:0;
    height:35px;
    list-style:none;
	float:left;
}

#navigation ul{
    width:610px;
    margin:0 auto;
	padding-left:20px;
}

#navigation li{
        float:left;
        clear:none;
        list-style:none;
    }

#navigation li a{
        color:#e0d6d1;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:11px 18px;
    }
    #navigation li a:hover{
        color:#e0d6d1;
        background:#cc0000;
    }
    #active a{
        background:#cc0000;
    }

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

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

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#2d4726;
}
h3{
    font-size:12px;
    font-weight:bold;
    color:#2d4726;
    margin:5px 0;
    
}

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

p{
    color:#000000;
    font-size:11px;    
    line-height:25px;
}
#primaryContent ul{
    color:#000000;
    font-size:11px;    
    margin:20px 0;
	padding-left:20px;
    list-style:none; 
}
#primaryContent li{    
    padding-left:15px;
    margin:8px 0;
    list-style: circle;
}
#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 ----- */

#centerContent{
    width:720px;
    padding:20px 30px;
    font-size:11px;
    float:none;
    clear:none; 
}

#primaryContent{
    width:440px;
    padding:20px 30px;
    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:235px;
    padding:10px 15px;
    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:#cc0000;
    margin-top:20px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#2d4726;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#cc0000;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

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

#footer{
    margin:0 auto;
	border-top:5px solid #e7e7e7;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}
    #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{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

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

.clear{
    clear:both;
}
