/* Global Styles */

body {
	background-color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	}

h1 {
	color:#8DB87C;
	}
	
h2 {
	color:#000040;
}

h3 {
	color:#8DB87C;
	}

h4 {
	color:#000040;
}

h5 {
	color:#8DB87C;
	}

	
td {
	color:#000000;
	margin-left: 2px;
	}
	
hr {
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
	color: #000040;
	width: 80%;
}
	
a {
	color: #006699;
	font-weight: 700;
	text-decoration: underline;
}
	
a:active {
	color: #006699;
	font-weight:700;	
	text-decoration:underline;
	}
	
a:visited {
	color: #006699;
	font-weight: 700;
	text-decoration: underline;
}
	
a:hover {
	color: #8DB87C;
	text-decoration:none;
	}

	
/* ID Styles */

#layoutLogic {
	width: 100%;
}

#pagehead{
	background-color:#000040;
	border-bottom: 5px solid #8DB87C;
}

#headerleft{
	float: left;
	width: 30%;
}

#headerright{
	float: left;
	width: 65%;
	text-align: right;
}

#pagebody {
	background-color:#fff;
	width:98%;
	margin-bottom:10px;
	margin-top:10px;
	min-height: 100%;
	padding: 10px;
}

#footer {
	width: 100%;
	background-color: #000040;
	color: #cccccc;
	font: small-caps;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	text-align: center;
	padding-bottom:10px;
	padding-top:5px;
}

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	margin: 10px;
	width:100%;
}

#colleft{
	float: left;
	width: 15%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	padding: 5px;
	background-color: #FFF;
}

#colright{
	float: right;
	width: 80%;
	text-align: left;
}

#colleftlarge{
	float: left;
	width: 80%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	background-color: #FFF;
}

#colrightsmall{
	float: right;
	width: 18%;
	text-align: left;
	margin-right: 5px;
	border: 2px solid #000040;
	border-radius: 3px;
	padding: 3px;
}

#instructions {
	display: block;
	padding: 5px; 
	line-height: 1.2727; 
	background-color: #8DB87C; 
	font-size: .9em;
	width: 90%;
	border: 2px solid #000040;
	border-radius: 5px;
}


/* Class Styles */


.clear {
	clear:both;
}

.subHeader {
	color: #006600;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	

.subHeader A {
	color: #006600;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	
	
.request {
	background-color:#c5dbbd; 
	border-color:#000040;
	border:solid;
	border-width:thin;
	padding:10px;
}

.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(http://www.gpscoachingzone.com/toolbox/list.gif) no-repeat left top;
list-style-type: none;
padding-left: 32px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(http://www.gpscoachingzone.com/toolbox/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;
}

table.directory {
	border-width: 1px;
	border-style: ridge;
	border-color: #8DB87C;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
table.directory th {
	background-color: #000040;
	color: #8DB87C;
	size: 14px;
	border-color: #8DB87C;
	border:thin;
}
table.directory td {
	padding: 3px;
	border-style:dotted;
	border-bottom-width: thin;
	border-bottom-color:#8DB87C;
}
