@charset "utf-8";
/* CSS Document */
html { width: 100%; height: 100% }
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	position: relative;
}
#pageContainer {
	background-color: #647987;
	width: 100%;
	min-height: 100%;
}
A {
	color: #003366;
	text-decoration: none;
}

A:hover { text-decoration: underline }

#placelogic_logo {
	padding-top: 13px;
	padding-left: 5px;
	float: left;
}
#masthead {
	background-image: url(../images/template_contentBorder_top.png);
	background-repeat: repeat-x;
	height: 93px;
	width: 800px;
	background-color: #FFF;
}

#centerSection {
	width: 802px;
	height: 100%;
	margin: auto;
	margin-bottom: 5px;
	background-image: url(../images/template_contentBorder_right.png);
	background-repeat: repeat-y;
	background-position: right;
}
#footer {
	width: 800px;
	font-size: 11px;
	color: #CCC;
	padding-top: 8px;
	margin: auto;
	clear: both;
}
#mainContent {
	padding: 12px;
	background-color: #FFF;
	width: 776px;
	position: relative;
}
#mainContentBorderBottom {
	background-image: url(../images/template_contentBorder_bottom.png);
	background-repeat: repeat-x;
	height: 2px;
	width: 801px;
}




ul#globalNav {
	font-size: 11px;
	height: 52px;
	width: 253px;
	background-image: url(../images/template_globalNav_bg.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 0px 0px;
	float: right;
	line-height: 14px;
}
ul#globalNav li {
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-left: 12px;
	background-image: url(../images/globalNav_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



ul#navPrimary {
	list-style-type: none;
	height: 30px;
	width: 800px;
	margin: 0;
	padding: 0;
	background-image: url(../images/primaryNav_bg.png);
	background-repeat: no-repeat;
	position: relative;
}
ul#navPrimary li {
	float: left;
	height: 25px;
	font-size: 15px;
	margin: 3px 3px 0px 3px;
	padding: 0px;
	border: 1px solid #647987;
	background-color: #f1f3f5;
	line-height: 17px;
}
ul#navPrimary li a {
	color:#000;
	display: block;
	padding: 3px 12px 0px 12px;
	vertical-align: top;
	font-weight:bold;
}
ul#navPrimary li.selected {
	font-size: 15px;
	background-image: url(../images/primaryNav_selected_bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-bottom-color: #FFF;
}
ul#navPrimary li.selected a {
	color:#000;
	font-size: 15px;
}
ul#navPrimary li ul {
	display: none;
}
ul#navPrimary li.selected ul  {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 30px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #647987;
	background-color: #FFF;
}
ul#navPrimary li.selected ul li {
	float: left;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	line-height: 15px;
	height:21px;
	padding: 0 8px 0px 14px;
	background-image: url(../images/secondaryNav_pipe.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul#navPrimary li.selected ul li:first-child { background-image:none} /* turn off the pipe */
ul#navPrimary li.selected ul li.selected {
}
ul#navPrimary li.selected ul li a {
	padding: 0;
	height: 21px;
	font-size: 13px;
	color: #013364;
	font-weight:normal;
}
ul#navPrimary li.selected ul li a:hover {
	background-image: url(../images/secondaryNav_selected_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 18px;
	text-decoration: none;
}
ul#navPrimary li.selected ul li.selected a {
	background-image: url(../images/secondaryNav_selected_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 18px;
	font-weight: bold;
	color: #000000;
}



.sectionIcon {
	float: left;
}
.sectionShifted {
	padding-left: 45px
}
h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 130%;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	color: #996600;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 A { color: #996600;}
h3 {
	font-size: 12px;
	padding: 0px;
	color: #996600;
	font-weight: normal;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}




#modules {
	margin: auto;
	width: 802px;
}
.module {
	width: 264px;
	height: 138px;
	background-color: #FFF;
	background-image: url(../images/template_contentBorder_right.png);
	float: left;
	margin-right: 5px;
	background-repeat: repeat-y;
	position: relative;
	background-position: right;

}
.module.last { margin-right: 0px}

.moduleLarge {
	width: 802px;
	background-color: #FFF;
	background-image: url(../images/template_contentBorder_right.png);
	margin-right: auto;
	background-repeat: repeat-y;
	position: relative;
	background-position: right;
	margin-top: 5px;
	margin-left: auto;

}
.moduleIcon {
	position: absolute;
	top: -5px;
	left: 6px;
}
.module h2, .moduleLarge h2 {
	background-image: url(../images/home_moduleHeader_bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
	height: 30px;
	width: 216px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
}
.moduleLarge h2 {
	width: 792px;
	padding-left: 8px;
}
.module div, .module ul {
	font-size: 12px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 14px;
	margin: 0px;
}
.module div.moduleBorderBottom {
	background-image: url(../images/template_contentBorder_bottom.png);
	background-repeat: repeat-x;
	height: 2px;
	width: 263px;
	position: absolute;
	bottom: 0px;
	padding: 0px;
}
 
.module ul li {
	list-style-type: none;
	background-image: url(../images/globalNav_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
}
#carouselCaption {
	float: left;
	width: 200px;
	margin-top: 60px;
	margin-left: 30px;
	background-color: #f1f3f5;
	padding: 12px;
}
#carouselCaption h2 {
	margin-top: 0px;
	margin-bottom: 6px;
}
.sectionWithSidebar {
	margin-right: 330px;
}
#sidebarWrapper {
	width: 300px;
	margin-left: 24px;
	position: absolute;
	top: 30px;
	right: 12px;
}

.sidebar {
	width: 300px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(../images/sidebar_border_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	margin-bottom: 22px;
}


.sidebar h2 {
	background-image: url(../images/home_moduleHeader_bg.png);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebarContent {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.sidebarContent ul {
	font-size: 11px;
	line-height: 12px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	list-style-type: none;
}
.sidebarContent ul li {
	margin-bottom: 10px;
	background-image: url(../images/bullet_yellow_sm.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0px 3px;
}

.sidebarCredit {
	font-size: 9px;
	line-height: 12px;
	margin-top: 6px;
	width: 250px;
	float: right;
	margin-right: 12px;
	margin-bottom: 6px;
}
.sidebarFooter {
	background-image: url(../images/sidebar_border_bottom.png);
	width: 300px;
	height: 2px;
	clear: both;
	margin-right: 1px;
	background-repeat: no-repeat;
}
#form_requestDemo {
	margin-top: 12px;
	margin-bottom: 12px;
}
#form_requestDemo table tr td {
	padding-top: 6px;
}
#form_requestDemo input[type=text] {
	width: 200px;
}

.homePageBannerImage {
}
.homePageBanner2 {
	position: relative;
	height: 440px;
}

.homePageBannerImageWrapper {
	position:absolute;
	right: 70px;
	top: 30px;
}
.homePageBannerText2 h1 {
	font-size: 25px;
	color: #000;
	line-height: 31px;
	font-weight: bold;
	margin-bottom: 24px;
}
.homePageBannerText2 h2 {
	font-size: 16px;
	color: #333;
	line-height: 23px;
	margin-bottom: 22px;
}
.homePageBannerText2 {
	width: 400px;
	position: absolute;
	left: 30px;
	top: 50px;
}
.homePageBannerText2 p {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 26px;
}

