﻿*
{
	margin							: 0;
	padding							: 0;
}


/* Main styles
----------------------------------------------------
background						: #165F92 url(../../images/background.jpg);
	background-repeat				: repeat-x;	
*/

body
{	
	text-align						: left;
	font							: .85em/1.3 Georgia, Arial, sans-serif;
	color							: #615c57;
	background-color				: #e0dbd5;
}

h1
{
	font							: 1.75em/2.0 Georgia, Arial, sans-serif;
	color							: #615c57;
	margin-bottom					: -15px;
}

h2
{
	font							: 0.95em/1.4 Georgia, Arial, sans-serif;
	color							: #737271;
}

#outer
{
	margin							: 0 auto;
	width							: 950px;
	background						: url(../../images/temp_out.jpg) repeat-y;
}

#outerbase
{
	margin							: 0 auto;
	width							: 950px;
	height							: 65px;
	background						: url(../../images/temp_out_base.jpg) no-repeat;
}


#wrapper
{
	width							: 800px;
	margin							: 0 auto; 
	text-align						: left;
	border-left						: solid 1px #988675;
	border-right					: solid 1px #988675;
	border-bottom					: solid 1px #988675;
	background-repeat				: no-repeat;
	background-position				: top;	
	background-color				: #fff;
}

#ctl00_header
{
	height							: 464px;
	border-bottom					: solid 1px #988675;

	background-position				: left bottom;
}

#popimage
{
	float							: left;
	width							: 300px;
	height							: 402px;
	border							: solid 0px red;
	margin-top						: -62px;

}

#navbar
{
	border-bottom					: solid 1px #e0dbd5;
	background						: #736257;
	height							: 54px;
	width							: 800px;
	text-align						: right;
	padding-top						: 5px;
}

#navbar a
{
	color							: #e0dbd5;
	text-decoration					: none;
	font-family						: Georgia, Trebuchet MS, Arial, Times New Roman;
	font-size						: 1.15em;
	font-weight						: bold;
	padding-left					: 10px;
	padding-right					: 10px;
}

#navbar a:hover
{
	color							: #fff;
	text-decoration					: none;
}

#content
{	
	margin-right					: 23px;
	margin-left						: 33px;
}

#rightcol
{
	float							: right;
	margin-top						: -32px;
	margin-left						: 23px;
	margin-bottom					: 23px;
	padding							: 5px;
	border							: solid 1px #988675;
	width							: 253px;
	height							: 400px;
	background-color				: #e0dbd5;
}

.contactform
{
	border							: solid 1px #988675;
}

#address
{
	font							: .80em Georgia, Arial, sans-serif;
	text-align						: center;
	color							: #988675;
	padding-bottom					: 20px;
}

#flagfloat
{
	background						: url(../../images/tempflag.jpg);
	background-position				: bottom;
	background-repeat				: no-repeat;
	height							: 20px;
}

#footer
{
	text-align						: center;
	padding-bottom					: 35px;
}

#footer a
{
	font-size						: 0.95em;
	color							: #6e5b44;
	text-decoration					: none;
	padding-left					: 10px;
	padding-right					: 10px;
}

#footer a:hover
{
	text-decoration					: none;
	padding-left					: 10px;
	padding-right					: 10px;
	color							: #fff;
}


#footersmall
{
	padding-top						: 10px;
	font-size						: 0.75em;
}

#footersmall a
{
	font-size						: 0.95em;
	color							: #6e5b44;
	text-decoration					: none;
	padding-left					: 0px;
	padding-right					: 0px;
}

#footersmall a:hover
{
	text-decoration					: none;
	padding-left					: 0px;
	padding-right					: 0px;
	color							: #fff;
}