/* CSS Document for HTML5 by AeonCube Networks */

/* Basics */
body {
	width: 960px;
	min-width: 960px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* HTML5 Tags Settings */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/* Layout */
header {
	width: 220px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 125px;
	margin: 20px 0 0 15px;
}
nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #999999;
	font-size: 30px;
	line-height: 48px;
}
nav a:hover {
	color: #666666;
}
nav #active a {
	font-weight: bold;
	color: #336699;
}
section {
	width: 600px;
	float: left;
	color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-color: #1b7aaa;
}
#container {
	width: 540px;
	min-height: 850px;
	background-image: url(../images/bottom-effect.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px 30px 30px;
}
#topbar {
	margin: 0;
	padding: 0;
	line-height: 0px;
	height: 20px;
}
#topbar li {
	float: left;
	padding: 0 10px 0 0;
}
#headerimage {
	clear: both;
}
#content {
	width: 320px;
	border-right: 1px dashed #6baccd;
	float: left;
	padding-right: 14px; 
}
#content ul {
	padding: 5px 0;
}
#content li {
	margin: 0 0 0 20px;
	list-style: circle;
}
aside {
	width: 190px;
	float: left;
	padding-left: 15px; 
}
footer {
	padding: 30px 0 0 0;
	color: #CCCCCC;
	clear: both;
}
.clear {
	clear: both;
}

/* A:HREF's */

a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Header Tags */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #669999;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	width: auto;
	display: inline-block;
	padding: 5px;
	margin: 30px 0 0 0;
	background-color: #61a5c8;
}

/* FAQ Accordion */

#accordion h3 {
	font-size: 12px;
	font-weight: bold;
	border: 1px dashed #00CCCC;
	padding: 5px;
}
#accordion h3.ui-state-active {
	background-color: #00CCCC;
	border: 1px solid #00CCCC;
}
#accordion .ui-accordion-content {
	height: auto !important;
}
