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

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

p {
	padding-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: 900;
	color: #008400;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: 900;
	color: #485a65;
	margin: 25px 0 5px 0;
	border-bottom: 1px #485a65 dotted;
}

h3, h3 a {
	font-size: 12px;
	font-weight: bold;	
	color: #fff;
	text-transform: uppercase;	
}

h3 a:hover {
	text-decoration: none;	
}

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;
}

/******************************************************************/
/* 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;}