@charset "UTF-8";
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
}
#container {
	background-color: #fff;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #313030;
	padding: 0px;
}
a:link {
	color: #076fa1;
	text-decoration: none;
}
a:visited {
	color: #076fa1;
}
a:hover {
	color: #ff3500;
}
#header {
	background-color: #FFF;
	padding: 0px;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#header #navbar {
	text-align: center;
	height: 90px;
	width: 770px;
	margin-top: 75px;
	float: left;
}
#navbar ul {
	margin: 0px;
	padding-top: 12px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menuwidgetwhite.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
}
#navbar ul li a {
	text-decoration: none;
}
#container #header #navbar ul li a:link {
	color: #999999;
	text-decoration: none;
}
#container #header #navbar ul li a:visited {
	color: #999999;
	text-decoration: none;
}
#container #header #navbar ul li a:hover {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#container #header #navbar ul li a:focus {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#container #header #navbar ul li a:active {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#header #logo {
	float: right;
	height: 175px;
	width: 180px;
}
#logo #ccm_logo {
	background-image: url(images/logo.gif);
	text-indent: -9999px;
	display: block;
	height: 175px;
	width: 180px;
	background-repeat: no-repeat;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #076fa1;
	text-align: center;
	font-weight: bold;
	height: 50px;
}
#menu ul {
	margin: 0px;
	padding-top: 12px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
	padding-top: 11px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menuwidgetwhite.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 46px;
}
#menu ul li a {
	text-decoration: none;
}
#container #menu ul li a:link {
	color: #076fa1;
	text-decoration: none;
}
#container #menu ul li a:visited {
	color: #076fa1;
	text-decoration: none;
}
#container #menu ul li a:hover {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#container #menu ul li a:focus {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#container #menu ul li a:active {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#main {
	background-color: #FFF;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#main #sidebar {
	float: left;
	height: 345px;
	width: 200px;
	background-color: #3B9fd0;
}
#main #banner {
	float: right;
	height: 345px;
	width: 760px;
}
#content {
	width: 960px;
	float: left;
	height: auto;
}
#content #txtbar {
	float: left;
	width: 150px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 0px;
	text-align: right;
	margin: 0px;
}
#txtbar h2 {
	color: #ff3500;
	font-size: 1em;
	text-decoration: underline;
}
#content #mycontent {
	float: right;
	width: 700px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#content #mycontent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	color: #A67800;
}
#content #mycontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A67800;
	font-size: 1.1em;
	line-height: 1em;
}
#footer {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
	width: 960px;
	height: 100px;
}
#footnav ul {
	margin: 0px;
	padding-top: 12px;
	list-style-type: none;
}
#footnav ul li {
	display: inline;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menuwidgetwhite.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
}
#footnav ul li a {
	text-decoration: none;
}
#container #footer #footnav ul li a:link {
	color: #999999;
	text-decoration: none;
}
#container #footer #footnav ul li a:visited {
	color: #999999;
	text-decoration: none;
}
#container #footer #footnav ul li a:hover {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#container #footer #footnav ul li a:focus {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#container #footer #footnav ul li a:active {
	color: #ff3500;
	text-decoration: none;
	background-image: url(images/logobtn2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	height: 35px;
	padding-top: 11px;
	padding-bottom: 0px;
}
#copyrights {
	margin: 0px;
	height: 25px;
	padding-top: 20px;
	font-size: 80%;
	color: #999999;
}
