/* @group reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, ol, ul, dl fieldset, form, label {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, fieldset, form {
	padding:0;
	margin:0 0 20px 0; 
	color:#5d5d5d;
	font-weight:normal;
}
.no-margin-bottom{
	margin:0;
}

/* @end */

/* @group Structure */

body {
	font:12px/22px Arial, Helvetica, sans-serif;
	background:url(../images/body_bg.gif) repeat;
}

#page{
	background:url(../images/page_bg.gif) repeat-x;
	float:left;
	padding:0;
	margin:0;
	width:100%;
}

#wrap{
	width:1027px;
	margin:0 auto;
}

/* @end */

/* @group Header */

#header{
	width:960px;
	margin:0 auto;
}
#header #logo{
	width:400px;
	height:70px;
	text-indent:-3000px;
	float:left;
	padding:25px 0 15px 24px;
	margin:0;
}
#header #logo a{
	float:left;
	display:block;
	width:400px;
	height:70px;
	background:url(../images/logo.png) no-repeat;
}

#header #phone{
	font: 30px Georgia, "Times New Roman", Times, serif;
	text-align:right;
	float: right;
	width: 530px;
	margin: 30px 6px 0 0;
}

/* @end */

/* @group Menu */

#header #menu{
	margin:10px 0 0 0;
	padding:0;
	float:right;
	position:relative;
	width:auto;
}
#header #menu li{
	display:inline;	
}
#header #menu li a,
#header #menu li a:link{
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#8c8c8c;
	text-decoration:none;
	text-transform:none;
	padding:20px 6px;
	position:relative;
}

#home #header #menu .home a,
#about #header #menu .about a,
#services #header #menu .services a,
#faq #header #menu .faq a,
#contact #header #menu .contact a,
#header #menu li a.current,
#header #menu li a:hover,
#header #menu li a:active{
	background:url(../images/menu_arrowup.gif) no-repeat center bottom;
	padding:20px 6px;
	color:#343431;
}

/* @end */

/* @group Slideshow */

#slideshow-wrapper{
	position:relative;
	height: 270px;
	width: 600px;
	float: left;
}
.pics {
	height: 270px;
	width: 600px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.pics a img {
	top:0;
	left:0
}

/* @group Slideshow Nav */

div#headernav {
	position:absolute;
	bottom: 10px;
	right: 20px;
	z-index:98;
	padding: 0;
}

#headernav a {
	text-indent: -5000px;
	display:block;
	float: left;
	background: url(../images/dot-trans.png) no-repeat 0 0; 
	overflow: hidden;
	padding-right:20px;
}
#headernav a:hover {
	background: transparent url(../images/dot-white.png) no-repeat 0 0; 
}
#headernav a.activeSlide {
	background: transparent url(../images/dot-orange.png) no-repeat 0 0; 
}
#headernav a:focus { outline: none; }

/* @end */

#home #headerbutton {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index:100;
}
#contact #headerbutton, #about #headerbutton, #services #headerbutton, #faq #headerbutton {
	margin: 0 0 20px 20px;
}
#textmenu {
	text-align:center;
	margin-bottom:20px;
}
#textmenu a {
	padding: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}
#textmenu a:hover {
	text-decoration:underline;
}
#seotext {
	font-size: 10px;
	color: #565656;
	line-height:1.1em;
	text-align: justify;
}

/* @end */

/* @group Main Content */

#main-content{
	background:url(../images/main_content_bg.gif) repeat-y center;
	float:left;
	width:auto;
}
#main-content .top-bg{
	background:transparent url(../images/top_bg.png) no-repeat;
	float:left;
	width:1027px;
}
.bottom-bg{
	background:url(../images/main_content_bg_bottom.gif) no-repeat bottom center;
	float:left;
	width:1027px;
	margin:0 auto;
	height:4px;
}

/* @end */

/* @group Narrow Content */

#narrow-content{	
	width:900px;
	margin:0 auto;
	padding:30px;
}
#narrow-content a,
#narrow-content a:link{
	color:#d55d28;
	text-decoration:none;
}
#narrow-content a:hover,
#narrow-content a:active{
	color:#000;
	text-decoration:underline;
}

/* @end */

/* @group Featured image */

#featured-image{
	padding:0;
	margin:0;
}

/* @end */

/* @group Side Links */

