@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #474747;
	background-image: url(images/actionman.gif);
}
.twoColFixLtHdr #background {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr   #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
} 
.twoColFixLtHdr #content {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0063B3;
	background-color: #E6E5D2;
	background-image: url(images/contentBack.gif);
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header #navigation {
	width: 900px;
	height: 42px;
}
.twoColFixLtHdr #navigation table {
	height: 42px;
	margin-top: 66px;
	text-align: center;
}
.twoColFixLtHdr  #header  a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 42px;
	padding-right: 8px;
	padding-left: 8px;
}


/*	BEGIN IE HACKS	----------------------------------------------------	*/

/*	IE6 HACKS	*/
*html .twoColFixLtHdr .main_left{
	float: left;
	margin: 0 15px 0 25px;
	padding: 15px 0 0 0;
	width: 390px;
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

*html .twoColFixLtHdr .main_right{
	float: right;
	margin: 0 25px 0 15px;
	width: 380px;
	}

*html .twoColFixLtHdr #sidebarHome {
	float: right;
	width: 372px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 25px;
	text-align: center;
	padding-right: 0px;
	}

*html .twoColFixLtHdr #sidebarMain_mid {
	background-image: url(images/box_mid.gif);
	background-repeat: repeat;
	}

*html .twoColFixLtHdr #homeContent {
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	margin-top: 20px;
	width: 400px;
	}

*html .twoColFixLtHdr  #bubble {
	float: right;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	width: 372px;
	height: 139px;
	background-image: url(images/mainTableBack.gif);
	border: none;
	}

/*	IE7 HACKS	*/
*:first-child+html .twoColFixLtHdr .main_left{
	float: left;
	margin: 0 15px 0 25px;
	padding: 15px 0 0 0;
	width: 390px;
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}


/*	BEGIN SM Edits	----------------------------------------------------	*/

.cushycms {}

/*	Blue: #0062b3;	*/

#container p {
	font-size: 12px;
	}

#container a {
	color: #0062b3;
	font-size: 12px;
	text-decoration: none;
	}

#container a:hover {
	color: #0062b3;
	font-size: 12px;
	text-decoration: underline;
	}

#container .headline {
	font-weight: bold;
	font-size: 14px;
	}

#five {
	}

#five p {
	max-width: 560px;
	}	

/*
#container ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
*/

ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 14px;
	}

#container bold {
	font-weight: bold;
	}

.twoColFixLtHdr .main_left{
	float: left;
	margin: 0 15px 0 45px;
	width: 390px;
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

.twoColFixLtHdr .main_right{
	float: right;
	margin: 0 45px 0 15px;
	width: 380px;
	}
	
.main_right .portrait {
	margin: 0 10px 10px 15px;
	}

.twoColFixLtHdr .main_right p {
	padding-top: 10px;
	padding-bottom: 10px;
/*	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	*/
	font-size: 12px;
	}

.twoColFixLtHdr  #header  .last {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	height: 42px;
	padding-right: 8px;
	padding-left: 8px;
	}

#sidebarMain {
	float: left;
	width: 372px;
	margin: 0 0 15px 0;
	padding: 0;
	}

#sidebarMain_top {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 372px;
	margin: 0;
	padding: 0;
	}

#sidebarMain_mid {
	background-image: url(images/box_mid.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0 20px 0 10px;
	}

#sidebarMain_mid p {
	margin: 0;
	padding: 0 0 0 10px;
	}

#sidebarMain_mid .link a {
	font-size: 18px;
	font-weight: bold;
	}

#sidebarMain_mid .smalltype {
	font-size: 9px;
	}

.sidebarmid ul li {
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.sidebarmid2 ul li {
	line-height: 18px;
	margin: 0 0 0 13px;
	padding: 0;
	}

#sidebarMain_low {
	background-image: url(images/box_low.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 372px;
	margin: 0;
	padding: 0;
	}
	
.endp {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: inherit;
	}
	
.imgdiv {
	width: 150px
	}

.contact {
	padding: 20px 80px;
	}
	
.pushright {
	padding: 0 0 0 20px;
	}
	
.norm ul li {
	margin: 6px 0 0 5px;
	list-style-type: decimal;
	}

/*	END SM Edits	----------------------------------------------------	*/

.twoColFixLtHdr #header a:hover,
.twoColFixLtHdr #header a.here {
	background-image: url(images/navHighlight.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 16px;
	padding-bottom: 12px;
	margin-right: 2px;
}
.twoColFixLtHdr #sidebarHome {
	float: right; /* since this element is floated, a width must be given */
	width: 372px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 40px;
	text-align: center;
	padding-right: 0px;
}
.twoColFixLtHdr #sidebarHome a {
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
}
.twoColFixLtHdr  #bubble {
	float: left;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	width: 372px;
	height: 139px;
	background-image: url(images/mainTableBack.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #bubble img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #homeContent {
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	margin-top: 20px;
	width: 450px;
}
.twoColFixLtHdr #homeContent p {
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(images/actionmanDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: .9em;
	line-height: 1.2em;
	max-width: 400px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.65em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}
.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #a0bdd4;
	font-weight: normal;
}
.twoColFixLtHdr #footer a:visited {
	color: #a0bdd4;
}
.twoColFixLtHdr #footer a:hover {
	color: #990000;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#asaLogo {
	clear: both;
	text-align: center;
}
