/* main divs */
body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	background-color: #FFF;
	background-image: url(../images/back-vert.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-position: left top;
}
a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0033;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #CC0033;
}
#container {
	width: 1004px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #CCC;
	background: #FFF url(../images/background-s.gif) repeat-x 0px 144px;
} 

#header {
	padding: 0px;
	height: 144px;
	background-color: #cc0033;
	background-image: url(../images/banner_1004.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerC {
	padding: 0px;
	height: 144px;
	background-color: #cc0033;
	background-image: url(../caerus/images/banner_1004.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#masthead {
	padding: 0px;
	height: 114px;
	background-color: #cc0033;
	background-image: url(../caerus/images/banner_1004.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#subnav {
	width: 400px;
	font-size: 11px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	top: 90px;
	position: relative;
	left: 246px;
	height: 20px;
	font-weight: bold;
}
#subnav a {
	color: #FFF;
}
#nav   {
	width: 989px;
	margin: 0px;
	position: relative;
	color: #FFF;
	top: 93px;
	font-size: 11px;
	background-color: #A7002B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/nav-bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navigation {
	width: 989px;
	margin: 0px;
	position: relative;
	color: #FFF;
	top: 112px;
	font-size: 11px;
	background-color: #A7002B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/nav-bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* -- side navigation style --*/
#navigation ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: inline-block;
}
#navigation ul li{
	float: left;
	text-align: center;
}
#navigation ul a{
	text-decoration:none;
	height: 25px;
	color: #FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;
	font-size: 11px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	width: 105px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
}
#navigation ul a:hover{
	color: #FFF;
	background-color: #A8012C;
}

#nav a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#bannerad {
	float: left;
	height: 60px;
	width: 468px;
	margin-right: 5px;
}
#banner_ads {
	height: 60px;
	width: 720px;
	border: 1px solid #CCC;
	padding: 5px;
}

#logo {
	float: right;
	height: 124px;
	width: 240px;
	border-left: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	background: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: right;
	width: 760px;
}
#bodytext {
	background: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
	width: 750px;
}



#footer {
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(../images/background-s.gif) repeat-x;
	font-size: 70%;
	text-align: center;
	border-top: 1px solid #CCC;
	height: 40px;
	line-height: 100%;
} 
#w3c {
	float: right;
	position: relative;
	text-align: right;
	margin-bottom: 0px;
	width: 50px;
}
#w3c img   {
	margin-bottom: 5px;
}
/* tag and text styles */
#mainContent li{
	color: #666;
	list-style: disc url(../images/bullet.gif);
	margin-bottom: 7px;
}
#bodytext li {
	color: #666;
	list-style: disc url(../images/bullet.gif);
	margin-bottom: 7px;
}

#mainContent h1  {
	font-weight: normal;
	font-size: 140%;
	color: #cc0033;
	line-height: 130%;
}
#bodytext h1 {
	font-weight: normal;
	font-size: 140%;
	color: #cc0033;
	line-height: 130%;
}

#mainContent h2  {
	font-weight: normal;
	font-size: 120%;
	color: #cc0033;
}
#bodytext h2 {
	font-weight: normal;
	font-size: 120%;
	color: #cc0033;
}

#sidebar {
	background-color: #FFF;
	width: 180px;
	float: left;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
	background-image: url(../images/background-l.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 500px;
	margin-bottom: 10px;
}
#sidebar h1   {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 0px 0px -15px;
}
#sidebar h2  {
	font-weight: normal;
	color: #616161;
}
/* -- side navigation style --*/
#sidebar ul {
	margin: 0px;
	list-style:none;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#sidebar ul li{
	display:block;
	width: 188px;
	float: left;
	margin: 0px;
}
#sidebar ul a{
	font-size:12px;
	text-decoration:none;
	float:left;
	display:block;
	width: 165px;
	background-color: #FFF;
	background-image: url(../images/side-button.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	height: 100%;
	color: #666;
}
#sidebar ul a:hover{
	color: #FFF;
	background-color: #a7002b;
	background-image: url(../images/side-button-over.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar ul #current a {
	color: #006262;
	background-color: #FFF;
	background-image: url(../images/side-button-over.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pipespace {
	letter-spacing: 2px;
}
.image {
	width: 300px;
	position: relative;
	margin-left: 10px;
	float: right;
}
.greyborder {
	border: 1px solid #CCC;
}
.bullet {
	list-style-type: disc;
	list-style-image: url(../images/symbols/bullet.gif);
	list-style-position: inherit;
	text-align: left;
	color: #666;
	line-height: 18px;
}
.formfield {
	width: 400px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	background: #FFF url(../images/background-s.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0033;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	color: #666666;
	font-size: 12px;
}
.smallprint {
	font-size: 9px;
}
.rssincl-itemtitle {
	margin-bottom: -5px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-bottom: -10px;
	margin-top: 4px;
	font-size: 80%;
}
.rssincl-entry {
	margin-bottom: 0px;
}
.printlogo {
	display:none;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
}
.img_right {
	float: right;
	vertical-align: text-bottom;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding: 10px;
}
.tableheader {
	color: #FFF;
}
.tableheader a {
	color: #FFF;
}
fieldset .bodytext strong {
	color: #666;
}
.button {
	color: #FFF;
	background-color: #C03;
	text-align: center;
	float: left;
	height: 25px;
	width: 120px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 3px;
}
.button a {
	color: #FFF;
}
.button a:hover {
	color: #FFF;
}
.logobox {
	float: right;
	width: 260px;
	margin-right: 20px;
	margin-left: 10px;
}
img {
	border: 0;
}

