@charset "utf-8";
/* CSS Document */

/*--------------------------------
			GENERAL
--------------------------------*/

/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFFFFF;
}
body {
	background: url(/images/bg_body.png) repeat-x #d3cecc;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	color:#333333;
}
img {
	border:none;
}
a {
	color:#D52022;
}
a:hover {
	color:#000;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
.bodytext_black {
	color:#000;
}
.bodytext_red {
	color:#800129;
}
h1 {
	color: #1B3C63;
	margin:0;
	padding:0;
}
h2 {
	color:#000000;
	font-size:14px;
	margin:0;
	padding:0;
}
h3 {
	color:#800129;
	font-size:18px;
}
/*--------------------------------
			STRUCTURE
--------------------------------*/

#container {
	width: 900px;
	min-height: 300px;
	margin: auto;
	overflow:auto;
}
#main {
	width:0;
	padding:0;
}
/*--------------------------------
			HEADER
--------------------------------*/

#header {
	margin:auto;
	height:100px;
	background: url(/images/) no-repeat;
}
#nav {
	background:url() no-repeat;
	height:20px;
	clear:both;
}
#nav ul {
	margin:0;
}
#nav li {
	list-style:none;
	float:left;
	padding: 0 5px 0 5px;
	margin: 0;
}
#nav a {
	color: #fff;
	font-size: 16px;
	text-decoration:none;
	line-height: 35px;
}
#nav a:hover {
	color: #143256;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-left-radius:5px;
}
#logo {
	float:left;
	text-indent: -9999px;
	background: url(/images/mtm-logo.png) no-repeat;
	display:block;
	width:420px;
	height:65px;
}
/*--------------------------------
			FOOTER
--------------------------------*/

#footer {
	background:url(/images/) no-repeat;
	height: 98px;
	margin:0 auto;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
/* ---------------------------
        CONTACT PAGE STYLES 
-----------------------------*/

#contact td {
	vertical-align:middle;
	padding: 2px 0;
	font-size:11px;
	color:#666;
}
#contact a {
	padding-top: 3px;
}

#contact_left{
	float:left;}

#contact_right{
	float:right;}

#contact input[type="text"], #contact select, #contact textarea {
	width: 280px!important;
}
#contact textarea {
	resize:none;
}
.txt {
	font-size: 11px;
	color: #000000;
	border: 1px solid #D8D8D8;
	width: 150px;
	height:17px;
}
.txthint {
	font-size: 11px;
	font-style: italic;
	color: #999999;
	border: 1px solid #D8D8D8;
	width: 150px;
	height:17px;
}
.txt, textarea.txtarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCC;
	width: 300px;
}
textarea.txtarea {
	width: 300px;
	height:70px;
}
#messageline {
	color: #800129;
	font-weight: bold;
	font-size: 12px;
}
label.error {
	color: #FF3333;
	margin-left: 10px;
	font-size:11px;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
