/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #6D6E70;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
}

h1 {
	font-size: 150%;
	color: #F79929;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	color: #F79929;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	color: #F79929;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 120%;
	color: #F79929;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h5 {
	font-size: 110%;
	color: #F79929;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link {
	color: #F79929;
	text-decoration: none;
}
a:visited {
	color: #F79929;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #F79929;
	text-decoration: none;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
}

.hrDot1 {
	border-bottom: none;
	padding: 1px;
	background: url(../images/dot1.gif) repeat-x bottom;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.red {
	color: #FF0000;
	background-color: #FFFFFF;
}
.green {
	color: #00CC00;
	background-color: #FFFFFF;
}
.black {
	color: #000000;
	background-color: #FFFFFF;
}

.textVVVLarge {
	font-size: 250%;
	font-weight: normal;
}
.textVVLarge {
	font-size: 200%;
	font-weight: normal;
}
.textVLarge {
	font-size: 150%;
	font-weight: normal;
}
.textLarge {
	font-size: 125%;
	font-weight: normal;
}
.textNormal {
	font-size: 100%;
	font-weight: normal;
}
.textSmall {
	font-size: 90%;
	font-weight: normal;
}
.textVSmall {
	font-size: 80%;
	font-weight: normal;
}
.textVVSmall {
	font-size: 70%;
	font-weight: normal;
}
.textVVVSmall {
	font-size: 60%;
	font-weight: normal;
}

.textLeft {
	text-align: left;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}

.style1 {
	color: #F7931D;
}

/*** START: Form styles ***/

form { 
	margin: 0;
	padding: 0;
}
form .formStyleOne {
	
}
form div.contactFormWidth {
	width: 80%;
	padding: 0;
}
form div.standardForm { 
	width: 75%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.largeWidthForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.fullWidthForm { 
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
fieldset {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
}
legend { 
	font-weight: bold;
	text-align: left;
	color: #F79929;
	margin: 0 0 5px 0;
	padding: 5px;
}
fieldset div {
	clear: right;
	width: 90%;
	margin: 0;
	padding: 1px;
}
fieldset div div.label {
	float: left;
	width: 35%;
	color: #333333;
	background-color: #FFFFFF;
}
fieldset div div.formField {
	float: right;
	width: 55%;
}
fieldset div div.formLabelField {
	float: left;
	width: 100%;
	color: #333333;
	background-color: #FFFFFF;
}
div.formButtons {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

/* form error table */
div.formErrorTable {
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
div.formErrorTable div {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #FF0000;
	background-color: transparent;
	border: 1px #FF0000 solid;
}
div.formErrorTable ul {
	margin: 0 0 0 30px;
	padding: 0;
}
div.formErrorTable ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

/*** END: Form styles ***/

/*** START: Layout ***/

.clear {
	clear: both;
}

#mainContent {
	padding: 5px;
	margin: 0;
}

.contactContent {
	
}

img.newsSmallImage {
	margin: 0 10px 10px 0;
	padding: 0;
}

div.newsArticleImage {
	position: relative;
	float: right;
	margin: 10px;
	padding: 5px;
	border: 1px #CCCCCC solid;
}

/*** END: Layout ***/