/* CSS Document */

body, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .70em;
	color:#000000;
	margin: 0px;
	line-height:18px;
	background-image:url("../images/misc images/bot_banner.jpg");
	background-position:left;
	background-repeat:repeat-y;

}
form, table, input, img {
	margin: 0px 0px 0px 0px;	/* Kill IE margin problems */
	border-bottom: 1;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

li {
	list-style-image:url("../images/misc images/arrow.gif");
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align:left;
}

/* Indent UL (block) */
li ul {
	padding: 0px 0px 0px 0px; /* Don't touch ~ I will if I want to */
	margin: 8px 0px 0px 15px;
}

/* Indented List Item */
li ul li {
	list-style-image:url("../images/misc images/circle_list1.gif");
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align:left;
}

ul.sublink {
	padding: 0px 0px 0px 0px; /* DON'T CHANGE!!   I just might */
	margin: 0px 0px 0px 33px; /* Change the last item to adjust the left padding */
}

li.sublink {
	list-style-image:url(../images/nav_circle.gif);
	padding: 0px 0px 0px 0px; /* DON'T CHANGE!!  */
	margin: 0px 5px 7px 0px; /* top right bottom left */
}


/* Default settings for links - no class */
a:link, a:visited {
	font-size:inherit;
	color:#606E7F;
	text-decoration: underline;
}
a:hover{
	color:#0066FF;
	text-decoration: underline;
}
a.link_green:link, a.link_green:visited {
	font-size:inherit;
	color:#339900;
	text-decoration: underline;
}
a.link_green:hover{
	color:#0066FF;
	text-decoration: underline;
}
a.footer:link, a.footer:visited {
	font-size:inherit;
	color:#FFFFFF;
	font-weight:none;
	text-decoration: underline;
}
a.footer:hover{
	color:#000000;
	font-weight:none;
	text-decoration: underline;
}
a.link_home:link, a.link_home:visited {
	font-size:inherit;
	font-weight:bold;
	text-decoration: underline;
}
a.link_home:hover{
	color:#000000;
	text-decoration: underline;

}
.contact_enterbox1 {
	border: 1px solid #336699;
	background-color:#FFFFCC;
	height: 20px;
	color:#336699;
	font-size: .9em;
}
.contact_enterbox2 {
	border: 1px solid #336699;
	background-color: #FFFFCC;
	height: 150px;
	width:300px;
	color:#336699;
	font-size: .9em;
}

div {
	margin: 0px 0px 0px 0px;
}
td {
	font-size:inherit;
}
p {
	font-size: 1.10em;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 0px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color:#0066CC;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom:1px dotted #0066CC;
	text-align: left;
	font-variant: small-caps;

}	
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color:#CC0000;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom:1px dotted #CC0000;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color:#999999;
	padding: 3px 0px 3px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h5 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color:#606E7F;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform:uppercase;
	letter-spacing:1px;
	
}
h6 {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color:#606E7F;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-right: 1px solid #FFFFFF;

}
a.global_nav:link, a.global_nav:visited {
	font-size: 1em;
	color:#FFFFCC;
	display: block;
	background-color:#000000;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	text-decoration: none;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
a.global_nav:hover {
	color:#000000;
	background-color:#FFFF66;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

}
a.left_nav:link, a.left_nav:visited {
	font-size: 1em;
	color:#FFFFFF;
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	margin-left:5px;
	letter-spacing: 1px;

}
a.left_nav:hover {
	color:#FFFF66;
	text-decoration: underline;

}
a.left_sub:link, a.left_sub:visited {
	font-size: 0.9em;
	color:#FFFFCC;
	display: block;
	text-decoration: none;
	margin: 1px 0px 1px 15px;
	letter-spacing:1px;

}
a.left_sub:hover {
	color:#FFFF00;
	text-decoration: underline;

}
td.left_nav_border {
	border-right:1px solid white;
	background-color:#CC0000;
	width:150px;
}
td.left_nav_large {
	border-right:1px solid white;
	background-color:#CC0000;
	width:200px;
}
td.home_column1 {
	border-right:1px solid white;
	background-color:#EEEEEE;
	color:#333333;
	padding: 20px;
}
td.home_column2 {
	border-right:1px solid white;
	background-color:#F5FAE6;
	color:#336600;
	padding:20px;
}
td.home_column3 {
	background-color:#FDF4E6;
	color:#996600;
	padding:0 0 10px 10px;
	margin: 10px 0 10px 10px;
}
td.home_column_title1 {
	background-color:#336699;
	border-right:1px solid white;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0px 3px 0px;
	margin:0px;
}
td.home_column_title2 {
	background-color:#99CC00;
	border-right:1px solid white;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0px 3px 0px;
	margin:0px;
}
td.home_column_title3 {
	background-color:#FF9900;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0px 3px 0px;
	margin:0px;
}
.home_column_title_grey {
	background-color:#999999;
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0px 3px 0px;
	margin:0px;
}
td.pool {
	padding:5px;
	margin:0px;
}



.color_red {
	color:#CC0000;
	
}
.color_slate {
	color:#5F6E7E;
	font-weight: bold;
	
}
.color_black {
	color:#000000;
	
}
.color_orange {
	color:#FF6600;
	
}
.color_green {
	color:#009900;
	
}
.color_white {
	color:#FFFFFF;
	
}
.color_blue {
	color:#0066CC;
	text-align: left;
	
}
.image_borders {
	border: 4px double #cccccc;
}
.quote1 {
 	margin: 5px;
 	padding: 5px;
 	color:#B4B4B4;
 	font-family: Georgia, Times, "Times New Roman", serif;
 	font-size: 1.5em;
 	font-style: italic;

}
#sub_break{
	font-size: 1em;
	color:#FFFF66;
	display: block;
	text-decoration: none;
	margin: 0px 22px 5px 15px;
	letter-spacing:1px;
	border-bottom:1px solid #E88B38;
	padding:0px;


}
#top {
	height:95px;
	width:100%;
	background-image:url(../images/Title_Bars_and_Strips/top_banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;


}
#navigation {
	height:auto;
	width:100%;
	text-align:left;
	background-color:#000000;
	border-top:1px solid white;
	border-bottom:1px solid white;

}
#content {
	height:auto;
	width:100%;
	text-align:left;
	background-color:#FFFFFF;
	border-bottom:1px solid white;


}
#footer {
	height:50px;
	width:100%;
	color:#FFFFFF;
	text-align:right;
	margin-top:25px;
	letter-spacing:1px;
	
}
#Submit {
	background-color: #336699;
	border: 2px solid #ffffff;
	color:#ffffff;
	padding: 4px;
	font-size:.85em;
	font-weight: bold;
	letter-spacing:1px;

}

#Submit:hover {
	background-color:#FFFF00;
	border: 2px solid #336699;
	color:#336699;
	padding: 4px;
	font-weight: bold;
}