#side-links{
	float:right;
	width:270px;
	list-style:none;
}
#side-links li{
	display:block;
}
#side-links li a, #side-links li a:hover{
	color:#d55d28;
	font-size:18px;
	text-decoration:none;
}

#side-links li#link1{
	padding-left:20px;
	padding-bottom:15px;
	border-bottom:1px solid #e0e0e0;
}
#side-links li#link2{
	padding-left:20px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #e0e0e0;
}
#side-links li#link3{
	padding-left:20px;
	padding-top:15px;
}
#side-links li span{
	display:block;
	color:#5d5d5d;
	font:12px/20px Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Content Box */

.content-box{
	padding:24px 0;
	margin-bottom:10px;
	float:left;
	width:900px;
}
.content-box-last{
	float:left;
	width:898px;
	margin-left:62px;
	padding:0;
}

.border-top{
	border-top:1px solid #e1e1df;
}
.content-box p, .content-box ul,
content-box-last p, content-box-last ul{	
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#5d5d5d;
}
.content-box ul, .content-box ol{
	
}
.content-box ul ul, .content-box ol ol,
content-box-last ul ul, content-box-last ol ol{
	margin:0;
	list-style:circle;
}
.content-box .who-are-we{
	width:599px;
	float:left;
}
.content-box .why-choose-us{
	width:267px;
	float:right;
}
.content-box .who-are-we h2,
.content-box .why-choose-us h2, 
.content-box .projects h2,
.col1 h2, .col2 h2, .col3 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#525252;
}
.col1 h3, .col2 h3, .col3 h3{
	font-size:14px;
	font-weight:normal;
}

.col1, .col2{
	float:left;
	width:282px;
	margin-right:35px;
}
.col3{
	float:right;
	width:260px;
}

/* @end */

/* @group Styled List */

.styled-list{
	list-style:none;
}
.styled-list li{
	background:url(../images/arrow_right.gif) no-repeat left 0.4em;
	padding-left:17px;
}

/* @end */

/* @group Testimonials - Blockquote */

blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size: 16px!important;
	font-style:italic!important;
	color:#333!important;
	margin-top: 10px;
}
.quote{
	background:url(../images/quote.gif) no-repeat top left;
	float:left;
	display:block;
	width:42px;
	height:40px;
	margin:6px 0 0 0;
	padding:0 10px 0px 0;
}
#test-company /* Not Used - Graphic Logos Used*/ {
	font-size: 1.2em;
	font-weight: bold;
}
#test-title {
	font-size: .8em;
}
.testimonials {
	padding-top: 10px;
}
.author {
	font-size: 12px;
	text-align:right;
	float: right;
}
#test-logo img {
	float: right;
}
#home-col2 {
	padding: 0 30px 0 0;
}


/* @end */

/* @group Thumb-large */

.thumb-large {
	float:left;
	background:url(../images/thumb_large_bg.gif) no-repeat;
	width:338px;
	height:234px;
	position:relative;
	padding-right:20px;
	margin:0 0 0 -10px;
}
.thumb-large img {
	margin:14px 0 0 20px;
}

/* @end */

/* @group Thumb-medium */

.thumb-medium{
	float:left;
	background:url(../images/thumb_medium_bg.gif) no-repeat;
	width:232px;
	height:200px;
	position:relative;
	padding-right:20px;
	margin:0 0 0 -10px;
}
.thumb-medium img{
	margin:14px 0 0 21px;
}

/* @end */

/* @group Highlighted box */

.highlighted-box{
	border-top:1px solid #d0d0c4;
	background:url(../images/gradient_bg2.gif) repeat-x top;
	width:842px;
	padding:20px 30px;
}

/* @end */

/* @group Links-List */

.links-box{
	width:168px;
	float:left;
	margin-right:14px;
}
.links-box-last{
	width:100px;
	float:right;
}
.links-box h3, .links-box-last h3{
	color:#131312;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0 0 0 0!important;
}
.links-list{
	list-style:none;
	padding:0;
	margin:0;
	
}
.links-list li{
	display:block;
	font-size:11px;
}
.links-list li a,
.links-list li a:link{
	color:#87877d!important;
	text-decoration:none;
}
.links-list li a:hover{
	color:#4b4b4b!important;
	text-decoration:underline;
}

/* @end */

/* @group Footer */

#footer{
	float:left;
	padding:5px 0 40px 0;
	width:1027px;
	color:#7b7b7b;
}
#footer a,
#footer a:link{
	color:#afafaf;
	text-decoration:none;
}
#footer a:hover{
	color:#4f4f4f;
	text-decoration:none;
}


