
/* Copyright Mathew Bassett 2009 */

@font-face {
	font-family: Diavlo;
	font-style:  normal;
    font-weight: normal;
    src: url(fonts\DIAVLO0.eot);
}
 
 @font-face {
	font-family: Diavlo;
    src: url(fonts/Diavlo_MEDIUM_II_37.otf);/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	background-color: White;
	font-family: Diavlo;
	font-size: 100%;
	line-height:1.125em;
}

#masthead {
	height:300px;
	width: 100%;
	background-color: #333333;
	overflow: hidden;
}

#masthead-logo {
	position: relative;
	width: 980px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	position: relative;
	float: left;
	top: 20px;
	width: 950px;
	height: 30px;
}

#cssmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#cssmenu li {
	position: relative;
	font-family: Diavlo;
	top: 0px;
	float: left;
	margin: 0px auto;
	font-weight: bold;
}

#cssmenu li a {
	width: 100px;
	height: 20px;
	color: White;
	display: inline;
	text-decoration: none;
	text-align: center;
	margin-right: 30px;
	font-family: Diavlo;
}

#cssmenu li a:hover {
	text-decoration: none;
	color: #cccccc;
}

#cssmenu li a.selected {
	color: #66ff33;
}

#cssmenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;

}

#cssmenu li ul li {
	float: none;
	display: inline-block;
}

#cssmenu li ul li a {
	
	background: #333333;
}

#cssmenu li ul li a:hover {
	color: #cccccc;
	text-decoration: none;
	background: #333333;
}

#masthead a.logo {
	position: relative;
	top: 100px;
	float: left;
	width: 275px;
	height: 83px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#masthead .flashbanner {
	position: relative;
	top: 10px;
	left: 100px;
	float: right;
	width: 650px;
	height: 250px;
}

#title {
	width: 100%;
	height: 50px;
	background-color: #66ff33;
	border-top: 2px solid #ccff99;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#title h1 {
	position: relative;
	bottom: 8px;
	width: 980px; 
	color: White;
	margin-left: auto;
	margin-right: auto; 
	font-weight: lighter;
	font-family: Diavlo;
}

#container {
	width: 980px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#page {
	float: left;
	width: 755px;
	min-height: 100%;
	background-color: White;
	font-size:0.925em;
	margin-bottom: 75px;
}

#page h2 {
	margin-top: 40px;
	color: #333333;
	display: block;
	margin-right: 20px;
	border-bottom: 1px dotted #666666;
	font-family: Diavlo;
}

#page h3 {
	margin-top: 40px;
	color: #333333;
	display: block;
	margin-right: 20px;
	font-family: Diavlo;
}

#page .img {
	position: relative;
	width: 700px;
	height: 200px;
	margin-top: 50px;
}

#page p {
	margin-right: 40px;
	color: #333333;
	font-family: Diavlo;
}

#page a {
	text-decoration: underline;
	color: #333333;
	font-family: Diavlo;
}

#page a:hover {
	text-decoration: none;
	color: #cccccc;
}

#page a.selected {
	text-decoration: none;
	color: #66ff33;
}

#page .content {
	width: 755px;
}

.content li {
	list-style-type: disc;
	color: #333333;
	font-family: Diavlo;
}

.content a {
	text-decoration: none;
	font-family: Diavlo;
}

#page table {
	margin-top: 30px;
	margin-left: 40px;
}

#page table.form {
	table-layout: auto;
}

#page label {
	margin-right: 75px;
	color: #333333;

}

#page td {
	width: 220px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Diavlo;
}

#page ul {
	list-style: none;
	color: #333333;
	font-family: Diavlo;
}

#page .downloads {
	margin-top: 50px;
	width: 755px;
	height: 180px;
}

.downloads img {
	float: left;
	width: 100px;
	height: 155px;
	margin-right: 55px;
	border: 0px;
}

.downloads a {
	border: 0px;
	font-family: Diavlo;
}

#pagination {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	display:block;
	text-align:left;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-weight:normal;
}

#pagination a:link, #pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #333333;
	margin-left:10px;
	text-decoration:none;
	color: #333333;
	width:22px;
	font-weight:normal;
	font-family: Diavlo;
}

#pagination a:hover {
	border:1px solid #cccccc;
	color:#cccccc;
	font-family: Diavlo;	
}

#pagination .active_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #66ff33;;
	margin-left:10px;
	text-decoration:none;
	color: #66ff33;;
	cursor:default;
}

#pagination .disabled_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #cccccc;
	margin-left:10px;
	text-decoration:none;
	color:#D7D7D7;
	cursor:default;
}


#brochure {
	font-weight: bold;
	width: 200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
}

#brochure a {
	text-decoration: none;
	color: #333333;
	font-family: Diavlo;
}

#brochure img {
	margin: 10px;
	width: 60px;
	height: 80px;
	border: 0px;
}

#right-col {
	float: right;
	width: 224px;
	min-height: 100%;
	background-color: White;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left: 1px dotted #333333;
	font-size:0.925em;
}

#right-col h2 {
	font-weight: bold;
	border-bottom: 1px dotted #333333;
	margin-left: 20px;
	color: #333333
	font-family: Diavlo;
}

#right-col a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	display: block;
	font-family: Diavlo;
}

#accordian {
	position: relative;
	top: 100px;
}

#accordian dd {
	font-size: 0.875em;	
	font-family: Diavlo;
}

#footer {
	position: relative;
	bottom: 0px;
	float: left;
	width: 100%;
	height: 150px;
	background-color: #66ff33;
	background-image: url(images/bottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

#footer li {
	position: relative;
	top: 0px;
	display: inline;
	list-style-type: none;
	color: White;
	font-weight: bold;
	font-family: Diavlo;
}
#footer p {
	position: relative;
	top: 0px;
	color: White;
	font-size: 0.825em;
	font-family: Diavlo;
}

#footer li a {
	text-decoration: none;
	color:White;
	margin-right: 30px;
	font-family: Diavlo;
}

#footer li a:hover {
	text-decoration: underline;
	color:White;
}