body {
	min-width:970px;
	margin:0;
	color:#333;
	font:14px Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background:#fff;
}
img { border-style:none;}
hr {
	border: none 0;
	border-top: #ccc solid 1px;
	height: 1px;
	margin: 10px 0 30px 0;
}
#content a, div.sidebar a {
	text-decoration:underline;
	color:#456b8e;
}
#content a:hover, a.pdf:hover, a.people:hover, a.balloon:hover, a.email:hover, a.more:hover, a.magnify:hover, a.vcard:hover, a.print:hover, div.sidebar a:hover {
	text-decoration:none;
}

div.title a.opener {
	color:#fff;
	text-decoration:none;
}
div.title a.opener:hover {
	color:#660000;
	text-decoration:none;
}

a.print {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_print.gif) no-repeat left .2em;
	padding:0 0 0 20px;
}

a.blog {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_blog.png) no-repeat left .2em;
	padding:0 0 0 20px;
}

a.pdf {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_pdf.png) no-repeat left top;
	padding:0 0 0 20px;
}

a.email {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_email.png) no-repeat left .2em;
	padding:0 0 0 20px;
}

a.vcard {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_vcard.png) no-repeat left .2em;
	padding:0 0 0 20px;
}

a.people {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_people.png) no-repeat left .1em;
	padding:0 0 0 20px;
}

a.balloon {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_balloon.png) no-repeat left .1em;
	padding:0 0 0 20px;
}

.holder-main ul.balloon {
	list-style:none;
	margin:0;
	padding:8px 0;
	font:11px/15px Tahoma, Arial, sans-serif;
	color:#666;
}
.holder-main ul.balloon li {
	background: url(../images/icon_balloon.png) no-repeat left .1em;
	padding:0 0 5px 20px;
}
.holder-main ul.balloon li a {
	font:12px/15px Tahoma, Arial, sans-serif;
	color:#456b8e;
	text-decoration:underline;
}
.holder-main ul.balloon li a:hover {
	text-decoration:none;
}
a.more {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_more.png) no-repeat left top;
	padding:0 0 0 20px;
}

a.magnify {
	color:#456b8e;
	text-decoration:underline;
	background: url(../images/icon_magnify.png) no-repeat left top;
	padding:0 0 0 20px;
}
a.rss {
	color:#666;
	text-decoration:underline;
	background: url(../images/icon_rss.png) no-repeat left center;
	padding:0 0 0 15px;
}
a.rss:hover {
	background: url(../images/icon_rss-hover.png) no-repeat left center;
}
a.rss-header {
	width:20px;
	height:20px;
	display:inline-block;
	background: url(../images/rss-gray20.png) no-repeat left center;
}
a.rss-header:hover {
	background: url(../images/rss-orange20.png) no-repeat left center;
}
.displace {
	position: absolute;
	left: -5000px;
}