#footer .footer-center{
	width:940px;
	margin:0 auto;
	font-size:11px;
}
.copyright{
	float:left;
	width:auto;
}
.validity{
	float:right;
	width:auto;
}

/* @end */

/* @group Inside-Page */

#inside-page{
	float:left;
	width:900px;
	padding:20px 0px;
}
.inside-content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#525252;
	margin-bottom:40px;
	padding-top:5px;
}
.inside-content h6, .inside-content h5, .inside-content h4, .inside-content h3{
	font-weight:bold;
	margin-bottom:20px;
}
.inside-content h3{
	font-size:20px;
}
.inside-content h4{
	font-size:16px;
}
.inside-content h5{
	font-size:14px;
}
.inside-content h6{
	font-size:12px;
}

/* @end */

/* @group Intro-Text */

.intro-text{
	font-size:20px!important;
	color:#4d4d4d;
	line-height:30px;
	font-weight:normal!important;
	margin-bottom:40px!important;
}

/* @end */

/* @group Inside-Content */

.inside-content{
	float:left;
	width:599px;
}

/* @end */

/* @group Inside-Sidebar + Navigation */

.inside-sidebar{
	float:right;
	width:278px;
	color:#5d5d5d;
}

.inside-sidebar .sidebar-nav{
	list-style:none;
	padding:0 0 20px 0;
	float:left;
	position:relative;
	margin:0 0 0 -22px
}
* html .sidebar-nav {
	margin:0 0 0 -10px!important; 
}

ul.sidebar-nav {
	padding-bottom: 0!important;
}
.inside-sidebar .sidebar-nav li{
	border:none;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.inside-sidebar .sidebar-nav li a{
	float:left;
	display:block;
	width:210px;
	height: 22px;
	padding:10px 10px 10px 30px;
	color:#d55d28;
	font-size:16px!important;
	background:none;
	font-weight:bold;
	white-space:nowrap;
}
.inside-sidebar .sidebar-nav li a:hover{
	background:#f6f6f4 url(../images/sidebar_nav_bg_hover.gif) repeat-x!important;
	height: 20px;
	border-top:1px solid #dbdbda;
	border-left:1px solid #dbdbda;
	border-right:1px solid #dbdbda;
	border-bottom:1px solid #dbdbda;
	text-decoration:none!important;
	font-weight:bold;
}

/* @end */

/* @group Sidebar-Box */

.side-box{
	float:left;
	background:url(../images/sidebar_box_bg.gif) repeat-y;
	width:278px;
	margin-bottom:20px;

}
.side-box .side-box-top{
	background:url(../images/sidebar_box_top.gif) no-repeat top left;
	float:left;
	width:278px;
}
.side-box .side-box-top .side-box-bottom {
	background:url(../images/sidebar_box_bottom.gif) no-repeat bottom;
	float:left;
	width:278px;
}
.side-box-content{
	padding:26px!important;
	float:left;
	width:230px;
}
* html .side-box-content{
	padding:22px!important;
	
}

div#logolist {
	text-align: center;
}
/* @end */

/* @group Sidebar-News */

.side-news h2{
	font-size:16px;
	background:url(../images/calendar_background.png) no-repeat left top;
	text-transform:uppercase;
	color:#222222;
	padding:14px 20px 10px 60px;
	font-weight:bold;
}
.side-news ul{
	list-style:none;

}
.side-news ul li{
	line-height:15px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #e4e4e4;

}
* html .side-news ul li{ /*IE6 fix*/
	border-top:1px solid #fff;
}
.side-news ul li .news-date{
	font-size:11px;
	display:block;
	margin:0 0 0px 0;
	color:#898989;
}
.side-news ul li .news-title{
	font-size:14px;
	display:block;
	margin:0 0 15px 0;
}

/* @end */

/* @group Newsletter */

