@charset "utf-8";

/*************************************************
  INITIALIZING CSS
  
  ---------------------
  Important Elements
  ---------------------
  
  PAGE ATTRIBUTES:
  Page Width: 		766px;
  
  COLORS:
  Page Background:	#ddcfbc
  Emphasis Red:	 	#c30000
  Font Color:		#584a3e
  
  
*************************************************/

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	background: #ddcfbc;
	margin: 0;
	padding: 0;
	color: #584a3e;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 125px;
	padding-left: 75px;
}
h2 {
	font-size: 1.3em;
	color:#c30000;
}
a img {
	border: none;
	clear: both;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}



/*************************************************
  MAIN CONTENT CSS
*************************************************/

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	background-image:url(../_img/bg-fullpage.jpg);
	background-repeat:repeat-x;
}
.fltrt {  
	float: right;
	margin-left: 15px;
}
.fltlft { 
	float: left;
	margin-right: 15px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.content {
	width: 766px;
	padding: 0px 0px 0px 0px;
	background-image: url(../_img/bg-content.png);
	background-repeat:repeat-y;
}
.header {
	height: 274px;
	width: 766px;
	background-image:url(../_img/bg-header.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
.header .general-info {
	width: 230px;
	margin-left: 520px;
	padding-top: 40px;
	overflow: hidden;
}
.quote1 {
	width: 300px;
	margin-left: 450px;
	margin-top: 50px;
}
.quote2 {
	width: 405px;
	margin-left: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.quote3 {
	width: 325px;
	margin-left: 420px;
	padding-bottom: 15px;
	clear: both;
	padding-top: 15px;
}	
.imageSets {
	width: 690px;
	margin-left: 65px;
}
.imageSets .photo {
	height: 113px;
	width: 150px;
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: #f5f1ec;
	border: 1px solid #ddcfbc;
}
.imageSets .photo:hover{
	background-color: #FFF;
}
.footer {
	font-size: 0.8em;
	width: 690px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 65px;
	line-height: 1.3em;
}

