* {
	margin: 0px;
	padding: 0px;
}

body {
    background: #fff url(../img/body_bg.png) repeat-x;
    color: #434343;
	font: 8pt arial, verdana, sans-serif;
}

a {
	text-decoration: none;
}

#container {
    background: transparent;
    margin: auto;
	width: 992px;
}

.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/***************************************************************************
* Header (Logo, Header Menu, Main Menu)
***************************************************************************/

#header {
	float: left;
	height: 233px;
	width: 992px;
}

#headerMenu {
    background: url(../img/header_menu_bg.gif) no-repeat 0 bottom;
    height: 34px;
    padding-left: 40px;
    width: 952px;
}

#headerMenu .headerHomeLink {
    float: left;
    margin-top: 15px;
}
#headerMenu .headerHomeLink a {
    color: #8f8f8f;
}

#headerMenu ul {
    float: right;
    list-style: none;
    margin-top: 15px;
}
#headerMenu li {
    float: left;
}

#headerMenu li a {
    color: #8f8f8f;
    padding: 0 7px;
}

#headerLogoSearch {
    background: url(../img/header_bg.png) no-repeat;
    height: 174px;
    width: 992px;
}

#headerLogoSearch .homeLink {
    display: block;
    float: left;
    height: 153px;
    margin-left: 23px;
    width: 216px;
}

#mainMenu {
    height: 24px;
}

#mainMenu ul {
    list-style: none;
}

#mainMenu li.firstLevel {
    background: #343434 url(../img/main_menu_bg.gif) no-repeat right top;
    border-top: 2px solid #636363;
    float: left;
    margin: 1px 2px 0 0;
    position: relative;
    top: 0;
    z-index: 1000;
}

#mainMenu li.firstLevel a {
    color: #eee;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 10px;
}

#mainMenu li.firstLevel ul {
    clear: left;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 20px;
}
#mainMenu li.firstLevel:hover ul {
    display: block;
}

#mainMenu .ulSecondLevel {
    background: #e7eae7;
    display: block;
}

#mainMenu li.firstLevel .ulSecondLevel a {
    color: #7e7e7e;
    display: block;
    float: none;
}

/***************************************************************************
* Rootline Navigation
***************************************************************************/

#rootline {
    float: left;
    height: 10px;
    margin: 5px 0;
    width: 100%;
}

#rootline a {
    color: #d16025;
}

/***************************************************************************
* Main (Content + Side Content)
***************************************************************************/

#main {
    float: left;
	width: 992px;
}

#content {
    color: #686868;
	float: left;
	overflow: hidden;
    padding: 10px 0;
	width: 747px;
}

#content a:link, #content a:visited {
    color: #d16025;
}
#content a:hover, #content a:focus, #content a:active {
    color: #686868;
}

#content h1 {
    color: #d16025;
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#content h2 {
    color: #5b5b5b;
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#content h3 {
    color: #d16025;
    font-size: 16px;
    margin: 8px 0;
}

#content h4 {
    color: #d16025;
    font-size: 14px;
    margin: 5px 0;
}

#content p {
    padding-right: 10px;
}
#content .csc-textpic {
    padding-right: 10px;
}

#content img {
    border: none;
}

#content ul {
    list-style-type: disc;
    margin-left: 15px;
}

#sideContent {
    color: #686868;
	display: inline; /* IE fix for correct margin at floats and clears */
    float: right;
	overflow: hidden;
	width: 245px;
}

#sideContent a {
    color: #d16025;
}
#sideContent a:hover {
    color: #686868;
}

#sideContent h1 {
    color: #d16025;
    font-size: 14px;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

#toolsMenu {
    background: #f1f2f1 url(../img/tools_menu_bg.gif) repeat-x;
    height: 180px;
    padding-top: 10px;
    width: 245px;
}

#toolsMenu .toolsMenuTitle,
#infoMenu .infoMenuTitle {
    color: #d16025;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 7px;
    text-transform: uppercase;
}
#infoMenu .infoMenuTitle {
    color: #acacac;
    margin-top: 20px;
}

#toolsMenu ul,
#infoMenu ul {
    margin: 10px 4px 0 4px;
}

#toolsMenu li,
#infoMenu li {
    background: url(../img/tools_menu_bulletpoint.gif) 11px 3px no-repeat;
    border-bottom: 1px solid #e4e5e4;
    padding: 2px 0 5px 30px;
}

#toolsMenu li a,
#infoMenu li a {
    color: #777;
    font-size: 13px;
    font-weight: bold;
}

#toolsMenuFooter {
    background: url(../img/tools_menu_footer_bg.gif) no-repeat;
    height: 22px;
    width: 245px;
}

/***************************************************************************
* Footer
***************************************************************************/

#footer {
	background: url(../img/footer_bg.gif) repeat-x;
	clear: both;
    height: 184px;
	overflow: hidden;
	width: 100%;
}

#footer #footerContent {
    height: 184px;
    margin: auto;
    width: 992px;
}

#footer #footerLogos {
    height: 50px;
}

/* Pictures on left, add margin on right */
#footer #footerLogos DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin: 10px 20px 0 0;
}

#footer .footerMenuTitle {
    color: #777;
    font-weight: bold;
    margin-top: 40px;
}

#footer ul {
    list-style: none;
}

#footer a {
    color: #d16025;
    font-weight: bold;
}

