/******************************************************************/
/* Typography */
/******************************************************************/

html, body {
	font: 13px/1.5 "Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #333;
}

p {
	padding-bottom: 15px;
}

h1 {
	font-size: 28px;
	font-weight: 900;
	color: #663300;
}

h2 {
	font-size: 17px;
	font-weight: 900;
	color: #663300;
	margin: 20px 0 5px 0;
	border-bottom: 1px #663300 dotted;
}

h3 {
	font-size: 16px;
	font-weight: 900;	
	color: #946a0d;
	margin: 15px 0 0 0;
}

h4 {
	font-size: 12px;
	font-weight: 900;	
	color: #fff;
	margin: 10px 0;
	padding: 3px;
	background-color: #0093d8;
}

a {
	color: #0e82c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/******************************************************************/
/* Lists */
/******************************************************************/

ul.basicList {
                margin: 0;
                padding: 0;
                list-style: none;
}

ul.basicList li {
                margin: 0;
                padding: 5px 0;
}

ul.arrowList {
                margin: 0;
                padding: 0;
                list-style-position: outside;
}

ul.arrowList li {
                list-style: none;
                background: url(../img/bullet.png) 0px 2px no-repeat;
                margin: 10px 0px 10px 30px;
                padding-left: 20px;          
}

/******************************************************************/
/* Form Styles */
/******************************************************************/

form {
	/*width: 400px;*/
	margin: 0;
	padding: 0;
}

label {  
	display: block; 
	margin: 12px 0 0 0;
}

/******************************************************************/
/* Modal Box */
/******************************************************************/
#popUpHover {
	position: absolute;
	display: block;
	z-index: 999;
	padding: 20px; 	width: 400px; 	margin: 0 auto;
	top: 47px; left: 60px;
	background-color: #cecece;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; 	

-webkit-box-shadow: 0px 0px 3px  #000;
-moz-box-shadow: 0px 0px 3px #000;
box-shadow: 0px 0px 3px #000; 

text-shadow: 1px 1px 2px #fff;
filter: dropshadow(color=#fff, offx=1, offy=1) 
}

/******************************************************************/
/* Misc Styles */
/******************************************************************/

hr.thin {height: 1px; border: 0; color: #ccc; background-color: #ccc; width: 100%}
.clearBoth {clear:both}
.clearFix {clear:both; height: 1px; margin: -1px 0 0; overflow: hidden}

/******************************************************************/
/* Alignment */
/******************************************************************/

.alignRight {text-align: right;}
.alignLeft {text-align: left;}