* { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

html { height: 100%; }

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	background-color: #45464A;
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

h1
{
	padding: 0;
	margin: 0 0 6px 0;
}

h2
{
	padding: 0;
	margin: 0 0 6px 0;
}

h3
{
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px 0;
	color: #333;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: .05em;
}

h4
{
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .05em;
}

ul
{
	margin: 0 0 15px 15px;
	padding: 0;
}

li
{
	margin: 0 0 0 15px;
	padding: 0;
}

dl {}

p
{
	padding: 0;
	margin: 0 0 12px;
}

a
{
	color: #FFF;
	text-decoration: underline;
}

a:hover { color: #FF0; }

* html body #outer_wrap
{
	width: 950px;
	height: 100%;
}

* html body #footer { width: 950px; }

#outer_wrap
{
	max-width: 950px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/page_tile.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#footer
{
	max-width: 950px;
	height: 43px;
	margin: -43px auto 0 auto;
	text-align: left;
	background-color: #45464A;
	border-top: 4px #FFF solid;
}


#footer .txt
{
	margin: 10px 0 0 0;
	padding: 0 22px 0 0x;
	color: #999;
	font-size: 14px;
}

#footer span
{
	padding: 0 10px;
	color: #FFF;
}

#header
{
	min-width: 900px;
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header_wrap
{
	height: 189px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
}

#header #phone
{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	color: #979a9c;
	font-size: 35px;
	line-height: 36px;
	font-weight: normal;
	text-align: right;
}

#header h1
{
	float: left;
	width: 220px;
	height: 170px;
	margin: 0;
	padding: 0;
}

#header h1 a
{
	display: block;
	width: 220px;
	height: 170px;
}

#header h1 span.txt { display: none; }

/* SUCKERFISH MENUS */
		
ul#nav
{
	float: right;
	list-style: none;
	line-height: 16px;
	padding: 0 0 0 31px;
	margin: 15px 5px 0 0;
	height: 28px;
	background-image: url(images/nav_decoration.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
		
#nav li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: .3em;
	text-transform: uppercase;
	background: #000;
	white-space: nowrap;
}
		
#nav li span
{
	display: block;
	padding: 6px 15px 5px 15px;
}

* html #nav li span { display: inline-block; }

#nav li a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#nav li a:hover { color: #FF0; }
		
#nav li ul
{
	position: absolute;
	z-index: 1;
	left: -999em;
	height: auto;
	width: 215px;
	margin: 0 0 0 0;
	padding: 0;
}
		
#nav li li
{
	float: none;
	/*float: left;*/
	font-size: 12px;
	line-height: 17px;
	background-color: #45464A;
	border-top: 1px #FFF solid;
	padding: 6px 15px 5px 15px;
	margin: 0;
}
		
#nav li ul a { color: #FFF; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }

#nav li:hover, #nav li.sfhover { background-color: #45464A; }

#nav li:hover span, #nav li.sfhover span { color: #FF0; }


#nav li li:hover, #nav li li.sfhover { background-color: #000; }

/* END SUCKERFISH MENUS */

#content { padding: 0 42px 63px 60px; }

body#homepage #content { padding: 0 22px 63px 30px; }

.clear { clear: both; }

#homepage #content p
{
	line-height: 135%;
	text-align: justify;
	margin: 0 600px 19px 0;
	/*display: none;*/
}

.thumbnail
{
	float: left;
	margin: 0 15px 10px 0;
}

.thumbnail img
{
	width: 140px;
	height: 97px;
	margin: 0;
}

.thumbnail a { text-decoration: none; }

.thumbnail a img { border: 0px; }

.thumbnail span.txt
{
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .2em;
}

.thumbnail span.txt a { text-decoration: none; }

#main_pic
{
	float: right;
	margin: -47px 0 10px 0;
	background-image: url(images/loading_spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#homepage #content p:first-line { font-size: 100%; }

/*contact form*/

label
{
	font-size: 15px;
	color: #CCC;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: .2em;
}

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

button
{
	margin: 5px 15px 5px 0;
	padding: 3px 15px;
	background-color: #45464A;
	border: 2px #FFF solid;
	color: #FFF;
	text-transform: uppercase;
	-moz-border-radius: 25px;
}

button:hover { background-color: #000; }

input,
textarea,
select,
.form_field
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCC;
	color: #000000;
	border: 1px #FFF solid;
	padding: 3px;
	margin: 0px;
}

textarea:focus,
input:focus { background-color: #fff;}

dl.type1
{
	margin: 0 auto;
	padding: 0;
	width: 600px;
}

dl.type1 dt
{
	float: left;
	text-align: right;
	width: 130px;
	margin: 2px 5px 0 0;
	padding: 0;
}

dl.type1 dd
{
	margin: 0 0 5px 0;
	padding: 2px 0;
}

dl.type1 em
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}

.width1 { width: 270px; }
.width2 { width: 120px; }
.width3 { width: 40px; }
.height1 { height: 200px; }

#State { margin-right: 20px; }

dl.type1 button { margin-top: 10px; }

#content h2
{
	text-indent: -2000px;
	margin: 0 0 5px -5px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body#contact #content h2
{
	width: 209px;
	height: 42px;
	background-image: url(images/hdr_contact.gif);
}

body#thanks #content h2
{
	width: 146px;
	height: 42px;
	background-image: url(images/hdr_thanks.gif);
}

body#legal #content h2
{
	width: 343px;
	height: 47px;
	background-image: url(images/hdr_legal.gif);
}

body#services #content h2
{
	width: 237px;
	height: 42px;
	background-image: url(images/hdr_services.gif);
}

body#about #content h2
{
	width: 474px;
	height: 50px;
	background-image: url(images/hdr_about.gif);
}

body#portfolio #content h2
{
	width: 161px;
	height: 42px;
	background-image: url(images/hdr_portfolio.gif);
}

.nobr { white-space: nowrap; }

.boxed
{
	padding: 10px;
	margin: 20px 0 15px 0;
	/*border: 1px #6e6e6e solid;*/
	background-color: #b6b8ba;
	-moz-border-radius: 35px;
}

.boxed .boxed
{
	padding: 10px 20px 15px 20px;
	margin: 0;
	border: 1px #FFF solid;
	background-color: transparent;
	-moz-border-radius: 25px;
}

.boxed .boxed h3 {  }
.boxed .boxed ul { margin: 0; }

li h4 { margin: 0; }

li p { font-style: italic; }

.float_right { float: right; }
.float_left { float: left; }

img.float_left { margin: 0 12px 6px 0; }
img.float_right { margin: 0 0 6px 12px; }

div#content img.float_right { margin-top: -45px; }

#portfolio_wrapper
{
	float: right;
	margin: -50px 0 0 10px;
	background-image: url(images/loading_spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#noFlash
{
	width: 650px;
	height: 520px;
	background-image: url(images/no_flash.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #000;
}

#homepage #noFlash
{
	width: 560px;
	height: 450px;
}

#noFlash div
{
	padding: 200px 50px 0 50px;
}

h2 h3 { margin: 0; }