* {	padding: 0; margin: 0;}

body
{
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif ;
	font-size: 10pt;
	text-align: center; /* fix for IE 5.5 and below */
	background-color: #172249;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
}
div#page-wrap
{
	background-image: url(../images/gradient_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	min-height: 606px;
	height: auto !important;
	height: 606px;
}
div#shadow-left
{
	background-image: url(../images/shadow_left.png);
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	width: 40px;
	left: 0;
}
div#shadow-right
{
	background-image: url(../images/shadow_right.png);
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	width: 40px;
	right: 0;
}
div#column
{
	margin: 0 auto;
	width: 1074px;
	height: 100%;
	text-align: left;
}
div#header
{
	margin: 5px 0px;
	padding: 0px 90px;
	min-height: 200px;
	text-align: center;
}
div#content
{
	text-align: center;
}
div#footer
{
	margin: 5px 0px;
	text-align: center;
}

.clear
{
	clear: both;
}

/* Forms ------------------------------------------------------------------------------- */
select
{
	width: 100px;
}
input, textarea
{
	width: 330px;
}
textarea
{
	height: 70px;
}
label
{
	width: 85px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	position: relative;
	bottom: -2px;
}

/* Header ------------------------------------------------------------------------------- */
img#logo
{
	float: left;
}
img#logo-text
{
	margin-left: -200px;
}
ul#nav
{
	list-style: none;
}
ul#nav li
{
	float: left;
}
ul#nav li a
{
	display: block;
	height: 63px;
	background-position: top left;
}
ul#nav li a:hover
{
	background-position: bottom left;
}
ul#nav li a.current
{
	background-position: bottom left;
}
a#home-btn
{
	background-image: url(../images/nav_btn_home.png);
	width: 99px;
}
a#about-btn
{
	background-image: url(../images/nav_btn_about.png);
	width: 116px;
}
a#services-btn
{
	background-image: url(../images/nav_btn_services.png);
	width: 107px;
}
a#contact-btn
{
	background-image: url(../images/nav_btn_contact.png);
	width: 122px;
}
li#nav-cap
{
	display: block;
	background-image: url(../images/nav_bar_cap.png);
	height: 63px;
	width: 146px;
}
span.link-text
{
	position: absolute;
	left: -9999em;
}

/* Content ------------------------------------------------------------------------------- */

img#title
{
	display: block;
	margin-left: 414px;
	margin-bottom: 5px;
}
img#pictures
{
	float: left;
	margin-left: 165px;
	margin-top: -13px;
}
img#hr
{
	margin: 15px 0;
}

/* index.html */
div#flash-container
{
	width: 740px;
	height: 364px;
	margin: 0 auto;
}
div#flash-content
{
	background-image: url(../images/flash_placeholder.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 740px;
	height: 364px;
}
object#flash-content
{
	margin-top: -20px;
}

/* about.html */
div#about-text
{
	background-image: url(../images/content_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 544px;
	height: 391px;
	text-align: left;
	padding: 30px;
	float: left;
}
div#about-text p
{
	width: 430px;
	margin-bottom: 1em;
}

/* services.html */
ul#services-list
{
	background-image: url(../images/content_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	list-style-image: url(../images/li.jpg);
	width: 544px;
	height: 391px;
	text-align: left;
	font-size: 14pt;
	padding: 25px 45px;
	float: left;
}

/* contact.html */
div#contact-form
{
	background-image: url(../images/content_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 544px;
	height: 391px;
	text-align: left;
	padding: 30px 20px;
	float: left;
}
div#contact-form p
{
	font-size: smaller;
	margin-bottom: 15px;
}
div#contact-form p#first
{
	text-align: center;
	width: 340px;
	margin-left: 85px;
}


/* Footer ------------------------------------------------------------------------------- */

img#address-bar
{
	margin: 15px 0 10px 0;
}
p#copy
{
	font-size: 8pt;
}