.newsletter{
	clear:both;
	line-height:15px;
}
.newsletter span{
	display:block;
	margin:0 0 5px 0;
}
.newsletter h2{
	font-size:16px;
	text-transform:uppercase;
	color:#222;
	padding:20px 0px 10px 52px;
	font-weight:bold;
	background:url(../images/mail_reply.png) no-repeat left 0;
}
.blog-search h2{
	font-size:16px;
	text-transform:uppercase;
	color:#222;
	padding:12px 20px 15px 52px;
	font-weight:bold;
	background:url(../images/search.png) no-repeat left 0;
}
.blog-categories h2{
	font-size:16px;
	text-transform:uppercase;
	color:#222;
	padding:12px 20px 15px 52px;
	font-weight:bold;
	background:url(../images/window_osx.png) no-repeat left 0;
}
#n_email{
	border:0;
	background:#d9d9d9;
	padding:4px 2px;
}
#btn_send{
	background:#828282;
	border:0;
	padding:3px 5px;
	color:#fff;
}

/* @end */

/* @group Two-Column */

.two-column{
	float:left;
	width:598px;
	margin:0 0 0 0;
}
.two-column .col-one, .two-column .col-two{
	width:250px;
	background:url(../images/sub_column_bg.gif) repeat-x;
	padding:20px;
	border-top:1px solid #d0d0cf;
}
.two-column .col-one{
	position:relative;
	float:left;
}
.two-column .col-one h3, .two-column .col-two h3{
	font-weight:bold;
	font-size:17px;
}
.two-column .col-two{
	position:relative;
	float:right;
}
.two-column .col-one .MAI, .two-column .col-two .MAI {
	position:absolute;
	display: inline;
	width: 55px;
	height: 45px;
	background-image: url('../images/MAIsmall.png');
	top: 114px;
	left: 10px;
	z-index: 1;
}

/* @end */

/* @group Services Page */
#services .thumb {
	float: right;
	margin-right: 0px;
	margin-top: -10px;
}

#services ul {
	float:left;
	width: auto;
	margin-right:30px;
}

.service-section {
	background:url(../images/sub_column_bg.gif) repeat-x;
	padding:20px;
	border-top:1px solid #d0d0cf;
}

#services h4 {
	color:#d55d28;
}
.service-section h4 {
	height: 30px;
}

/* @end */


/* @group Featured Products */

.featured-product{
	margin:0 0 40px 0;
	float:left;
}
.featured-info{
	float: left;
	width: 250px;
}

/* @end */

/* @group Web Apps */

/* @group Appraisers */

.appraiser-list {
	margin-top:20px;
}

div.appraiser {
	width:250px;
	height: 180px;
	background:url(../images/sub_column_bg.gif) repeat-x;
	padding:15px 20px 0 20px;
	border-top:1px solid #d0d0cf;
}
div.appraiser.col h3, div.appraiser.col_alternate h3 {
	font-weight:bold;
	font-size:17px;
	margin-top:10px;
	margin-bottom:5px;
	line-height: 1.2em;
}
div.appraiser.col {
	position:relative;
	float:left;
	margin-right:20px;
}
div.appraiser.col_alternate {
	position:relative;
	float:left;
}
div.appraiser.col .MAI, div.appraiser.col_alternate .MAI {
	position:absolute;
	display: block;
	width: 55px;
	height: 45px;
	background-image: url('../images/MAIsmall.png');
	top: 114px;
	left: 10px;
	z-index: 1;
}
.about-title {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: .75em;
}
.about-short {
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 10px;
	overflow: hidden;
}

.bio-link {
	position:absolute;
	top: 140px;
	left: 140px;
}
.bio #inside-page {
	position: relative;
}
h3.about-name.addMAI:after {
	content: ", MAI";
	font-size: .5em;
	color:#d55d28;
}
.bio-name.addMAI:after {
	content: ", MAI";
	font-size: .5em;
}
.bio h2 {
	margin-bottom:20px;
}
.bio h3 {
	padding-top: 5px;
	font-weight: normal;
}
.bio #bio-title {
	font-size: .5em;
	font-style: italic;
	margin-top: 20px;
}
.bio .MAI {
	position:absolute;
	display: inline;
	width: 110px;
	height: 90px;
	background-image: url('../images/MAI.png');
	top: 340px;
	right: 180px;
}
.headshot-thumb {
	float:left;
	background:url(../images/thumb_headshot_bg.png) no-repeat;
	width:115px;
	height:150px;
	margin-left: -8px;
	margin-right:10px;
	position:relative;
}
.thumb-btn { 
	display:block; 
	width: 80px; 
	height: 120px; 
	overflow: hidden; 
	margin: 12px 0 0 18px; 
	background-position: 0 0;
}            
.thumb-btn:hover {
	background-position: 80px 0;
}
#membership p {
	text-align:center;
	font-size:10px;
	font-style:italic;
	line-height: 1.1em;
	margin-bottom:10px;
	color: #666;
}
#membership a img {
	float: none;
}

