html {height:100%;}
body {
	position: relative;
	margin: 3px;
	padding: 0px;
	font-family: verdana;
	font-size:12px; 
	color: #002461;
	background-color: #ffffff;

}
.border {
	border: 1px solid #003366;
}
p {
	margin:0;
	padding:0;
	margin-bottom:0px;
}
.content {
	padding-left: 5px;
}
.content a {
	color: #0066ff;
	text-decoration: underline;
}
.content a:hover {
	color: #0066ff;
	text-decoration: none;
}
.content li {
	margin-left: 20px;
}

img {
	border: 0;
}
.googleMapAddr {
	height: 90px;
	width: 255px;
}
a {
	color: #002461;
	text-decoration: underline;
}
a:hover {
	color: #002461;
	text-decoration: none;
}
a.light {
	font-size: 12px;
	color: #0066ff;
	text-decoration: underline;
}
a.light:hover {
	font-size: 12px;
	color: #0066ff;
	text-decoration: none;
}
.required {
	font-size:12px;
	color:#FF0000;
	width:10px;
}
fieldset {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #ffffff;
}
legend {
	margin-left:2px;
	border: 1px solid #000000;
	font-size: 14px;
	padding: 2px;
	padding-left:3px;
	padding-right:3px;
	background-color:#f5f3f1;
}	
input, textarea {
	background-color: #fefdeb;
	border: 1px solid #000000;
}
select {
	background-color: #fefdeb;
	border: 1px solid #000000;
}
#headLogo {
	padding: 0px;
	margin: 0px;
	width: 230px;
	height: 79px;
	float: left;
}
#headRight {
	float: left;
}
#headPart1 {
	width: 57px;
	height: 47px;
	float: left;
	background-color: #dac792;
}
#headPart2 {
	background-color: #dac792;
	height: 47px;
	width: 701px;
	float: left;
	text-align: right;
}
.headerSmallLinks {
	padding-top: 5px;
	padding-right: 25px;
}
#headPart3_Corner {
	width: 12px;
	height: 47px;
	float:left;
}
.iconContainer img{
	padding:4px;
}
#navBar {
	clear: both;
	height: 32px;
	background-color: #dac792;
}
#heroContent {
	margin: 0;
	padding: 0;
	clear: both;
	width: 1000px;
}
#wrapper {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}
#mainContent {
	position: relative;
	clear: both;
	width: 1000px;
}

#footer {
	position: relative;
	clear: both;
	width: 1000px;
	margin-top: 20px;
	border-top: 1px solid #dddddd;
	text-align: center;
	color: #535353;
}

#footer a {
	color: #535353;
	text-decoration: underline;
}
#footer a:hover {
	color: #535353;
	text-decoration: none;
}

.bodyTitle {
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 7px;
}

.bodyTitleBig {
	font-size: 18px;
	font-weight: bold;
}

.bodyMain {
	font-size: 14px;
	padding-left: 5px;
	line-height: 18px;
}
.teaserTitle {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 7px;
}
.teaserTitle2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 7px;
}
.teaser {
	font-size: 13px;
	padding-left: 5px;
}
.teaser a {
	line-height: 20px;
}

.teaser a.img {
	line-height: 14px;
}
.bodyList {
	margin-left: 20px;
	font-size: 13px;
}

.leftNav a {
	font-size:14px;
	line-height: 22px;
}

.leftNavLinkList {
	list-style-image:url('/images/listarrow.gif');
	margin-left:30px;

}

/* Brown Box items */
.boxFloat {
	float: left;
}
.boxNoFloat {
	clear: both;
}
.boxBrHead {
	background-position: right;
	background-image: url(/images/box_br_TopRight.gif);
	background-repeat: no-repeat; 
	background-color: #dac792;
	font-size: 8px;
	height: 10px;
}
.boxBrMid {
	text-align: left;
	background-position: right;
	background-image: url(/images/box_br_RightShadow.gif);
	background-repeat: repeat-y; 
	background-color: #dac792;
	padding-right: 4px;
}
.box_br_botLeft {
	clear: both;
	float: left;
	height: 20px;
	width: 10px;
}
.box_br_botMid {
	float: left;
	height: 20px;
	background-image: url(/images/box_br_BotShadow.gif);
	background-repeat: repeat-x; 
}
.box_br_botRight {
	float: left;
	height: 20px;
	width: 14px;
}

.boxGrHead {
	float: left;
	font-size: 6px;
	border-left: 1px solid #737373;
	border-top: 1px solid #737373;
	height: 8px;
	background-color: #f7f7f7;
}
.boxGrHeadRight {
	float: left;
	font-size: 6px;
	background-position: left;
	background-image: url(/images/box_gr_TopRight.gif);
	background-repeat: no-repeat; 
	height: 9px;
	width: 10px;
}
.boxGrMid {
	clear: both;
	text-align: left;
	padding-right: 6px;
	border-left: 1px solid #737373;
	background-position: right;
	background-image: url(/images/box_gr_RightShadow.gif);
	background-repeat: repeat-y; 
	background-color: #f7f7f7;
}
.box_gr_botLeft {
	clear: both;
	float: left;
	height: 19px;
	width: 9px;
}
.box_gr_botMid {
	float: left;
	height: 19px;
	background-image: url(/images/box_gr_BotShadow.gif);
	background-repeat: repeat-x; 
}
.box_gr_botRight {
	float: left;
	height: 20px;
	width: 14px;
}

/* End Brown Box items */

.redText {
	color: #ff0000;
}

/* tCMS styles */
.editBanner {
	float: right;
	position:relative;
	top: -10px;
}

.toolTipDrop_add {
	background-color: #feffec;
	width: 85px;
	border: 1px solid #003366;
	padding: 2px;
	padding-bottom: 4px;
	
}
.toolTipDrop_top {
	background-color: #feffec;
	border: 1px solid #003366;
	
}
.toolTipDrop_top:hover {
	background-color: #feffec;
	border: 1px solid #003366;
	
}
.toolTipDrop_add a{
	line-height: 17px;
}

.editBannerMenu, editBannerMenu_Short {
	list-style-type:none;
	width:27px;
	padding:0;
	margin:0 auto;
}
.editBannerMenu ul, .editBannerMenu_Short ul {
	list-style-type:none;
	padding:0;
	margin:0;
	border: 1px solid #003366;
}
.editBannerMenu li, .editBannerMenu_Short li {
	float:left;
	background:#e6f0f9;
	position:relative;
	text-align:left;
	display:block;
}

.editBannerMenu li.sub, .editBannerMenu_Short li.sub {
	background: none;
	width: 22px;
	cursor:pointer;
}
.editBannerMenu li{
	width: 150px;
}
.editBannerMenu li:hover, .editBannerMenu_Short li:hover {
	background:#e6f0f9;
}
.editBannerMenu ul {
	position:absolute;
	left:-9999px;
	width:150px;
}
.editBannerMenu li.click, .editBannerMenu_Short li.click{
	background:#e6f0f9;
	border: 1px solid #003366;
	z-index: 100;
}
.editBannerMenu li.click ul{
	left:-129px;
	top:20px;
} 
.editBannerTableLinks a {
	line-height: 19px;
	padding-left: 4px;
}

.editBannerMenu_Short li{
	width: 120px;
}
.editBannerMenu_Short ul {
	position:absolute;
	left:-9999px;
	width:120px;
}
.editBannerMenu_Short li.click ul{
	left:-99px;
	top:20px;
} 

.review {
	border: 2px dashed #ff9900;
}
/* End tCMS styles */

