﻿**************************************************************/

/* global reset - helps reduce browser inconsistencies
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------------------------*/


/* base structure
-----------------------------------------------------------*/

* { margin: 0; padding: 0; }

html {
	margin:0 auto;
	background: #000 url(../images/bg.jpg) top repeat-x;
}

body {
	min-width: 800px;
/*	font: 72.5%/2em Arial, Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;*/
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size:95%;
	color: #000;
}
/*-----------------------------------------------------------*/


/* content
-----------------------------------------------------------*/

.wrapper {
	width: 800px;
	margin: 0 auto;
}
#header{
/*	margin-left:6px;
	padding-top:365px;*/
	height:198px;
}

#menu_bar{
	margin: 3px auto;
	height:30px;
	text-align:center;	
}

#content{
	margin:0 auto;
	background: #fff url(../images/content_bg.jpg) top repeat-x;
	
}

p {
	padding:0 0 15px 0;
	margin:0 0 0 0px;
}
h1{
	font-size:140%;
}
h2{
	font-size:115%;
}

h3{
	font-size:100%;
	padding-bottom:3px;
}

a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#footer {
	float: left;
	margin: 0 auto;
	width:100%;
	background: #000 url(../images/footer_bg.jpg) top repeat-x;
	height:175px;
}

#footer_content {
/*	width: 800px;*/
	color:silver;
	font-size:80%;
	padding:10px  0 10px 11px;
}

#footer_content ul li {
	padding: 3px  0 0px 0px;
}

#footer_content a{
	color:silver;
	text-decoration:none;
}

#footer_content a:hover{
	color:#fff;
	text-decoration:underline;
}

.faq_question{
	font-weight:bold;
	padding-top:20px;
}
.faq_answer{
	font-weight:normal;
}


/*-----------------------------------------------------------*/

.subnav{
	 list-style:none;
}/*
.subnav li{
	 padding-bottom:2px;
}

.subnav li a{
	 padding-bottom:2px;
}
.subnav li a:hover{
	text-decoration:none;
	 border-bottom:solid 1px orange;
}
*/

ul {
	margin-left: 35px;
	list-style: square;
}
ul.bulletless {
	margin-left: 0;
	list-style: none;
}
ol {
	margin-left: 35px;
	list-style: decimal;
}

/*portfolio*/
.portfolio_title{
	font-size:1.4em;
	font-weight:bold;
}
.portfolio_type{
	font-size:85%;
	text-transform: uppercase;
	font-weight:normal;	
	color:#999;
}
.portfolio_text{
	font-size:100%;
	line-height:1.45em;
	letter-spacing:normal;
}
.portfolio_work_desc{
	padding-top:0px;
}
