@charset "utf-8";

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FFF; /* 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;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 25px;
	height: 300px;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0px 0 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF; 
}
.oneColFixCtrHdr #footer {
	padding: 0px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.text_contact {
	font-family: Arial, sans-serif;
	color: #524a52;
	word-spacing: normal;
	letter-spacing: inherit;
	line-height: 1.2em;
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
}



.text_FOOTER_MENU {
	font-family: "Times New Roman", Times, serif;
	color: #524a52;
	word-spacing: normal;
	letter-spacing: 3pt;
	line-height: 1.2em;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
}
.text_design_header {
	font-family: Arial, sans-serif;
	color: #524a52;
	word-spacing: normal;
	letter-spacing: 2px;
	line-height: 1em;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;	
}
.text_design_subheader {
	font-family: Arial, sans-serif;
	color: #524a52;
	word-spacing: normal;
	letter-spacing: 2px;
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
}
.text_design_body {
	font-family: Arial, sans-serif;
	color: #524a52;
	word-spacing: normal;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
}

.text_contact_body {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	word-spacing: normal;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
}

.text_contact_subheading {
	font-family: Arial, sans-serif;
	color: #FF0000;
	word-spacing: normal;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
}


.image_border {
	border-style: dotted;
	border-color: #CCC;
	border-width: 1px;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


.thumb_left {
	margin: 0 5px 0 0;
}
.thumb_right {
	margin: 0 0 0 5px;
}
.thumb_center {
	margin: 0 px 0 px;
}

.thumb_small_left {
	margin: 0 2px 0 0;
}
.thumb_small_right {
	margin: 0 0 0 2px;
}
.thumb_small_center {
	margin: 0 2px 0 2px;
}

.thumb_small_left_top {
	margin: 0 2px 4px 0;
}
.thumb_small_right_top {
	margin: 0 0 4px 2px;
}
.thumb_small_center_top {
	margin: 0 2px 4px 2px;
}

