* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: small;
}

body {
	background: white;
}

.clearfix {
    clear: both;
}

#header {
	width: 910px;
	height: 75px;
	position: relative;
}

#logo {
	float: left;
	margin-left: 25px;
}

#topMargin {
	padding-top: 15px;
}

.links {
	margin-right: 10px;
	height: 75px;
	float: right;
}

.link {
	float: left;
	border-top: 10px solid #FFF;
}

.link img {
	padding-left: 15px;
	padding-right: 15px;
}

.link:hover {
	border-top: 10px solid #E32B22;
}

.selectedLink {
	border-top: 10px solid #E32B22;
}

#containerTop {
	background: url('/images/base/border-shadow-header.png');
	height: 30px;
	width: 960px;
	margin: 0 auto;
}

#container {
	background: url('/images/base/border-shadow-content.png') repeat-y;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	overflow: auto;
}

#containerBottom {
	background: url('/images/base/border-shadow-footer.png');
	height: 30px;
	width: 960px;
	margin: 0 auto;
	clear: both;
}

a, a img {
	border: none;
}

a {
	color: #0040B6;
	text-decoration: underline;	
}

a:hover {
	color: #CE271F;
}

li, ul {
	list-style-type: none;
}

.main {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#content {
	padding-bottom: 20px;
	width: 860px;
	margin: 0 auto;
	padding-top: 30px;	
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #444;
}

#copyright {
}

#sidePanels {
	float: right;
	width: 255px;
}

.sidePanel {
	padding-bottom: 15px;
}

.sidePanelTop {
	background: url('/images/base/side-panel-header.png');
	height: 5px;
}

.sidePanelContent {
	background: url('/images/base/side-panel-content.png') repeat-y;
	padding: 5px 15px;
}

.sidePanelBottom {
	background: url('/images/base/side-panel-footer.png');
	height: 5px;
	clear: both;
}

.sidePanelTitle {
	padding-bottom: 15px;
}

.sidePanelTitle, .sidePanelTitle a {
	font-size: medium;
	font-weight: bold;
}

.sidePanelItem {
    padding-bottom: 5px;
}

.sidePanelItemIcon {
    padding-right: 10px;
    float: left;
}

.sidePanelItemText {
    margin-left: 26px;
}

#jobsButton {
    position: absolute;
    right: 35px;
    bottom: 17px;
}
