/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
height: 100%;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: #cdced2 url(/images/bg.jpg) repeat-x;
}
body#articleframe {
	background: #5894d3 url(/images/bg_left.jpg) repeat-x;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}



blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}



/***** Specific *****/

#wrapper {
	width: 996px;
	margin: 0 auto;
	font-size: .9em;
}
.logo {
	background: #303033 url(/images/bg_logo.jpg);
	width: 332px;
	height: 146px;
}
.logo .content {
	padding: 17px 0 0 7px;
}
.nologo {
	width: 316px;
	padding-top: 25px;
	font-family: georgia, trebuchet ms;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
}
.nologo a, .nologo a:visited {
	color: #333;
}
.nav {
	background: url(/images/bg_top.jpg);
	height: 115px;
}


.left {
	background: #5894d3 url(/images/bg_left.jpg) repeat-x;
	width: 332px;
}
.left .content {
	background: #515056 url(/images/bg_leftcontent.jpg) repeat-x;
	margin: 0 10px 0 8px;
	width: 314px;
	height: 100%;
}
.left .content .phonenumber {
	color: #95c3f4;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
}
.left .content .bio {
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	color: #ddd;
}
.left .content .bio .float-left {
	margin-right: 10px;
}
.left .content .bio a {
	color: #c0c0c0;
	border-bottom: 1px solid #666;
}
.left .content .bio a:hover {
	color: #fff;
}
.left .content .calculators {
	padding: 20px;
	margin: 10px;
	color: #ddd;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.left .content .calculators a {
	color: #95c3f4;
	font-size: 1.5em;
}
.left .content .calculators a:hover {
	color: #fff;
	border-bottom: 1px solid #666;
}
.left .content .quote {
	text-align: left;
	color: #d9e9fa;
	font-size: .9em;
	font-family: georgia, trebuchet ms;
	font-style: italic;
	font-weight: bold;
	width: 290px;
	margin: 0 auto 15px auto;
}
.left .content .quote a {
	color: #efefef;
	border-bottom: 1px solid #666;
}
.left .content .quote a:hover {
	color: #fff;
	border-bottom: 1px solid #c0c0c0;
}
.left .content .quote div {
	padding: 0 10px;
}
.left .fran {
	width: 314px;
	height: 250px;
	background: url(/images/left_fran.jpg) no-repeat;
	position: relative;
}
.left .content .fran .quote-author {
	position: absolute;
	font-size: 8pt;
	color: #fff;
	left: 15px;
	top: 0px;
}
.left .content .fran .aboutfran {
	position: absolute;
	right: 15px;
	top: 175px;
	padding-left: 15px;
	color: #d9e9fa;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
.left .content .fran .aboutfran a {
	color: #efefef;
	border-bottom: 1px solid #666;
}
.left .content .fran .aboutfran a:hover {
	color: #fff;
	border-bottom: 1px solid #c0c0c0;
}

.right {
	background: #5894d3 url(/images/bg_right.jpg) repeat-x;
	width: 664px;
	padding-left: 15px;
}
.right .pagetitle {
	font-family: lucida grande, trebuchet ms, georgia, Trebuchet MS;
	font-size: 1.5em;
	color: #1c2535;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 10px;
}
.right .pagecontent {
	color: #333;
	font-size: 1em;
	padding: 0 20px 0 0;
}
.right .pagecontent a {
	color: #333;
}
.right .pagecontent a:hover {
	color: #000;
	border-bottom: 1px solid #666;
}
.right .pagecontent .centerlink {
	text-align: center;
	font-family: georgia, trebuchet ms;
	font-size: 1.5em;
	padding: 20px 40px;
	color: #90d4bf;
	border: 3px solid #c0c0c0;
	background: #333;
}
.right .pagecontent .centerlink:hover {
}
.right .pagecontent .centerlink a {
	color: #c0c0c0;
}
.right .pagecontent .centerlink a:hover {
	color: #fff;
}
.right .pagecontent ul.services {
	padding: 0;
	margin: 0;
}
.right .pagecontent ul.services li {
	padding: 15px;
	border-top: 1px solid #666;
	background: #2d394a;
	margin-bottom: 7px;
	color: #ddd;
}
.right .pagecontent ul.services li span.highlight {
	color: #efefef;
}
.right .pagecontent ul.services li strong {
	color: #efefef;
}
.right .pagecontent ul.services li a {
	color: #95bdf7;
}
.right .pagecontent ul.services li a:hover {
	color: #e4efff;
}
.right .pagecontent ul.services li ul {
	padding: 8px 15px;
	list-style-type: none;
	margin: 0;
}
.right .pagecontent ul.services li ul li {
	border: 1px solid #8fa6c6;
	border-bottom: 1px solid #1e2630;
	border-right: 1px solid #1e2630;
	background: #496389;
	color: #d4e6ff;
	padding: 5px;
	margin: 5px 0;
}
.right ol.commentlist {
	margin: 0;
	padding: 0 20px 0 0;
}
.right ol.commentlist li {
	padding: 20px 20px 20px 25px;
	margin-bottom: 5px;
	color: #90d4bf;
	border: 3px solid #c0c0c0;
	background: #333;
}
.right ol.commentlist li:hover {
	border: 3px solid #666;
}
.right ol.commentlist li a {
	color: #c0c0c0;
}
.right ol.commentlist li a:hover {
	color: #fff;
}
.right p#commentform label span {
	color: #333;
}
.right .phonenumbers {
	margin-bottom: 5px;
}
.right .phonenumbers span {
	color: #333;
}
.right .article {
	width: 194px;
}
.right .article .title {
	color: #90d4bf;
	font-family: trebuchet ms, lucida grande;
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px 5px 0 5px;
}
.right .article .title a {
	color: #394a6b;
}
.right .article .title a:hover {
	color: #263248;
}
.right .article .date, .single .date {
	color: #585858;
	font-weight: bold;
	font-size: .8em;
	padding: 7px 5px 0 5px;
}
.right .article .content {
	color: #333;
	padding: 7px 5px 0 5px;
	font-size: .9em;
}
.right .article .content a {
	color: #333;
}
.right .article .content a:hover {
	color: #1a1a1a;
	border-bottom: 1px solid #666;
}

