/* main divs */
body  {
	background: #FFF url(../images/background.gif) repeat-x;
	margin: 5px 0 0;
	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%;
}
#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 {
	background: #970B0A url(../images/masthead.jpg) no-repeat 0px 0px;
	padding: 0px;
	margin: 0px 0px 10px;
	height: 144px;
}
#login {
	width: 150px;
	position: relative;
	top: 10px;
	left: 825px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 74px;
}
#container #header #nav {
	width: 1004px;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 0px;
	top: 38px;
	color: #050505;
}
#imagebar {
	height: 124px;
	width: 714px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 10px;
	padding-left: 8px;
	margin-top: 20px;
}

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

#title {
	float: left;
	margin-top: 40px;
	width: 400px;
}
#flash {
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#homepagetext {
	padding-left: 25px;
	padding-right: 25px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(../images/background-l.gif) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px;
	border: 1px solid #CCC;
	font-size: 80%;
	margin: 0px 8px 10px 0px;
}
#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: 50px;
	line-height: 100%;
} 
#w3c {
	float: right;
	position: relative;
	bottom: 45px;
	text-align: right;
	margin-bottom: 0px;
	width: 50px;
}
#w3c img   {
	margin-bottom: 5px;
}


/* tag and text styles */
li {
	color: #666;
	list-style: disc url(../images/bullet.gif);
	margin-bottom: 7px;
}
#container #mainContent h1 {
	font-weight: normal;
	font-size: 140%;
}
#container #mainContent h2 {
	font-weight: normal;
	font-size: 120%;
	color: #970B0A;
}
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}
#container #sidebar1 h1  {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 0px 0px -15px;
}
#container #sidebar1 h2 {
	font-weight: normal;
	color: #616161;
}

.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;
}

.navside {
	position: relative;
	top: 0px;
	float: left;
	background: #860001;
	width: 190px;
	text-align: center;
	color: #FFF;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#careers a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.infobox {
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 100%;
}

.image {
	width: 300px;
	position: relative;
	margin-left: 10px;
	float: right;
}
.arrow {
	float: right;
	position: relative;
	top: 60px;
}
.greyborder {
	border: 1px solid #CCC;
}
.hidden {
	display: none;
}
.hiddenpic {
	display: none;

}
a:link {
	color: #9C0C0C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0C0C;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #9C0C0C;
}
.formfield {
	width: 250px;
	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: #970B0A;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
.smallprint {
	font-size: 9px;
}
.homepagetext #container #sidebar1 #headlines #rssincl-box-7911 .rssincl-content {
	padding-bottom: 0px;
	padding-top: 0px;
}
.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;
}
#backNav {
	height: 20px;
	border: 1px solid #CDBA81;
	padding: 5px;
	font-size: 11px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
#backNav a:hover {
	text-decoration: none;
}
#homepagetext h3 {
	font-size: 14px;
}
