* {font-size:100%;}

html, body {
	margin:0;
	padding:0;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: url('../images/template/topShadow.jpg') 0 0 repeat-x;
}

a, a:link, a:visited, a:active {
	color: #2D6F92;
	text-decoration: none;
}

a:hover {
	color: #2D6F92;
	text-decoration: underline;
}

a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

object {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

em {
	font-weight: bold;
}
.clear {
	clear: both;
}

.textRight p {
	text-align: right;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 4px 0 0 15px;
	text-transform: uppercase;
}
h2 {
	width: 425px;
	font-size: 14px;
	font-weight: normal;
	color: #2D6F92;
	margin: 0 0 20px 0;
	padding: 0 0 2px 5px;
	border-left: 3px solid  #2D6F92;
	text-transform: uppercase;
}
h3, h4 {
	font-weight: normal;
	font-size: 10px;
	color: #2D6F92;
	margin: 0 0 1em -2px;
	padding: 0  2px 2px;
	border-bottom: 1px solid #B3B3B3;
	text-transform: uppercase;
}
#contentConainer h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
	margin: 0 30px 1em 7px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 7px;
}

.strong {
	font-weight: bold;
}

.bigMargin {
	margin-top: 55px !important;
}

/**
* Template Definitions
 */

#header {
	height: 150px;
	background: url('../images/template/titleLine.jpg') bottom left repeat-x;
}

#headerContent {
	width: 1000px; height: 135px;
	margin: 0 auto 0 auto;
	position: relative;
}

#pageTitle {
	height: 30px; width: 994px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0; bottom: 0;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

a#branding {
	width: 305px; height: 80px;
	position: absolute;
	left: 10px; top: 15px;
	margin: 0;
	padding: 0;
	background: url('../images/template/rteLogo.jpg') 0 0 no-repeat;
}


#menu {
	position: absolute;
	top: 20px;
	right: -10px;
}
* html #menu {
	width: 640px !important;
	right: 0;
}

/**
* Dropdown Navigation
 */
#udm {
	list-style-type: none;
	margin: 0; padding: 0;
}
#udm li {
	margin: 0;
	display: inline;
	height: 10px;
	font-size: 9px;
	text-transform: uppercase;
	background: none;
}
#udm li a, #udm li a:link, #udm li a:active, #udm li a:visited,
#udm li a.drop, #udm li a.drop:link, #udm li a.drop:active, #udm li a.drop:visited {
	text-decoration: none;
	padding: 0 14px 0 0 !important;
	margin: 0 10px 0 0;
	background: url('../images/template/udmLink.gif') top right no-repeat;
}
#udm li a:hover {
	background: url('../images/template/udmLinkOver.gif') top right no-repeat;
}
#udm li a.drop:hover {
	background: url('../images/template/udmLinkOverDrop.gif') top right no-repeat;
}
#udm ul {
	background: none;
	width: 160px;
	padding: 3px 0 0 0;
}
#udm ul li {
	padding: 1px;
	margin: 0;
	width: 160px;
	text-transform: none;
	font-size: 9px;
	height: 17px;
	border-bottom: 1px solid #666666;
	display: block;
	background: white;
}
#udm ul li em {
	float: right;
	font-style: normal;
	margin-right: 5px;
	display: inline;
}
#udm ul li a, #udm ul li a:link, #udm ul li a:active, #udm ul li a:visited, #udm ul li a:hover {
	margin: 0;
	padding: 3px 4px 2px 4px !important;
	background: none;
	display: block;
}
#udm ul li a:hover {
	background: #2D6F92;
	color: white;
}
*html #udm ul li a, *html #udm ul li a:link, *html #udm ul li a:active, *html #udm ul li a:visited, *html #udm ul li a:hover {
	display: inline-block;

}
#contentConainer {
	min-height: 205px; width: 960px;
	margin: 0 auto;
	padding: 10px 20px 60px 17px;
	background: url('../images/template/mainBGleft.gif') bottom left no-repeat;
	position: relative;
}
#contentConainerEnd {
	width: 15px; height: 205px;
	position: absolute;
	bottom: 1px;
	right: 0;
	background:url('../images/template/mainBGright.gif') bottom right no-repeat;
}

#footer {
	height: 135px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url('../images/template/footerBG.jpg') bottom left repeat-x;	
}
#footerContainter {
	width: 1000px; height: 134px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #e6e6e6;
}

