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

/**********************************************************************
	Clear Browser Induced Styles
**********************************************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, img, input, blockquote, fieldset {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}


/**********************************************************************
	Layout
**********************************************************************/

/* page sections */
body {
	background: url(../images/bg_page.gif) top repeat-x #252525; /* darkest gray */
	font-size: 62.7%;
	font-family: "Trebuchet MS", sans-serif;
	color: #d7d7d7; /* lightest gray */
}

#wrapper {
	width: 920px;
	margin: 0px auto 0px auto;
}

#top_nav {
	width: 920px;
	height: 115px;
}

#content {
	width: 920px;
	padding: 5px 0px 10px 0px;
}

/* common layout classes */
.panel {
	width: 450px;
}

.panel_condensed {
	width: 470px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.asset {
	width: 430px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid white;
}

.asset .graphic {
	width: 430px;
}

.asset_info {
	background-color: black;
	text-align: center;
	padding: 5px;
}

.asset.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.asset .credits {
	font-size: 1.2em;
}

.dynamic {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}


.button, .button:visited {
	display: block;
	text-align: center;
	padding: 5px;
	height: 25px;
	border: 1px solid black;
	background: url(../../images/button-bg.gif) repeat-x;
	color: black;
}

.button:hover {
	color: white;
}

/**********************************************************************
	text
**********************************************************************/

h1 {
	font-size: 2.4em;
	margin-bottom: 15px;
	text-align: center;
}

h2 {
	width: 425px;
	height: 22px;
	padding: 5px 10px 15px 15px;
	font-size: 2.2em;
	margin-bottom: 20px;
	text-align: center;
}

h2.bg {
	background-image: url(../images/bg_h2_orange.gif);
	text-align: left;
	color: #ee691f; /*orange*/
}

h2 a, h2 a:visited {
	color: #ee691f; /* orange */
}

h2 a:hover {
	color: #d7d7d7; /* lightest gray */
}

h3 {
	font-size: 1.8em;
	margin: 0px 50px 15px 50px;
}

h4 {
	font-size: 1.6em;
	color: white;
	margin: 0px 10px 5px 10px;
}

p, li {
	font-size: 1.8em;
	margin: 0px 50px 5px 50px;
}

p b {
	color: white;
}

p a, li a, p a:visited, li a:visited {
	color: #ee691f; /*orange*/
}

p a:hover, li a:hover {
	color: white;
}

p.center {
	text-align: center;
}

p.last, li.last, ul.last {
	margin: 0px 50px 30px 50px;
}

p.testimonial {
	color: #d2c2a1; /* olive flesh */
}

p.testimonial span {
	display: block;
	text-align: right;
	font-weight: bold;
}

/**********************************************************************
	images and image links
**********************************************************************/

.tiny_thumb {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0px 0px 30px 10px;
}

.tiny_thumb img, .tiny_thumb:visited img {
	width: 138px;
	border: 1px solid white;
}

.tiny_thumb:hover img {
	border-color: #ee691f; /* orange */
}

.big_thumb {
	display: block;
	width: 213px;
	height: 213px;
	border: 1px solid white;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
	text-align: center;
	color: #d7d7d7;
	background-color: black;
}

#content .no_margin {
	margin: 0px 0px 20px 0px;
}

.big_thumb img {
	display: block;
	width: 213px;
	margin: 0px 0px 10px 0px;
}

.big_thumb:hover img {
	margin: -215px 0px 10px 0px;
}

.big_thumb b {
	display: block;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.big_thumb em {
	font-style: normal;
	font-size: 1.4em;
	display: block;
	margin-bottom: 5px;
}

.big_thumb em.blue {
	color: #ee691f; /* orange */
}

/**********************************************************************
	Forms
**********************************************************************/
.text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	padding: 5px;
}

textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	padding: 5px;
}

.submit {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	padding: 5px;
	background-color: #ee691f; /* orange */
	color: white;
}

p.status {
	color: red;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid;
}

/**********************************************************************
	Page Specific Styles
**********************************************************************/

#home .panel.left {
	padding-top: 40px;
}

#home .panel.left p {
	margin: 0px 33px 10px 33px;
}

#home .panel.left img {
	display: block;
	width: 380px;
	border: 2px solid #ee691f;
	margin: 0px auto 20px auto;
}

#services p, #services li, #contact p {
	margin: 0px 10px 10px 10px;
}

#services li {
	font-size: 2em;
	font-style: italic;
}

#services .panel.left, #contact .panel.left {
	text-align: center;
	padding-top: 60px;
}

#services .panel.left h2 {
	margin-bottom: 5px;
}

#services .panel.left .last, #services .panel.right .last {
	margin-bottom: 30px;
}

#faq p.last {
	margin: 0px 0xp 30px 0px;
}

/**********************************************************************
	footer styles
**********************************************************************/

#footer {
	width: 920px;
	margin: 0 auto 0 auto;
}

#address {
	width: 100%;
	text-align: center;
	background: url(../images/footer_bg_top.gif) no-repeat;
	height: 30px;
	padding-top: 20px;
}

#address p {
	font-weight: bold;
	font-size: 15px;
	color: black;
}

#tl_wrapper {
	width: 100%;
	background: url(../images/footer_bg_middle.gif) no-repeat black;
}

#text_links {
	background: url(../../images/footer_bg_inner.gif) no-repeat #575757;
	width: 859px;
	border: 1px solid black;
	margin: 0 auto 0 auto;
	padding: 10px;
}

.tl_panel {
	width: 286px;
	float: left;
	text-align: center;
}

.tl_panel h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
	color: black;
}

.tl_panel p {
	font-size: 1.4em;
	margin-bottom: 0px;
	font-weight: lighter;
}

.tl_panel p a, .tl_panel p a:visited {
	font-weight: normal;
	color: #d7d7d7;
}

.tl_panel p a:hover {
	color: #00b6bd; /* blue-green */
}

#bottom_links {
	background: url(../images/footer_bg_bottom.gif);
	width: 100%;
	height: 34px;
	padding-top: 5px;
	text-align: center;
}

#bottom_links p {
	font-size: 1em;
}

#bottom_links p a, #bottom_links p a:visited {
	color: #999999;
	text-decoration: underline;
}

#bottom_links p a:hover {
	color: white;
}