/* CSS Designed by: Spicy Company Imaging - www.spicy.com.au */
/* Creator: Joe Sieben 										 */

/**************************************************************
Global Styles
**************************************************************/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	color: #007FD1;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #007FD1;
	margin-right: 42px;
	margin-left: 30px;
	margin-bottom: -10px;
}
h3 {
}
h4 {
}
h5 {
}

p {
}

pre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	color: #007FD1;
}

a:link, a:visited {
}
a:hover, a:active {
}

ul {
	color: #007FD1;
	font-size: 0.8em;
	margin-right: 42px;
	list-style-type: circle;
	margin-left: 30px;
}
ol {
}
li {
	background-image: url(../images/layout/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 10px;
}

dl {
}
dt {
}
dd {
}

img {
}
table {
	margin-top: 40px;
	margin-bottom: 20px;
}
/**************************************************************
Divs
**************************************************************/
#container {
	position: relative;
	width: 830px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	top: 20px;
}
#maincontent {
	width: 555px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
	background-image: url(../images/layout/footer.jpg);
	position: relative;
	height: 42px;
	width: 555px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#nav {
	position: absolute;
	left: 0px;
	top: 170px;
	background-image: url(../images/layout/nav.jpg);
	height: 400px;
	width: 235px;
}
#logo {
	background-image: url(../images/layout/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 110px;
	width: 210px;
	top: 0px;
	left: 15px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 0px;
}
/**************************************************************
IDs
**************************************************************/
#heading {
	margin-bottom: -20px;
}
#quote {
	position: absolute;
	width: 270px;
	top: 10px;
	right: 30px;
	padding: 0px;
	margin: 0px;
}
/**************************************************************
Sub Classes
**************************************************************/
#maincontent p, table label {
	margin-right: 42px;
	margin-left: 30px;
	text-align: justify;
	font-size: 0.8em;
	color: #007FD1;
}
#maincontent a:link, #maincontent a:visited {
	color: #007FD1;
	text-decoration: underline;
}
#maincontent a:hover, #maincontent a:active {
	color: #CC0000;
	text-decoration: underline;
}
#footer p {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	font-size: 0.7em;
	color: #007FD1;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #CC0000;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul a:link, #nav ul a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #007FD1;
}
#nav ul a:hover, #nav ul a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
#nav p {
	color: #007FD1;
	font-size: 0.7em;
	margin-left: 20px;
	margin-right: 80px;
	text-align: left;
}
#logo p {
	font-size: 0.8em;
	color: #007FD1;
	line-height: 1em;
	text-align: left;
}
#quote p {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #007FD1;
	font-size: 0.7em;
	text-align: left;
}
#quote em {
	text-align: right;
}
/**************************************************************
Classes
**************************************************************/
.leftli {
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	text-align: center;
	width: 120px;
	margin-bottom: 21px;
	padding-left: 0px;
	background-image: none;
	padding-bottom: 0px;
}
.rightli {
	margin-left: 65px;
	margin-top: 15px;
	display: block;
	text-align: center;
	width: 120px;
	margin-bottom: 21px;
	padding-left: 0px;
	background-image: none;
	padding-bottom: 0px;
}
.contact {
	font-size: 1.1em;
	color: #0033CC;
	font-weight: bold;
	margin-top: 30px;
	padding-top: 30px;
}
/**************************************************************
Forms
**************************************************************/
#name, #email, #phone, #form textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 250px;
}

