/*---------------------------------------------------------------------------------
Custom Style Sheet
Date created: January 2008

----------------------------------------------------------------------------------*/

/* 
	Note: styles are linear based on the look of the website,
	so if you want to edit the footer the styles they would be
	located at the bottom of this file.
*/

.off{
	display:none;
}

.bold,
.strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.dark_red {
	color: #860506;
}

.header {
	font-size: 30px;
	margin: 20px 0;
}

.title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
}

.hide {
	clear: both;
}

.bottom_border {
	border-bottom: 1px solid;
	padding-bottom: 4px;
}

.logo {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

h2 {
	margin: 20px 0pt;
	font-size: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.image {
	padding: 14px;
}


/*  General */


a, a:active, a:visited {
	text-decoration: underline;
	color: #860506;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #DE010D;
}

body {
	background-image: url(/images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

img {
	border: 0;	
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
}

div#menu {
	position: relative;
	height: 79px;
}

p#quick_links {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}

p.mini_quote {
	width: 193px;
	height: 65px;
	background-image: url(/images/mini_quote.gif);
	padding: 16px 10px 6px 34px;
	font-weight: normal;
}

.spacer {
	padding-left: 7px;
	padding-right: 7px;
}

ul#nav li a {
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

ul#nav {
	position: absolute;
	top: 36px;
	margin: 0;
	margin-left: 20px;
	left: 220px;
	list-style-type: none;
}

ul#nav li {
	height: 43px;
	float: left;
	margin: 0;
	border-right: 1px solid #A01019;
}

li#home {
	background-image: url(/images/services.jpg);
	height: 43px;
	width: 75px;
}

li#news {
	background-image: url(/images/services.jpg);
	height: 43px;
	width: 75px;
}


li#home a,
li#home a:active,
li#home a:visited,
li#news a,
li#news a:active,
li#news a:visited {
	display: block;
	height: 43px;
	width: 75px;
	margin: 0;
	padding: 0;	
}

li#home a:hover,
li#home a.selected,
li#news a:hover,
li#news a.selected {
	background: url(/images/services_h.jpg) 0 0;
}

li#services {
	background-image: url(/images/services.jpg);
	height: 43px;
	width: 75px;
}

li#services a,
li#services a:active,
li#services a:visited {
	display: block;
	height: 43px;
	width: 75px;
	margin: 0;
	padding: 0;	
}

li#services a:hover,
li#services a.selected {
	background: url(/images/services_h.jpg) 0 0;
}

li#portfolio {
	background-image: url(/images/portfolio.jpg);
	height: 43px;
	width: 77px;
}

li#portfolio a,
li#portfolio a:active,
li#portfolio a:visited {
	display: block;
	height: 43px;
	width: 77px;
	margin: 0;
	padding: 0;	
}

li#portfolio a:hover,
li#portfolio a.selected {
	background: url(/images/portfolio_h.jpg) 0 0;
}


li#people {
	background-image: url(/images/people.jpg);
	height: 43px;
	width: 70px;	
}

li#people a,
li#people a:active,
li#people a:visited {
	display: block;
	height: 43px;
	width: 70px;
	margin: 0;
	padding: 0;	
}

li#people a:hover,
li#people a.selected {
	background: url(/images/people_h.jpg) 0 0;
}



li#about_us {
	background-image: url(/images/about_us.jpg);
	height: 43px;
	width: 82px;
}

li#about_us a,
li#about_us a:active,
li#about_us a:visited {
	display: block;
	height: 43px;
	width: 82px;
	margin: 0;
	padding: 0;	
}

li#about_us a:hover,
li#about_us a.selected {
	background: url(/images/about_us_h.jpg) 0 0;
}


li#testimonials {
	background-image: url(/images/testimonials.jpg);
	height: 43px;
	width: 101px;	
}

li#testimonials a,
li#testimonials a:active,
li#testimonials a:visited {
	display: block;
	height: 43px;
	width: 101px;
	margin: 0;
	padding: 0;	
}

li#testimonials a:hover,
li#testimonials a.selected {
	background: url(/images/testimonials_h.jpg) 0 0;
}


p#quick_links a,
p#quick_links a:active,
p#quick_links a:visited {
	color: #ffffff;
	text-decoration: none;
}

p#quick_links a:hover {
	text-decoration: underline;
}


div#quote_box {
	height: 71px;
	background-image: url(/images/gray_quote.gif);
	position: relative;
	margin: 0;
}

div#quote_box p {
	font-size: 24px;
	font-weight: bold;
	color: #e9e9e9;
	position: absolute;
	top: 20px;
	margin: 0;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	font-family: Tahoma;
	line-height: 28px;
}



div#main_content {
	min-height: 600px;
}

div#index_content {
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 660px;
	margin: 9px 9px 9px 9px;
	padding: 0 20px;
	display: inline;
	min-height: 464px;
}

div#full_length {
	width: 939px;
	background-image: url(/images/full_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 9px 9px 9px 9px;
	padding: 0 20px;
	min-height: 464px;
	float: left;
	display: inline;
	position: relative;
}

