h1 {
	font-size: 150%;
	font-weight: 700;
	color: #F7941D;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 115%;
	font-weight: 700;
	color: #F7941D;
	margin: 15px 0 10px 0;
}
h3 {
	font-size: 100%;
	font-weight: 700;
	color: #F7941D;
	margin: 15px 0 10px 0;
}
h3 a {
	font-size: 90%;
	color: #555 !important;
}
p {
	margin: 15px 0;
}
ul, ol {
	margin: 10px 50px;
}
li {
	margin: 5px 0;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #F7941D;
	text-decoration: underline;
}
a img {
	border: none;
}
ul#subNav {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
ul#subNav li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DDD;
}
ul#subNav li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #777;
}
ul#subNav li a:hover {
	background-color: #ECECEC;
}
img.lImg {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 3px;
	margin: 0 10px 10px 0;
	float: left;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.indent {
	margin: 20px 30px;
}
.sbItem {
	padding: 2px 10px 5px 90px;
	position: relative;
}
.sbItem h2 {
	font-size: 125%;
	margin: 17px 0 10px 0;
}
.sbItem img {
	border: solid 1px #999;
	background-color: #FFF;
	padding: 3px;
	position: absolute;
	left: -80px;
	top: 20px;
}
.sbItem > img {
	left: 10px;
}
#cmdSubmit, #cmdCancel, .cmdButton {
	display: inline-block;
    white-space: nowrap;
	background-color: #ccc;
	border: 1px solid #777;
	padding: 0.5em 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
	background-image: linear-gradient(top, #DDD, #BBB);
}
#cmdSubmit:hover, #cmdCancel:hover, .cmdButton:hover {
	background-color: #ddd;
	background-image: linear-gradient(top, #EEE, #CCC);
	}
#cmdSubmit:active, #cmdCancel:active, .cmdButton:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}
#cmdSubmit:focus, #cmdCancel:focus, .cmdButton:focus {
	outline: 0;
	background: #EEE;
}
#cmdSubmit:before, #cmdCancel:before, .cmdButton:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
	pointer-events: none;
}
#frmContact {
}
.errMsg {
	border: solid 1px #CE0000;
	background-color: #FFEAEA;
	background-image: url(../assets/warning.gif);
	background-repeat: no-repeat;
	background-position: 3% 40%;
	padding: 2px 5px 2px 40px;
	margin: 10px 5px;
	color: #CE0000;
	width: 75%;
}
#frmPremierRegLogin .errMsg {
	background-position: 8px 10px;
}
#frmContact {
	/*margin-left: 30px;*/
}
.frmInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 2px;
	margin-bottom: 2px;
	width: 350px;
	height: auto !important;
	height: 1.7em;
	border: solid 1px #BBB;
}
textarea.frmInput {
	height: auto !important;
}
#mdItem {
	margin: 25x 0;
}
#hpNews div {
	margin: 15px;
}
#hpNews h3 {
	margin: 15px 0 0 0;
}
.newsSection {
	margin-bottom: 35px;
}
.date {
	margin: -5px 0 15px 0;
	color: #777;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #F7941D;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

