/* @group Banner */

div.bannerHome {
	margin: 1px 0 0 0;
	border-bottom: 7px solid #A1CCC4;
	border-top: 7px solid #A1CCC4;
	z-index: 100;
	height: 304px;
	clear: both;
}

div.banner {
	margin: 1px 0 0 0;
	border-bottom: 7px solid #A1CCC4;
	border-top: 7px solid #A1CCC4;
	z-index: 100;
	height: 154px;
	clear: both;
}

/* @end */

/* @group Colors */

.teal {
	color: #36A391;
}

.grayLt {
	color: #777777;
}

/* @end */

/* @group wrapper */

/*
div#wrapper {
	width: 960px;
	position: relative;
	right: 15px;
	padding: 0 15px 0 15px;
	background: url(../images/site/wrapper_sides_bg.jpg) repeat-y center;
}

*/

/* @end */

/* @group Sub-Footer */

.subFooter {
	margin: 15px 0 0 0;
	padding: 15px 0 5px 0;
	border-top: 2px solid #A1CCC4;
}

/* @end */

/* @group widths */

.fortyFive {
	width: 45%;
}

.twentyFive {
	width: 25%;
}

/* @end */


.borderRight {
	border-right: 2px solid #A1CCC4;
}

.caps {
	text-transform: uppercase;
}

#disclaimer p {
	color: #ffffff;
}

/* @group Home Page Buttons */

#buttons {
	margin: 0;
	position:relative;
	top:-1px;
	left:1px;
}

#buttons ul {
	margin: 0;
}

#buttons li {
	margin: 0;
	width: 321px;
	height: 101px;
	border-top: 1px solid #A1CCC4;
	display: block;
	list-style: none;

}
#buttons li a{width:321px; height:101px; background-image:url(../images/content/banners/home/mainbuttons.gif);display:block; background-repeat:no-repeat;}
#buttons li span{display:none;}
#buttons .menu1{background-position:0px 0px;}
#buttons .menu1:hover{background-position:0px -101px;}

#buttons .menu2{background-position:0px -202px;}
#buttons .menu2:hover{background-position:0px -303px;}

#buttons .menu3{background-position:0px -404px;}
#buttons .menu3:hover{background-position:0px -505px;}


/* @end */



/* @end */

.cols.cols3.feature .col {
	width: 31%;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-align: center;
	height: 340px;
}

.brdLeft {
	border-left: 2px solid #A1CCC4;
}

.cols.cols3.feature .col p {
	text-align: left;
	padding: 12px 15px;
	height: 65px;
}



/* @group Button */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/site/button/bg_button_a.gif') no-repeat scroll top right;
    color: #ffffff;
    display: inline-block;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	float: none;
}

a.button span {
    background: transparent url('../images/site/button/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none;
	text-decoration: none;
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}


/* Begin button_sm */

a.button_sm {
    background: transparent url('../img/button/bg_button_a_sm.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px;
    height: 18px;
    margin-right: 6px;
    padding-right: 10px;
	text-decoration: none;
}

a.button_sm span {
    background: transparent url('../img/button/bg_button_span_sm.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 0 4px 10px;
}

a.button_sm:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_sm:hover span {
    background-position: bottom left;
    padding: 2px 0 4px 10px;
}

/* @end */

h3 span a {
	font-size: .7em;
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	border-left: 1px solid #8c8c8c;
}

.blueBorderTop {
	border-top: 7px solid #A1CCC4;
}


