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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(images/background.jpg);

}
.oneColFixCtr #header {
	height: 90px;
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
padding-left: 10px
}
.oneColFixCtr #greyborder {
height: 4px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #646464;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtr #menuholder {
	height: 12px;
	width: 923px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left
}
.oneColFixCtr #menuborder {
height: 1px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtr #homeimageholder {
	height: 243px;
	width: 924px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.oneColFixCtr #secondaryimageholder {
	height: 99px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #strapline {
	height: 50px;
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/index-strapline-holder.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtr #whiteborder {
height: 25px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtr #mainContent {
	width: 923px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/content-back.gif);
	text-align: left;
	padding-top: 20px;
}
.oneColFixCtr #address {
	float: left; /* since this element is floated, a width must be given */
	width: 286px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 0px;
}
.oneColFixCtr #bodytext {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
} 

.oneColFixCtr #contactform {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.oneColFixCtr #footer {
	height: 30px;
	width: 923px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #06294f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	padding-bottom: 5px;
}
H1 {
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	FONT-SIZE: 20px;
	COLOR: #07b0ff;
}
H2 {
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	FONT-SIZE: 17px;
	COLOR: #07b0ff;
}


.mission {
	FONT-WEIGHT: bold;
	FONT-SIZE: 19px;
	COLOR: #07b0ff;
	FONT-FAMILY: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}

.bodytext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: 575757;
	FONT-FAMILY: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}

.bodytext A:link{ COLOR: #07b0ff; TEXT-DECORATION: none; padding-left: 0px; padding-right: 0px}
.bodytext A:visited { COLOR: #07b0ff; TEXT-DECORATION: none; padding-left: 0px; padding-right: 0px}
.bodytext A:hover { COLOR: #000000; TEXT-DECORATION: none;  padding-left: 0px; padding-right: 0px}

.quotes {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: 575757;
	FONT-FAMILY: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}
.datetext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #eeeeee;
	FONT-FAMILY: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	TEXT-DECORATION: none;
}


.footertext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	FONT-FAMILY: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}

.footertext A:link{ COLOR: #07b0ff; TEXT-DECORATION: none; FONT-WEIGHT: bold; padding-left: 0px; padding-right: 0px}
.footertext A:visited { COLOR: #07b0ff; TEXT-DECORATION: none; FONT-WEIGHT: bold; padding-left: 0px; padding-right: 0px}
.footertext A:hover { COLOR: #ffffff; TEXT-DECORATION: none;  FONT-WEIGHT: bold; padding-left: 0px; padding-right: 0px}

.floatleft
{
	float: left;
	margin: 0px 20px 10px 00px;
}

.floatleftonecolumn
{
	float: left;
	margin: 0px 20px 200px 0px;
	border: 3px solid #dedede;
}

