/* Start of CMSMS style sheet 'aimhigh v2' */
@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:1.05em;
}

html, body {
	font-size:75.01%;
	font-family:Arial, Helvetica, sans-serif;
	background: #666666 url('images/page_bg.jpg') repeat-y top center;
}

img {
	border:none;
}

#container {
	margin:0 auto;
	padding:0 0 0 0;
	width:916px;
	height:auto;
}

.clear {
	clear:both;
}

/* HEADER */

#logo {
	height: 69px;
	width: 132px;
	float:left;
	margin:2px 0 2px 2px;
}

#bannerdetails {
	height: 68px;
	width: 255px;
	float:right;
	margin:2px 4px 2px 0;
	text-align:right;
	font-size:12px;
}

#bannerbg {
	height:95px;
	width:916px;
	background: url('images/banner.jpg');
}

/* SIDE PANEL (MENU + QUICK LINKS) */

#leftsidepanel {
	height:auto;
	width: 124px;
	margin:0 0 0 1px;
}

#menu {
	height:auto +1;
	width: 124px;
	background: #CCCCCC;
	float:left;
}

#quicklinks {
	height:auto;
	width:124px;
	float:left;
}

/* MENU STYLE */

#menu ul {
	width:124px;
	margin:0px;
	padding:0 0 0 0;
	list-style-type:none;
	display:block;
	color:#fff;
}
#menu ul li {
	color: #fff;
	float:left;
}

#menu ul li a {
	font-size:12px;
	font-weight:bold;
	float:right;
	height:25px;
	width:124px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background: url('images/nav_button.jpg') no-repeat;
	color:#fff;
}
#menu a:link, #menu a:visited {
	color:#fff;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration: none;
	background: url('images/nav_button_hover.jpg') no-repeat;
}

/* MAIN PAGE (RIGHT HAND SIDE) */

#content {
	width:790px;
	height:auto;
	float:right;
	margin:0 1px 0 0;
}

#contentbox {
	margin:0 0 0 15px;
}

/* STYLES */

h1 {
	font-size:2em;
	font-weight:bold;
	color:#990000;
	margin: 5px 0 5px 0;
}

/* End of 'aimhigh v2' */

