@charset "utf-8";
/* CSS About Us Menu Dropdown */

/* Styles to change Banner Image */

#header .content {
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 100px;
	padding-bottom: 80px;
	padding-left: 414px;
	background-image: url(images/aboutusbanner.jpg);
}
#header .content .text {padding:2px 0 33px 2px;}
#header .content a img {float:right;}


/* CSS Change Round corners Sidebar*/

.border {
	background-image: url(images/border_tall.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border .btall {
	background-image: url(images/border_tall.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border .ltall {
	background-image: url(images/border_tall.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.border .rtall {
	background-image: url(images/border_tall.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border .tleft {
	background-image: url(images/border_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.border .tright {
	background-image: url(images/border_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.border .bleft {
	background-image: url(images/border_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.border .bright {
	width:100%;
	background-image: url(images/border_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.border .ind {padding:4px 4px 15px 2px;}
.border a img {float:right;}
