
/*reset all browser settings*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/*reset all fonts*/
body{font:13px arial,helvetica,clean,sans-serif;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
body {line-height:1.22em;}

/* html styles */
html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #918d86;
	color: #525252;
}	 

h1 {
	font-family: tahoma, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	line-height: 150%;
}

a {
	color: #919d81;
	text-decoration: none;
}

a:hover {
	color: #000;
}

ul{
	margin: 0px;
	padding:0px;
}

li{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background-image:url("../images/bullet.jpg");
	background-repeat: no-repeat;
}

/* structural elements */

#main {
	position:relative;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width: 702px;
	padding: 40px 0px 40px 0px;
	overflow: hidden; /* make columns equal height */
}
 
#top_bar {
	padding: 0px;
	margin: 0px;
}

#navigation {
	clear: both;
}

#content {
	background-image: url(../images/main-content-bg.jpg);
	background-repeat: repeat-y;
	background-color: #fff;	
	padding: 1px;
}

#leftContent {
	float: left;
	width: 389px;
	padding: 0px 41px 50px 50px;
}

#rightContent {
	float: left;
	width: 187px;
	padding-right: 31px;
}

#quote {
	background-color: #dee2d9;
	font-size: 85%;
	padding: 10px;
	margin-top: 2px;
}

#footer {
	clear: both;
	padding: 23px 25px 30px 25px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
}

/* form elements */

.inputBox {
	width: 388px;
	font-size: 90%;
	border: 0px;
	background-color: #dee1da;
	padding: 2px;
	margin-bottom: 10px;
}

.inputTextArea {
	width: 388px;
	height: 72px;
	font-size: 90%;
	border: 0px;
	background-color: #dee1da;
	padding: 2px;
	margin-bottom: 10px;
}

.submitButton {
	width: 126px;
	height: 22px;
}

/* general styles */

.footerLinks {
	font-size: 70%;
}

.footerLinks a {
	color: #a4a4a4;
}

.footerLinks a:hover {
	color: #000;
}

.siteCredit {
	font-size: 70%;
	color: #b4b4b4;
}

.siteCredit a {
	color: #a4a4a4;
}

.siteCredit a:hover {
	color: #000;
}
.displayNone {
	display: none;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.centred {
	text-align:center;
}

.error {
	padding-top: 10px;
	color: #900;
	font-weight: bold;
}

.smallText {
	font-size: 90%;
}