@charset "UTF-8";
/* ======================= */
/* = Template = */
/* ======================= */
#outerwrapper {
	width: 976px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header, #topNav, #contentColumn, #footer {
	margin: 0px;
	padding: 0px;
}
#header {
	float: left;
	width: 976px;
	background-image: url(images/palmer_masthead_bg.png);
	background-repeat: no-repeat;
	height: 118px;
	background-position: right;
}
#leftNav {
	float: left;
	width: 226px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/left_nav_btn.png);
	background-repeat: repeat-y;
}
#leftContainer {
	width: 226px;
	float: left;
}
#rightContainer {
	width: 184px;
	float: right;
}
#rightNav {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 184px;
	background-image: url(images/rightNav_top_bg.png);
	background-repeat: no-repeat;
}
#contentColumn {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 976px;
}
#contentContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	width: 536px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
        color: #333;
	line-height: 20px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #064f93;
	background-color: #F39C00;
	height: 40px;
	line-height: 15px;
	float: left;
	width: 975px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
/* ======================= */
/* = Site CSS = */
/* ======================= */

body {
	margin: 0px;
	padding: 0px;
}
/* ======================= */
/* = Top Navigation = */
/* ======================= */
#topNav {
	float: left;
	height: 30px;
	width: 976px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav li {
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px;
}
#topNav a {
	height: 30px;
	width: 195px;
	display: block;
	text-align: center;
	color: #065092;
	font-size: 18px;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
	color: #F5AD15;
}


/* ======================= */
/* = Standard Typography = */
/* ======================= */

p {
	line-height: 20px;
	font-size: 12px;
	margin:0.5em 0 1.1em 0;
        color: #333;

}
h1 {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:28px;
	line-height:36px;
	font-weight:normal;
	color:#105092;
}
h1.top {
	margin-top: 15px;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #105092;
	margin-bottom: 15px;
}
h2.top {
	margin-top: 15px;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #105092;
	margin-bottom: 15px;
}
h3.top {
	margin-top: 15px;
	margin-bottom: 0px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #105092;
	margin-bottom: 15px;
}
h4.top {
	margin-top: 15px;
	margin-bottom: 0px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #105092;
	margin-bottom: 15px;
}
h5.top {
	margin-top: 15px;
	margin-bottom: 0px;
}
h6 {
        font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;       
        text-align:center;
        color: #666;
}
.featureHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #333;
	background-color: #CCC;
	display: block;
	height: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 8px;
}
div.section {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#666;
        margin-top: 0px;
}
hr {
       display:none;
}

div.hr {
	clear:both;
	border:none;
	margin:1em 0;
	padding:0;
	height:1px;
	background-image: url(images/hr.gif) 0px 0px no-repeat;
        overflow:hidden;
	
}

div.hr, div.hr {
        height: 5px;
        margin: 12px 0;
}
div.hr {
        background: url(images/hr.gif) no-repeat scroll center;
}
div.hr {
        background: url(images/hr.gif) no-repeat scroll center;
}
div.hr hr, div.hr hr {
        display: none;
}


/* ======================= */
/* = Left Navigation = */
/* ======================= */

#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.topLeftNavBtn {
	background-image: url(images/top_left_nav_btn.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 226px;
}
#leftNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#leftNav a {
	font-size: 15px;
	height: 34px;
	width: 200px;
	display: block;
	padding-left: 24px;
	padding-top: 15px;
}
#leftNav a:link, #leftNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#leftNav a:hover, #leftNav a:active {
	text-decoration: none;
	color: #F5AD16;
}

/* ======================= */
/* = Right Navigation = */
/* ======================= */


#rightNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#rightNav li {
	float: left;
	margin: 0px;
	padding: 0px;
		border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #065092;
}
#rightNav a {
	width: 170px;
	display: block;
	text-align: left;
	color: #065092;
	padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
	font-size: 12px;
        height: 100%;
}
#rightNav a:link, #rightNav a:visited {
	text-decoration: none;
	color: #07569D;
}

#rightNav a:hover, #rightNav a:active {
	text-decoration: none;
	color: #F5AD15;
}

h2.rightNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F5AD16 !important;
	margin-top: 10px;
	margin-bottom: 14px;
}

.currentPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	color: #F6B42C !important;
	margin-top: 10px;
}


/* ======================= */
/* = Template Contents = */
/* ======================= */


#home-flash {
	float: left;
	height: 294px;
	width: 750px;
	background-image: url(images/home-flash.jpg);
	background-repeat: no-repeat;
}
#apply_now_feature {
	height: 118px;
	width: 226px;
	float: left;
	clear: left;
}
.leftNav_feature {
	height: 118px;
	width: 226px;
	float: left;
	clear: left;
}
.rightNav_feature {
	margin: 0px;
	padding: 0px;
	width: 184px;
	height: 96px;
	float: right;
}
#give_now_feature {
	height: 118px;
	width: 226px;
	float: left;
}
#palmer_at_a_glance_feature {
	height: 73px;
	width: 367px;
	float: left;
	background-image: url(images/palmer_at_a_glance_feature.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 36px;
}
#featureContainerRow1 {
	margin: 0px;
	padding: 0px;
	width: 976px;
	float: left;
}
#featureContainerRow2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 976px;
}
#news {
	height: 73px;
	width: 367px;
	float: left;
	background-image: url(images/palmer_news_headline.png);
	background-repeat: no-repeat;
	background-position: 38px 20px;
	padding-top: 45px;
	padding-left: 36px;
}
#featured_ad {
	height: 118px;
	width: 346px;
	float: left;
}
#testimonial {
	height: 118px;
	width: 346px;
	float: left;
}
/* ======================= */
/* = Masthead Links = */
/* ======================= */
#headerLink {
	float: right;
	height: 25px;
	width: 305px;
	margin-top: 75px;
}
#headerLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerLink li {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	float: left;
}

