/* Copyright 2010 Macquarie Accountants 
   Style Sheet by Aaron Maurice */

body {
	width: 960px;
	height: 800px;
	margin: 0px auto 0px auto;
	background: #006699 url(../images/bg.png) repeat-x;
	color: #222222;
	font-family: Helvetica, Arial, sans serif;
	font-size: 14px;
	}
	body a { color: #444444; text-decoration: none; }
	body a:hover { text-decoration: underline; }


#page {
	width: 960px;
	height: 800px;
	background: url(../images/page.png) top center no-repeat;
	}

#logo {
	width: 250px;
	height: 120px;
	display: block;
	float: left;
	text-indent: -5000px;
	}

/* Navigation */
 #nav { margin: 0; padding: 0; }
 #nav li { display: inline; }
 #nav li a { float: left; height: 0; padding-top: 126px; overflow: hidden; background-image: url(../images/nav.png); background-repeat: no-repeat; }

/* Buttons */
 #nav li#nav-blank a {width: 130px; background-position: 0 0; }
 #nav li#nav-home a {width: 90px; background-position: -130px 0; }
 #nav li#nav-services a {width: 108px; background-position: -220px 0; }
 #nav li#nav-history a {width: 101px; background-position: -328px 0; }
 #nav li#nav-about a {width: 141px; background-position: -429px 0; }
 #nav li#nav-contact a {width: 130px; background-position: -570px 0; }

/* Hover */
 #nav li#nav-b blank:hover {background-position: 0 0; }
 #nav li#nav-home a:hover {background-position: -130px -126px; }
 #nav li#nav-services a:hover {background-position: -220px -126px; }
 #nav li#nav-history a:hover {background-position: -328px -126px; }
 #nav li#nav-about a:hover {background-position: -429px -126px; }
 #nav li#nav-contact a:hover {background-position: -570px -126px; }

/* Text */

h1 { font-size: 20px; }

p { font-size: 14px; }

/* Page */

#content {
	width: 960px;
	height: 620px;
	display: block;
	margin: 20px 0 -20px 0;
	background: url(../images/content.png) no-repeat;
	float: left;
	}

#content-left {
	width: 460px;
	margin: 50px 0 0 50px;
	float: left;
	}

#content-right {
	width: 390px;
	float: right;
	margin: 21px 21px 0 0;
	}

/* Footer */

#footer {
	height: 20px;
	width: 960px;
	float: left;
	text-align: center;
	font-size: 11px;
	float: left;
	color: #ffffff;
	margin: 0px auto 10px auto;
	}
	#footer a {color: #ffffff; text-decoration: none}
	#footer a:hover {color: #dddddd; text-decoration: underline}

#footer-links { list-style-type: none; font-size: 12px; }
	#footer-links li { text-align: left; display: inline; margin-right: 10px; }

/* Services "Accordian" Code */

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: Helvetica, Arial, sans serif;
	font-size: 14px;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p {
	margin:0px;
	padding:4px;
}
