
/********COLOR SCHEME**********
GREY = #525252
GOLD = #d3b14d #b99e55
RED = #4a1113
**************************************/

/* GLOBALS */
/**************************************/

html,body {
background-color: #fff;
margin: 0;
padding: 0;
}

/* TYPOGRAPHY  */
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
strong,em,b,i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    }
h1,h2,h3,h4,h5,h6,address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    }

img {
border: none;
}

p + p {
text-indent: 0px;
}

/* LINKS */

a:link,a:active,a:visited {
color: #628896; 
text-decoration: underline;
}
a:hover {
color: #445E68 ;
text-decoration: underline;
}
a {
outline: none;
}

#content_area a:link, #content_area a:active, #content_area a:visited {color:#749691;}
#content_area a:hover {color:#628896;}

#footer_area a, #footer_area a:link, #footer_area a:active {color:#aaa; text-decoration: underline;}
#footer_area a:hover {color: #8FABB6; text-decoration: underline;}


/**************************************/
/* AREAS */
/**************************************/

#menu_area {
/* background-color: #313131;*/
background-image:url('../images/layout/grey_bkg.jpg');
}

#logo_area {
text-align: center;
padding: 10px 0;
background-image:url('../images/layout/logo2.jpg');
background-repeat:no-repeat;
background-position:center center;
height: 100px;
}

#show_area {
background-color: #F2F2F2;
height: 320px;
padding:10px 0;
margin: 0;
}

#show_area_single {
background-color: #F8F8F8;
padding:10px;
width:998px;
height: 295px;
margin: 0;
border: 2px solid #fff;
outline: 1px solid #ccc;
}

#show_area img {
padding:0; 
margin:0; 
border: 1px solid white;
outline: 1px solid #ddd;
float: left; 
display: inline;
}
#show_area_single img {
padding:0; 
margin-right:20px; 
margin-top: 0; 
margin-bottom:0; 
margin-left:10px; 
float: left; 
display: inline;
}

#show_area table td {vertical-align:top;padding: 0;margin: 0;}

#content_area {
background: url('../images/layout/red2.jpg');
padding: 20px 0;
color: #ddd;
min-height: 200px;
}

#content_area img{
padding:0; 
margin-right:20px; 
margin-top: 0; 
margin-bottom:10px; 
margin-left:0; 
float: left; 
display: inline;
}

#contact_area {background-color: #F2F2F2;}

#footer_area {
/* background-color: #313131; */
background-image:url('../images/layout/grey_bkg.jpg');
font-weight: normal;
font-size: 1.1em;
text-align: center;
color: #EAC861;
padding: 10px 0;
}

#footer_area p {padding: 0;}

#map {margin:0px 0;}
#contacts {font-size: 1.1em; padding: 10px 0;}

/******* style for paragraphs**********/
.text-indent {
text-indent: 1.5em;
}
#show_area h3 {
margin-top: 5px; 
color:#666;
}
#show_area h4 {
color:#d3b14d;
font-size: 1.2em;
font-weight: bold;
}
#content_area h2 {
margin: 0 0 15px 0;
font-weight: normal;
color: #d3b14d;
font-size: 1.4em;
}
#content_area p {
font-size: 1.1em;
margin-bottom: 20px;
line-height: 20px;
text-align: justify;
}

#projects img {float: left;margin-right: 20px}

/******** CONTACT FORM SUBMIT **********/

#request_form {
	padding: 0 0 20px 0;
	margin: 0;
}

fieldset {
	padding: 5px 20px 0 20px;
 	background: #694443;
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	width: 958px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #8D7170;
	color:white;
}

#request_form p {
	margin: 5px;
	padding: 0;
}

#request_form input,#request_form select {
	font-size: 1em;
	font-family: inherit;
}

#request_form legend {
	color: #d3b14d;
	font-size: 1.4em;
	margin: 1px 0;
}

#request_form label {
	margin:0;
	padding: 0;
}

#request_form textarea {
	width: 550px;
	height: 75px;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 0 0 5px 0;
}

#request_form select {
	width: 350px;
}

#request_form .textfield {
	width: 350px;
	margin: 0;
	font-family: arial,sans-serif;
}

#error_summary {
	display: none;
	color: #DB7093;
	font-size: 1.2em;
	text-indent: 10px;
	text-align: center;
}

#request_form .error {
	padding: 2px;
	border: 2px solid #666;
	background-color: #EED2EE;
}

.asterix {
	color: #d3b14d;
}

#message {
	width: 998px;
	margin: 20px 0;
	float: left;
	display: block;
	border: 1px solid #666;
	background-color: #ddd;
}

#message h2 {
	font-size: 1.5em;
	color: d3b14d;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 20px;
}

#message p {
	color: #666;
	font-weight: bold;
	margin: 15px 10px 10px 60px;
	font-size: 1.2em;
}

#checkmark {
	position: relative;
	top: -90px;
	left: 10px;
}

#rsvErrors {
	display: none;
	padding: 10px;
	background-color: blue;
	border: 1px solid #aaa;
	line-height: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #C7161D;
}

.errorField {
	background-color: lime;
	color: green;
}

.submit_btn {margin-top: 20px;}