.bottom {
	background: #4872d8 url(/images/bg_bottom.jpg) bottom left repeat-x;
	border-top: 1px solid #96b8ff;
}
.bottom .content {
	background: url(/images/bg_bottom_fran.jpg) bottom left no-repeat;
	width: 950px;
	margin: 0 auto;
}


.single {
	padding: 0px;
}
.single h1 {
	color: #394a6b;
	font-family: trebuchet ms, lucida grande;
	font-weight: bold;
	padding: 15px 0 0px 0;
}
.single .post {
	color: #333;
	padding-right: 10px;
}
.single a {
	color: #c0c0c0;
}
.single a:hover {
	color: #fff;
	border-bottom: 1px solid #c0c0c0;
}
.single h3 {
	padding-bottom: 10px;
	font-size: 1.6em;
	color: #fff;
}
.single .content ol {
	list-style-type: decimal;
}
.single .content li {
	border-top: 1px solid #666;
	background: #efefef;
	padding: 5px;
	margin-right: 20px;
}
.single .content li:hover {
	border-top: 1px solid #888;
	background: #fff;
}
.single .content li a {
	font-weight: bold;
}
.single .content li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #666;
}
.single ul.randomposts {
	margin: 0;
	padding: 0;
}
.single ul.randomposts li {
	margin-right: 0;
	padding: 10px;
}
.single .randompostsArea {
	padding:10px 10px 10px 10px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 0 10px 10px;
	float:right;
	width:200px;
	background:#666;
}
.single .randompostsArea:hover {
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	background: #333;
}
.single .randompostsArea li:hover {
	background: #000;
}
.single .entry th {
	background: #f7f7d4;
	color: #333;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.single .entry td {
	background: #1a1a1a;
	color: #ddd;
	padding: 10px;
	border: 1px solid #888;
	border-top: 1px solid #525252;
	border-left: 1px solid #525252;
}
.single h4 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: georgia, lucida grande;
	color: #efefef;
	margin: 0 0 10px 0;
	padding-top: 0px;
}
.single .backtoindex {
	border-right: none;
	padding: 10px;
}
.single .backtoindex a {
	color: #333;
}
.single .backtoindex a:hover {
	color: #000;
}
.single table {
	padding: 15px 10px;
}
.single .example {
	background: #649384;
	padding: 10px;
	margin: 0 20px 20px 20px;
	color: #dffff5;
	border-top: 1px solid #b1dccf;
	border-left: 1px solid #b1dccf;
}
.single .randompostsArea:hover h4 {
	color: #fff;
}
.address {
	background: #c0c0c0;
	padding: 10px;
	margin: 5px;
}
.address a {
	border-bottom: 1px solid #666;	
	font-weight: bold;
}
.address a:hover {
	border-bottom: 1px solid #333;
	color: #333;
}