#content .col-roll {
	padding: 0 4px 0 0;
	float: left;
	width: 230px;
}
#content .col-half {
	padding: 0 10px 0 0;
	font-size:.9em;
	line-height:1.2em;
	float: left;
	width: 240px;
}
input {
	font:100% Arial,sans-serif;
	vertical-align:middle;
}
form {
	margin:0;
	padding:0;
	border-style:none;
}
/*pagewidth*/
#pagewidth {
	display:table;
	width:100%;
	overflow:hidden;
}
/*header*/
#header {
	width:100%;
	overflow:hidden;
	display:table-header-group;
}
#header ul { list-style:none;}
/*logo*/
.logo {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
.logo strong {
	display:block;
	width:200px;
	height:67px;
	margin:39px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	width:200px;
	height:67px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
/*navigation*/
.navigation-box {
	width:100%;
	overflow:hidden;
	background:#ad3337;
	margin:22px 0 0;
}
.navigation {
	width:545px;
	margin:0 auto;
	padding:0 405px 0 0;
	overflow:hidden;
}
.navigation ul {
	margin:0 0 0 -9px;
	padding:0;
	font-size:15px;
	line-height:17px;
	height:1%;
	overflow:hidden;
}
.navigation ul li { display:inline;}
.navigation ul a {
	float:left;
	color:#fff;
	padding:25px 8px 24px 9px;
	text-decoration:none;
}
.navigation ul a:hover,
.navigation ul li.active a {
	background-image:url(../images/bg-link-no-sub.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
}
.sub-menu .navigation ul a:hover,
.sub-menu .navigation ul li.active a,
.sub-menu2 .navigation ul a:hover,
.sub-menu2 .navigation ul li.active a,
.sub-menu3 .navigation ul a:hover,
.sub-menu3 .navigation ul li.active a { background-image:url(../images/bg-link-with-sub.gif);}
/*content-area*/
#content-area {
	display:table-footer-group;
	width:100%;
	position:relative;
}
/*content-box*/
.content-box {
	width:950px;
	margin:0 auto;
	padding:0 0 14px;
	border-bottom:1px solid #898a8d;
}
.content-box:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
/*content-box*/
.content-main {
	width:534px;
	float:left;
}
.content-mainFull {
	width:950px;
	float:left;
}
.content-main ul, .content-mainFull ul { list-style:none;}
.content-main h1.home, .content-mainFull h1.home {
	margin:0 0 0 -1px;
	padding:0 0 2px;
	font:32px/32px Tahoma, Arial, sans-serif;
	color:#ad3337;
	background:none;
}
.content-main h1, .content-mainFull h1 {
	margin:0 0 0 -1px;
	padding:0 0 2px 55px;
	font:32px/32px Tahoma, Arial, sans-serif;
	color:#ad3337;
	background:url(../images/icon_headlines.gif) no-repeat 0 center;
}


.content-main h2, .content-mainFull h2 {
	margin:0;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color:#333;
}
.content-main h3, .content-mainFull h3 {
	margin:0;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	color:#ad3337;
	/*color:#4b7195;
	color:#333;*/
}
.content-mainFull #contentFull {
	height:1%;
	margin:0;
	padding:0 25px 0 3px;
	line-height:22px;
}
#content {
	height:1%;
	margin:90px 0 0;
	padding:0 25px 0 3px;
	line-height:22px;
}
#content:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
#content p { 
	margin:6px 0 0;
	color:#333;
}
.photosR {
	float:right;
	padding:0 10px 20px 0;
}
.photosL {
	float:left;
	padding:5px 10px 0 0;
}
#quote {
	font: 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	color:#999;
	border:solid 1px #e6e6e6;
	background:#f5f5f5;
	padding:20px 20px 10px 20px;
	font-style:italic;
}
#quote p.quoter {
	font: .7em Arial, Helvetica, sans-serif;
	color:#999;
	padding:0 0 0 250px;
	margin:0;
}
/*history*/
#contentFull.inner-page ul.history {
	list-style:none;
	background:none;
	padding:0;
	margin:0;
	width:530px;
}
#contentFull.inner-page ul.history li {
	background:none;
	padding:0 0 10px 0;
	margin:0;
	clear:both;
	/*border-bottom:1px #ccc solid;*/
}
ul.history li h2 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color:#333;
}
ul.history li p { margin:0 0 6px 0;}
#contentFull.inner-page table.history {
	width:100%;
	margin:20px 0;
}
#contentFull.inner-page table.history td {
	text-align:center;
	border:none;
}
#contentFull.inner-page table.history td img {
	margin:0;
	padding:0;
}
#contentFull.inner-page table.history td h3 {
	font-size:32px;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:10px 0 0 0;
	text-decoration:none
}

/*news*/
.news {
	width:544px;
	overflow:hidden;
	margin:24px 0 0 -10px;
	background:url(../images/bg-news.gif) repeat-y 10px 0;
}
.news h3 { 
	border-bottom:1px solid #999;
	color:#333;
	}
