body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/assets/templates/afi/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	letter-spacing: -2px;
	color: #738236;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #0585cc;
	line-height: 18px;
}
h3 {
	color: #04699F;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
	border: 0;
	color: #A7A7A7;
	background-color: #BFBFBF;
	height: 1px;
}
#box {
	background-color: #E1E1E1;
	width: 270px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#box02 {
	background-color: #E1E1E1;
	width: auto;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#wrapper {
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#banner {
	float: left;
	height: 170px;
	width: 850px;
	overflow: hidden;
}
#crossfade {
	overflow: hidden;
	z-index: 100;
	height: 170px;
}
#crossfade02 {
	overflow: hidden;
	z-index: 100;
	height: 260px;
	float: left;
	width: 180px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
#crossfade02 p {
	margin: 0px;
	padding: 0px;
}
#menu {
	float: left;
	height: 30px;
	width: 830px;
	background-color: #000000;
	color: #CCCCCC;
	padding-left: 20px;
}
#submenu {
	float: right;
	width: 190px;
	color: #CCCCCC;
	background-image: url(/assets/templates/afi/sub-menu-bg.jpg);
	min-height: 358px;
	padding-top: 15px;
	padding-left: 10px;
	margin-top: 10px;
	background-repeat: repeat-x;
	background-position: center top;
}
#submenu img {
	margin-top: 20px;
}
#content {
	float: left;
	width: 810px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000000;
	padding: 20px;
	background-repeat: repeat-x;
	background-position: center top;
}
#content a {
	color: #0488CE;
	text-decoration: none;
	font-weight: bold;
}
#content img {
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #8C8C8C;
	padding: 6px;
	background-color: #FFFFFF;
}
#subcontent {
	float: left;
	width: 600px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #282828;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 20px;
	background-repeat: repeat-x;
	background-position: center top;
}
#subcontent a {
	color: #0488CE;
	text-decoration: none;
	font-weight: bold;
}
#subcontent a:hover {
	color: #666666;
}

#subcontent img {
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #8C8C8C;
	padding: 6px;
}
#footerwrapper {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(/assets/templates/afi/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer01 {
	width: 830px;
	font-size: 11px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 20px;
}
#footer01 a {
	text-decoration: none;
	color: #333333;
}
#footer01 a:hover {
	text-decoration: none;
	color: #666666;
}
#footer02 {
	width: 830px;
	font-size: 11px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#footer02 a {
	text-decoration: none;
	float: right;
	color: #FFFFFF;
}
#footer01 img {
	float: right;
	margin-right: 10px;
}
.spacer {
clear: both !important;
}

/*----- MENU ----- */

#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	background-color: #2C2C2C;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: auto;
	display: block;
	margin-top: 3px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#menu ul li {
        float: left;
        position: relative;
        width: auto;
    }
	
	#menu li ul {
	position: absolute;
	top: 0;
	display: none;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	}

.spacer {
clear: both !important;
}

/*----- SUB-MENU ----- */

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}

#submenu ul li {
	position: relative;
	}
	
#submenu li ul {
	position: absolute;
	left: 180px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#submenu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding-left: 10px;
	background-image: url(/assets/templates/afi/sub-menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	margin-bottom: 5px;
	padding-top: 4px;
	}
#submenu ul li a:hover {
	color: #0585cc;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#submenu li:hover ul {
	display: block;
	background-color: #186796;
	color: #999999;
} /*  The magic */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