/*
.bottom { 
		bottom:0px; 
		left:0px;
		margin-right: 0px; 
		width:100%; 
		position:fixed;
}
*/

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


/* ######### CSS for Shade Tabs. Remove if not using ######### */


.shadetabs{
margin: 0;
padding: 0;
font-size: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height: 63px;
background: url(/images/bg_nav.jpg);
}

.shadetabs li{
display: inline;
margin: 0;
height: 63px;
float: left;
}
.shadetabs li#link1 {
	width: 99px;
}
.shadetabs li#link2 {
	width: 108px;
}
.shadetabs li#link3 {
	width: 142px;
}
.shadetabs li#link4 {
	width: 209px;
}
.shadetabs li#link5 {
	width: 102px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
display: block;
color: #2d2b2b;
}
.shadetabs li#link1 a {
	background: url(/images/nav_link1.gif);
	width: 99px;
	height: 63px;
}
.shadetabs li#link2 a {
	background: url(/images/nav_link2.gif);
	width: 108px;
	height: 63px;
}
.shadetabs li#link3 a {
	background: url(/images/nav_link3.gif);
	width: 142px;
	height: 63px;
}
.shadetabs li#link4 a {
	background: url(/images/nav_link4.gif);
	width: 209px;
	height: 63px;
}
.shadetabs li#link5 a {
	background: url(/images/nav_link5.gif);
	width: 102px;
	height: 63px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li#link1 a.selected {
	background: url(/images/nav_link1.gif) 0 -63px;
}
.shadetabs li#link2 a.selected {
	background: url(/images/nav_link2.gif) 0 -63px;
}
.shadetabs li#link3 a.selected {
	background: url(/images/nav_link3.gif) 0 -63px;
}
.shadetabs li#link4 a.selected {
	background: url(/images/nav_link4.gif) 0 -63px;
}
.shadetabs li#link5 a.selected {
	background: url(/images/nav_link5.gif) 0 -63px;
}
.shadetabs li#link1 a:hover {
	background: url(/images/nav_link1.gif) 0 -126px;
}
.shadetabs li#link2 a:hover {
	background: url(/images/nav_link2.gif) 0 -126px;
}
.shadetabs li#link3 a:hover {
	background: url(/images/nav_link3.gif) 0 -126px;
}
.shadetabs li#link4 a:hover {
	background: url(/images/nav_link4.gif) 0 -126px;
}
.shadetabs li#link5 a:hover {
	background: url(/images/nav_link5.gif) 0 -126px;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.tabcontent{
display:none;
padding-right:7px;
}

@media print {
.tabcontent {
display:block !important;
}
}


div.tagline {
	height: 83px;
	margin: 0;
	padding: 10px 0 0 0;
}
h2.tagline {
	font-family: lucida grande, trebuchet ms, georgia, Trebuchet MS;
	font-size: 1.5em;
	color: #779bf3;
	font-weight: bold;
	padding: 0px;
	margin: 0;
}