.news div {
	display:inline;
	width:262px;
	margin:0 0 0 10px;
	float:left;
}
.news .news-title {
	display:block;
	height:1%;
	overflow:hidden;
	padding:0 0 5px;
	width:auto;
	margin:0;
	float:none;
	background:#fff;
}
.news ul {
	margin:0;
	padding:0 0 10px;
	font:11px/15px Tahoma, Arial, sans-serif;
	color:#333;
}
.news ul li {
	height:1%;
	overflow:hidden;
	padding:9px 15px 0;
}
.holder-main ul {
	margin:0;
	padding:0;
	font:11px/15px Tahoma, Arial, sans-serif;
	color:#333;
}
.holder-main ul li {
	height:1%;
	overflow:hidden;
	padding:4px 0;
}
.news ul span, .holder-main ul span { font-weight:bold;}
.news ul h4, .holder-main ul h4 {
	display:inline;
	margin:0;
	font-size:11px;
	line-height:15px;
}
.news ul h4 a, .holder-main ul h4 a { color:#333;}
.news ul p, .holder-main ul p {
	display:inline;
	margin:0;
}
/*sidebar*/
.sidebar {
	width:401px;
	float:right;
	margin:-103px 0 0;
	font-size:12px;
	line-height:16px;
	color:#333;
}
.sidebar .clients {
	display:block;
	width:100%;
	padding:0 0 20px 0;
	float:left;
}
.sidebar .clients .clients-colm, .clients-colm2 {
	display:block;
	width:45%;
	padding:0 15px 0 0;
	float:left;
}

.sidebar .top-clients {
	margin: 20px 0 0 0;
}
.sidebar .top-clients h3 {
	margin:0;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:17px;
	color:#ad3337;
	/*color:#4b7195;
	color:#333;*/
}
.sidebar .top-clients ul {
	margin:0;
	padding:0 0 20px 4px;
	font-size:12px;
	line-height:14px;
	list-style:none;
}
.sidebar .top-clients li {
	margin:5px 0;
	padding:0 0 0 15px;
	background:url(../images/bullet-content-list.gif) no-repeat 0 6px;
}
.sub-menu .sidebar { margin:-138px 0 0;}
.sub-menu2 .sidebar { margin:-173px 0 0;}
.sub-menu3 .sidebar { margin:-208px 0 0;}
/*gallery-box*/
.gallery-box {
	width:400px;
	margin:0 0 0 1px;
	overflow:hidden;
	background:url(../images/bg-gallery-box.jpg) repeat-y;
	color:#fff;
	position:relative;
}
.gallery-main {
	list-style:none;
	margin:0;
	padding:0;
	width:400px;
	height:262px;
	overflow:hidden;
	position:relative;
	font-size:15px;
	line-height:18px;
	background:url(../images/bg-gallery-main.jpg) no-repeat;
}
.gallery-main li {
	width:330px;
	height:204px;
	padding:18px 34px 40px 36px;
	position:absolute;
	top:0;
	left:0;
}
.gallery-main h2 {
	margin:0;
	font:80px/99px Tahoma, Arial, sans-serif;
	border-bottom:2px solid #fff;
	text-indent:-2px;
}

.gallery-main p { margin:12px 0 0 1px;}
/*gallery-nav*/
.gallery-nav {
	list-style:none;
	margin:0;
	padding:0;
	height:19px;
	overflow:hidden;
	position:absolute;
	bottom:18px;
	right:18px;
}
.gallery-nav li {
	float:left;
	padding:0 0 0 8px;
}
.gallery-nav li a {
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	background:url(../images/bg-gallery-nav-link.gif) no-repeat;
	text-indent:-6666px;
}
.gallery-nav li a:hover,
.gallery-nav li.active a { background-position:0 -19px;}
/*accordion-box*/
.accordion-box {
	width:401px;
	overflow:hidden;
	position:relative;
}
.accordion-box ul {
	width:459px;
	list-style:none;
	margin:7px -50px 0 -8px;
	padding:0;
	overflow:hidden;
}
.accordion-box ul li {
	display:inline !important;
	float:left;
	margin:0 0 0 8px;
	overflow:hidden;
	position:relative;
}
.mission { width:149px;}
.services { width:124px;}
.properties { width:110px;}
.accordion-box ul li img {
	display:block;
	position:relative;
}
.accordion-box a {
	color:#fff;
	text-decoration:underline;
}
.accordion-box a:hover {
	color:#333;
	text-decoration:none;
}
.accordion-content {overflow:hidden;}
.mission .accordion-content { width:407px;}
.services .accordion-content { width:382px;}
.properties .accordion-content { width:368px;}
.img-holder { float:left;}
.title{
	width:100%;
	height:24px;
	overflow:hidden;
	background:#ad3337 url(../images/bg-title.gif) no-repeat 100% 5px;
	font-size:12px;
	line-height:15px;
	text-align:right;
}
.title a {
	display:block;
	padding:5px 25px 4px 0;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	height:15px;
}
.title a span{background:#ad3337;}
.txt {
	width:226px;
	height:189px;
	padding:7px 9px 10px 23px;
	background:#656669;
	font-size:13px;
	line-height:15px;
	color:#fff;
	float:left;
	display:inline;
	position:relative;
}
.close-link {
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
.close-link a.close {
	float:right;
	color:#999;
	padding:0 18px 0 0;
	background:url(../images/bg-link-close.gif) no-repeat 100% 1px;
	text-decoration:none;
}
.close-link a.close:hover {
	float:right;
	color:#fff;
	padding:0 18px 0 0;
	background:url(../images/bg-link-close.gif) no-repeat 100% 1px;
	text-decoration:none;
}
.txt-main {
	margin:17px 0 0;
	padding:0 5px 0 0;
	line-height:18px;
	font-size:13px;
	line-height:15px;
}
.txt-main p a {
	color:#fff;
}
.txt-main p a:hover {
	color:#fff;
	text-decoration:none;
}
.txt-main:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
.txt-main h3.accordian-title {
	margin:0 0 0 -3px;
	font-weight:normal;
	font:22px/25px Tahoma, Arial, sans-serif;
	position:relative;
	color:#fff;
}
.txt-main p { margin:9px 0 0;}
/*footer*/
#footer {
	width:950px;
	margin:0 auto;
	padding:6px 0 25px;
	overflow:hidden;
}
#footer ul { list-style:none;}
#footer fieldset {
	width:213px;
	float:right;
	margin:2px 0 0;
	border:none;
	padding:0;
}
#footer fieldset input {
	width:170px;
	padding:3px 7px 4px;
	font-size:13px;
	line-height:16px;
	color:#999;
	margin:0 2px 0 0;
	border:1px solid #d1d1d1;
	background:#fff url(../images/bg-search-holder.gif) repeat-x;
	float:left;
}
#footer fieldset .search {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	border:0;
}
.footer-rss {
	height:1%;
	font-size:11px;
	line-height:14px;
	padding:0 0 0 12px;
	color:#666;
	text-align:left;
	overflow:hidden;
	width: 45%;
	float:left;
}
/*footer-txt*/
.footer-txt {
	height:1%;
	width:45%;
	float:right;
	font-size:11px;
	line-height:14px;
	padding:0 12px 0 0;
	color:#666;
	text-align:right;
	overflow:hidden;
}
.footer-txt p, .footer-rss p { margin:0;}
.footer-txt ul {
	height:14px;
	margin:-1px -1px 0 0;
	padding:0;
	font-size:10px;
	line-height:13px;
	overflow:hidden;
}
*+html .footer-txt ul { margin:-1px -4px 0 0;}
* html .footer-txt ul { margin:-1px -4px 0 0;}
.footer-txt ul li {
	display:inline;
	padding:0 1px 0 4px;
	background:url(../images/bullet-footer-link.gif) no-repeat 0 3px;
	line-height:16px;
}
.footer-txt ul li:first-child { background-image:none;}
.footer-txt ul a, .footer-rss a { color:#666;}
/*accessibility*/
a.accessibility {
	position:absolute;
	top:0;
	left:-9999px;
}
/*inner page*/
.sub-navigation-box {
	width:100%;
	overflow:hidden;
	background:#898a8d;
	border-bottom:solid #fff 1px;
}
.sub-navigation-box2 {
	width:100%;
	overflow:hidden;
	/*background:#ad3337;*/ /*red*/
	background:#5f7ea5; /*blue*/
	/*background:#e4e4e4;*/ /*gray*/
	border-bottom:solid #fff 1px;
}
.sub-navigation, .sub-navigation2 {
	width:545px;
	margin:0 auto;
	padding:0 405px 0 0;
	overflow:hidden;
}
.sub-navigation ul, .sub-navigation2 ul {
	margin:0 0 0 -8px;
	padding:0;
	font-size:13px;
	line-height:16px;
	height:1%;
	overflow:hidden;
}
.sub-navigation ul li, .sub-navigation2 ul li { display:inline;}
.sub-navigation ul a {
	float:left;
	color:#fff;
	padding:8px 9px 10px;
	text-decoration:none;
}
.sub-navigation2 ul a {
	float:left;
	color:#fff;
	padding:8px 9px 10px;
	text-decoration:none;
}
.sub-navigation ul a:hover, .sub-navigation ul li.active a {
	background-image:url(../images/bg-link-sub-nav.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
}
.sub-navigation2 ul a:hover, .sub-navigation2 ul li.active a {
	background-image:url(../images/bg-link-sub-nav2.png);
	background-repeat:no-repeat;
	background-position:50% 100%;
}
#content.inner-page h1 { margin:0 0 4px -1px;}

.content-mainFull #contentFull.inner-page {
	margin:0;
	font-size:13px;
	line-height:18px;
}

#content.inner-page {
	margin:50px 0 0;
	font-size:13px;
	line-height:18px;
}
.sub-menu2 #content.inner-page, .sub-menu3 #content.inner-page, .no-menu #content.inner-page {
	margin:50px 0 0;
	font-size:13px;
	line-height:18px;
}
#content.inner-page p { margin:0 0 1em 0;}

