@charset "utf-8";
/* CSS Document */

h1 {
	color: #000;
	background-color: #51AEE7;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
}

.container {
	width: 965px;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0px;
	
}

.topmenubtn {
	margin-top: -30px;
	padding-bottom: 20px;
	color: #666666;
	float: right;
}
.topmenubtn a {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px solid #eeb44f;
	display:inline-block;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:5px 17px;
	text-decoration:none;
	text-shadow:1px 1px 1px #cccccc;
}
.topmenubtn a:hover {
	text-decoration:underline;
}
.topmenubtn a:active {
	position:relative;
	top:1px;
}
#mainLeft{
	padding-top: 10px;
	float:left;
	width:479px;
	border:thin;
}

#mainRight{
	padding-top: 10px;
	float:right;
	width:479px;
}

.leftContent{
	display:block;
	min-height:300px;
	padding:0px;
	background-color: #FFF;
	/* [disabled]border: 1px solid #000; */
}

.rightContent{
	display:block;
	min-height:145px;
	padding:0px;
	margin-bottom:10px;
	background-color: #FFF;
	/* [disabled]border: 1px solid #000; */
}
#logo {
}
.pageheader {
	background-color: #FFF;
}

#footer {
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body {
	background-repeat: repeat;
	background-color: #fff;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
.rightContent p {
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.leftContent p {
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.hotline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #F00;
}

}#banner {
	height: 100px;
}

#content {
	padding: 5px;
	display: block;
	float: left;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	border-bottom: 1px dotted #CE662F;
	background-color: #FFF;
}

#column {
	padding: 5px;
    display: block;
    float: right;
    width: 320px;
}

#mainContent {
	padding: 10px 0;
	line-height: 1.4em;
	display: block;
	margin: 0 auto;
	position: relative;
	font-size: 1.2em;
}

.imgl {
    clear: left;
    float: left;
    margin: 0 15px 0 0;
}
.imgr {
    clear: right;
    float: right;
    margin: 0 0 15px 15px;
}
.imgl, .imgr {
    background-color: #ffffff;
    border: 1px solid #666666;
    color: #666666;
    padding: 5px;
}

/*SIDE BAR*/
#sidebar {
    color: #ffffff;
    float: right;
    padding: 40px 20px 0 0;
    width: 240px;
}
#sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#sidebar li {
	margin-bottom: 10px;
	line-height:2em;
	background-attachment: scroll;
	background-color: #EBEEF7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	
}
#sidebar li ul {
    padding: 15px;
}
#sidebar li li {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	padding-left: 10px;

}
#sidebar li h2 {
	background: none repeat scroll 0 0
#;
	color: #000000;
	font-size: 1.4em;
	margin: 0;
	padding: 5px 15px;
	background-color: #51AEE7;
}
#sidebar a {
	border: medium none;
	color: #CE662F;
}
#sidebar form {
    margin: 0;
    padding: 15px;
}
#sidebar fieldset {
    border: medium none;
}

#sidecontact {
    float: right;
    padding: 10px 20px 0 20px;
	margin-bottom:15px;
	margin-right: 20px;
    width: 200px;
	background:#FFCC33;
}

#sidecontact h2{
	color:#666666;
	font-size: 1.4em;
	text-align: center;
}
#sidecontact h3{
	color:#954A22;
	font-size: 1.2em;
}
#sidecontact h3 a{
	color:#954A22;
	text-decoration:none;
}
#sidenews {
    float: right;
    padding: 10px 20px 0 20px;
	margin-bottom:15px;
	margin-right: 20px;
    width: 200px;
	background:#666666;
}
#sidenews h2{
	color:#FFCC33;
	font-size: 1.4em;
	text-align: center;
}
#sidenews ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#sidenews li {
	margin-bottom: 10px;
	line-height:1.4em;
	color: #EBEEF7;
	border-bottom-width: 1px;
	border-bottom-style: groove;
}
#sidenews li a {
	color: #EBEEF7;
	text-decoration:none;
}
/*SIDE BAR / */

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -0.8em;
	padding: 0px;
}
.inpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* main right side */
#rightcontact {
	float: right;
	padding: 10px 20px 0 20px;
	margin-bottom:15px;
	margin-right: 0px;
	width: 420px;
	background-color: #FFCC33;
}

#rightcontact h2{
	color:#666666;
	font-size: 1.6em;
	text-align: left;
}
#rightcontact h3 {
	color:#954A22;
	font-size: 1.4em;
}
#rightcontact h3 a{
	color:#954A22;
	text-decoration:none;
}


#rightnews {
    float: right;
    padding: 10px 20px 0 20px;
	margin-bottom:15px;
	margin-right: 00px;
    width: 420px;
	background:#666666;
}
#rightnews h2{
	color:#FFCC33;
	font-size: 1.6em;
	text-align: left;
}
#rightnews ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#rightnews li {
	margin-bottom: 10px;
	line-height:1.4em;
	color: #EBEEF7;
	border-bottom-width: 1px;
	border-bottom-style: groove;
}
#rightnews li a {
	color: #EBEEF7;
	text-decoration:none;
}
/* /main right side */
