/* GENERAL */
/* ================================================================================= */
html		{overflow-y:scroll;}
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:45.5em;		/* Minimum width of layout - equals Google ad width*/
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family:Georgia, "Times New Roman", Times, serif; margin:0; color:#111; font-size:16px;
		color:#111;
	}
h1			{font-size:60px;}
h2			{font-size:25px;line-height:28px;padding:5px 0 5px 0; text-align:center;}
h3			{font-size:20px;text-align:center;}
h4			{font-size:16px; line-height:24px; text-align:center; padding-top: 18px; padding-bottom: 0px;}
p			{font-size:16px; line-height:24px;text-align:left; }
ul			{font-size:16px; line-height:24px;}
small		{font-size:14px;}
a			{color:blue;}
.clear		{clear:both;}



.nowrap		{white-space:nowrap;}

.hiddenPic {display:none;}
img.logo {/* scalable header image */
  width: 37.5em; /* replaces 600px width */
  height: 7.75em; /* replaces 124px height */
  }
img.line {/* scalable header image */
  width: 37.5em; /* replaces 8px width */
  height: .438em; /* replaces 7px height */
  }
* .hihr {
  display: block;
  width: auto;
  padding-top: 1px;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  background: none;
  }


#google {text-align: center; font-size: 18px; font-weight: bold; padding-top:10px; margin-top:10px;}
/* Center Page */
#center{
width: 80%; margin-left: 10%;
}

/* HEADER */
#header			{text-align:center; margin: 16px auto ; width:728px;
}
#header h1		{letter-spacing:-2px; word-spacing:10px; margin:10px 0 30px 0; line-height:1; font-family: Tahoma;}
#header h1 span	{letter-spacing:-0.13em; padding-right:0.06em;}

#contact-wrapper {
	border:1px solid;
	padding:0px 0px 20px 0px ;
	
}
#contact-wrapper div {
	clear:both;
	margin:0.4em 0;
}
#contact-wrapper label {
	font-family:"Arial";
	display:block;
	color:#FFFFFF;
	float:none;
	font-size:13px;
	width:auto;
	padding-bottom: 3px;
}

form#contactform input {
	font-family:"Arial";
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:0px;
	font-size:13px;
	color:#333;
}
form#contactform textarea {
	font-family:"Arial";
	font-size:13px;
	padding:0;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}



	/* Footer styles */
#footer {
	
	float:left;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	line-height:16px;
	text-align:center;
}

/* GOOGLE ADS STYLES */
.cse-branding-bottom,
.cse-branding-right {
margin:auto;
padding:30px 0 5px 0;
text-align:center;

}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}


