@charset "utf-8";
/* CSS Document */

/* ------ SITE INFO ------ 

SITE COLORS


 ------ END SITE INFO ------ */

/* ------ CSS RESET ------ */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ END RESET ------ */

body {
	background-color: #1D1D1D;
	background-image: url(WebImages/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 2.1em;
	padding-bottom: 0.6em;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 1.8em;
	padding-bottom: 0.3em;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.1em;
	font-size: 1.4em;
	padding-bottom: 0.3em;
	font-weight: bold;
}

p {
	color: #FFFFFF;
	line-height: 1.55em;
	font-size: 1.3em;
	padding-bottom: 1.0em;	
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #cc6600;
	text-decoration: none;
}

ul {
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 1.3em;
	padding-bottom: 1.3em;	
}

br.clear {
	float: none;
	clear: both;
}

.wrapper {
	width: 980px;
	min-height: 666px;
	margin: 0 auto;
	background-image: url(WebImages/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

.top_nav {
	width: 980px;
	height: 32px;
	margin: 0 auto;
	background-image: url(WebImages/top_nav_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

.top_nav p {
	position: relative;
	top: 3px;
	margin-right: 60px;
}

.header {
	width: 980px;
	height: 274px;
	background-image: url(WebImages/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.header h1 {
}

.header h1 span {
	display: block;
	width: 447px;
	height: 40px;
	background-image: url(WebImages/msp_logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 25px;
	left: 25px;
}

.main_content {
	width: 960px;
	min-height: 666px;
	margin: 0 auto;
	text-align: left;
	background-image: url(WebImages/content_bg.jpg);
	background-repeat: repeat-x;
}

.blurb {
	width: 540px;
	margin-left: 20px;
	margin-top: 40px;
	float: left;
}

.blurb img {
	float: left;
	padding: 2px;
	background-color: #232323;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

.games {
	width: 329px;
	float: left;
	background-color: #181818;
	margin-left: 50px;
	margin-top: 40px;
	padding: 2px;
	border: 1px solid #2F2F2F;
	margin-bottom: 2.0em;
}

.games h3 {
	color: #FFFFFF;
	width: 309px;
	padding-left: 20px;
	background-color: #232323;
}

.games ul {
	display: block;
	margin-top: 20px;
	padding-bottom: 10px
}

.games li {
	padding-left: 20px;
}

.alt {
	color: red;
	background-color: #131313;
}

.clients {
	float: none;
	clear: both;
	width: 960px;
	margin-top: 1.6em;
	background-image: url(WebImages/hr_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

.clients h4 {
	position: relative;
	top: 20px;
	margin-left: 30px;
	font-weight: normal;
}

.clients ul {
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 920px;
}

.clients li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 230px;
	text-align: center;
	float: left;
	line-height: 1.2em;
	padding-bottom: 20px;
}

.clients li img {
	padding: 2px;
	background-color: #131313;
	border: 1px solid #cccccc;	
}

.client_info {
	width: 720px;
	height: 440px;
	text-align: left;
}

.client_info h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}

.client_info p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 5px;
}

.client_info img {
	float: left;
	padding: 2px;
	margin: 10px;
	background-color: #131313;
	border: 1px solid #cccccc;
}

.contact {
	float: none;
	clear: both;
	width: 960px;
	min-height: 15px;
	margin-top: 1.6em;
	background-image: url(WebImages/hr_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 60px;
	position: relative;
}

.contact h3 {
	width: 700px;
	font-size: 1.5em;
	padding-top: 20px;
	padding-left: 20px;
}

.contact h4 {
	background-color: #232323;
	font-size: 1.5em;
	padding-top: 10px;
	padding-left: 20px;
}

.contact ul {
	
}

.contact li {
	padding-left: 20px;
	line-height: 1.7em;
}

.contact div.more_info {
	width: 340px;
	position: absolute;
	left: 600px;
	padding: 2px;
	background-color: #181818;
	border: 1px solid #3c3c3c;
}

.contact form {
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
}

.contact form p.right{
	text-align: right;
}

.contact form p.interest {
	margin-left: 10px;
}
.contact form p.interest input {
	margin-left: 20px;
}
.contact form input{
	text-align: left;
}
.contact form textarea {
	width: 330px;
	height: 120px;
}

.footer {
	width: 980px;
	height: 100px;
	background-image: url(WebImages/footer.jpg);
	background-repeat: no-repeat;
}

.footer p {
	position: relative;
	top: 40px;
}
