/* tag modifications */

* {margin:0; padding:0;} /* start with a clean slate */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}


/* hack to work around the 3px IE problem with floats */
* html #content {height: 1%;}
/* end hack */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
	background-color: #1e3d64;
	text-align: center;
	background-repeat: repeat;
	font-size: 85%;
}
blockquote {
}
h1, h2,  h3,  h4,  h5,  h6,  p, form {
	padding-left: 10px;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: large;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #1E3D64;
	margin-bottom: 7px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
h4 {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}

img {
	border:none;
}

input.btn {	/* define button styles here */
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
td {
	background-color: #FFFFFF;
	vertical-align: top;
}




/* classes */
.bigger {
	font-size: 120%;
}
.bigpad {
	font-size: 120%;
	padding-left: 10px;
}
.bordered {
	border: thin solid #000000;
}
.centered {
	text-align:center;
}
.clearall {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearrt {
	clear: right;
}

.development {
	background-color: #FFFF00;
}
.div180 {
	width: 180px;
	float: left;
	font-size: 15px;
	text-align: center;
	margin-right: 2px;
	font-weight: bold;
	background-image: url(../images/div180bg.gif);
	background-repeat: repeat-y;
}

.lpad {
	padding-left: 10px;
}
.noshow {
	display: none;
}
.rtborderedblock {
	display: inline;
	padding: 5px;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000000;
}
.leftborderedblock {
	display: inline;
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: thin solid #000000;
}
.smaller {
	font-size: 90%;
}


/* floating image and table classes */

.limg {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.ltable {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.right {
	text-align: right;
	margin-top: -10px;
	padding-bottom:10px;
}

.rimg {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.rtable {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.shaded {
	background-color: #b4c5d8;
}




/* ID tags */

#content {
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:200px;
}

#content ul {
	padding-left: 40px;
}


#copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1E3D64;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}
#copyrightleft {
	font-size: 75%;
	width:24%;
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
}
#copyrightleftmid {
	font-size: 80%;
	text-align: center;
	width:20%;
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
}
#copyrightmid {
	font-size: 80%;
	text-align: center;
	width:39%;
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
}
#copyrightright {
	font-size: 75%;
	text-align: right;
	background-image: url(../images/Acowin-logo-small.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:14.9%;
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
}
#copyrightright img {
	height: 30px;
	width: 30px;
	border:none;
}

#debug {
	text-align: center;
	clear: both;
	background-color: #FF00FF;
	display: block;
}

#header {
	background-color: #1e3d64;
	height: 100px;
}
#header h1 {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 4px;
}
#header h2 {
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	margin-top: 1px;
	padding-top: 1px;
	text-indent: 15px;
	background-color: #1E3D64;
}






#pagewrapper {
	text-align: left;
	width: 770px;
	margin:0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #003366;
}
/*#pagewrapper #contactpage #content input, #pagewrapper #contactpage #content textarea {
	background:none;
}*/
#slides {
	text-align: center;
	height: 400px;
	width: 500px;
}


/* nav link coloring */

#nav {
	width: 200px;
	float: left;
	padding-top: 10px;
	clear: left;
}

#nav ul {
	font-size: 13px;
}

.aaa1, .aaa2, .aaa3, .aaa4, .aaa5, .aaa6, .aaa7, .aaa8, .aaa9, .aaa10, .aaa11, .eee1, .eee2
{
	padding-left: 15px;
	background-color: #e6e6e6;
	width: 180px;
}

.aaa4a, .aaa4b, .aaa4c, .aaa6a, .aaa6b
{
	padding-left: 30px;
	background-color: #e6e6e6;
	width: 165px;
}

#nav a {
	font-weight: bold;
}
#nav li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav li.aaa1,
#nav li.aaa2, 
#nav li.aaa3, 
#nav li.aaa4, 
#nav li.aaa5, 
#nav li.aaa6, 
#nav li.aaa7, 
#nav li.aaa8, 
#nav li.aaa9, 
#nav li.aaa10, 
#nav li.aaa11, 
#nav li.eee1, 
#nav li.eee2, 
#nav li.aaa4a, 
#nav li.aaa4b, 
#nav li.aaa4c, 
#nav li.aaa6a, 
#nav li.aaa6b
{
	padding-top: 3px;
	padding-bottom: 3px;
}



