@charset "UTF-8";
body  {
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma;
	font-size: 12px;
	background-color: #990033;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/bg_pattern1.jpg);
	line-height: 18px;
}
input:focus {
    outline: none;
}
h2 {
	font-size: 14px;
	color: #CC6600;
}
h3 {
	font-size: 14px;
	color: #CC6600;
}
h1 {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma;
	font-size: 18px;
	color: #990033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	margin-top: 15px;
	padding-bottom: 1px;
}
.thrColFixHdr #container #logo {
	font-size: 18px;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.thrColFixHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 4px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 165px bottom;
} 
.thrColFixHdr #header {
	background-color: #990033;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	height: 105px;
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 
#header #logolink{
	width: 435px;
	padding-left: 170px;
	height: 50px;
}
#header #logolink a:link {
	text-decoration: none;
}
#header #logolink a:visited {
	text-decoration: none;
}
#header #logolink a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #75191F;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}
.thrColFixHdr #tagline {
	background-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFC3;
	text-align: center;
	height: 30px;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 15px;
	background-image: url(images/bg_patternTAG.jpg);
}
.thrColFixHdr  #tagline  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-left: 2px;
	height: 100%;
	padding-top: 0px;
	background-position: bottom;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	vertical-align: top;
} 
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(2/extend_SAMPLE_3/images/patternbg.jpg);
	border: 1px solid #999999;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 20px;
	margin-top: 10px;
} 
#googlemap   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tagline {
	font-size: 18px;
	color: #FFFFFF;
}
.imagebrdr {
	padding: 2px;
	margin-bottom: 15px;
	border: 1px outset #C9C7C8;
	margin-left: 15px;
	background-color: #E4E4E4;
}
.contact {
	border: 1px solid #CC6600;
	height: auto;
	padding: 4px;
	background-color: #E4E4E4;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #form1 #cform {
	font-weight: bold;
	padding: 2px;
	border: 3px solid #FFFFFF;
}
#googlemap {
	border: 1px solid #333333;
	width: 425px;
	height: 350px;
}
iframe {
	border: 1px solid #333333;
}
.emailformtext {
	height: auto;
	padding: 4px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #CC6600;
}
.imagebrdrwho {
	padding: 2px;
	border: 1px outset #C9C7C8;
	margin-left: 15px;
	background-color: #E4E4E4;
}
.bio {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
#credits {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	color: #A7A7A7;
	font-size: 11px;
}
#website {
	width: 200px;
	color: #A7A7A7;
	font-size: 11px;
	float: right;
	text-align: right;
}
#website a:link {
	color: #A7A7A7;
}
#credits a:visited {
	color: #666666;
}
#credits a:hover {
	color: #FFFFFF;
}
.align_center {
	text-align: center;
}
#photofull {
	width: 100%;
}
.contacthdrs {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}

