/* General styles */
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff;
	font-size:90%;
}


/* Header Styles */
#header-wrap {
	height: 187px;
	width: 100%;
	background-image: url(/images/design-parts/header-background-repeat.png);
	background-repeat: repeat-x;
	margin: 0 0 15px 0;
}

#header {
	width: 1024px;
	margin: 0 auto 0 auto;
}

/* Header Navigation */

#top-navigation {
	height: 117px;
	width: 1024px;
}

#altrum-logo {
	float: left;
	padding: 0 20px 0 0;
}
.top-button {
	float: left;
	width: 165px;
	height: 76px;
	margin: 28px 0 0 0;
	border-right: #cccccc 1px solid;
}

.top-button img{
	float: left;
	padding: 5px 5px 0 15px;
}

.top-button h3 {
	font-size: 24px;
	font-weight: 100;
	color: #006699;
	padding: 6px 0 0 0;
	margin: 0;
}

.top-button p {
	font-family: verdana;
	font-size: 11px;
	font-weight: 100;
	color: #666666;
	padding: 8px 0 0 0;
	margin: 0;
}

#ctl00_ibtLogout{
	float: left;
	padding: 5px 5px 0 15px;
}

#middle-navigation {
	height: 62px;
	width: 1024px;
}

#middle-navigation  ul {
	padding: 20px 0 0 30px;
	margin: 0;
	position: absolute;
	width: 1024px;
}

#middle-navigation li {
	font-family: georgia;
	font-size: 24px;
	display: inline;
	padding: 0 40px 0 0;
	position: relative;
}

#middle-navigation li a {
	font-weight: normal;
	color: #ffffff;
}

#search {
	position: relative;
	left: 700px;
	top: -22px;
	width: 200px;
}

#search img {
	margin:0;
	padding:0;
	position: absolute;
}

#search #ctl00_txtKeyword {
	background-image: url(../images/design-parts/search-background.png);
	background-repeat: repeat-x;
	border: 0 none;
	height: 21px;
	padding: 2px 0 0 0;
	width: 200px;
	margin:0;
	position: absolute;
	left:12px;
}

#search #ctl00_btnSearch {
	background-image: url(/images/design-parts/search-go.png);
	background-repeat: no-repeat;
	border: 0 none;
	height: 23px;
	width: 30px;
	margin:0;
	padding:0;
	position: absolute;
	left: 212px;
}

#search #ctl00_btnSearch:hover {
	cursor: pointer;
	border: 0 none;
}


/* Content Styles */
#body-wrap {
	width: 1024px;
	margin: 0 auto 0 auto;
	height: 100%;
}

/* Inner Header styles */
#inner-header {
	clear:both;
	float:left;
	width:100%;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	min-height: 600px;
}

/* 2 column left menu settings */
.leftmenu {
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:305px;
	background:#fff;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:305px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 27px 0 323px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:251px;
	position:relative;
	right:270px;
}

/* Inner Footer styles */
#inner-footer {
	clear:both;
	float:left;
	width:100%;
}
/* Footer styles */
#footer {
	height: 150px;
	width: 100%;
	background-image: url(/images/design-parts/footer-background-repeat.png);
	background-repeat: repeat-x;
	clear: both;
}
#footerSpacer {
	width: 1024px;
	margin: 0 auto;
}
.footerSection {
	float: left;
	width: 216px;
	padding: 10px 20px 20px 20px;
}
#footerNav {
	width: 1024px;
	clear: both;
}
#footerNav p {
	color: #fff;
	text-align: center;
}
#footerNav a{
	color: #fff;
}
#footerNav ul {
	text-align: center;
}
#footerNav li{
	padding: 10px 20px 0 20px;
	display: inline;
	color: #fff;
	font-weight: 900;
	
}