* {
	margin:0;
	padding:0;
	}

body {
	font-size:small;
	text-align:center;
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:1.5em;
	border-bottom:150px solid #333;
	}

/* for Opera */
html>body {
	font-size:small;
	}

img {
	border:0;
	}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:140%;
	}

h2 {
	font-size:150%;
	color:#f00;
	margin-bottom:.5em;
	}

h3 {
	font-size:120%;
	color:#333;
	margin-bottom:.25em;
	}

p {
	padding-top:1.25em;
	clear:both;
	}

a:link, a:active, a:visited {
	color:#0e5dac;
	text-decoration:none;
	}

a:hover {
	color:#CCCCCC;
	}

dl {
	clear:both;
	padding:2em 0;
	}

dt {
	font-size:110%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	width:160px;
	display:inline;
	margin:1em 0;
	}

dd {
	float:right;
	display:inline;
	width:330px;
	margin:1em 0;
	}

#pageContainer {
	width:767px;
	margin:10px auto;
	text-align:left;
	font-size:95%;
	}

.pad {
	padding:25px;
	}

#header {
	font-family:"Franklin Gothic Demi Cond", "Arial Bold", "Arial Black", Arial, sans-serif;
	color:#999999;
	font-size:12px;
	}

#header .left {
	width:170px;
	float:left;
	text-align:left;
	}
 
#header .right {
	width:575px; 
	float:right;
	text-align:right;
	}

#mainPhoto {
	background:url(../images/largePhotoBorder.gif) center center no-repeat;
	padding:7px;
	}

#contentContainer {
	background:url(../images/mainContent-bg.gif) center center repeat-y;
	}

#contentContainer .pad {
	padding-top:0;
	margin-top:20px;
	}

#contentContainer .left {
	float:left;
	width:500px;
	padding-bottom:100px;
	}

.testimonial {
	font-style:italic;
	clear:both;
	padding-top:4em;
	display:block;
	}

.author {
	color:#333333;
	text-align:right;
	display:block;
	}

#sidebar {
	background:url(../images/sidebar_grad.png) top left repeat-x;
	float:right;
	width:202px;
	color:#666666;
	position:relative;
	right:-15px;
	}

#sidebar .pad {
	padding:10px;
	}
	
#sidebar h3 {
	padding-top:1.5em;
	margin-bottom:.25em;
	}

/* FORM STYLES */

.cssForm legend {
	display:none;
	}

.cssForm div{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	border-bottom:1px dashed #19314c;
	}

.cssForm div.column {
	clear:none;
	margin:0;
	padding:0;
	height:auto;
	border:none;
	}

.cssForm label{
	float: left;
	margin-left: -125px; /*width of left column*/
	width: 175px; /*width of labels. Should be smaller than left column to create some right margin*/
	text-align:left;
	padding:.25em 0;
	color:#333;
	}

.cssForm input[type="text"], 
.cssForm input[type="file"], 
.cssForm input[type="password"], 
.cssForm textarea, 
.cssForm select, 
.cssForm input[type="checkbox"], 
.cssForm input[type="radio"] {
	border:2px solid #ccc;
	padding:.25em;
	}

.cssForm input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 125px;
	}

.cssForm .noFormat {
	float:none;
	margin:0;
	padding:0;
	}

.cssForm input[type="text"]:focus, 
.cssForm input[type="file"]:focus, 
.cssForm input[type="password"]:focus, 
.cssForm textarea:focus, 
.cssForm input[type="checkbox"], 
.cssForm select:focus, 
.cssForm input[type="radio"]   {
	border-color:#f00;
	}

.cssForm fieldset {
	border:none;
	margin:25px 0;
	}

.cssForm legend {
	margin-bottom:1em;
	}

input.invalid {
 background: #fff6bf;
 border: 2px solid #ffd324;
    }
    
.error {
  color: #ff0000;
  display:inline-block;
  margin-left:1em;
    }
    
.errorlist {
    margin: 0;
    padding: 0;
	display:none;
    }	

/* END FORM STYLES */


#footer {
	clear:both;
	padding-top:50px;
	margin-top:-109px;
	}

/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}