/* CSS Document */

html,body{
	margin:0;
	padding:0;
}

/*-------------------------------------------
Edit text here.
---------------------------------------------*/

body {
	font: 76% arial,helvetica,sans-serif;
	font-size: 12px;
	text-align:center;
	background: #df7a1c url(images/background_asterisk.gif) no-repeat;
	background-position: 25em -18em;
}

.text {
	float: left;
	width: 335px;
	padding-bottom: 5px;
}

/* Safari Hack */
::root .text2 {
	font-size: 11px;
	padding: 0 15px 35px 20px;
}

/* For Firefox */
.text2 {
	font-size: 11px;
	padding: 0 15px 50px 20px;
}

/* IE6 Hack */
* html .text2 {
	font-size: 11px;
	padding: 0 15px 10px 20px;
	height: 10px;
}

/* IE7 Hack */
*:first-child+html .text2 {
	font-size: 11px;
	padding: 0 15px 35px 20px;
}



.text a, .text2 a, .trail a {
	color: #df7a1c;
}

.text a:hover, .text2 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #df7a1c;
}

.text ul {
	list-style-image: url(images/bullet.gif);
        padding-left: 25px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #df7a1c;
	font-size: 23px;
	padding-top: 23px;
	padding-bottom: 7px;
}

.sub-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #653600;
	font-size: 16px;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #653600;
	font-size: 16px;
}

.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #df7a1c;
	font-size: 17px;
	padding: 0px 15px 5px 20px;
}

.trail {
	font-size: 12px;
	color: #653600;
	margin-bottom: 20px;
}

.trail a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #df7a1c;
}

.quoteText {
	height: 152px;
	color: #ffffff;
	font-size: 17px;
	padding: 0px 10px 0px 10px;

}

.name {
	float: right;
	width: 163px;
	text-align: center;
	font-size: 12px;
	color: #de791c;
	padding-top: 5px;
}

.job-title {
	color: #653600;
}

.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.navLinks a  {
	display: block;
	padding-right: 25px;
	width: 165px;
	color: #653600;
	text-decoration: none;
}

.navLinks .non-current a:hover, .current a:hover {
	color: #df7a1c;
	background: url(images/asterisk_nav.gif) 82px 12px no-repeat;
	text-decoration: none;
}

/*-------------------------------------------
Edit current and non-current site location 
for navigation here. Adjust spacing between
navigation links here.
---------------------------------------------*/

.current a:hover, .current a {
	color: #df7a1c;
	height: 25px;
	padding-top: 18px;
}

.non-current a {
	height: 25px;
	padding-top: 18px;
}

/*-------------------------------------------
Container for entire site.
---------------------------------------------*/

#container {
	float: left;
	width: 775px;
	margin: 0 auto;
	text-align:left;
	padding-top: 50px;
	padding-left: 50px;
}

/*-------------------------------------------
Edit left-column here.
---------------------------------------------*/

#left-column {
	float: left;
	width: 198px;
}

#navigation-top {
	background: url(images/leftNav_top.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}

#navigation {
	background: #ffffff url(images/leftNav_bottom.gif) no-repeat left bottom;
	padding: 0px 0px 10px 0px;
}

.logo {
	height: 48px;
	background: url(images/logo.gif) no-repeat left top; 
	background-position: 30px 0px;
}

.logodiv {
	height: 48px;
	padding-left: 30px
}

.TextField {
	color: #653600;
	font-size: 11px;
}

.field {
	padding: 4px 2px 4px 2px;
	background-color: #ffffff;
	border: solid 2px #653600;
	color: #000000;
	font-size: 11px;
}

.label {
	margin-top: 21px;
	margin-bottom: 5px;
}

#email {
	width: 153px;
	float: left;
	margin-bottom: 10px;
}

.submit {
	font-size: 11px;
	color: #ffffff;
	background-color: #df7a1c;
	text-decoration: none; 
}

.button {
	margin-right: 3px;
}


/*-------------------------------------------
Edit main content area here.
---------------------------------------------*/

#content{
	float: right;
	width: 561px;
}

#mainContent {
	float: right;
	position: relative;
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
}

#mainContent-top {
	background: url(images/mainCon_top.png) no-repeat left top !important;
	background: url(images/mainCon_top.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}

#mainContent-bottom {
	background: url(images/mainCon_bottom.png) no-repeat left bottom !important;
	background: url(images/mainCon_bottom.gif) no-repeat left bottom;
	padding: 0px 0px 11px 0px;
}

#mainContent-bottom p{
	line-height:1.4;
}

/*-------------------------------------------
Edit Text Field on Main Content Area here
---------------------------------------------*/

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 13px 2px 13px 2px;
}

.cssform label{
	font-weight: bold;
	float: left;
	width: 110px;
}

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

.field2 {
	background-color: #ffffff;
	border: solid 2px #653600;
	color: #000000;
}

.cssform textarea{
	float: right;
	width: 180px;
	height: 68px;
	padding: 2px;
	background-color: #ffffff;
	border: solid 2px #653600;
	color: #000000;
}

.button {
	float: right;
}

/*-------------------------------------------
Edit quote bubble and person photo here.
---------------------------------------------*/

.quote {
	float: right;
	width: 163px;
	height: 215px;
	padding: 20px 0px 0px 0px;
}

/*-------------------------------------------
Edit "read more" link here.
---------------------------------------------*/

.more {
	float: left;
	width: 335px;
	height: 20px;
	padding-top: 10px;
	text-align: right;
}

.more a {
	color: #df7a1c;
}

.more a:hover {
	color: #ffffff;
	background-color: #df7a1c;
	text-decoration: none;
}

/*-------------------------------------------
Edit bottom quote bubble's top padding here.
Edit Footer here.
---------------------------------------------*/

#footer {
	text-align: left;
	color: #ffffff;
	clear:both;
	width:100%;
	margin: 0;
	padding: 25px 0px 0px 0px;
}

#footerText {
	font-size: 10px;
}