body {
	margin:0;
	padding:0;
	font-family: 'Fanwood Text', serif;
	font-size: 15px;
	color: black;
}

.wrapper {
	background: url("/file/theme/enterprise/img/plaid-29.png") repeat scroll left top #C0C0C0;
}

.subpage {
	background-image: url('images/bodybg-small.png');
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #2978A1 none repeat-x scroll -15px 0;
}

/*td {
	background: #111;
	border-bottom: 1px solid #222;
	color: #999;
}
*/
code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #ddd;
	border: none;
}
blockquote {
	border-left: 5px solid #333;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #909090;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #a3a552;
}

a:hover {
	color: #BC6637;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 17px;
	padding-right: 10px;
	color: #666;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

form input.formbutton {
	border: none;
	background: #FFFFFF url(images/bodybg.png) repeat-x scroll 0 -160px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 15px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}

form.searchform input.s {
	border: 1px solid #000;
}

span.required {
	color: #ff0000;
}

h1 {
	color: #1F5D7C;
	font-size: 35px;
}

h2 {
	color: #BC6637;
	font-size: 28px;
	letter-spacing: -0.5px;
	padding: 0 0 5px;
	margin: 0;
	font-weight: normal;
}

h3 {
	color: #575757;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #666;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #666;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
	background: white url('images/bodybg.png') repeat-x scroll top left;
	-moz-box-shadow: 10px 10px 5px #888, -10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888, -10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888, -10px 10px 5px #888;

}

#header {
	padding: 0;
	margin: 0 auto;
	height: 110px;
}

#header h1  {
	padding-top: 35px;
	padding-left: 10px;
}

#header h1 a {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform:uppercase;
	text-shadow: 2px 2px #a37952;
}

#header h2 {
	color: #999;
	font-size: 13px;
	margin-left: 7px;
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#nav {
	height: 50px;
	width: 850px;
	margin-left: 50px;
        clear: both;
}

#nav ul {
	list-style: none;
	padding: 0 5px;
	margin: 0;
	float: right;
	height: 50px;
}

#nav ul li {
	float: left;
	display: block;
	padding:0;
	/*background: transparent url('images/nav-left.jpg') no-repeat scroll top left;*/
	margin: 0 2px;
}
/*
#nav ul li.selected {
	background: transparent url('images/nav-selected-left.jpg') no-repeat scroll top left;
}
*/
#nav ul li a {
	color: #575757;

	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 12px 12px;
	text-decoration: none;
	background: transparent url('images/nav-right.jpg') no-repeat scroll top right;
}
#nav ul li a.btn {
        border-radius: 3px;
        background-color: #a37952;
        color: #fff;
        font-weight: normal;
}

#nav ul li a.btn:hover {
        color: #ddd;
}

#nav ul li a:hover {
	color: #BC6637;
}

#nav ul li.selected a, #nav ul li.selected a:hover {
	color: #000;
	background: transparent url('images/nav-selected-right.jpg') no-repeat scroll top right;
}

#nav ul li a.selected {
	color: #fff;
}

#nav ul li a.selected:hover {
	text-decoration: none;
}

#page-intro {
	height: 322px;
	padding: 0px 20px 0;
	color: black;
}

#page-intro h2, #page-intro-small h2 {
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	text-shadow: 2px 2px #a37952;
}

#page-intro p {
	font-size: 15px;
}

#page-intro-small {
	height: 66px;
	padding: 30px 20px 0;
	color: #eee;
}


#body {
	background: transparent none repeat-y scroll 0 0;
	margin: 44px 0;
	padding: 0 15px 15px;
	width: 930px;
	clear: both;
}

#content {
	float: left;
	width: 850px;
	margin: 0px 0px 0px 18px;
}
.column {
	float: left;
	width: 250px;
	margin-right: 10px;
	padding-right:10px;
}
.rightborder {
	border-right: 1px solid #dddddd;
}

.sidebar {
	width: 280px;
	padding: 10px 0 0;
	background: transparent url('images/sidebar-top.jpg') no-repeat scroll top left;
	float: right;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 0;
	line-height: 1.9em;
	padding-bottom: 0;
}

.sidebar li ul {
	border-top: 1px solid #a37952;
	background: #eee;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 10px;
	margin: 0;
	line-height: 1.5em;
	color: black;
}

.sidebar li ul li a {
	font-weight: normal;
	color: black;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 7px 8px;
	text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
	background-color: #202020;
	color: #2A2A2A;
}

.sidebar li ul li a:hover {
	color: #2A2A2A;
}

.sidebar h4 {
	display: inline-block; /* for IE 6, 7 */
}

.sidebar h4 {
	background: #a37952 url(images/sidebar-h4.jpg) repeat-x scroll 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 1em;
	margin: 0;
	padding: 12px;
	text-transform: uppercase;
}

.sidebar-end {
	width: 280px;
	height: 10px;
	background: transparent url('images/sidebar-bottom.jpg') no-repeat scroll top left;
}

.clear {
	clear: both;
}

#footer {
	margin:0 auto;
	background: #000 url('images/footer.jpg') repeat-x scroll bottom left;
	padding: 30px 5px 0;
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer h4 {
	color: #ccc;
	font-size: 18px;
	font-weight: normal;
}

#footer p {
	text-align: left;
	color: #999;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer form input#searchbutton {
	background-color: #E53E91;
	margin: 0;
}

#footer form input#searchquery {
	background-color: #333;
	color: #fff;
	border: none;
	padding: 6px 5px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #222;
}

#footer ul li {
	padding: 0;
}

#footer ul li a  {
	display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 7px 10px;
	border-bottom: 1px solid #222;
}

#footer ul li a:hover {
	background-color: #111;
}

.footer-box {
	width: 220px;
	margin-right: 26px;
	float: left;
}

.end-footer-box {
	margin-right: 0;
}

#footer-links {
	background-color: #000;
	color: #ccc;
	padding: 5px;
}
div#footer-links p {
	text-align: right;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	width: 960px;
	display: block;
}
#footer-links a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}
.ctype {
	/*
	float:left;
	border-left:1px solid #DDD;
	*/
	margin: 0 auto;
	width:460px;
	background-color: #f0f0f0;


}
.chead {

	background-color:#7C7467;
	color: white;
	padding:1em;
}
.chead tr:first-child {
	font-size: 120%;
}

.ctype ul {
	margin-left:0;
}
.ctype ul li {
	font-size: 105%;
	list-style-type: none;
	margin:0px;
	padding:4px;

}
.ctype .even {
	background-color: white;
}
.ctype .odd {
	background-color: #F2F2F2;
}
.clearpage {
	font-family: Arial, Helvetica, sans-serif;
}