/**** REMOVES DEFAULT BROWSER STYLES - CHANGE AND DIE !! ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

/* MAIN PAGE STYLES START HERE */

body {
	width:905px;
	text-align : left;
	margin-right: auto;
	margin-left: auto;
	background-color: #E8EDF0;
}

h1,h2,h3,h4,h5,h6, .numbertxt  {
font-weight: normal;
}

p,a {
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	
}


h1 {
	font-size: 26px;
	font-weight: normal;
	padding-top: 16px;
	color: #000000;
	margin-left: 25px;
	margin-right: 30px;
	padding-bottom: 4px;
}

h1.home-header{
	font-size: 33px;
}

h2 {
	padding-left: 15px;
	font-size: 22px;
	font-weight: normal;
	color: #2B4197;
}

/* container */

#container {
	width:905px;
	border: 1px solid #cedde3;
	float: left;
	background-color: #FFFFFF;
}

/* header */

#aclogo{
	height: 18px;
	width: 146px;
	float: left;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
}

#top{
	width:905px;
	height: 40px;
}

#header {
	width:905px;
	height: 81px; /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	text-align: center;
}


#sub-head{
	text-align: center;
	color: #2b4197;
	font-size: 100%;
	height: 36px;
	width: 960px;
	margin-left: 10px;
}

#numbers-head p {

}

/* column wrapper */

#col-wrapper {
	width: 905px;
	height: 1%;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* left column */

#left-col {
	width: 620px;
	height: 1%;
	float: left;
	padding-left: 20px;
	padding-top: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#left-col p{
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 18px;
	color: #000000;
}

#left-col h2{
	padding-top: 8px;
	padding-bottom: 2px;
	color: #00C7EF;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0px;
	padding-left: 0px;
}

#left-col ul {
	margin-left: 35px;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#left-col li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
	font-size: 12px;
	background-image: url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	color: #000000;
}

/* side pics in left col */

#featured {
	width: 173px;
	margin-left: 10px;
}



#right-col {
	background-image: url(graphics/houses.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 238px;
	float: right;
	height: 500px;
}


/* picture box for under header pic */

#pics-box{
	
	margin-bottom: 15px;
	
}

#flash-box{
	height: 207px;
	background-color: #FFFFFF;
	width: 388px;
	float: left;
}




#headings-border{
	border: 1px solid #c3c3c3;
	margin-right: 13px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -1px;
}

#headings-border h1{
	padding-top: 8px;
	padding-bottom: 2px;
	color: #2b4197;
}




#content-border{
	border: 1px solid #c3c3c3;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 12px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}

#content-border p, #content-border h2, #content-border h3, #content-border h4{
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* footer */

#footer {
	text-align: center;
	clear: both;
	width: 905px;
	font-size: 90%;
	color: #FFFFFF;
	background-image: url(graphics/footer-bg.gif); /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	padding-top: 6px;
}

#footer p{
	text-align: center;
	color: #666666;
	font-size: 11px;
}

#footer a{
	text-align: center;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
}


#copyright {
	width:980px;
	text-align: center;
	clear: both;
	float: left;
	background-image: url(graphics/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
}

#copyright a {
	text-decoration: underline;
	color: #F5F5F5;
	font-size: 11px;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline; font-weight: normal; color: #000000 }
A:active	{
	text-decoration:underline;
	color: #003399;

}

/***************** TOP NAVIGATION ********************/

#main-nav{margin-top:1px;margin-bottom:1px}

#topnav ul{
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	width: 700px;
}

#topnav ul li{display:inline;margin:0;padding:0;height:28px}

#topnav ul li a{
	color:#003399;
	text-decoration:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	background-image: url(graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#topnav ul li a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

#listblock{
	width: 600px;
	float: left;
	border: 1px solid #cedde3;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 14px;
	margin-top: 10px;
}

#contact-block{
	background-image: url(graphics/woman.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 185px;
	padding-left: 140px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-bottom: 0px;
	padding-top: 8px;
}

#contact-block h2{
	font-weight: normal;
	padding-top: 26px;
}

#left-col #contact-block .numbers{
	font-size: 24px;
	color: #00BBF3;
	line-height: 26px;
}

.blacknum{
	color: #000000;
}

