/* www.halas.com styles sheet */
/* author - Chris Allison, Allison Technical Solution LLC */

div#centerwrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

body.background {
	background-image:url(images/background.png);
	}

div#banner {
	height:117px;
	background-image:url(images/BannerTop.png);
	}

div#menu {
	height:27px;
	font-family:Verdana;
	font-size:13px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	}

a#home {
	display:block;
	width:60px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuShadow.png);
	background-position: 0px 0px;
	}

a#home:hover {
	text-decoration:none;
	background-image:url(images/MenuShadow.png);
	background-position: 0px -27px;
	}
	
a#comparing {
	display:block;
	width:130px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuShadow.png);
	background-position: 0px 0px;
	}
	
a#comparing:hover {
	text-decoration:none;
	background-image:url(images/MenuShadow.png);
	background-position: 0px -27px;
	}

a#system {
	display:block;
	width:100px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuShadow.png);
	background-position: 0px 0px;
	}
	
a#system:hover {
	text-decoration:none;
	background-image:url(images/MenuShadow.png);
	background-position: 0px -27px;
	}
	
a#report {
	display:block;
	width:100px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuShadow.png);
	background-position: 0px 0px;
	}
	
a#report:hover {
	text-decoration:none;
	background-image:url(images/MenuShadow.png);
	background-position: 0px -27px;
	}
	
a#articles {
	display:block;
	width:137px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuShadow.png);
	background-position: 0px 0px;
	}
	
a#articles:hover {
	text-decoration:none;
	background-image:url(images/MenuShadow.png);
	background-position: 0px -27px;
	}

a#resources {
	display:block;
	width:153px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuShadow.png);
	background-position: 0px 0px;
	}

a#resources:hover {
	text-decoration:none;
	background-image:url(images/MenuShadow.png);
	background-position: 0px -27px;
	}

a#projects {
	display:block;
	width:120px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuProject.png);
	background-position: 0px 0px;
	}

a#projects:hover {
	text-decoration:none;
	background-image:url(images/MenuProject.png);
	background-position: 0px -27px;
	}

a#faqs {
	display:block;
	width:60px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuNoShadow.png);
	background-position: 0px 0px;
	}

a#faqs:hover {
	text-decoration:none;
	background-image:url(images/MenuNoShadow.png);
	background-position: 0px -27px;
	}

a#testimonials {
	display:block;
	width:100px;
	height:27px;
	float:left;
	color:#ccffff;
	background-image:url(images/MenuNoShadow.png);
	background-position: 0px 0px;
	}

a#testimonials:hover {
	text-decoration:none;
	background-image:url(images/MenuNoShadow.png);
	background-position: 0px -27px;
	}

div#bannerbottom {
	height:44px;
	background-image:url(images/BannerBottom.png);
	}

div#thinline {
	width:960px;
	height:5px;
	background-image:url(images/sidebar.png);	
	}

div#main {
	width:960px;
	background-image:url(images/content_background.png);
	}

div#sidebar {
	width:130px;
	float:left;
	padding:5px;
	}

div#content {
	margin-left:140px;
	padding:5px 20px 20px 20px;
	}

div#footer {
	width:960px;
	background-image:url(images/content_background.png);
	}
	
div#footercontent {
	margin-left:140px;
	padding:10px;
	}

div#links {
	background-image:url(images/background.png);
	vertical-align:top;
	}

a {
	outline: none;
	color:#336666; 
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

a img {
	border:0px;
	}

a.plainlink {
	color:black;
	text-decoration:none;
	}	

a.plainlink:hover {
	text-decoration:none;
	}	

a.bottommenu {
	color:black;
	text-decoration:underline;
	}

a.requestinfo {
	display: block;
	width: 110px;
	height: 180px;
	background-image: url(images/RequestInfo.gif);
	background-position: 0 0;
	margin: 0 auto;	
	}

a.requestinfo:hover {
	background-position: 0 -180px;
	}

a.topbutton {
	display: block;
	width: 102px;
	height: 49px;
	background-image: url(images/TopButton.png);
	background-position: 0 0;
	margin: 0 auto;	
	}

a.topbutton:hover {
	background-position: 0 -49px;
	}

a.prevbutton {
	display: block;
	width: 102px;
	height: 49px;
	background-image: url(images/PrevButton.png);
	background-position: 0 0;
	margin: 0 auto;	
	}

a.prevbutton:hover {
	background-position: 0 -49px;
	}

a.nextbutton {
	display: block;
	width: 102px;
	height: 49px;
	background-image: url(images/NextButton.png);
	background-position: 0 0;
	margin: 0 auto;	
	}

a.nextbutton:hover {
	background-position: 0 -49px;
	}

a.contentsbutton {
	display: block;
	width: 155px;
	height: 49px;
	background-image: url(images/ContentsButton.png);
	background-position: 0 0;
	margin: 0 auto;	
	}

a.contentsbutton:hover {
	background-position: 0 -49px;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	}
	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

.small {
	font-size:12px;
	}
	
.xsmall {
	font-size:11px;
	}
	
.xxsmall {
	font-size:10px;
	}

.left {
	text-align:left;
	}
	
.right {
	text-align:right;
	}

.center {
	text-align:center;
	}

.justify {
	text-align:justify;
	}

.indent {
	text-indent:25px;
	}

.textcolor {
	color:#336666;
	}

.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#336666;
	}