div.designs {

	background-image: url(../../images/singlebg.png);
	float: left;
	width: 260px !important;
	margin: 5px !important;	
	border: 1px solid #000000;
	padding: 0 10px;	
	height: 30em;
	
}

div.designs p {

	width: 260px !important;


}

#designScroll {

	
	width: 920px;
	height: 34em;
	overflow: auto;

}

#designDisplay {

	width: 2200px;

}


.bigField, 
.area {

	width: 400px;
	height: 22px;
	margin-top: -10px;
	border: 1px solid #888888;
	font-size: 16px;
	padding: 2px;
	color: #444444;
}

.area {

	height: 150px !important;
	
}

#terms {

	width: 900px;
	height: 150px;
	padding: 10px;
	border: 1px solid #888888;
	overflow: scroll;
	
}

.designs {

	text-align: center;

}

.designs p img {

	border: 1px solid #cccccc;

}

.noobTable p,
.noobTable h3 {
	
	width: 400px;

}

#singlePageForm h1 {

	margin-top: 40px !important;

}

.designs p img:hover {

	border: 1px solid #660000;

}

.noobTable {

	width: 920px;

}

.bigSubmit {
	
	width: 500px;
	height: 100px;
	font-size: 32px;
	
}

div.transparent,
div.solid_text {
	width: 284px;
	height: 32em;
	margin: 5px !important;
}

div.transparent {
	padding: 0 10px;
	border: 1px solid black;
	background-color: #eeeeee;
}

div.solid_text {
	border: 1px solid #000000;
	padding: 0 10px;
}

div#draft_image {
	padding: 0 15px;
	float: right;
	height: 464px;
	width: 241px;
	margin: 9px 9px 9px 0px;
	display: inline;
	background-image: url(/images/draft.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div#action_1 {
	padding: 0 15px;
	float: right;
	height: 464px;
	width: 241px;
	margin: 9px 9px 9px 0px;
	display: inline;
	background-image: url(/images/action_1.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


div#index_side {
	padding: 0 15px;
	float: right;
	width: 241px;
	margin: 9px 9px 9px 0px;
	display: inline;
	background-image: url(/images/right_side.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div.side_box {
	
}

.info_box {
	float: left;
	width: 210px;
	margin: 5px;
}

.info_box h1 {
	color: #860506;
	font-size: 24px;
	margin: 10px 0;
}

.info_box h1 a,
.info_box h1 a:active,
.info_box h1 a:visited,
.info_box h1 a:hover {
	text-decoration: none;
}

.learn_more {
	text-decoration: none;
	background-image: url(/images/red_button.gif);
	height: 31px;
	width: 101px;
}

.learn_more a,
.learn_more a:active,
.learn_more a:visited {
	line-height: 31px;
	display: block;
	margin: 0;
	width: 101px;
	height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}

.learn_more a:hover {
	background: url(/images/red_button_hover.gif) 0 0;
}

div#footer {
	background: white url(/images/footer_bg.gif) top no-repeat;
	width: 979px;
	height: 42px;
	margin: 20px auto;
}

div#footer p {
	color: #71625F;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	padding: 0 20px;
	font-weight: bold;
}

/*

Form styles

*/

td {
	line-height: 16px;
	vertical-align: top;
}

legend {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

form {

}

div#submit {
	float: right;
	width: 65px;
	height: 20px;
	background-image: url(/images/submit.gif);
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}



fieldset {
	border: 1px solid #eeeeee;
}

form label {
	text-align: right;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 120px;
}

form input {
	width: 150px;
}

textarea {
	width: 250px;
	height: 50px;
}

input#submit {
	float: right;
	width: 72px;
	height: 22px;
	background-image: url(/images/submit.gif);
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
}

form#quick table tbody tr td {
	line-height: 16px;
	vertical-align: top;
}


form#quick table tbody tr td label {
	text-align: left;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 78px;
}

form#quick table tbody tr td input {
	width: 135px;
	height: 16px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

form#quick table tbody tr td select {
	width: 143px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-top: 2px;
}

form#quick table tbody tr td textarea {
	width: 135px;
	height: 49px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

form#quick table tbody tr td input#submit {
	float: right;
	width: 72px;
	height: 22px;
	background-image: url(/images/submit.gif);
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}

.image-bg {

}

.image-bg-textarea {

}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/*receipt */

.recieptField {
	font-weight: bold;
	width: 150px;
	font-size: 14px;
}
.recieptData {
	width: 250px;
	font-size: 14px;
}

p#error { 
    color: red;
    font-size: 14px;
}

.center {

	text-align: center;
}

#twitter_update_list {

	list-style-type: none;
	margin-left: -20px;
}

#twitter_update_list li {

	margin-bottom: 10px;

}

#twitter {

	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
	overflow: auto;
}

#twitter h4 {
	
	text-align: center;

}


.no-border {
	
	border-bottom: none;
	text-decoration: none;

}

.tagline {



}



.taglineNonProfit {
	margin-top: -20px !important; 
	margin: 0;
	padding: 0;
	font-size: 20px !important;
	line-height: 71px;
	height: 71px;
}

.taglineNonProfit a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 71px;
}

.taglineNonProfit a:hover {

	color: #82ceff;

}

.otherPort {

	float: left;
	padding: 5px;

}
