/* CSS Document

Author: Phoenix Design (http://www.tacomaphoenix.com)

Colors:

Light Gray: #ebebeb
Dark Grey: #171717
Burnt Orange: #bb2506

*/

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, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}


body{
	background:url(images/bg.jpg) top center no-repeat #000000;
	color:#ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.5em;
}

p a {
	color:#ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.5em;
	border-bottom: .5pt #ebebeb dashed;
	text-decoration:none;
}

p a:hover, p a:active{
	background:#bb2506;
}
	



/* Header & Navigation */

.wrapper{
	width:980px;
	margin:0 auto;
}

#header{
	background:url(images/logo.gif) top center no-repeat;
	height:202px;
}

ul.nav{
	width:552px;
	margin:0 auto;
}

#navigation ul.nav li{
	float:left;
	list-style-type:none;
}

#navigation ul.nav li a{
	display:block;
	float:left;
	text-decoration:none;
	color:#ebebeb;
	margin-top:154px;
}

#navigation img{
	border:none;
}

.leftMargin{
	margin-left:75px;
}

a.about{
	display:block;
	background:url(images/aboutus.gif) 0 0 no-repeat;
	height:37px;
	width:95px;
	overflow:hidden;
}

a:hover.about{
	background-position:0 -37px;	
}

a.work{
	display:block;
	background:url(images/ourwork.gif) 0 0 no-repeat;
	height:37px;
	width:95px;
	overflow:hidden;
	margin-left:40px;
}

a:hover.work{
	background-position:0 -37px;	
}

a.blog{
	display:block;
	background:url(images/theblog.gif) 0 0 no-repeat;
	height:37px;
	width:95px;
	overflow:hidden;
	margin-left:80px;
}

a:hover.blog{
	background-position:0 -37px;	
}

a.contact{
	display:block;
	background:url(images/contactus.gif) 0 0 no-repeat;
	height:37px;
	width:95px;
	overflow:hidden;
	margin-left:40px;
}

a:hover.contact{
	background-position:0 -37px;	
}

/* Content */

#contentLeft{
	width:600px;
	margin-top:40px;
	margin-left:30px;
	float:left;
	overflow:hidden;
	padding-bottom:1px;
}

#contentRight{
	width:275px;
	margin-top:40px;
	float:right;
	overflow:hidden;
	padding-bottom:1px;
}

#twitter{
	width:254px;
	background:#ebebeb;
}

#getStarted{
	width:200px;
}

#getStarted input, textarea{
	display:block;
	width:200px;
	height:24px;
	background:#ebebeb;
	border:none;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
	
}

#getStarted textarea{
	height:150px;
	margin-bottom:5px;	
}

#getStarted input.submitButton{
	width:75px;
	font-weight:bold;
	float:right;
	margin:0 auto;	
}

#twitter_div{
	margin:0 auto;
	width:220px;
}

ul#twitter_update_list{
	list-style: none;
	font-size:12px;
	text-align:left;
	margin:0;
}

ul#twitter_update_list a{
	color:#96997a;
	padding-left:4px;
}

ul#twitter_update_list li {
	color:#171717;
	padding-bottom:10px;

}

#webDesign{
	width:150px;
	float:left;
}

#printDesign{
	width:150px;
	float:left;
	margin-left:75px;
}

#logoDesign{
	width:150px;
	float:right;
}

.border{
	border:5px solid #ebebeb;
}

/* Web Portfolio */

ul#webThumbs li{
	display:block;
	float:left;
	text-decoration:none;
	list-style:none;
	margin-left:30px;
}

ul#webThumbs li img{
	border:5px solid #ebebeb;
}

.webHeadings{
	font-weight:bold;
	color:#bb2506;
}

.descriptions{
	margin-left:10px;
}

#contactUs{
	width:400px;
}

#contactUs input{
	display:block;
	width:400px;
	height:24px;
	background:#ebebeb;
	border:none;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;

}

#contactUs textarea.contact{
	height:150px;
	width:400px;
	background:#ebebeb;
	border:none;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;	
	margin-bottom:5px;
}

#contactUs input.submitButton{
	width:75px;
	font-weight:bold;
	float:right;
	margin:0 auto;	
}

.back{
	float:right; 
	margin-top:7px;
}
	
/* Loan Network */

.note {
	color:#171717;
	margin:0 50px;
	padding:10px;
	border:1px solid #bb2506;
	background-color:#ebebeb;
	font-size:12px;
}

.ln-image{
	border:3px solid #bb2506;
}

	