/* @end */

/* @group Projects */

div.project-list {
	width:280px;
	padding:0px 0px 20px 0px;
}
.project-list .thumb, .two-column .thumb {
	float:left;
	background:url(../images/thumb_bg.gif) no-repeat;
	width:57px;
	height:54px;
	margin-right:15px;
	margin-bottom:20px;
	position:relative;
}
.two-column .thumb {
	margin-top:0px;
}
.two-column .thumb img {
	margin:2px 0 0 5px;
}
.project-list .thumb img {
	margin:7px 0 0 9px;
}
.project-list h4 {
	color:#d55d28;
	font-size:13px;
	margin-bottom:5px;
}
.project-list .project-descr {
	display:block;
	font-size:10px;
	margin-bottom:10px;
	line-height: 1.2em;
}
.project-list.col_alternate {
	margin-left: 20px;
}

/* @end */

ul.logos {
 margin: 0; padding: 0;
 list-style: none;
}
ul.logos li {
 margin: 0; padding: 0;
 text-align: center;
}

/* @end */

/* @group Contact-Info */

.inside-sidebar h3 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0;
}

.inside-sidebar h2{
	font-size:20px;
	text-transform:none;
	color:#222222;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:30px;
}
.inside-sidebar h1 {
	font-size: 20px;
}

/* @end */

/* @group Blog Page */

.blog-categories ul{
	list-style:none;
}

.post-excerpt{
	float:right;
	width:350px;
}
.post{
	float:left;
	padding: 30px 0 30px 0;
	background:1px solid red;
	border-bottom:1px solid #dadada;
}
.post h3{
	font-size:24px;
	padding:0;
	margin:0;
}
.post .post-author{
	display:block;
	padding:0 0 10px 0;
}
#s{
	width:145px;
}

/* @end */


/* @group FAQ */

.faq-question {
	font-size: 14px;
	margin-bottom:18px;
}
.faq-details {
	font-size: 16px;
	font-style: italic;
	padding: 20px 20px;
	background-color:white;
	border:  1px solid #efefef;
	margin: 0px;
}
.faqdetails-question {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
table.faq-search {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	width: 100%;
}

table.faq-search label {
	color: #888;
}

table.faq-search td {
	border-collapse:collapse;
	border-spacing:0;	
	padding: 9px;
}

table.faqresultstable {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}

table.faqresultstable td {
	color: #666;
	padding: 9px;
}

table.faqresultstable a {
	color: #1969bc;
}

table.faqresultstable td.faqresultstableinfo {
	background: #f9f9f9;
	color: #888;
	font-size: 10px;
	padding: 3px 18px;
	text-align: right;
}

table.faqresultstable td.faqresultstablecount {
	padding-left: 18px;
	width: 10px;
}

td.faqresultstablehead {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;	
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group Forms */

.req {
	color: #d55d28;
}
p.req {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 0;
}
form fieldset {
	background-color:#f9f9f9;
	border: 1px solid #ccc;
	padding: 10px 10px 15px 15px;
}
form legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-color:#666;
	padding: 0 5px 5px 5px;
}
form {
  padding: 0px 0;
  margin:0;
}
#contactform table {
	width: 580px;
	padding: 0;
}
form p{
	padding:0;
	margin:0 0 20px 0;
}
form td{
	vertical-align:top;
}
label {
  float: left;
  width: auto;
  padding-right: 1px;
}
input, textarea {
  padding: 6px;
  font: 400 12px arial, sans-serif;
  border:1px solid #e0e0e0;
  color: #353431;
  background: url(../images/sidebar_nav_bg_hover.gif) repeat-x;
}
input:focus, textarea:focus, #CAT_Custom_869:focus, #CAT_Custom_80940:focus {  
  color: #353431;
  background:#ebeae7;
  border:1px solid #d3d3d3;
}
.newsletter-form .item {
	margin-bottom:10px;
}
.newsletter-form .cat_textbox_small {
	width: 190px;
}
.newsletter-form h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 20px 10px;
}
#Title		{margin-right: 0px;}
#FirstName	{width: 194px;}
#LastName, #EmailAddress, #WorkPhone, #CAT_Custom_80937 {width:260px;}
#Company, #CAT_Custom_80935 {width: 550px;}

