@charset "utf-8";
/* CSS Document */

/*reset base styles*/
html,body,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/*end reset styles*/

/* -- layout styles -- */
#page_wrapper{
	width:1024px; 
	margin:0px auto;
}
#body_wrapper {
	background-image: url(../images/background-bodytop.jpg);
	background-repeat: no-repeat;
}
#left_column_wrapper {
	float: left;
	width: 279px;
}
#right_column_wrapper {
	margin-left: 320px;
	padding-top: 42px;
	width:704px;
}
#right_column_content {
	float: left;
}
#left_sub_column {
	float: left;
	width: 350px;
}
#right_sub_column {
	margin-left: 355px;
}

#footer_wrapper {
	height: 20px;
	background-color: #922125;
}

div.container-float-right{ float:right; margin-left:5px; }


/* -- end layout styles -- */

/* -- begin site-wide formatting styles -- */

body {
	background-color: #FFFFFF;
}

p,a,li,em,strong,td { font-family:Arial, Helvetica, sans-serif; }

p {
	color:#000000;
	margin:0px 5px 10px 5px;
	font-size:0.8em;
	padding-top:5px;
	line-height:1.4em;
}

a {
	color:#922125;
	text-decoration:underline;
}

a:hover, a:focus { text-decoration:none; }

ul {
	list-style:disc;
	margin:0px 5px 5px 5px;
	list-style-position:inside;
}

li {
	font-size:0.8em;
	line-height:1.4em;
}

strong { font-weight:bold; }

em { font-style:italic; }

h1,h2,h3,h4,h5,h6,h7 {
	font-weight:bold;
	color:#000000;
	margin:0px 5px 8px 5px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.4em;
}
h2 { font-size:1.2em; }
h3 { font-size:1em; }
h4 { font-size:.9em; }
h5 { font-size:.8em; }
h6 { font-size:.7em; }
h7 { font-size:.6em; }


/* -- Standard Class Definitions -- */
.clearer { clear:both; }

/* -- custom homepage styles -- */
td.section-link{
	background-color: #9C8F5A;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;

}
td.section-link a{
  text-decoration:none;
  color:#FFFFFF;
}
td.section-link a:hover{ font-weight:bold; }

td.homepage-content{
	padding-left:60px;
}
td.cell-padleft-10{ padding-left:10px; }
.text-testimonial{
	margin: 0px 7px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.7em;
	line-height: 2em;

}
ul.homepage-list li{
	font-size:.9em;
	line-height:1.4em;
}
/* -- end homepage styles -- */

/* -- submenu styles -- */

ul.submenu{
	list-style-type:none;
	margin-left: 35px;
	padding-top: 47px;
	padding-bottom: 20px;
}

ul.submenu li a{
	text-decoration: none;
	color: #922125;
	line-height: 1.3em;
	font-size: 1.1em;
}

ul.submenu li a:hover{
	font-weight: bold;
}


/* -- end submenu styles -- */

/* -- typical styles -- */

.page-title{
	font-size:2.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:3px;
	margin-bottom:1em;
	color:#922125;
}
.text-bold-italic{
	font-weight:bold;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}
.heading-red-italic{
	color:#922125;
	font-style:italic;
}

li.list-style-2{
	margin-bottom: 20px;
}

.text-heading-purple{
	color:#31328F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	font-size: 1em;
}
/* -- end typical styles -- */

/* ---------------- user_form styles ------------------------------ */
#user_form{
 padding:10px 0px;
}

#user_form span {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#user_form label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 130px;
	float: left;
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
}
#user_form input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:150px;
}
#user_form input.input-image{
	width:auto;
}
#user_form input.submit-button{
	width:auto;
}
#user_form textarea{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:150px;
}
#user_form select{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
}

#user_form .form-input {
	clear: both;
	margin-bottom: 5px;
	display: block;
}
#user_form .form-submit {
	margin-left: 133px;
	clear: both;
}
/*this style is used on the login page to align the button links at the bottom of the form*/
#user_form .error-form-submit {
	margin-left: 130px;
	clear: both;
}
/* this will colour the form error text */
.login-error{
	color:#CC0000;
}
/* this will colour the required symbol or text */
.required{
	color:#CC3300;
}

/* -- gallery styles -- */
div.gallery-row{
	clear: both;
	margin: 0px auto 3px auto;

}

.img-gallery{
	float:left;
	padding:2px;
	border:solid 1px #922125;
	margin-left: 2px;
	margin-top: 3px;
}

