/**
* CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #72706c;
	font-size: 11px;
	line-height: 18px;
	font-family: 'Droid Sans', arial, serif;
	background: #fff url(images/bg_image.jpg) no-repeat fixed;
	width: 800px;
}

.section-title {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #72706c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	color: #5ba1b5;
	text-decoration: none;
	line-height: 18px;
}
a:active {
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	;
	color: #5ba1b5;
	text-decoration: none;
	line-height: 18px;
}
a:visited {
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	;
	text-decoration: none;
	color: #5ba1b5;
	line-height: 18px;
}
a:hover {
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	;
	color: #5ba1b5;
	text-decoration: underline;
	line-height: 18px;
}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	right: 0;
}

#menu ul {
	list-style: none;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#menu ul li.section-title {
}

#content {
    height: 100%;
    margin: 40px 0 0 200px;
    top: 0;
}

.container {
	padding:  20px 20px 25px;
	vertical-align: text-bottom;
}

#content p { 
	width: 400px;
	padding: 25px 0 20px 0;
	line-height: 15px;
	font-size: 10px;
	padding-top: 0px;
}

small {
	padding-top: 10px;
}

p {
}

h1 {
	line-height: 26px;
	font-size: 24px;
	padding-bottom: 10px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #72706c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
h5 { color: #5d5a56; font-size: 10px; margin-left: 40px; }

#menu img {
	padding: 5px 0 8px;
}

#img-container img {
	padding-bottom: 20px;
}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0px 10px 10px 0; }

#once { clear: left; }

#img-container p.nav {
	text-align: left;
	vertical-align: bottom;
	height: 10px;
	margin-bottom: 20px;
}
#img-container p.numbers {
	text-align: left;
	vertical-align: bottom;
	height: 10px;
	}