/* CSS Document */

/* Page Attributies  */

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0033CC;
}

a:hover {
	color: #990000;
}

html {
	background-color: #F7F7F7;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Layout Blocks  */

/* Top area  */

#topwrapper {
	width: 100%;
	text-align: left;
	clear: both;
	background-color: #00313E;
	height: 100px;
	background-image: url(design_pics/top_bg.jpg); 
	background-repeat: repeat; 
}

#top {
	width: 930px;
	float: left;
}

#logo {
	float: left;
	width: 400px;
	height: 92px;
	background-image: url(pics/matt_logo_new.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;


}

#topcontent {
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 10px;
	width: 400px;
	clear: right;
}

#navbar {
	background-image: url(design_pics/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	text-align: left;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	font-size: 12px;
}

#navbar a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:hover {
	color: #000000;
}

#navbar ul {
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 6px;

}

#navbar li {
	display: inline;
	padding-right: 8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 8px;

}

/* Content areas  */

#mainwrapper {
	width: 100%;
	text-align: left;
	background-color: #CCCCCC;
	clear: both;
	position: relative;
	height: auto;
	float: left;
}

#contentwrapper {
	text-align: left;
	background-color: #FFFFFF;
	width: 950px;
	clear: left;
	position: relative;
	height: auto;
	float: left;
}

#contentarea {
	float: left;
	width: 586px;
	border-right: 8px solid #CCCCCC;
	border-left: 8px solid #CCCCCC;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 8px;
	padding-right: 7px;

}

#contentarea h1 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentarea h2 {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#rightarea {
	width: 320px;
	float: right;
	clear: right;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}

#rightarea h1 {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightarea h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightarea h3 {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Bottom area  */


#belowcontent {
	height: 12px;
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#bottom {
	width: 100%;
	background-image: url(design_pics/bottom_nav_bg.jpg);
	background-repeat: repeat-x;
	height: 21px;
	clear: both;
	position: relative;
	text-align: left;
	padding-top: 4px;
	font-size: 11px;
}

#bottomNav {
	width: 950px;

}

#bottomNav ul {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 30px;
	margin: 0px;

}

#bottomNav li {
	display: inline;	
}


#bottomNav a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;	


}

#bottomNav a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#bottomNav a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #FFFFFF;
}

#belowNavcontent {
	height: 12px;
	background-color: #FFFFFF;
	clear: both;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Styles  */

.imageright {
	float: right;
	padding-left: 8px;
	padding-top: 6px;

}

.imageleft {
	float: left;
	padding-right: 8px;
	padding-top: 6px;

}

.nextlink {
	text-align: right;
	margin-right: 12px;
	font-size: 14px;
	margin-top: 6px;
}

.offer {
	color: #CC0000;
	font-weight: bold;
}