.footerContent {
	float: left;
	margin: 10px 0 0 20px;
	padding: 0;
}
.footerContent p {
	font-size: 10px;
	padding: 0 14px 0 0;
	margin: 0;
}
.footerContent em {
	float: left;
	font-weight: normal;
	font-style: normal;
	padding-right: 25px;
}

#dateMarker {
	position: absolute;
	bottom: 60px; right: 20px;
	font-weight: bold;
}

a#footerBranding {
	position: absolute;
	right: 20px; top: 10px;
	width: 170px; height: 34px;
	background: url('../images/template/rteFooterLogo.png') top right no-repeat;
}
* html a#footerBranding {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/images/template/rteFooterLogo.png", sizingMethod="crop");
	cursor: pointer;
}

#subMenu {
	position: absolute;
	left: 20px;
	top: 95px;
}

ul.subNav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	color: #cccccc;
}
ul.subNav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.subNav li em {
	padding: 0 4px;
}
ul.subNav li a, ul.subNav li a:link, ul.subNav li a:active, ul.subNav li a:visited, ul.subNav li a:hover {
	color: #cccccc;
	text-decoration: none;
}
ul.subNav li a:hover {
	color: #B9D5E1;
	text-decoration: underline;
}
#copywright{
	position: absolute;
	right: 20px; top: 95px;
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	font-style: italic;
}
#updated {
}
#updated em {
	font-size: 9px;
	font-weight: bold;
}
a#dtDesigned, a#dtDesigned:link, a#dtDesigned:active, a#dtDesigned:visited, a#dtDesigned:hover {
	position: absolute;
	bottom: 7px; left: 20px;
	display: block;
	width: 54px;
	height: 9px;
	background: url('../images/template/dtDesigned.png') 0 0 no-repeat;
}
* html a#dtDesigned, * html a#dtDesigned:link, * html a#dtDesigned:active, * html a#dtDesigned:visited, * html a#dtDesigned:hover {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/images/template/dtDesigned.png", sizingMethod="crop");
	cursor: pointer;
}
a#dtDesigned:hover {
	background: url('../images/template/dtDesignedOver.png') 0 0 no-repeat;
}
* html a#dtDesigned:hover {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/images/template/dtDesignedOver.png", sizingMethod="crop");
	cursor: pointer;
}
a#dtDesigned span {
	display: none;
}

/**
* Main Content Difinitions
 */
.contentLeft, .contentLeftSmaller {
	float: left;
	width: 675px;
	margin: 0;
}
.contentLeftSmaller {
	width: 570px !important;
}

.contentColumn, .contentColumnSmaller {
	float: left;
	width: 240px;
	margin: 0 20px 14px 10px;
}
.contentColumn {
	width: 290px !important;
}

.contentRight {
	float: left;
	width: 380px;
	margin: 0 10px 0 0;
	padding: 0;
}
.contentRight p {
	margin:  0 30px 1em 10px;
}

.contentRightSmaller {
	float: left;
	width: 270px;
	margin: 0 5px 7px 10px;
	padding: 0;
}

ul.related {
	border-top: 1px solid #e6e6e6;
	margin: 15px 0 0 7px;
	padding: 5px 70px 0 3px;
	list-style: none;
	font-size: 10px;
	display: inline-block;
}
* html ul.related {
	display: inline !important;
}

ul.related li {
	float: left;
	margin: 0;
	padding-right: 7px;
	line-height: 9px;
}
ul.related li a, ul.related li a:link, ul.related li a:active, ul.related li a:visited, ul.related li a:hover {
	color: #2D6F92;
}

.bulleted, .contents {
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
}
.bulleted li, .contents li {
	padding: 0 0 0 20px;
	margin: 0 20px 2em 20px;
	background: url('../images/siteImages/bullet.gif') 0 2px no-repeat;
	list-style: none;
}

.contents {
	margin: 0 0 25px 7px;
	width: 325px;
}

