@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	color: #000000;
}
.clear { clear: both; }
.donotprint { display: none; }
hr { display: none; }
#opt1, #opt2 { display: none; }

#container {
	position: relative;
	font-size: 0.8em;
	background: #FFFFFF;
	margin: 0; 
	text-align: left; 
}
#header {
	padding: 0; 
}
#bg_logo { 
	float: right;
	width:261px;
	text-align: right;
}
#satwrapper { 
	display: none;
}
#slogan { 
	clear: right;
	float: right;
	width:380px;
	height:1em;
	color:#5D759A;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 1.2em;
	text-align: right;
}

#header img { border:none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 0.9em; font-weight: bold; }
h6 { font-size: 0.85em; font-weight: bold; }

a { color: #950101; text-decoration: none; }

#mainmenu { display: none; }
#breadcrumbs { margin-top: 50px; border-top: 1px solid #5D759A; border-bottom: 1px solid #5D759A; }

#mainContent {
	padding: 0; 
	clear: both;
}

#contentwrapper { width: 100%; }
#contentinner { padding: 20px; }

#footer {
	clear: both;
	width: 100%; 
	padding: 0 0 0 20px; 
	color: #000000;
	border-top: 1px solid #5D759A;
}
#footer a { color: #000000; }
#addressinfo {
	padding: 0 0 0 20px; 
}

#left { width: 35%; float: left; padding-top: 20px; }
#middle { width: 60%; float: right; margin-right: 10px; }

div.box { background: url('images/sidebar_item.jpg') 0 0 repeat-y; width: 250px; }
div.box div.inner { background: url('images/sidebar_item_top.jpg') 0 0 no-repeat; }
div.box div.footer { height: 29px; background: url('images/sidebar_item_footer.jpg') 0 0 no-repeat; }

div.box div.inner h2 { background: url('images/h2_bottom.jpg') 0 100% no-repeat; padding: 12px 10px 3px 10px; margin: 0 1px 0 1px; font-size: 1.2em; }
div.box div.inner div.boxtext { padding: 5px 10px 0px 10px; }

div.box div.link a { display: block; background: url('images/arrow.gif') 0 4px no-repeat; padding-left: 20px; }
div.box div.link a:hover { background: url('images/arrow_hover.gif') 0 4px no-repeat; }

div.box div.inner div.boxtext ul li a { display: block; background: url('images/arrow.gif') 0 6px no-repeat; padding-left: 20px; }
div.box div.inner div.boxtext ul li a span { display: block; padding: 2px 0 2px 0; }
div.box div.inner div.boxtext ul li a:hover { background: url('images/arrow_hover.gif') 0 6px no-repeat; }

#left ul { margin:0 0 0 0px; padding: 0; } 
#left li { list-style: none; } 

.mailformplus_contactform fieldset { border: none; }
.mailformplus_contactform legend { display: none; }

.mailformplus_contactform div.form-row { margin-top: 10px; }
.mailformplus_contactform div.form-row textarea { width: 450px; }
.mailformplus_contactform input, .mailformplus_contactform textarea, .mailformplus_contactform select { 
	border: 1px solid #B8C2D3; 
}

.req { color: #950101; }

button {
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
button:hover {
}

button span {
	display: block;
	padding: 3px 15px;
	background: url('images/bg_button.gif') 0 50% repeat-x;
	border: 1px solid #5D759A;
}
button:hover span {
	background-image: url('images/bg_button_hover.gif');
	border: 1px solid #950101;
}
button span em {
	color: #DDDDDD;
	font-weight: bold;
	white-space: nowrap;
	font-style: normal;
}

button:hover span em {
	color: #FFFFFF;
}

/* #left .csc-textpic-imagewrap { display: none; } */
