@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	outline: 0;
	padding: 0;
	top: 0;
	left: 0;
}
body {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif normal;
	text-align: left;
	color: #000;
}

/*************************************************
 Header goes here
*************************************************/
#header {
	margin: 0 auto 0 auto;
	width: 805px;
	height: 102px;
}
#header div#menu {
	float: right;
	width: 600px;
	height: 102px;
}
#header div#menu ul {
	margin-top: 85px;
	float: right;
	list-style: none;
	text-align: right;
}
#header div#menu ul li {
	display: inline;
	margin-left: 12px;
	text-align: center;
	color: #000;
}
#header div#menu ul li a {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#header div#logo {
	background: url(../images/thompson-logo-v1.gif) no-repeat;
	float: left;
	width: 180px;
	height: 102px;
}
/*************************************************
 Content goes here
*************************************************/
.blue-lines {
	background-color: #256697;
	width: 100%;
	height: 10px;
}
#content-wrapper {
	background-color: #08014f;
	width: 100%;
	height: auto;
}
#content-wrapper-white {
	background-color: #fff;
	width: 100%;
	height: auto;
}
#content-wrapper-white div#content-white {
	margin: 0 auto 0 auto;
	width: 805px;
	height: 750px;
}
#content-wrapper-white div#content-white div#left p {
	font: 12px Arial, Helvetica, sans-serif normal;
	float: left;
	margin: 10px 0 0 0;
}
#content-wrapper-white div#content-white div#left img {
	display: inline;
	float: left;
	margin-right: 10px;
}
#content-wrapper-white div#content-white div#left {
	float: left;
	width: 537px;
	height: 700px;
}
#content-wrapper-white div#content-white div#right {
	float: left;
	width: 268px;
	height: 700px;
}
#content-wrapper div#content {
	margin: 0 auto 0 auto;
	width: 805px;
	height: 422px;
}
#content-wrapper div#content div#content-banner {
	background: url(../images/thompson-bigimage-banner-v1.gif) no-repeat;
	margin-top: 10px;
	float: left;
	width: 805px;
	height: 401px;
}
#content-wrapper div#content div#content-banner div#welcome-box {
	background: url(../images/thompson-box-sprites-v1.gif) no-repeat;
	background-position: -7px -7px;
	margin: -380px 19px 0 0;
	float: right;
	width: 364px;
	height: 82px;
	position: relative;
	z-index: 999;
	overflow: hidden;
}
#content-wrapper div#content div#content-banner div#welcome-box h1 {
	font-size: 16px;
	float: left;
	margin: 5px 0 0 7px;
	color: #020259;
	padding: 0 100px 0 0;
}
#content-wrapper div#content div#content-banner div#welcome-box	p {
	font-size: 12px;
	float: left;
	text-align: left;
	margin: 0 10px 0 7px;
	padding: 0;
	color: #000;
}
#content-wrapper div#content div#content-banner div#welcome-box a {
	float: right;
	text-decoration: none;
	margin: -10px 10px 0 0;
	font-weight: bold;
	color: #020259;
}
#bottom-wrapper {
	background-color: #256697;
	width: 100%;
	height: 133px;
}
#bottom-wrapper div#bottom {
	margin: 0 auto 0 auto;
	width: 805px;
	height: 133px;
}
div#news h2, div#join h2, div#media h2 {
	font-size: 16px;
	margin: 5px 5px 0 0;
	float: right;
}
div#join p {
	float: left;
	margin: 0 0 0 5px;	
	text-align: left;
	font-size: 12px;
}
div#news table {
	float: left;
	border-collapse: collapse;
	margin: -5px 0 0 5px;
}
div#join table {
	float: left;
	text-align: center;
	margin: 0 0 0 10px;
}
div#news input, div#join input {
	float: left;
	width: 80px;	
}
div#join input#submit-request {
	background: url(../images/submit.jpg) no-repeat;
	border: none;
	float: left;
	width: 54px;
	height: 20px;
	cursor: pointer;
}
div#news a {
	float: right;
	margin: -10px 8px 0 0;
	text-decoration: none;
	color: #000;
}
div#media img {
	border: none;
	float: left;
}
div#media a {
	text-decoration: none;
	float: left;
	margin: 0 3px 0 10px;
}
div#media p {
	float: left;
	margin: 0 0 0 30px;
}
.box {
	background: url(../images/thompson-box-sprites-v1.gif) no-repeat;
	background-position: -7px -98px;
	width: 260px;
	height: 121px;
	float: left
}
.boxes {
	padding-left: 180px;
	float: right;
	margin: 1px 5px -2px 0;
	color: #020259;
}
/*************************************************
 Footer goes here
*************************************************/
#footer {
	margin: 0 auto 0 auto;
	width: 805px;
	height: 150px;
	text-align: center;
}
#footer div#footer-menu {
	float: left;
	width: 600px;
	height: 30px;
}
ul { list-style: none; }
/* 
	LEVEL ONE
*/
ul.main-menu {
	display: block;
	list-style: none; 
	text-align: center; 
	position: relative; 
	height: 36px;
	float: left;
}
ul.main-menu li { float: left; zoom: 1; margin: 0 4px 0 4px; }
ul.main-menu a { color: #000; text-decoration: none;  font-weight: bold; }
ul.main-menu > li > a { display: block; padding: 0; font-weight: bold; }
ul.main-menu li.hover,
ul.main-menu li:hover { position: relative; }

/* 
	LEVEL TWO
*/
ul.main-menu ul { visibility: hidden; position: absolute; top: 100%; left: 20px;}
ul.main-menu ul li { float: none; list-style: outside;}
                                    /* IE 6 & 7 Needs Inline Block */
ul.main-menu ul li a { font-weight: normal; font-size: 10px; width: 100%; 
	display: inline-block; padding-right: 100px; text-align: left;  } 
/* 
	LEVEL THREE
*/
ul.main-menu ul ul 					{ left: 100%; top: 0; }
ul.main-menu li:hover > ul 			{ visibility: visible; }


#footer div#contact-me {
	float: right;
	width: 200px;
	height: 30px;
	text-align: right;
}
#footer div#contact-me img {
	float: right;
	margin: 2px 5px 0 0;
	border: none;
}
#footer p {
	margin: 10px 0 0 0;
}