/*img, div, a, input, h5, h4, h3, h2, h1, span { behavior: url(iepngfix.htc) }*/

html, body, div, span, applet, object, iframe, h1, h2, h3,  
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,  
address, big, cite, code, del, dfn, em, font, img, ins,  
kbd, q, s, samp, small, strike, strong, sub, sup, tt,  
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin:0;
	padding:0;
	border:none;
}

html {
	min-height: 100%;
	height: auto;
	overflow-x:hidden;
}


body {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #d9d9d9;
	color:#000;
	font-size: 12px;
}

.final {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.fl {
	float: left;
	margin: 0 5px 5px 0;
}
.fr {
	float: right;
	margin: 0 0px 5px 5px;
}

ol, ul {
	list-style-position: outside;
	margin-left:25px;
}


ol div {
	display:inline;
}
ul div {
	display:inline;
}



a {
	outline-width: medium;
	outline-style: none;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#LoginLink {
	padding-right:10px;
}


#LoginLink a {
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#999;
}



h1, h2, h3, h4, h5, h6 {
	font-size: 26px;
	font-weight: bold;
	color: #32A74D;
}

h2 {
	font-size: 12px;
	color:#000;
}
h3 {
	font-size: 12px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-transform:uppercase;	
}
h6 {
	font-size:11px;
}


p {
/*	padding: 0 0 0px 0;*/
}
span {

}

blockquote {
	padding:3px 3px 3px 20px;
	font-style:italic;
}

.text-center {
	text-align: center;
}

#PageContent {
	padding:78px 0;
}


div.container {
	width: 886px;
	margin: 0 auto;
	margin-bottom:10px;
	padding:55px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.4);	
}

.separator,
.col01, 
.col02 {
	float:left;
}

.separator {
	width:30px;
	height:30px;
	overflow:auto;
}

.col01 {
	width:596px;
}

.col02 {
	width:260px;
}

.EditorPanel {
	min-height:20px;
	overflow:hidden;
}

#LPHeader_wrapper .EditorPanel,
#LPPanel1_wrapper .EditorPanel,
#LPPanel2_wrapper .EditorPanel,
#LPPanel3_wrapper .EditorPanel {
	margin-bottom:30px;
}

#LPPanel1_wrapper .EditorPanel {
	-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.3);
}

.published div.container,
.published #LPPanel1_wrapper .EditorPanel {
	behavior: url(/skins/pie.htc);
	position:relative;	
}