.contents li {
	background: none;
	color: #2D6F92;
	padding: 0 0 0 5px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
.contents ul {
	padding: 3px 0 5px 14px;
	margin: 0;
}
.contents ul li {
	color: #666666;
	text-transform: none;
	margin: 0;
}
/**
* Table Difinitions
 */
.default {
	width: 637px;
	border-bottom: 3px solid #dddddd;
	padding: 0;
	margin: 0 10px 10px 7px;
}

.default thead {
	font-weight: bold;
}
.default tbody tr td, .default thead tr td {
      background-color: #B9D5E1;
      padding: 5px 30px 7px 5px;
}
.default thead tr td {
	background-color: #dddddd;
}
.default tbody tr.odd  td {
      background-color: white;
}
.tick, .cross {
	width: 6px; height: 6px;
	display: inline-block;
}
.tick {
	background: url('../images/siteImages/tick.png') 0 0 no-repeat;
}
* html .tick {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/images/siteImages/tick.png", sizingMethod="crop");
	cursor: pointer;
}
.cross {
	background: url('../images/siteImages/cross.png') 0 0 no-repeat;
}
* html .cross {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/images/siteImages/cross.png", sizingMethod="crop");
	cursor: pointer;
}

.notes {
	margin: 0 0 14px 17px;
	padding: 0 0 0 15px;
	list-style: decimal;
	font-size: 10px;
	font-style: italic;
	width: 600px;
}
.notes li {
	margin: 0 0 4px 0;
}

/**
* FAQ Difinitions
 */

.faq {
	margin: 0 0 0 7px;
	padding: 0;
	width: 620px;
}

.faqList {
	margin: 0 0 30px 7px;
	padding-left: 25px;
	list-style-position: outside;
	font-weight: bold;
}

.faqList li {
	padding-left:  20px;
	margin-bottom: 3px;
}

/** .faq h3 {
	background: #dddddd;
	border: none;
	padding: 3px 2px 2px 2px;
	color: #2D6F92;
} */

.faqAnswer table.default {
	margin-left: 0;
	width: 617px;
}
.faqAnswer ul.notes {
	width: 560px;
}

/**
* Big Button Difinitions
 */

a.bigButton, a:link.bigButton, a:active.bigButton, a:visited.bigButton, a:hover.bigButton {
	float: left;
	width: 150px; height: 40px;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	display: inline-block;
	background: url('../images/siteImages/bbLeft.gif') 0 0 no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	cursor: pointer;
	color: #666666;	
}
a:hover.bigButton {
	background: url('../images/siteImages/bbLeft.gif') 0 -50px no-repeat;
	text-decoration: none;
	color: #2D6F92;
}

a.bigButton em, a:link.bigButton em, a:active.bigButton em, a:visited.bigButton em, a:hover.bigButton em {
	width: 12px; height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/siteImages/bbRight.gif') 0 0 no-repeat;
}
a:hover.bigButton em {
	background: url('../images/siteImages/bbRight.gif') 0 -50px no-repeat;
}

a.bigButton span, a:link.bigButton span, a:active.bigButton span, a:visited.bigButton span, a:hover.bigButton span {
	position: absolute;
	left: 15px;
	top: 16px;
	text-transform: none;
	font-size: 10px;
	line-height: 11px;
	margin: 0 10px 0 0;
	color: #cccccc;
}
a:hover.bigButton span {
	color: #666666;
}

.buttonSpacer {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

/**
* LightBox Difinitions
 */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000000;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto; height: auto;
}
#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px; height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%; left: 0%;
	height: 25%; width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
	z-index: 1000000;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%; height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url('../images/lightbox/prevlabel.gif') left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align:
	left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000000;
	width: 100%; height: 500px;
	background-color: #000;
}


/**
 * Contact Page Definitions
 */
 
ul.contact {
	margin: 0 70px 1em 10px;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul.contact li em {
	float: left;
	font-weight: normal;
}

ul.temp {
	margin: 0 0 1em 0;
}



table.contact {
	padding: 0;
	margin: 7px 0 0 0;
	border: none;
}

table.contact tr, table.contact td {
	padding: 0;
	margin: 0;
}

table.contact td {
	padding: 0 0 21px 0;
	vertical-align: top;
	
}

.formText {
	font-size: 9px;
	font-weight: bold;
	width: 80px;
	vertical-align: text-top;} 

.formBoxes {
	text-align: right;
	vertical-align: top;
}

input, text, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 360px;
	padding: 2px;
	border: 1px solid #dddddd;
}

textarea {
	height: 110px;
}

select {
	 background-color: #ffffff;
	 font-family: Ariel, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #333333;
	 border: 1px solid #dddddd;
	 width: 20px;
}

button.formSend, a.formSend, button.formSendHov {
	width: 366px;
	background: #bbbbbb;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	margin-top: 4px;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
button.formSendHov {
	background: #2D6F92;
}