@font-face {
	font-family: 'MyriadProItalic';
	src: url('fonts/MyriadPro-It.eot');
	src: local('fonts/Myriad Pro Italic'),
	local('fonts/MyriadPro-It'),
	url('fonts/MyriadPro-It.woff') format('woff'),
	url('fonts/MyriadPro-It.otf') format('opentype'),
	url('fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
}

@font-face {
	font-family: 'MyriadProSemiboldItalic';
	src: url('fonts/MyriadPro-SemiboldIt.eot');
	src: local('fonts/Myriad Pro Semibold Italic'),
	local('fonts/MyriadPro-SemiboldIt'),
	url('fonts/MyriadPro-SemiboldIt.woff') format('woff'),
	url('fonts/MyriadPro-SemiboldIt.otf') format('opentype'),
	url('fonts/MyriadPro-SemiboldIt.svg#MyriadPro-SemiboldIt') format('svg');
}

*
{
	padding: 0;
	margin: 0;
	border: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #005b80 url('../images/bg.jpg') left top repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

address{
	font-size: 0.8125em;
	font-style: normal;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	font-family: 'MyriadProSemiboldItalic', Verdana;
	color: #00adef;
}

h2
{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/container.png') left top repeat-y;
	height: auto;
	margin: 0 auto;
	padding: 0 34px 10px;
	text-align: left;
	width: 872px;
}

#header
{
	background: url('../images/header.jpg') left bottom no-repeat;
	margin-left: 24px;
	height: 190px;
	width: 100%;
	position: relative;
}

#logo{
	background: url('../images/logo.png') left top no-repeat;
	width: 274px;
	height: 183px;
	display: block;
	margin-top: 15px;
	text-indent: -9999px;
	float: left;
}



#details{
	color: #005a7f;
	font: 1.1875em 'MyriadProItalic', Verdana;
	float: right;
	margin: 0 47px 0 0;
	text-align: right;

}

	#details ul{
		list-style: none;
	}
	
	#details strong{
		font-family: 'MyriadProSemiboldItalic', 'MyriadProItalic', Verdana;
	}
	
	#details #email_contact{
		background: url('../images/email.gif') left top no-repeat;
		display: block;
		width: 289px;
		height: 18px;
		text-indent: -9999px;
		text-align: left;
	}
	#details .logo {
		
	padding-left:7px;	
	}

#nav
{
	position: absolute;
	bottom: 3px;
	right: -4px;
	font: 1.1875em 'MyriadProItalic', Verdana;
	clear: right;
	float: left;
	margin: 10px 57px 0 0;
	height: auto;
	display: block;
	width: 26em;
}
	#nav{
		list-style: none;
	}
	
	#nav li /* NAVIGATION STYLE */
	{
		display: inline;
		height: 19px;
		padding-top: 2px;
		
	}
	
	.bordered{
		border-left: 1px solid #81adc0;
		border-right: 1px solid #81adc0;
		padding: 0 8px;
		margin: 0 3px;
		
	}
	
	.bordered2{
		border-left: 1px solid #81adc0;
		padding: 0 8px;
		margin: 0 3px;
		
	}
	
#content
{
	clear: both;
	float: left;
	margin-left: 24px;
	padding: 9px 12px 0 0;
	height: auto;
	width: 521px;
}
	#content p{
		font-size: 0.8125em;
		line-height: 135%;
		margin-bottom: 10px;
	}
	
	#content ul{
		margin-bottom: 10px;
	}
	
	#content li{
		font-size: 0.8125em;
		list-style-position: outside;
		margin-left: 15px;
		
	}
	
	#content h3, #content h4{
		margin-bottom: 10px;
	}
	
	#content img{
		/*margin: 0 15px 15px 0;*/
	}
	
	#google-map{
		float: right;
		margin-top: 40px;
	}

#home_image
{
	clear: both;
	float: left;
	margin-left: 24px;
	padding: 26px 0 0 76px;
	height: auto;
	width: 457px;
}


#sidebar
{
	float: right;
	width: 290px;
	margin: 15px 24px 15px 0;
	height: auto;
}
	#sidebar p{
		font-size: 0.7em
	}
	.doors{
		font-family: 'MyriadProItalic', Verdana;
		background: url('../images/door.jpg') left top no-repeat;
		border-left: 2px solid #d9e6ec;
		height: 141px;
		padding: 35px 0 0 132px;
	}
	
	.doors h3{
		font-size: 1.1875em;
		color: #00adef;
		width: 157px;
	}
	
	.doors p{
		font-family: Verdana;
		font-size: 0.7em;
		width: 157px;
	}
	
	.border_top{
		border-top: 2px solid #d9e6ec;
	}
	
#blurb{
	border-top: 2px solid #d9e6ec;
	padding-top: 20px;
	margin: 0 24px;
}
	#blurb h2{
		color: #005a7f;
		font: 1.25em 'MyriadProItalic', Verdana Arial;
	}
	
	#blurb p{
		font-size: 0.8125em;
	}
#footer
{
	clear: both;
	color: #fff;
	background: url('../images/footer.jpg') top left repeat-y;
	font-family: 'MyriadProItalic', Arial;
	width: 940px;
	margin: 0 auto;
	height: 30px;
}
	#footer ul{
		float: right;
		list-style: none;
		padding: 5px 10px;
	}
	
	#footer li{
		float: left;
		display: block;
		margin-right: 40px;
	 
	}
	
	#footer li strong{
		font-family: 'MyriadProSemiboldItalic', 'MyriadProItalic', Verdana;
	}

/* LINK STYLES *************************/

a, a:visited
{
	color: #00adef;
	text-decoration: none;
}

a:hover
{
	color: #00adef;
	text-decoration: underline;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

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

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

#sidebar a, #sidebar a:visited, #sidebar a:hover, #blurb a, #blurb a:visited, #blurb a:hover{
	color: #00adef;
	text-decoration: none;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#details a, #details a:visited{
	color: #005a7f;
	text-decoration: none;
}

#details a:hover{
	color: #005a7f;
	text-decoration: underline;
}


/* FORM **/

label
{
	
	font-size: 0.8125em;
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	font-size: 0.8125em;
	width: 282px;
	padding: 3px;
}

textarea
{
	border: 1px solid #000;
	display: block;
	width: 282px;
	padding: 3px;
	height: 100px;
	font: 0.8125em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #00adef;
	background: #e5f7fd;
}

input[type=submit]{
	border: 1px solid #000;
	background: #00adef;
	padding: 3px;
}

.warning{
	color: #00adef;
}
