body {
	background: #fff;
	margin: 0;
	text-align: center;
}

* img {
	border: none;
}

p {
	margin: 8px 0;
}

form {
	margin: 0;
	padding: 0;
}

#bodyWrapper {
	margin: 0 auto;
	width: 994px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
}

#contentBackground {
	float: left;
}

#topWrapper {
	float: left;
	width: 950px;
	background: #000000;
}

#logo {
	float: left;
	height: 272px;
	width: 234px;
	margin: 0px 0 0 0px;
}

#phone {
	float: right;
	margin: 27px 27px 0 0;
	color:#fff;
}

#phone img {
	vertical-align: top;
}

#topimageWrapper {
	float: left;
	height: 272px;
	margin: 0px 0 0 0;
	width: 716px;
	
	position: relative;
}

#bottomShadow {
	background: transparent url('/gfx/topimage_shadow.png') repeat-x bottom;
	height: 5px;
	line-height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 950px;
}

#menu { /* Menu div */
	background: transparent url('/gfx/menu_bg.png') repeat-x;
	clear: both;
	float: left;
	height: 52px;
	position: relative;
	z-index: 100000;
	width: 950px;
}

/*
 *	START MENU
 */
#menu ul,
#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	background: transparent url('/gfx/menu_item_bg.gif') no-repeat center center;
}
#menu ul li.noSplit {
	background: transparent url('/gfx/menu_item_bg_nosplit.gif') no-repeat center center;
}
#menu ul li ul {
	position: absolute;
	left: -999em;
	float: left;
	z-index: 1000;
}
#menu ul li ul li {
	clear: left;
	background: none;
	float: left;
}

#menu ul li ul li a span {
	margin: 0 20px;
}

#menu ul li:hover ul,
#menu ul li.iehover ul{
	left: auto;
}

/*
 *	END MENU
 */

#navWrapper {
	clear: left;
	height: 28px;
	text-align: left;
	padding-left: 10px;
	line-height: 28px;
	width: 939px;

}

#contentWrapper {
}

#contentLeftWrapper,
#contentRightWrapper {
	float: left;
	margin: 0 10px 0 10px;
	width: 204px;
}

#contentCenterWrapper {
	float: left;
	width: 502px;
	font-size: 12px;
}

#contentCenterWrapperNoRightColumn {
	float: left;
	width: 723px;
	font-size: 12px;
}

#contentCenterWrapperNoRightOrLeftColumn {
	float: left;
	/*width: 927px;*/
	width: 100%;
	font-size: 12px;
}

#footerWrapper {
	clear: left;
	float: left;
	margin: 0 10px 10px 10px;
	width: 910px;
	padding: 8px 10px;
}

#footerAddress,
#footerInfo,
#footerStamps {
	float: left;
	text-align: left;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #f5f5f5;
}

#footerAddress {
	width: 128px;
	border-left: none;
}
#footerInfo {
	padding: 0 0 0 16px;
	width: 155px;
}
#footerStamps {
	border-right: none;
	padding: 0 16px;
	width: 300px;
}

#footerCard {
	float: right;
	text-align: right;
	line-height: 48px;
	height: 48px;
	width: 53px;
	border-left: 1px solid #e5e5e5;
}

#footerCard img {
	margin-top: 12px;
}

#bottomWrapper {
	clear: both;
	margin: 0 auto;
	padding: 5px 25px 0 25px;
	text-align: left;
	width: 944px;
}

#bottomIntern1 {
	float: right;
}

/***************************************************************/

.lh21 {
	/*line-height: 2.1em;*/
	line-height: 1.8em;
}

.lh21 a {
	/*line-height: 2.1em;*/
	text-decoration: none;
	/*border-bottom: 1px dotted #D9DFD1;*/
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.valignTop {
	vertical-align: top;
}

.valignMiddle {
	vertical-align: middle;
}

.valignBottom {
	vertical-align: bottom;
}

.error {
	color:#D31820;
	padding-left:5px;
}

.ok{
	padding-left:10px;
}


/* IE png fix */

.stdButton, .submitButton img, .stdButton img, .pngImage {
	/*behavior: url('/css/iepngfix.htc');*/
}


/* Button */

.submitButton {
	background: url('/gfx/submit_bg.gif') repeat-x 0 0 #fff;
	border: 1px solid #797979;

	color: #666666;
	background-color:#fff;
	height:19px;
	cursor: pointer;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: visible;
	padding: 2px 0 2px 0;
}

.submitButton img {
	position: absolute;
	margin: 2px 0 0 4px;
}


/* Accordion element */

.toggler {
	background: transparent url('/gfx/icons/pgb_bullet.gif') no-repeat 0 .4em;
	/*background-color: #DFDBC3;*/
	background-color: #cc6633;
	/*color: #4c721d;*/
	color: #fff;
	font-family: 'Trebuchet MS';
	font-size: 1.27em;
	text-transform: uppercase;
	margin: 2px 0 0 0;
	padding: 0 0 0 13px;
	cursor: pointer;
}


.toggler:hover {
	/*
	background: transparent url('/gfx/icons/pgb_bullet.gif') no-repeat 0 .4em;
	background-color: #DFDDD1;
	color: #648F2C;
	font-family: 'Trebuchet MS';
	font-size: 1.27em;
	text-transform: uppercase;
	margin: 2px 0 0 0;
	padding: 0 0 0 13px;
	cursor: pointer;
	*/
}

/*
.element {

}

.element p {
	margin: 0;
	padding: 4px;
}
*/


#accordion {

	margin-bottom:10px;
	background-color:#FBF9EC;
	/*
	border-left:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	*/

}

/* end accordion element */

.required {
	color: #D31820;
	font-weight:bold;
	font-size:12px;
}

.ajaxLog {
	color: #BF3B44;
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 11px;
	padding:0px;
}


