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

p {
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	}

p.disclaimer {
	font-size:10px;
	color:#888;
	margin:0;
	}
#protfoliobg{
	background-color:#FFF;
}
#content a {
	text-decoration:none;
	color:#2878af;
	font-weight:bold;
	}
	
	#content a:hover {
	color:#d67614;
	text-decoration:underline;
	}

#header.contact {
	background:url(../images/content/header-bg-contact2.png) no-repeat;
	}

#header.referral {
	background:url(../images/content/header-bg-referral2.png) no-repeat;
	}
	
#header.vehicles {
	background:url(../images/content/header-bg-vehicles2.png) no-repeat;
	}

#header.design {
	background:url(../images/content/header-bg-design2.png) no-repeat;
	}
	
#header.signs {
	background:url(../images/content/header-bg-signs2.png) no-repeat;
	}

#header-container p{
	text-shadow:#102e54 1px 1px 0;
	font-size:15px;
	line-height:24px;
	}

.list {
	list-style-position:inside;
	}
	
	.list ul, .list ol {
	margin:15px;
	}
	
	ol.list {
	list-style-position:outside;
	margin-left:20px;
	}
	
a.large-button {
	padding:9px;
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
	text-decoration:none;
	color:#fff !important;
	font-weight:bold;
	font-size:14px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#0d458e;
	text-shadow:#0a3069 -1px -1px 0px;
	}
	
	a.large-button:hover {
	background-color:#125dc2;
	text-shadow:#0d458e -1px -1px 0px;
	text-decoration:none !important;
	}
	
#header a.large-button {
	background-color:#102e54;
	}
	
	#header a.large-button:hover {
	background-color:#002240;
	}

table.contactinfo {
	margin-bottom:20px;
	}
	
table.referralchart {
	background-color:#ddd;
	}
	
	.referralchart th.tablehead {
	background-color:#0f5fad;
	padding:3px;
	color:#fff;
	font-size:13px;
	}
	
	.referralchart tr, .referralchart td {
	padding:3px;
	}
	
	.referralchart tr:hover {
	background-color:#ccc;
	}
	
	.referralchart tr.special-row {
	background-color:#bbb;
	}
	
	.referralchart tr.special-row:hover {
	background-color:#aaa;
	}
	
#form-container {
	padding:10px;
	background-color:#eee;
	width:520px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	
#attentiongrabber {
	padding:15px;
	background-color:lightyellow;
	border-top:2px solid red;
	border-bottom:2px solid red;
	}
	
