/***********************************************************************************************
|                        MattCarrier.com Stylesheet - Blue Theme                               |                   
***********************************************************************************************/
body{
	background-color:#FFFFFF;
	background-image:       url("../graphics/background.PNG");
	background-attachment:fixed;
}

/*********************************
| Main Layout Styles                   
*********************************/

div.page{
	width: 950px;
	margin: auto;
	
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
div.banner{
	width: 100%;
	height: 130px;
	clear: both;
	background-image:       url("../graphics/section1.jpg");
	border-color: #000000;
	background-color: #000000;
}
div.banner_links{
	width: 100%;
	height: 20px;
	clear: both;
	word-spacing: 12px;
	color:#FFFFFF;
	left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:       url("../graphics/section2.jpg");
	background-color: #000000;
}
div.footer{
	width: 100%;
	height: 16px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}


/*********************************
/ Side Dependent Panel Styles   */

div.left_panel{
	width: 190px;
	height: 79px;
	float: left;
	clear: left;
	background-color:#FFFFFF;
	border-top: 2px solid black;
	background-repeat: no-repeat;

}
div.right_panel{
	width: 190px;
	float: right;
	clear: right;
	background-image:       url("../graphics/section3.jpg");
	background-repeat: no-repeat;
}

/*********************************
/ Universal Menu Panel Styles   */

div.menu_panel_title{
	height: 18px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 20px;
}

div.menu_panel_content{
	width: 190px;
	text-align: center;
	padding: 20px 0px;
	height: 100%;
}

/*********************************
/ Main Panel Style              */

div.main_panel{
	width: 568px;
	min-height: 200px;
	margin: auto;
	float: left;
	border-right: 2px solid black;
	border-top: 2px solid black;
	background-color: #F3F3F3;
}

div.main_panel_container{
	width: 100%;
	height: 100%;
}

/* FONTS ***************************/

.white_text{
	color:#FFFFFF;
}

.class1 links{
	color:#FFFFFF;
	padding-left: 30px;
	word-spacing: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 20px;
}
.class1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.class1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.class1 a:active {
	color: #999999;
	text-decoration: none;
}
div.main_panel_content {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
div.main_title {
	text-indent: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.menu_panel_right_content {
	margin-bottom: 600px;
}

.imgborder {
	border: 1px solid #000000;
}
div.bannerb {

	width: 100%;
	height: 130px;
	clear: both;
	background-image:       url(../graphics/section1b.jpg);
	border-color: #000000;
	background-color: #000000;
}
