* {
	margin: 0;
	padding: 0;
	border: 0;
	color:#000000;
	}
	
body {
	font-size: 62.5%;
	background:#e8e8e8 url('../images/background.jpg') repeat-x;
	font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
	}

p, span, ul li, ol li {
	font-size: 1.1em;
	}

li {
	margin-left: 13px;
	}
	
p {
	margin-top: 10px;
	}
		
em {
	font-style: italic;
	}
	
.wysiwyg {
	width: 100%;
	}
	
.wysiwyg p, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	margin:10px 0 0 0;
	}

.alert, .alert strong {
	font-size:1em;
	color:#ff0000;
	}

.legal {
	font-size:1em;
	color:#999999;
	}
	
.wrapper {
	width:100%;
	margin-top: 2px; /* Change this to how much space you want at the top of the page.  Use px for anything over zero */
	margin-bottom: 20px;
	text-align: center;
	}
	
.small_wrapper {
	width: 920px;
	margin: 0 auto;
	}
	
#swf1 {
	width: 920px; /* Change this to the width of the swf */
	height: 412px; /* Change this to the height of the swf */
	border: 0;
	margin: 0 auto;
	}
	
#swf_int {
	width: 920px; /* Change this to the width of the swf */
	height: 258px; /* Change this to the height of the swf */
	border: 0;
	margin: 0 auto;
	}
	
#swf_photo {
	width: 920px; /* Change this to the width of the swf */
	height: 500px; /* Change this to the height of the swf */
	border: 0;
	margin: 0 auto;
	}
	
.contentWrap {
	width: 920px;
	background: #fef3e2 url('../images/copy_background.jpg') no-repeat;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	position: relative;
	}
	
.contentWrap .textLeft {
	width: 500px;
	margin: 0 30px;
	float:left;
	}

.contentWrap .textRight {
	width: 323px;
	margin: 0 12px;
	float:right;
	}

.contentCopyLeft {
	width: 560px;
	margin: 0 0 0 60px;
	float: left;
	}

.contentCopyRight {
	width: 233px;
	margin: 0 12px;
	float: right;
	}
	
.contentHdr {
	margin-bottom: 6px;
	}

.clear {
	clear: both;
	}

.featuredHdr {
	float: left;
	margin-bottom: 6px;
	}
		
img.featuredImg {
	float: right;
	margin-left: 15px;
	margin-top: -15px;
	}

.footer {
	background: transparent url('../images/footer.jpg') no-repeat;
	width: 920px;
	height: 26px;
	margin: 0 auto;
	position: relative;
	}
	
.footerLeft {
	float: left;
	font-size: .9em;
	color: #e8e8e8;
	text-align: left;
	width: 550px;
	padding: 5px 0 0 16px;
	}

.footerRight {
	float: right;
	font-size: .9em;
	color: #e8e8e8;
	text-align: right;
	width: 300px;
	padding: 5px 16px 0 0;
	}

.footerRight .footerLinks {
	position: absolute;
	right: 40px;
	}
	
.imgTwit {
	position: absolute;
	right: 15px;
	bottom: 0;
	}
	
/* STANDARD LINKS */
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, a strong, strong a {
	text-decoration:none;
	color:#145887;
	}
	
a.footerLink {
	color: #e8e8e8;
	}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover strong, strong a:hover {
	color:#145887;
	}
	
a.footerLink:hover {
	color: #145887;
}

/* END STANDARD LINKS */

a.bullet {
	background: url('../images/bullet.gif') 0 30% no-repeat;
	padding-left: 20px;
	margin-left: 4px;
	display: inline;
	color:  #145887;
	}

/* STANDARD HEADER */
h1, h2, h3, h4, h5, h6 {
	color:#145887;
	margin: 0 0 5px 0;
	}
h1 {font-size:1.8em;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
/* END STANDARD HEADER */

/* ALIGNMENTS */
.cal {text-align:center;}
.left {text-align:left;}
.ral {text-align:right;}
.tvert {vertical-align:top;}
.mvert {vertical-align:middle;}
.mcal {vertical-align:middle;text-align:center;}
.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
table.common {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	}
	
table.common td {
	padding: 4px;
	}
/* END TABLE */

/* TD */
table.td_pad_4 td {
	padding: 4px;
	}
	
.w15 {
	width: 15%;
	}
	
/* END TD */

/* INPUT */
 .submitBtn {
	margin: 11px 0 4px 0;
	padding: 5px;
	-moz-border-radius: 10px;
	color: #145887;
	font-weight: bold;
	border: 1px solid #145887;
	cursor: pointer;
	}

:hover.submitBtn {
	background: #cccccc;
	}

#customer_fieldset input {
	margin-bottom: 3px;
	}
/* END INPUT */

/* FIELDSET */
#customer_fieldset {
	width: 225px;
	}
/* END FIELDSET */

/* LABEL */

#customer_fieldset label {
	display: block;
	float: left;
	width: 75px;
	padding-right: 5px;
	text-align: right;
	}
/* END LABEL */

/* Textarea */
.common textarea {
	width: 90%;
	}
/* END Textarea */

hr {
	margin: 10px auto 0 auto;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #145887;
	color: #145887;
	background-color: transparent;
	}
	
input, textarea, checkbox, select, file {
	padding: 5px;
	background: #e8e8e8;
	}

#customer_header {
	margin-bottom: 10px;
	width: 560px;
	border: 1px solid #145887;
	}

#content_header h1 {
	padding-top: 2px;
	line-height: 100%;
	}
#content_header h1 {
	margin-left: 15px;
	font-size: 1.2em;
	}

.right_link {
	width: 40%;
	float: right;
	text-align: right;
	}

 .right_link {
	padding-top: 4px;
	}

.clientProjectAlert {
	color: #000000;
	font-size: .8em;
	}
