@charset "UTF-8";
/* CSS Document */

#wrapper {
	background-image: url(assets/templates/matt/images/background.jpg);
	position: relative;
	width: 980px;
	margin: 0 auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #cccccc;
	background-color: #000000;
	margin: 0px;
}
#content {
	width: 780px;
	min-height: 320px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #000000;
}

#content1 {
	width: 520px;
	min-height: 320px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 50px;
        padding-right: 310px;
	background-color: #000000;
}

#sidebar {
	width: 300px;
	min-height: 450px;
	background-color: #000000;
	height: 450px;
	position: absolute;
	top: 190px;
	right: 50px;
}

#nav1 {
	position: absolute;
	height: 30px;
	width: 715px;
	left: 265px;
	top: 160px;
}

#nav2 {
	position: absolute;
	height: 30px;
	width: 345px;
	left: 635px;
	top: 250px;
}

#nav3 {
	position: absolute;
	height: 30px;
	width: 715px;
	left: 265px;
	top: 160px;
}

#nav4 {
	position: absolute;
	height: 30px;
	width: 345px;
	left: 635px;
	top: 85px;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #ca9e6d;
	text-decoration: none;
}

#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover {
	color: #cc6600;
}

#nav1 ul, #nav2 ul, #nav3 ul, #nav4 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav1 ul li, #nav2 ul li, #nav3 ul li, #nav4 ul li {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}


#header {
	background-image: url(assets/templates/matt/images/mattheader_01.png);
	background-repeat: no-repeat;
	position: relative;
	height: 310px;
	width: 980px;
}


#header1 {
	background-image: url(assets/templates/matt/images/Awards_01.png);
	background-repeat: no-repeat;
	position: relative;
	height: 310px;
	width: 980px;
}

#footer {
	font-size: 10px;
	text-align: right;
	width: 880px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}

#footer a {
	color: #cccccc;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ca9e6d;
	margin: 0px;
	padding: 0px;
}

a {
	color: #ca9e6d;
}
a:hover {
	color: #cc6600;
}

.jot-comment {
color: #000000;

}

h3.acc {
	cursor: pointer;
	text-decoration: underline;
	font-size: 20px;
	line-height: 22px;
}