#headerLink a {
	display: block;
	text-align: center;
	color: #065092;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-left: 8px;
}

#headerLink a:link, #headerLink a:visited {
	text-decoration: none;
}
#headerLink a:hover, #headerLink a:active {
	text-decoration: none;
	color: #F5AD15;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ======================= */
/* = Main Content = */
/* ======================= */

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #105092;
	text-decoration: none;
}
a.footer:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #105092;
}
a.footer:visited {
	text-decoration: none;
	font-size: 10px;
}
a.footer:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #105092;
}
a.footer:active {
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	font-size: 12px;
	color: #105092;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #F1AE0B;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #105092;
}

body {
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
}
.clear {
	clear: both;
}
.left2column {
	position:relative;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 253px;
	float:left;
}
.alignLeft {
	
	padding-right: 10px;
}
.alignRight {
	float: right;
	padding-left: 10px;
}
.socialWidget {
	float: left;
	padding-left: 15px;
}
.right2column {
	position:relative;
	margin-bottom: 20px;
	width:253px;
	float:right;
}

.left3column {
	position: relative;
	width: 162px;
	float:left;
}
.middle3column {
	position:relative;
	margin: 0 20px 0;
	width: 162px;
	float:left;
}
.right3column {
	position: relative;
	width: 162px;
	float: right;
}
div.clear {
	position:relative;
	clear:both;
}
ul {
	margin-left: 40px;
	list-style-type: disc;
        color: #333;
}
ol {
	margin-left: 40px;
        color: #333;
}
div.quote {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:14px;
	line-height:20px;
	font-style:italic;
	text-align:center;
	color:#666666;
}

/* ======================= */
/* = Tables = */
/* ======================= */

td {
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
table {
	border: 1px dotted #666;
}




/* ======================= */
/* = Home News = */
/* ======================= */

.newsDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

a.news:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #065092;
	text-decoration: none;
}
a.news:visited {
	color: #065092;
	text-decoration: none;
}
a.news:hover {
	color: #F5AD16;
	text-decoration: underline;
}
a.news:active {
	color: #065092;
	text-decoration: none;
}
/* ======================= */
/* = Home Feature = */
/* ======================= */

a.feature:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #105092;
	text-decoration: none;
}
a.feature:visited {
	color: #105092;
	text-decoration: none;
}
a.feature:hover {
	text-decoration: underline;
	color: #105092;
}
a.feature:active {
	color: #105092;
	text-decoration: none;
}

a.supplementary:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.supplementary:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.supplementary:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
a.supplementary:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a.supplementary_news:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #105092;
	text-decoration: none;
}
a.supplementary_news:visited {
	text-decoration: none;
	color: #105092;
	font-weight: bold;
}
a.supplementary_news:hover {
	text-decoration: underline;
	color: #105092;
	font-weight: bold;
}
a.supplementary_news:active {
	text-decoration: none;
	color: #105092;
	font-weight: bold;
}

/* hack reset (for production, use Yahoo! reset CSS)
*************************/

*
{
	margin: 0;
	padding: 0;
}


/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	color: #065092;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* quicklink tabs
*************************/

ul.qtabs
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	color: #065092;
}

ul.qtabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.qtabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
	background: #065092;  /* The Fallback */
	background: rgba(6, 80, 146, 0.95);
	
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	
}

ul.dropdown li a
{
	display: block;
	color: #FFF !important;
        text-align: left !important;
        padding-left: 10px;
	padding-top: 5px;
}
ul.dropdown li a:hover
{
	color: #F5AD16 !important;
}

/* quicklinks dropdowns
*************************/

ul.qdropdown
{
	display: block;
	z-index: 999;
	width: 150px;
	display: none;
	background: #065092;  /* The Fallback */
	background: rgba(6, 80, 146, 0.95);
	margin: 0;
	padding: 0;
	top: 100%;
	position: absolute;
	right: 1px;
}

ul.qdropdown ul.qdropdown
{
	
	left: 95%;
	top: 0;
}

ul.qdropdown li
{
	float: none;
	position: relative;
	list-style: none;
	display: block;
	clear: left;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

ul.qdropdown li a
{
	display: block;
	color: #FFF !important;
}

ul.qdropdown li a:hover
{
	color: #F5AD16 !important;
}

/* ============ */
/* = Callouts = */
/* ============ */
div.callout {
	display:block;
	width:175px;
}
div.callout.right {
	float:right;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 1.4em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	border-left:1px #666666 dotted;
}
div.callout.left {
	float:left;
	margin-top: 0em;
	margin-right: 1.4em;
	margin-bottom: .25em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-right:1px #666666 dotted;
}
div.callout h5 {
	color:#f90;
}
div.callout, div.callout p {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:15px;
	line-height:18px;
	color:#666666;
}
div.callout strong, div.callout b {
	color:#666666;
}

