/* Start of CMSMS style sheet 'web pages' */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #000000;
	margin: auto;
	padding: 0px;
}

h1, h2, h3, h4 {
	color: #FC8425;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}

.orange {
	color: #FC8425;
}

.grey {
	color: #CCCCCC;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 140%;
}

.small {
	font-size: 80%;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FC8425;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#container {
	width: 775px;
	background-color: #000000;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FC8425;
	border-left-color: #FC8425;
}

#header {
	width: 775px;
	height: 165px;
	background: #CCCCCC;
	background-image: url(images/site/header.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#address {
	float: right;
	color: #000000;
	padding: 2px 10px;
	text-align: right;
	height: 20px;
}

#headerbottom {
	width: 755px;
	height: 170px;
	padding: 0px 10px 0px 10px;
}

#center {
	width:745px;
	background: #000000;
	margin: 20px 15px;
	padding: 0px;
}

#footer {
	width: 775px;
	background: #CCCCCC;
	text-align: center;
	padding: 10px 0px;
	color: #000000;
}

#footer a:hover, #footer a:active, #footer a:visited, #footer a:link {
	color: #000000;
	text-decoration: none;
}

/* NAVIGATION STARTS */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	font-size: 100%;
}

#nav a {
	display: block;
	width: 7.5em;
	text-align: center;
	font-size: 1.2em;
}

#nav li { /* all list items */
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
}

#nav li ul {
	position: absolute;
	background: #000000;
	width: 10em;
	left: -999em;
	border: 1px solid #FC8425;
}

#nav li ul a {
	width: 10em;
	padding: 0.2em 0;
	font-size: 1em;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li:hover, #nav li.hover {
    position: static;
}

#nav li li:hover, #nav li li.hover {
	background-color: #FC8425;
	display: block;
	width: 10em;
}

/* NAVIGATION ENDS */

/* FORM STARTS */

#dbyd {
	clear: left;
	width: 340px;
}

#dbyd fieldset {
	margin-bottom: 10px;
	border: none;
	padding-bottom: 10px;
	width: 340px;
	line-height:1.5em;
	padding-top: 20px;
}

#dbyd label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:left; 
	padding-right:10px; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}

#dbyd input {
	padding:0;
	margin-bottom:0.8em;
	border: 0.05em solid #FC8425;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #FC8425;
}

#dbyd .ffsubmit {
	width: 60px;
}

.contactform .required {color: #fff;}

/* FORM ENDS */
/* End of 'web pages' */