div#xquestion1 {
	margin-top: 60px;
}
#xquestion1 label {
	width:180px;
	line-height:1.3em;
}
#xquestion2 {
	width: 260px;
}
#xquestion2 label {
	margin-right:10px;
}
#CAT_Custom_80940 {
	width:300px;
	height:120px;
	background:url(../images/sidebar_nav_bg_hover.gif) repeat-x top;
	margin-right:12px;
}
#CAT_Custom_869 {
	width: 550px;
	height:72px;
	background:url(../images/sidebar_nav_bg_hover.gif) repeat-x top;
	margin-right:0;
}
#captchaDIV {
	margin: 0 20px 0 60px;
	float: left;
}
#buttonDIV {
	float: Left;
}
input.button {
  height: 50px;
  width: 240px;
  margin-top: 10px;
  text-align: center;
  font: normal 16px Arial, sans-serif;
  cursor: pointer;
  color: #efefef;
  background: transparent url("../images/button_BG3.png") top left no-repeat;
  overflow: hidden;
  border: 0;
}
input.buttonhov {
	color: #ffffff;
	background-position: 0px -50px;	
}

input.btn-search{
  padding: 5px 10px;
  font: bold 1em arial, sans-serif;
  cursor: pointer;
  color: #efefef;
  background:#8c8c8c;
  border-width: 1px;
  border-style: solid;
  border: #7d7d7d 1px solid;
}

input#Captcha {
	width: 50px;
	margin-left: 10px;
	vertical-align:top;
}
img#captchaImg {
	margin-top:0;
}
#appr-type, #appr-purpose {
	display: block;
	float: left;
}
#appr-type {
	margin-right: 15px;
}

/* @end */

/* @group Error Messages */

.errorMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#e6e6e6;
	margin:0 0 20px 0;
	border-top:1px solid #d9d8d8;
	border-bottom:1px solid #d9d8d8;
	width:93%;
}
.errorMsg h3{
	color:#c22414;
	margin:0;
	padding:0;
}
.errorMsg ul{
	margin:0;
	padding:0 0 20px 0;
}
.errorMsg ul li{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	color:#c22414;
}
.errorMsg p{
	color:#c22414;
}

/* @end */

/* @group Highlight */

.highlight{
	color:#0c0402;
}

/* @end */

/* @group Info Message Block */

.infoMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#83b406;
	margin:0 0 20px 0;
	border-top:1px solid #2d993c;
	border-bottom:1px solid #2d993c;
	width:93%;
	color:#fefefe;
}
.infoMsg h3{
	color:#cfdab4;
	margin:0;
	padding:0;
}

/* @end */

/* @group Common Classes */

a img{
	border:0;
	float:left;
}

.block{
	display:block;
}
.clear{
	clear:both;
}
.floatRight{
	float:right
}
.floatLeft{
	float:left;
}
abbr, acronym{
	font-style:italic;
	cursor:help;
	color:#ada397;
}
.imageLeft{
	background:#fff;
	border:1px solid #ebe8e2;
	padding:10px 10px;
	margin:0 15px 20px 0;
}
.imageRight{
	background:#fff;
	padding:10px 10px;
	margin:0 0 20px 15px;
	border:1px solid #ddddda;
}
.hide{
	display:none!important;
}
img{
	border:0;
}

/* @end */

/* @group Toolbox CSS */

/* @group LAYOUT TOOLS */

.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
/* @end */

/* @group PRINT TOOLS */

.page-break 		{ page-break-before: always; }

/* @end */

/* @group TYPOGRAPHIC TOOLS */

.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.resetTypeStyle		{ font-weight: normal; font-style: normal; font-size: 100%;
					  text-decoration: none; background-color: none; word-spacing: normal;
					  letter-spacing: 0px; text-transform: none; text-indent: 0px; }

/* @end */

/* @group STYLING EXTRAS */

a[href^="mailto:"]	{ 
	background: url(../images/icon_email.png) left center no-repeat; 
	padding-left: 20px;
}
a[href~=".pdf"]		{ 
	background: url(../images/icon_pdf.png) left center no-repeat; 
	padding-left: 20px; 
}
a.button			{ color: black; border: 1px solid black; padding: 3px; }
a.button:hover		{ background: black; color: white; }
.transpBlack		{ background: url(../images/transpBlack.png); }

/* @end */

/* @group DISPLAY VALUES */

.show				{ display: block!important; }
.invisible			{ visibility: hidden; }

/* @end */

/* @end */