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

/* ---------------------------------------------------------------
	Global Style
------------------------------------------------------------------ */

body
{
	padding:0px;
	margin:0px;
}

*
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#222;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	color:#888;
}

/* ---------------------------------------------------------------
	Layout Styles
------------------------------------------------------------------ */

#nav
{
	clear:both;
	float:right;
	width:40%;
	margin-top:125px;
}

#header
{
	margin-left:auto;
	margin-right:auto;
	background:url(images/header.png) no-repeat center;
	background-position:right;
	min-width:1100px;
	max-width:1280px;
	height:309px;
	border-bottom:1px solid #3FC;
	border-top:0px;
}

#container
{
	width:auto;
	height:500;
	clear:both;
}

#homepage_2col
{
	margin-left:auto;
	margin-right:auto;
	min-width:1000px;
	max-width:1280px;
	height:auto;
	
}

#services
{
	margin-top:25px;
	margin-right: 5%;
	float: right;
	width: 33%;
}
#services ul
{
	padding-left:20px;
	text-align: left;
}

#services td
{	
	vertical-align:top;
}
#services #info
{
	text-align:right;
}
#services table
{
	width:100%;
}

#welcome
{
	float:left;
	width:56%;
	margin-left:2%;
	margin-top:25px;
	margin-bottom: 25px;
	padding-right:35px;
	border-right:1px solid #ccc;
	height:auto;
}

#service_block
{
	min-width:1000px;
	max-width:1200px;
	margin-left:auto;
	margin-top:25px;
	margin-bottom: 25px;
	margin-right:auto;
	height:auto;
}



#footer
{
	width:100%;
	clear:both;
	border-top:1px solid #ccc;
}
#footer p
{
	text-align:center;
}

#quote
{
	margin-top:4px;
	margin-left:40px;
	margin-right:40px;
	width:90%;
	color:#444;
	font-size:12px;
	float:right;
}

/* ---------------------------------------------------------------
	Specific Styles
------------------------------------------------------------------ */

#headerphoto
{
	float:left;
	margin-top:50px;
	margin-left:50px;
	border:10px solid #333;
}

.pleasenote
{
	color:#600;
	font-size:12px;
}
.pleasenote a
{
	color:#600;
	font-size:12px;
	text-decoration:underline;
}

#nav a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	color:#444;
	text-decoration:none;
	border-bottom:1px solid #444;
	display:block;
}
#nav a:hover
{
	color:#666;
	border-bottom:1px solid #666;
}

#nav ul
{
	list-style:none;
	float:right;
	width:350px;
}
