@charset "utf-8";
body { background: #fff; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

h1,h2,h3,h4,p,ul,li,blockquote{margin:0px;padding:0px;}
h1,h2 {color:#666;}
h1 { border-bottom-width: 6px; border-bottom-style: solid; border-bottom-color: #ef2e25; padding-top:20px;}
a {color:#ef2e25;}
h2{font-size:16px; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #ef2e25;margin-bottom:10px;}
h3 {color:#ef2e25;}
li{ margin-left:25px;  }
ol li{ margin-bottom:14px; margin-left:0px;}
ol li ul li{ margin-bottom:0px; list-style-type: disc; margin-left:15px;}
blockquote { margin-left:35px;}
td {vertical-align:top;}
img {border:none;}
img.recent-project{border:solid 5px #fff;}
img.grey-border{border:solid 5px #666;}
input.text{
	background:#FFFFFF url(../images/input_bg.png) repeat-x;
	border:1px solid #CCCCCC;
	margin-bottom:0px;
	padding:7px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

input.formButton{
	background-image: url(../images/submit-btn.jpg);
	background-repeat: no-repeat;
	width:163px;height:57px; padding-left:0px;  border:0px; color:#fff; font-weight:bold; /* Use border 0px rather than none so image displays in IE */
	background-color:#fff;
}

textarea { font-family: Arial, Helvetica, sans-serif; font-size:13px;}

.floatleft {float:left; padding-right:20px;}
.floatright { float:right; margin-right:150px; }
.imgcentre { margin-right: auto; margin-left: auto; }
.centre { text-align:center; }
.current { color:#8f3f98;}
th.right {text-align:right; padding-right:30px;}
.italic { font-style: italic; font-weight: bold; color: #000; }
.black {color: #000;}

/*** Error Messages ***/
p.notification{
	display:block;
	width:95%;
	padding:7px 7px 7px 30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	border:1px solid;
}

.error {
	background: #ffcece url('../images/exclamation.png') 7px 8px no-repeat;
	border-color: #df8f8f !important;
	color: #665252;
}

/*** Layout ***/
#container {
	width: 1100px;  
	
	margin: 0 auto; 
	text-align: left; 
	background-image: url(../images/sidebar-bg.gif); background-repeat: repeat-y;
}
#header-inner { width: 1100px;  
	
	margin: 0 auto; 
	text-align: left; 
	padding-bottom:10px;
	padding-top:10px;}
#menu { height:37px; padding-top:23px; padding-bottom:0px; font-size: 15px; background-image: url(../images/menu-bg.gif); background-repeat: repeat-x; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #fff; border-bottom-color: #fff; }
#menu li { list-style-type: none; float:left; color:#ffffff; margin-left:0px;  margin-right:44px;}
#menu a{ color:#666; text-decoration:none; text-transform: uppercase; font-weight:bold;}
#menu a:hover{ color:#ef2e25; }
#menu li.current a{color:#ef2e25;}
#menu li.current a:hover{padding-left:0px; padding-right:0px;}
#menu-inner { 
	width: 1100px;  
	
	margin: 0 auto; 
	text-align: left; 
	padding-left:44px;
}
#mainContent {   padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 240px; margin-top:5px; margin-bottom:5px; min-height:500px; }

#sidebar { background-image: url(../images/sidebar-bg.gif); background-repeat: repeat-y; padding-top: 0; padding-bottom: 0; float:left; width:160px; margin-top:5px; text-align:center; padding-left:20px; padding-right:20px; border-right-width: 1px; border-right-style: solid; border-right-color: #fff; }
#sidebar h1 {color:#666; border:none; font-size:14px; margin-bottom:5px;padding-top:15px;}
#sidebar p {  text-align: center; color:#666; font-size:12px; }
#mission p { text-align: justify;color:#333; }
#mission { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff; padding-bottom:10px;  }

/*** Download Buttons ****/
#corporate-profile{background-image: url(../images/corporate-profile.jpg); background-repeat: no-repeat; width:289px;height:85px; padding-left:80px; padding-top:30px; }
#corporate-profile a {color:#fff;}
/*** Footer ****/
#footer{ height:300px; background-image: url(../images/footer-bg.gif); background-repeat: repeat; text-align:left; font-size:12px; padding-top: 10px; padding-right: 10px; padding-bottom: 0; padding-left: 10px; }
#footer-break { border-top-width: 1px; border-top-style: solid; border-top-color: #fff; }
#footer-inner {  padding-top:10px;}
#aahb a, #aahb p{ font-size:10px;}
#aahb { padding-top:20px;}
#footer h3 {font-size:14px;color:#ef2e25;}
#footer a {color:#666666;}
#footer ul li { list-style-type: none; left-padding:0px;left-margin:0px;}
