@charset "utf-8";
/* CSS Document */

Body{  
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	font-size:12px;
	margin:auto;
	background-color:#CCCCCC;
}

a:visited, a:link, a:active {color: #0770b7; text-decoration: none;}
a:hover {color:#000000;}

hr{ margin-top:10px; margin-bottom:10px; color:#CCCCCC; height:1px;}

h3{color:#e57925; font-size:28px; font-weight:bold;}

#Wrapper {width:800px; background-color:#FFFFFF; margin:auto;}
.Logo{text-align:center; width:800px;}

#Home{background-image:url(../images/ASF_Home.jpg); background-repeat:no-repeat; position:absolute; width:800px; height:308px;}
#HomeText{position:absolute; color:#000000; width:380px; font-size:14px; margin-top:80px; margin-left:380px;}
#HomeText a:visited, #HomeText a:link, #HomeText a:active {color: #e57925; text-decoration: none; font-weight:bold; text-transform:uppercase; font-size:12px;}
#HomeText a:hover {color:#000000;}
#MaximizeHome{background-color:#e57925; height:100px; width:800px; text-align:center; position:absolute; margin-top:308px; font-size:50px; font-weight:bold; color:#efaf7c; padding-top:40px;}
#Maximize{background-color:#e57925; height:100px; width:800px; text-align:center; font-size:50px; font-weight:bold; color:#efaf7c; padding-top:40px;}

.headshot{float:left; margin:25px 10px 25px 25px;}

.TrainingServices{float:left;}

#ContentWrapper{padding:10px 25px; line-height:1.5;}
#ContentWrapperApproach{padding:10px 25px; line-height:1.5; width:530px;}

.disclaimerHome{text-align:center; width:800px; font-size:10px; color:#666666; position:absolute; margin-top:450px;}
.disclaimer{text-align:center; width:800px; font-size:10px; color:#666666; margin:auto;}

/* Menu /
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding-left:20px;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;background:transparent url("../images/Menu/bgOFF2.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{display:block;float:left;color:#FFFFFF;text-decoration:none;padding:12px 10px 0 10px;height:24px;background:transparent url("../images/Menu/bgDIVIDER2.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("../images/Menu/bgHOVER2.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("../images/Menu/bgON2.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


input{border:#000000 solid 1px; background-color:#CCCCCC; color:#000000;}
textarea{border:#000000 solid 1px; background-color:#CCCCCC; color:#000000;}
select{border:#000000 solid 1px; background-color:#CCCCCC; color:#000000;}

/*Highslide */
.highslide-wrapper div {
    font-family: Arial, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
