@charset "UTF-8";
/* CSS Document */


/*  Typography
-----------------------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 87.5%;
	line-height: 1.2em;
	color: #3b2314;
}



/*  Margins and Padding
-----------------------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	padding: 0em;
	margin: 0em;
	margin-bottom: 1em;
}



/*  Links
-----------------------------------------------------------------------------*/

a:link {
	color: #f6e7c8; 
	text-decoration: none;
}

a:visited {
    color: #f6e7c8; 
	text-decoration: none;
}

a:hover {
    color: #f6e7c8; 
	text-decoration: none;
}

a:active {
    color: #f6e7c8; 
	text-decoration: none;
}



/*  Images
-----------------------------------------------------------------------------*/

img {
     border: 0em; 
}



/*  Forms
-----------------------------------------------------------------------------*/

form {
	padding: 0em;
	margin: 0em; 
}



/*  Text
-----------------------------------------------------------------------------*/


.text-size-large {
	font-size: 1.2em;
}

.text-size-small {
	font-size: .9em;
}



/*  Misc
-----------------------------------------------------------------------------*/

.float-clear {
     clear:both; 
}


/*  Body
-----------------------------------------------------------------------------*/

body {
	padding: 0em;
	margin: 0em;
	text-align: center;
	background-color: #ffffff;
}



/*  Container
-----------------------------------------------------------------------------*/

#container-of-page {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#page-content {
	background-image:url(../../index/images/backgrounds/page.gif);
	background-repeat: no-repeat;
	height: 711px;
}


/*  Sections
-----------------------------------------------------------------------------*/

#section-navigate {
	float: left;
	width: 290px;
	margin-right: 22px;
	padding-top: 157px;
	text-align: right;
}

#section-photo {
	float: left;
	width: 380px;
	padding-top: 22px;
	padding-bottom: 6px;
}

#section-form {
	clear: both;
	float: left;
	width: 230px;
	margin-right: 17px;
	padding-top: 288px;
	padding-left: 60px;
}

#section-form #Email {
	width: 150px; 
	height: 22px; 
	background-color: #f6e7c8; 
	border: none; 
	border-color: #f6e7c8;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #959595;
	margin-right:22px;
}



#section-featured-row1 {
}

#section-featured-row1col1 {
	float: left;
	width: 162px;
	height: 110px;
	margin-top: 50px;
	margin-left: 11px;
	margin-right: 42px;
}

#section-featured-row1col2 {
	float: left;
	width: 162px;
	height: 110px;
	margin-top: 50px;
}

#section-featured-row2 {
}

#section-featured-row2col1 {
	float: left;
	width: 162px;
	height: 110px;
	margin-top: 56px;
	margin-left: 11px;
	margin-right: 42px;
}

#section-featured-row2col2 {
	float: left;
	width: 162px;
	height: 110px;
	margin-top: 56px;
}


#page-footer {
	clear: both;
	text-align: center;
}

