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

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:#eeeef2;
    text-align:center;
    margin-bottom:9px;
}
a{
    color:#7ca31d;
    text-decoration:underline;
}
    a:hover{
        color:#7ca31d;
        text-decoration:none;
    }
	
input.checker {
height: 10px;
width: 20px;
clear:none;
} 

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

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

#silo{
    width:780px;
    margin:8px auto;
    background:#eeeef2;
    text-align:left;
	font-size: 12px;
	color: #000000;

}

#silo a{
    width:780px;
    margin:8px auto;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
    padding:0;
    background:#eeeef2;
    text-align:left;
}

#silo a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

/* ----- HEADER ----- */

#logopic{
    margin:0;
    padding:0;
	background-image: url('/images/smallbb.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
}

#logopic #cube{
    float:left;
    clear:none;
    height:42px;
    width:47px;
    margin-left: 100px;
    padding:0;
    background:#394E06;
    color:#87B220;
    font-family:'Georgia';
    font-weight:bold;
    font-size:17px;
    line-height:40px;
    letter-spacing:-1px;
    text-indent:-1px;   
}

#logopic #donate{
    float:right;
    clear:none;
	height:47px;
    margin-left: 100px;
    padding:0;
    font-family:'Georgia';
    font-weight:bold;
    font-size:17px;
    letter-spacing:-1px;
    text-indent:-1px;   
}

#logopic p{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    color:#364a06;
    font-family:'Times New Roman';
    font-weight:normal;
    font-size:22px;
    text-indent:1px;
    line-height:41px;
    letter-spacing:-1px;
}

.subContainer, #navigation ul{
    width:780px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 12px;
    height:80px;
    background:#98c923;
}

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

#navigation{
    margin:0;
    padding:0;
    background:#7fa71f;
    height:31px;
    list-style: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:8px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#739B1F;
    }
    #active a{
        background:url('../images/nav_bg.gif');
    }

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

h1{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}

h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}
h3{
    font-size:15px;
    font-weight:bold;
    color:#005a84;
    margin:5px 0;
	text-decoration:none;
    
}
h4{
    font-size:13px;
    font-weight:bold;
    color:#292b2b;
    margin:5px 0;
    }

h5{    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:bold;
	color:#900;
}

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

p{
    color:#000000;
    font-size:11px;    
    line-height:20px;
}

.mainlist li{
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}

#secondaryContent p{
    
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #000000;
    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:left;
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }
	
#primaryContentindex{
    width:634px;
    padding:20px 70px;
    border-right:0px solid #e7e7e7;
    font-size:14px;
	float:left;
    clear:none; 
}

#primaryContentindex p {
    font-size:14px;
	margin: 0 0 15px 0;
}

    #primaryContentindex img{
        float:left;
        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;
}
#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:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#E7E7E7;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

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

p#compact {
    margin:0;
    padding:0;
    margin-bottom:0px;
	line-height:20px;
}

p#borders {
    margin:0;
    padding:0;
    margin-bottom:25px;
	line-height:20px;
	border-bottom:dotted;
	border-top:dotted;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right:none;
	border-left:none;
}

p#regular {
    margin:0;
    padding:0;
    margin-bottom:0px;
	line-height:normal;
}

p#reference {
    margin:0;
    padding:0;
    margin-bottom:0px;
	line-height:normal;
	font-style:italic;
	font-size: 9px;
}

hr {
  border: 1;
}

#primaryContentindex img#topleft
{
float: left;
clear: none;
padding-right: 5px;
border-width: 0px;
}

img#topleft
{
float: left;
clear: none;
padding-right: 5px;
border-width: 0px;
}

img#cleared
{
float:none;
clear: both;
padding-right: 5px;
border-width: 0px;
}

.boxstory1
{
border-width:thin;
float:left;
clear:none;
background-color:#ffffff;
padding: 3px 0px;
margin: 0 0 15px 0;
	border-bottom:dotted;
	border-top:dotted;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right:none;
	border-left:none;
}

#story1
{
border-width:none;
clear:both;
width: 100%;
background-color:#ffffff;
padding: 3px 0px;
margin: 0 0 15px 0;
	border-bottom:dotted;
	border-top:dotted;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right:none;
	border-left:none;
}

.boxstory1 p
{
margin: 15px 0 0 0;
padding: 0 0 0 0;
text-decoration:none;
font-size: 14px;
}

p#red
{
color:#FF0000
}

p#green
{
color:#006600
}

	#leftcontent {
		float:left;
		background:#fff;
		border-right:0px solid #000;
		border-bottom:0px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		}
	
	#leftcontent img {
	border-width: 0px;
	}

	#rightcontent {
		}
		
	p,h1,pre {
		margin:0px 1px 1px 0px;
		}
		
	h1 {
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
			
.start {
  margin-top:10px;
  margin-bottom:20px;
  border-color:black; 
  width:120px; 
  height:60px; 
  border-style:solid; 
  border-width:2px;
  background-color:black;
}

.start p {
  font-size:30px; 
  margin-top:5px;
  margin-left:10px;
  color:white;
}

.running {
  margin-top:10px;
  margin-bottom:20px;
  display: none;
  border-color:black; 
  width:120px; 
  border-width:2px;
  height:100px; 
  border-style:solid;
}

.stop {
  margin-top:10px;
  margin-bottom:20px;
  display: none;
  border-color:black; 
  width:120px; 
  border-width:2px;
  height:60px; 
  border-style:solid;
  background-color:white;
}

.stop p {
  font-size:30px;
  margin-top:17px;
  margin-left:20px;
  color:red;
}	

#leftcontent .level1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 30px; font-weight: bold; border-width: 0px;}

#leftcontent .level2 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: normal;
color: #000000;
text-decoration: none;
}

#leftcontent .level2 a:link {  
color: #000066; 
text-decoration: none;
line-height: normal;
}

#leftcontent .level2 a:hover {  
color: #000066; 
text-decoration: none;
line-height: normal;
}
#leftcontent .level2 a:active {  
color: #000066; 
text-decoration: none;
line-height: normal;
}
#leftcontent .level2 a:visited {  
color: #000066; 
text-decoration: none;
line-height: normal;
}

	#leftcontent {
		float:left;
		background:#fff;
		border-right:0px solid #000;
		border-bottom:0px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		clear: both;
		}
		
	#leftcontent p {
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	clear:both;
	}
	
	#leftcontent .registration {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	clear: right;
	}
	
	#leftcontent .instructions {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 30px;
	clear: right;
	}
	
	.red {
	color: #006600;
	font-size: 20px;
	font-weight:bold;
	}
	
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.smallsep{
width: 17%;
padding: 0;
margin: 2px;
border:1px solid red;
clear: none;
float: left;
}
/*Section INFORMATION */

.blue
{
color:#000099;
text-decoration:underline;
}

ul.image { list-style-type:none;}
ul.image li {
	background-image: url('2.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 25px;
	border: 1px solid black;
	margin: 10px;
	width:30px;
}

ul.image2 { list-style-type:none;}
ul.image2 li {
	background-image: url('redcheckmark.png');
	background-repeat: no-repeat;
	padding-left:35px;
	padding-top:10px;
	height:30px;
}