#content.inner-page ul {
	margin:0;
	padding:0 0 20px 0;
}
#content.inner-page ul li {
	padding:0 0 0 15px;
	background:url(../images/bullet-content-list.gif) no-repeat 0 6px;
}
.people-says { display:table;}
.people-says li {
	display:table;
	width:365px;
	height:262px;
	padding:0 15px 0 20px;
}
.gallery-main blockquote {
	margin:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font:24px/28px Tahoma, Arial, sans-serif;
	/*font:35px/37px Tahoma, Arial, sans-serif;*/
}
.gallery-main blockquote cite {
	display:block;
	font:italic 13px/15px Arial, Helvetica, sans-serif;
	color:#cbd7e2;
	margin:3px 0 11px 47px;
}
.gallery-main blockquote q {
	width:276px;
	quotes: none;
	display:block;
	position:relative;
	padding:3px 43px 5px 46px;
}
.gallery-main blockquote q:before{content:"";}
.gallery-main blockquote q:after{content:"";}
.cite-top,
.cite-bottom {
	width:41px;
	height:30px;
	font-size:0;
	line-height:0;
	background-repeat:no-repeat;
	position:absolute;
}
.cite-top {
	top:0;
	left:0;
	background-image:url(../images/bg-cite-top.gif);
}
.cite-bottom {
	right:0;
	bottom:11px;
	background-image:url(../images/bg-cite-btm.gif);
}
/*holder*/
.holder {
	width:363px;
	overflow:hidden;
	background:#e4e4e4;
	margin:7px 0 0 1px;
	padding:12px 20px 0 17px;
}
.holder a { color:#333;}
.sidebar h3 {
	margin:0;
	font-weight:normal;
	font:16px/19px Tahoma, Arial, sans-serif;;
	color:#333;
}
.holder h3 {
	padding:0 0 3px;
	border-bottom:1px solid #999;
}
.sidebar h4 {
	margin:10px 0 0 0;
	font-weight:bold;
	font:15px/17px Tahoma, Arial, sans-serif;;
	color:#333;
}

/*holder-main*/
.holder-main {
	height:1%;
	overflow:hidden;
	padding:0 0 19px 1px;
	margin:7px 0 0;
}
.holder img {
	float:left;
	margin:3px 12px 0 0;
}
.holder p { margin:1px 0 16px;}
.holder p.people-post {
	margin:0;
	font-size:13px;
}

/*/////////////TABLES////////////////*/
#content table, .content-mainFull table {
	border: none;
	padding: 0;
	margin: 0;
	width: 98%;
}
#content th, .content-mainFull th {
	padding:2px 10px 2px 0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size:15px;
	color:#333;
}
#content thead.noshow {
	display: none;
}
#content td, .content-mainFull td {
	padding:2px 10px 2px 0;
	text-align: left;
	vertical-align: top;
	line-height: 1.2em;
	border-top: solid 1px #EEEEEE;
	font-size:1em;
}

