/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start Stylesheet */
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
 }
 @font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Arvo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  		url('../fonts/Arvo-Regular.svg#791db79240aa4bf477bca43b22760b8e') format('svg'), /* Legacy iOS */
       url('../fonts/Arvo-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Arvo-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style:   normal;
  font-weight:  normal;
}
@font-face {
  font-family: 'quicksand';
  src: url('../fonts/Quicksand-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  		url('../fonts/Quicksand-Bold.svg#8bfd0f16adaa60bd187f274545af5a04') format('svg'), /* Legacy iOS */
       url('../fonts/Quicksand-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Quicksand-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style:   normal;
  font-weight:  600;
}
@font-face {
  font-family: 'quicksand';
  src: url('Quicksand-Italic.eot'); /* IE9 Compat Modes */
  src: url('Quicksand-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('Quicksand-Italic.svg#d1f5e23324db9c87872aa0429beef77d') format('svg'), /* Legacy iOS */
       url('Quicksand-Italic.woff') format('woff'), /* Modern Browsers */
       url('Quicksand-Italic.ttf')  format('truetype'); /* Safari, Android, iOS */
   font-style:   italic;
  font-weight:  normal;
}


/* layout and basic styles */
body{
	font-family: 'quicksand', "Open Sans", helvetica, sans-serif;
	-webkit-text-stroke: 0.35px;
	color: #222222;
}

h1{	
	font-size: 1.3em;
	margin-bottom: 15px;
}

h1, h3{
	font-family: 'Arvo', rockwell, palatino, serif;
}

h3{
	font-size: 0.9em;
}

h4{
	font-size: 0.9em;
	color: #333333;
}

ol.alpha{
	list-style-type: lower-alpha !important;
	margin-left: 30px;
}

ol.number{
	list-style-type: decimal !important;
	margin-left: 15px;
}

ol li{
	margin: 7px 0px;
}

ol.alpha, ol.number{
	list-style-position: inside;
}

#container{ 
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;  
}

.left{ 
	float: left;
}

.right{
	float: right;
}

a{
	text-decoration: none;
}

.ital{
	font-style: italic;
	font-weight: 200 !important
}

/* Header styles */
header{
	position: relative;
	z-index: 20;
}

#head_img{
	width: 100%;
}
/* Main content styles */ 
#sidebar{
	position: relative;
	z-index: 20;
	margin-right: 4%;
}

#sidebar h3{
	margin-bottom: 5px;
	margin-top: 15px;
}

#sidebar a{
	display: block;
	width: 196px;
	padding: 3px 5px 3px 5px;
	background-color: #d4d4d4;
	color: #333333;
}

#sidebar a:hover{
	background-color: #333333;	
	color: #efefef;
}

#sidebar img{
	margin-top: 20px;
}

section#main{
	position: relative;
}

.content p{
	text-align: justify;
}

.content a{
	color: #9b0000;
}

.content a:hover{
	text-decoration: underline;
}

.right_img_pad{
	padding: 0px 0px 18px 18px;
}

div.overflow_content{
	position: relative;
	display: block;
	max-height: 630px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 20;
	top: 30%;
	margin-left: 240px;
	padding-right: 30px;
	border-bottom: 1px solid #333;
}

div.overflow_content p{
	margin-bottom: 10px;
}

div.overflow_content h4{
	margin-bottom: 4px;
	font-weight: bolder;
}

div.overflow_content ul li{
	margin: 6px 0;
}


footer{
	position: absolute;
	text-align: center;
	top: 820px;
	margin-left: 10%;
	margin-right: 6%;
}

footer p{
	margin-bottom: 15px;
	font-size: 0.8em;
}