/*** HTML styles ****************/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #9CABA6;
	color: #000000;
	font-size: 80%;
	margin: 0px;
	padding: 0ex 2ex;
}
h1, h2, h3, p, ul, ol, li, input {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #006942;
	font-size: 180%;
	font-weight: normal;
	margin: 0ex 0ex 1.5ex ;
}
h2 {
	color: #006942;
	font-size: 130%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 0.5ex;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0ex;
}
p {
	line-height: 155%;
	margin-bottom: 1ex;
}
a { color: #BD286B; }
a:visited { color: #BD286B; }
a:hover { color: #BD286B; }

img {
	border: none;
}
td, th {
	vertical-align: top;
}

/*** Layout ****************/

.skipNav {
	display: none;
}

.Header {
	min-width: 100ex;
	max-width: 160ex;
	margin: 0ex auto;
}	
.Header h1 a {
	display: block;
	width: 480px;
	height: 77px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../images/sktitle.gif);
	background-repeat: no-repeat;
}
.Header h1 span {
	display: none;
}

.Page {
	min-width: 100ex;
	max-width: 160ex;
	margin: 0ex auto;
	background-color: #FFFFFF;
	background-image: url(../images/pagebkgrd.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-left: 1px solid #96A49F;
}
.PagePhoto {
	background-image: url(../images/photo.4people.200.jpg);
	background-position: right 28px;
	background-repeat: no-repeat;
	margin-right: 5px;
}



.UtilityMenu {
	display: none;
	float: left;
	margin: 1ex 1ex 1ex 25em;
}
.UtilityMenu li {
	list-style: none;
	float: left;
	font-size: 70%;
}
.UtilityMenu li a {
	padding: 0.5ex 1ex;
}
.UtilityMenu li a:hover {
}

.GlobalNav {
	z-index: 20;
	background-image: url(../images/navbar-bkgrd.png);
	background-repeat: repeat-x;
	padding: 0.5ex 2ex;
	min-height: 36px;
}
.GlobalNav ul {
	margin-left: 2ex;
}
.GlobalNav li {
	float: left;
	list-style: none;
	display: inline;
	background-image: url(../images/btn-right.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0ex 1ex 1ex 5ex;
}
.GlobalNav li a {
	display: block;
	background-image: url(../images/btn-left.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -28px;
	padding: 2ex 4ex 0.5ex 6ex;
	min-height: 32px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.GlobalNav li a:hover {
	background-image: url(../images/btn-left-over.png);
}
.GlobalNav li.Selected {
	background-image: url(../images/btn-right-down.png);
}
.GlobalNav li.Selected a {
	background-image: url(../images/btn-left-down.png);
	color: #666666;
}
.GlobalNav li.Selected a:hover {
	background-image: url(../images/btn-left-down-over.png);
}


.Content {
	float: left;
	width: 68%;
	padding: 2ex 0ex 2ex 5ex;
	min-height: 50ex;
}
.Content ol, .Content ul {
	line-height: 155%;
	margin-left: 5ex;
	margin-bottom: 1ex;
}

.TwoColumn {
	float: left;
	width: 48%;
	margin: 0ex 1%;
}

.Auxilliary {
	float: right;
	clear: right;
	width: 180px;
	margin-top: 190px;
	padding: 10px 10px 0ex;
}
.Auxilliary p {
	text-align: center;
	margin: 0ex 0ex 1ex;
}

.Auxilliary .MenuHeader {
	color: #006942;
	font-size: 130%;
	font-weight: bold;
	margin-left: 1ex;
	margin-bottom: 0.5ex;
	text-align: left;
}
.Auxilliary .SideMenu li {
	list-style: none;
	background-image: url(../images/btn-right.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0ex 1ex 0ex 5ex;
}
.Auxilliary .SideMenu li a {
	display: block;
	background-image: url(../images/btn-left.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -28px;
	padding: 1.25ex 4ex 0ex 6ex;
	min-height: 32px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Auxilliary .SideMenu li a:hover {
	background-image: url(../images/btn-left-over.png);
}
.Auxilliary .SideMenu li.Selected {
	background-image: url(../images/btn-right-down.png);
}
.Auxilliary .SideMenu li.Selected a {
	background-image: url(../images/btn-left-down.png);
	color: #666666;
}
.Auxilliary .SideMenu li.Selected a:hover {
	background-image: url(../images/btn-left-down-over.png);
}



/* Footer ------------------------------------------------*/
.Footer {
	background-image: url(../images/footer-bkgrd.png);
	background-repeat: repeat-x;
	font-size: 85%;
	text-align: center;
	clear: both;
	padding: 0.4ex 0.75ex 0.75ex;
	min-height: 28px;
}
.Footer ul {
	list-style-type: none;
	margin-top: 1.5ex;
}
.Footer li {
	display: inline;
}
.Footer li a {
	color: #333333;
	margin: 0ex 0.25ex;
	padding: 0.1ex 0.75ex;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}
.Copyright {
	min-width: 100ex;
	max-width: 160ex;
	background-image: url(../images/page-edge-bottom.gif);
	background-repeat: repeat-x;
	margin: 0ex auto;
	text-align: center;
}
.Copyright p {
	color: #FFFFFF;
	font-size: 90%;
	padding: 1ex;
}

/*** Panels ****************/

.Panel {
	background-image: url(../images/corner-white-topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	margin: 1ex 2ex;
}
.Panel h2 {
	background-image: url(../images/corner-white-topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 105%;
	margin: 0ex 10px 0ex 0ex;
	padding: 0.5ex 1.5ex;
}
.Panel .PanelBody {
	padding: 1ex 1.5ex;
}
.Green {
	background-color: #BED630;
}
.Green h2 {
	background-color: #BED630;
}
.Green .PanelBody {
	background-color: #F0F5CF;
	border: 2px solid #BED630;
}
.Grey {
	background-color: #B7BFC6;
}
.Grey h2 {
	background-color: #B7BFC6;
}
.Grey .PanelBody {
	background-color: #F1F1F1;
	border: 2px solid #B7BFC6;
}



/*** Tables ****************/

form table {
	margin: 2ex;
}
form table th {
	color: #000000;
	text-align: left;
}
form table th, form table td {
	padding: 0.25ex 1ex;
}

.TableProducts {
	margin: 2ex;
	width: 100%;
}
.TableProducts th, .TableProducts td {
	padding: 0ex 1ex;
	text-align: center;
}
.TableProducts th {
	color: #BD286B;
}



/*** Other ****************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.FirstPara {
	font-weight: bold;
}
.InlineSuperTitle {
	color: #999999;
	font-size: 80%;
}
.inPageImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.inPageImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
.inPageImg {
	margin: 5px;
	border: 1px solid #999999;
}
.highlight {
	color: #CC3300;
}
.error {
	color: #CC0000;
}
.Diminished {
	font-weight: normal;
	font-size: 80%;
}
.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.InlineDate {
	color: #666666;
	font-variant: small-caps;
	padding-right: 1ex;
}

.Button {
	background-color: #8B281B;
	color: #FFFFFF;
	margin: 1ex;
	padding: 0.1ex 1ex;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #D74631;
}
.Button:hover {
	color: #FFFFFF;
	border-style: inset;
}
.BigLink {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 1ex 4ex;
}
.Smallprint {
	font-size: 90%;
	font-style: italic;
}