/*------------------------------------------------------------------

	Amerex - Stylesheet
	Author: Miles Johnson (www.mileswjohnson.com)
	Author: Samuel Kennedy (www.speedymediagroup.com)
	Company: Speedy Media Group (www.speedymediagroup.com)

--------------------------------------------------------------------
	Default
------------------------------------------------------------------*/

body {
	background: #EFEDEE url("/images/splash_bg.png") top left repeat-x;
	font: normal 9pt "Arial", "Tahoma", sans-serif;
	margin: 0px;
	padding: 0px; }

div, img, form {
	margin: 0px;
	padding: 0px;
	border: 0px; }
	
p { line-height: 150%; }
.clear { clear: both; }

.left {float: left;}
.footer_logo	{width: 130px; margin: 0 15px 0 0; text-align: center;}

/*------------------------------------------------------------------
	Text
------------------------------------------------------------------*/

a {
	color: #5C6E95;
	text-decoration: none;
	font-weight: bold; }

a:hover { text-decoration: underline; }

h1 {
	font: italic 13pt "Arial", "Tahoma", sans-serif;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px; }

h6 {
	font: bold 10pt "Arial", "Tahoma", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #4d4d4d; }

/*------------------------------------------------------------------
	Main Divs
------------------------------------------------------------------*/
	
#wrapper {
	width: 765px;
	height: 450px;
	margin: 0px auto;
	background: url("/images/splash.png") top left no-repeat; }
	
#jump {
	height: 95px;
	padding: 35px 0px 0px 0px;
	text-align: right; }
	
#splashForm select {
	padding: 3px;
	margin: 7px 0px;
	width: 150px; }
	
#splashLeft {
	width: 270px;
	padding: 90px 170px 0px 35px;
	float: left; }
	
#splashRight {
	width: 260px;
	padding: 50px 30px 0px 0px;
	text-align: right;
	float: right; }
	
/*------------------------------------------------------------------
	End
------------------------------------------------------------------*/