#nav a:link, #nav a:visited
{
color: #375275;
text-decoration: none;
}



/*  make the active page use same color and decoration as the hover link */
#nav .aaa a:hover,
#nav .bbb a:hover,
#nav .ccc a:hover,
#nav .ddd a:hover,
#nav .eee a:hover,
#nav .fff a:hover,
#nav .ggg a:hover,
#nav .hhh a:hover,
#nav .iii a:hover,
#nav .jjj a:hover,
/* end of hovers */
#nav .homepage a:hover,
#nav .aboutpage a:hover,
#nav .contactpage a:hover,
#nav .processcontact a:hover, 
#aaa #nav .aaa a,
#bbb #nav .bbb a,
#ccc #nav .ccc a,
#ddd #nav .ddd a,
#eee #nav .eee a,
#fff #nav .fff a,
#ggg #nav .ggg a,
#hhh #nav .hhh a,
#iii #nav .iii a,
#jjj #nav .jjj a,
/* end of a */
#homepage #nav .homepage a,
#aboutpage #nav .aboutpage a,
#contactpage #nav .contactpage a,
#processcontact #nav .processcontact a {
	color:#FFFFFF;
}

#nav .aaa1 a:hover,
#nav .aaa10 a:hover,
#nav .aaa11 a:hover,
#nav .aaa2 a:hover,
#nav .aaa3 a:hover,
#nav .aaa4 a:hover,
#nav .aaa5 a:hover,
#nav .aaa6 a:hover,
#nav .aaa7 a:hover,
#nav .aaa8 a:hover,
#nav .aaa9 a:hover,
#nav .eee1 a:hover,
#nav .eee2 a:hover,
#aaa1 #nav .aaa1 a,
#aaa10 #nav .aaa10 a,
#aaa11 #nav .aaa11 a,
#aaa2 #nav .aaa2 a,
#aaa3 #nav .aaa3 a,
#aaa4 #nav .aaa4 a,
#aaa5 #nav .aaa5 a,
#aaa6 #nav .aaa6 a,
#aaa7 #nav .aaa7 a,
#aaa8 #nav .aaa8 a,
#aaa9 #nav .aaa9 a,
#eee1 #nav .eee1 a,
#eee2 #nav .eee2 a {
color:#0000FF;
width:180px;
display:block;
/*background-color:#c5cbd2;*/
}

#nav .aaa4a a:hover,
#nav .aaa4b a:hover,
#nav .aaa4c a:hover,
#nav .aaa6a a:hover,
#nav .aaa6b a:hover,
#aaa4a #nav .aaa4a a,
#aaa4b #nav .aaa4b a,
#aaa4c #nav .aaa4c a,
#aaa6a #nav .aaa6a a,
#aaa6b #nav .aaa6b a {
color:#0000FF;
width:165px;
display:block;
/*background-color:#c5cbd2;*/
}


/*  make the other nav links use the alternate color and decoration */

.aaa a:link,
.bbb a:link,
.ccc a:link,
.ddd a:link,
.eee a:link,
.fff a:link,
.ggg a:link,
.hhh a:link,
.iii a:link,
.jjj a:link,
.aaa1 a:link,
.aaa10 a:link,
.aaa11 a:link,
.aaa2 a:link,
.aaa3 a:link,
.aaa4 a:link,
.aaa4a a:link,
.aaa4b a:link,
.aaa4c a:link,
.aaa5 a:link,
.aaa6 a:link,
.aaa6a a:link,
.aaa6b a:link,
.aaa7 a:link,
.aaa8 a:link,
.aaa9 a:link,
.eee1 a:link,
.eee2 a:link,
/* end of links */
.homepage a:link,
.aboutpage a:link,
.contactpage a:link,
.processcontact a:link {
	color:#ffffff;
	text-decoration:none;
}
.flright {

	text-align: right;
}
#ftmyers, #regional {
	border: 1px solid #1E3D64;
}
#ftmyerstraining td, #regionaltraining td {
	padding-right: 5px;
	padding-left: 5px;
}
