@charset "utf-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #D2D2C6;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	;
	font-size: 100%;
	background-image: url(../images/site/body-bg-latest.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 380px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #691287;
	height: 100%;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10;
	margin-right: 380px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 

#mainGalleryContent {
width:960;
text-align: center;

} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/site/nav-fade.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 11px;
	color: #FFF;
}
.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;
}

.navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 2.7em;
	background-color: #c2b59b;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-bottom-color: #333;
	border-left-color: #000;
	background-image: url(../images/site/nav-fade.gif);
}.twoColFixRtHdr #container .navbar a {
}
.twoColFixRtHdr #container .navbar a {
	color: #FFF;
	padding-left: 25px;
	padding-right: 25px;
	text-shadow: 1px 1px 2px #000;
}
.twoColFixRtHdr #container .navbar a {
	color: #FFF;
}

.twoColFixRtHdr #container #mainContent p {
	text-align: left;

}
.twoColFixRtHdr #container #sidebar1 p img {
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
h2 {
	color: #AF281E;
	font-variant: small-caps;
	font-size: 1.2em;
}
h1 {
	font-size: 1.4em;
}

.twoColFixRtHdr #container #mainGalleryContent p img {
	padding: 10px;
	border: thin solid #B5A991;
	margin: 10px;
}
.twoColFixRtHdr #container #mainContent h1 img {
	margin: 5px;
	padding: 5px;
	border: thin solid #B5A991;
	text-align: right;
}

.contactfield {
	BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 90%; PADDING-BOTTOM: 2px; BORDER-LEFT: #999 1px solid; WIDTH: 200px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.contactlabel {
	CLEAR: left;
	PADDING-RIGHT: 0px;
	DISPLAY: inline;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px 10px 10px 0px;
	WIDTH: 150px;
	PADDING-TOP: 2px;
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 90%;
}
.contactfieldwrap {
	MARGIN-BOTTOM: 10px;
}
#footer p a {
	
color:#CCC;	
}

#footer p a:hover {
	
color:#666;	
text-decoration:none;
}


#form { width: 520px; float: left; padding: 10px;}
#form div.row { float: left; margin: 0 0 4px 0; clear: both; position: relative;}
#form .label { float: left; width: 120px; font: normal 12px/26px sans-serif;}
#form .text { float: left; border: 1px solid #ccc; padding: 3px; font: normal 12px sans-serif; color: #666; width: 180px;}
#form .textarea { float: left; border: 1px solid #ccc; padding: 3px; font: normal 12px sans-serif; color: #666; width: 180px}
#form #submit { position: relative; left: 120px;}

.required text {	color: #F00;}
.required .text {	color: #F00;}


input.error { border: 1px dotted #C00 !important; background: #FFF2F2;}

label.error {
	font: bold 11px/18px 'Tahoma', Arial, sans-serif;
	position:absolute;
	top: 0; left: 310px;
	min-width: 200px;
	max-width: 200px;
	padding:5px 10px;
	margin:0;
	color:#900;
	background:#FCC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
  	-khtml-opacity: 0.8;
  	opacity: 0.8;}

