@charset "UTF-8";

body {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000;
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 900px;
	min-height: 500px;
	background-color: #FFF;
}
#header {
	background-attachment: scroll;
	background-image: url(assets/avolios_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	z-index: 9;
	float: none;
	clear: both;
}

#logo {
	position: relative;
	left: auto;
	width: 325px;
	float: left;
	margin-left: 0px;
	padding-top: 5px;
}
#content {
	background-color: #FFF;
	min-height: 400px;
	float: none;
	margin-top: 0px;
	z-index: 1;
	padding: 15px;
}
#contact {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding: 20px;
	width: 400px;
	float: right;
	margin-top: 25px;
}

#footer {
	color: #FFF;
	background-color: #000000;
}




.left_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: normal;
}

#navbar {
	color:#FFF;
	cursor:pointer;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 52px;
	left: auto;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0px 0px 5px 5px;
	position: relative;
	text-align:center;
	text-shadow: 0 -0.5px 0 #000, 0 -1px 0 #000;
	text-transform:none;
	top: 0px;
	width: auto;
}

#navbar a:hover {
	text-decoration: none;
	color: #CCC;
}

/* Vertical Navigation */
#vertical-navigation {
	list-style: none;
	margin: 0;
	padding: 10;
	font-size: 16px;
	float: left;
	position: relative;
	z-index: 5;
}


/* CSS for each Parent Item */
#vertical-navigation li {
	float: left; 
	position: relative;
}

#vertical-navigation li a
{
	float: left;
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #FFF;
	text-transform: none;
	margin-right: 1px;
	background-color: #900;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	box-shadow: 5px 5px 7px rgba(0,0,0, .7);
	-webkit-box-shadow: 5px 5px 7px rgba(0,0,0, .7);
	-moz-box-shadow: 5px 5px 7px rgba(0,0,0, .7);
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: #000;
	color: #fff;
}




/* 
Applies to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin-top: 35px;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 6;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: 125px;
	color: #fff;
	background: #333;
	text-align:left;
	
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 100%;
	display: block;
	padding: 10px;
	float: none;
	text-transform: none;
	color: #FFF;
	background: #333;
	margin-right:-10px;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: #333;
	color: #78F9C4;
}

.construction {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