#content table.login {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#content table.login td, #content table.login tr {
	border: none;
}
#content a.buttonSm {
	border-bottom: solid 1px #0066CC;
	border-right: solid 1px #0066CC;
	border-top: solid 1px #3399FF;
	border-left: solid 1px #3399FF;
	padding: 1px 4px;
	margin: 0;
	font-size: .9em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#efefef;
	float:none;
	color:#000;
	text-decoration:none;
}
#content a.buttonSm:hover, #content a.buttonSm:focus, #content a.buttonSm.hover, #content a.buttonSm.focus  {
	border-bottom: solid 1px #3399FF;
	border-right: solid 1px #3399FF;
	border-top: solid 1px #0066CC;
	border-left: solid 1px #0066CC;
	background-color:#ccc;
	color:#000;
}

.bluerow {
	background-color: #F0F5FF;
}

#content ul.alpha {
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	list-style:none;
	display:block;
	width:100%;
	height:20px;
}
#content ul.alpha li {
	background: none;
	padding:0 1px 1px 0;
	float:left;
}
#content ul.alpha li a {
	text-decoration:none;
	text-transform:uppercase;
	background-color:#efefef;
	display:block;
	width:17px;
	height:17px;
	vertical-align:middle;
	text-align:center;
}
#content ul.alpha li a:hover {
	color:#fff;
	background-color:#456b8e;
}

/* ========= Contact Form =============*/

/* id for the form itself */
form#my_form { 
  padding: 0;
  margin: 0;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
 padding: 10px;
 margin: 0 0 20px 0 ;
 border: 1px solid #ccc;
}
/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
	padding:10px 0 0 0;
	margin:0;
  	border: none;
  /* background-color : #fefefe; */
}
fieldset.left { 
 padding: 10px;
 margin: 0 10px 20px 0 ;
 border: 1px solid #ccc;
 width:240px;
 float:left;
}
fieldset.left2 { 
 padding: 10px 0 10px 10px;
 margin: 0 10px 20px 0 ;
 border: 1px solid #ccc;
 width:195px;
 float:left;
}
/* form legends and dt "heading" */
legend, dt { 
  color: #333;
  font-size : 1.2em;
  padding: 0 8px;
  font-weight:bold;
}

/* form label text */
label { 
  color: #000000;
  font-size: 1em;
  font-weight:bold;
  padding: 5px 0 0 0;
  display:block;
}
label.short { 
  color: #000000;
  font-size: 1em;
  font-weight:bold;
  padding: 5px 0 0 0;
  display:inline;
}
.formtext { 
  color: #333;
  font-size: .9em;
  font-weight:normal;
}
.notes { 
  color: #666;
  font-size: .8em;
  font-weight:normal;
}
/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font: 1.2em Arial, Helvetica, sans-serif, "Trebuchet MS";
  color: #999; 
  padding: 4px 0 4px 4px; 
  margin: 2px 0; 
  background-color: #efefef;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE*/ 
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  font: 1.2em Arial, Helvetica, sans-serif, "Trebuchet MS";
  color: #333; 
  padding: 4px 0 4px 4px; 
  margin: 2px 0; 
  background-color:#fff;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

/* to make focus stable in IE 6 */
* html input.button { 
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  background-color:#ccc;
  padding: 4px;
  margin: 4px 0 10px 0;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
* html input.button.hover { 
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  background-color:#999;
  padding: 4px;
  margin: 4px 0 10px 0;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
* html input.button.focus { 
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  background-color:#999;
  padding: 4px;
  margin: 4px 0 10px 0;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

input.button, a.button {
  border-bottom: solid 1px #35526d;
  border-right: solid 1px #35526d;
  border-top: solid 1px #6786a2;
  border-left: solid 1px #6786a2;
  background-color:#456b8e;
  padding: 4px;
  margin: 6px 0 10px 0;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  color:#fff;
  text-decoration:none;
}
input.button:hover, a.button:hover { 
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  background-color:#999;
  padding: 4px;
  margin: 6px 0 10px 0;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  color:#fff;
  text-decoration:none;
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
  color: #0f6e77;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  background-color : #fff; 
  padding : 0 4px 0 4px; 
  color : #fff;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  background-color : #fff; 
  color : #333;
  padding : 0 4px 0 4px; 
  margin: 0 0 0 10px;
  text-decoration : none; 
}

/* text that are options in form */
span.options { 
  color: #666; 
  font-weight:normal; 
  font-size:1em;
}

/* error heading weight and color - bold is for the error reason text */
span.errors, dt.errors, strong.errors, .errors { 
  color:#990000; 
  font-weight:normal; 
}

/* success heading color */
span.success { 
  color:#003399; 
  font-weight : normal; 
}
.clear{
	clear:both;
}
