@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#630;
	background-image: url(../images/lower_bg.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}
.thrColLiqHdr #container {
	width: 963px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
} 
.thrColLiqHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/390pxtop_bg.jpg);
	background-repeat: repeat-x;
	height: 390px;
	background-position: top;
	background-color: #FFF;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 255px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-left: -25px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-top: 15px;
	margin-bottom: 0;
	background-image: url(../images/design_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.thrColLiqHdr #interior_mainContent {
	margin: 0 23.5% 0 24%;
}

.thrColLiqHdr #footer {
	overflow: visible;
	width:963px;
	background-image: url(../images/brown_bars.png);
	background-repeat: no-repeat;
	font-family:"Gill Sans MT", "Gill Sans", Helvetica, Arial, sans serif;
	font-size:11px;
	background-position: center top;
	display: block;
	margin-right: auto;
	margin-left: auto;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 33px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header_container {
	width:963px;
	margin-left:auto;
	margin-right:auto;
}
.footernav a:link, .footernav a:visited {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	color:#90CFF2;
}
.footernav a:hover, .footernav a:active {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight:bold;
	color:#9c0;
	text-decoration: none;
}
.footernav {
	float:right;
	font-weight:bold;
	display:block;
	height:auto;
	margin-top:30px;
	margin-right:25px;
	color:#90CFF2;
	padding-bottom:10px;
}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0 }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 606px
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 606px}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a { background:url(../images/left.gif); background-position:center; background-repeat:no-repeat; color: #fff; padding: 5px; width: 27px; height:163px; text-indent:-5000px; margin-top:60px; }
	 .coda-nav-right a { background:url(../images/right.gif); background-position:center; background-repeat:no-repeat; color: #fff; padding: 5px; width: 27px; height:163px; text-indent:-5000px; margin-top:60px; }
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c; text-decoration: none; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
	padding: 0px;
	background-image: url(../images/rotation_shadow.png);
	background-repeat: no-repeat;
	background-position: center 322px;
}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: left; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }

#qs {
	float:left;
}

.web_spotlight {
	width:300px;
	background-image:url(../images/web_spotlight.png);
	background-repeat: no-repeat;
	background-position: right -25px;
	float: right;
	margin-right: -50px;
	height: 335px;
	overflow: hidden;
}
.web_spotlight h3 {
	text-indent:-9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	line-height: 60px;
}
.spotlight_company_title {
	margin-top: -10px;
	line-height: 25px;
}
.spotlight_company_name {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
.release_date {
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	color:#90CFF2;
	text-align:right;
	padding-left:15px;
}
.home_services_title {
	color:#B83B30;
	font-size:11px;
	height:40px;
	display:block;
	width:78px;
	float:left;
	margin-right: 10px;
}
.home_services {
	color:#0B73BB;
	font-size:11px;
}
a.spotlight_link:link, a.spotlight_link:visited {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, Serif;
	letter-spacing:1px;
	color:#0B73BB;
	text-decoration: none;
	text-transform:uppercase;
	background-image:none;
	display: block;
	width: 100px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	float: right;
}
a.spotlight_link:hover, a.spotlight_link:active  {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, Serif;
	letter-spacing:1px;
	color:#663300;
	text-decoration: none;
	text-transform:uppercase;
	background-image: url(../images/hover_effect.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	float: right;
}
.slide_1 {
	min-height:312px;
	border-left:2px solid #e3f2f9;
	border-right:2px solid #e3f2f9;
	border-top:2px solid #e3f2f9;
}
.slide_1 h2 {
	padding-top:8px;
	padding-left:5px;
	text-transform:uppercase;
}
.slide_footer {
	margin-top:0px;
	text-align:center;
}
.panel-wrapper .slide_footer a.slide:link, .panel-wrapper .slide_footer a.slide:visited {
	color:#9c0;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	letter-spacing:1px;
	font-size:12px;
	text-transform:uppercase;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:4px;
	display:block;
}
.panel-wrapper .slide_footer a.slide:hover, .panel-wrapper .slide_footer a.slide:active {
	color:#630;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	letter-spacing:1px;
	font-size:12px;
	text-transform:uppercase;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:4px;
	display:block;
}
.slide_2 {
	min-height:312px;
	border-left:2px solid #e3f2f9;
	border-right:2px solid #e3f2f9;
	border-top:2px solid #e3f2f9;
}
.slide_2 h2 {
	padding-top:8px;
	padding-left:5px;
	text-transform:uppercase;
}
.slide_3 {
	min-height:312px;
	border-left:2px solid #e3f2f9;
	border-right:2px solid #e3f2f9;
	border-top:2px solid #e3f2f9;
}
.slide_3 h2 {
	padding-top:8px;
	padding-left:5px;
	text-transform:uppercase;
}
.slide_4 {
	min-height:312px;
	border-left:2px solid #e3f2f9;
	border-right:2px solid #e3f2f9;
	border-top:2px solid #e3f2f9;
}
.slide_4 h2 {
	padding-top:8px;
	padding-left:5px;
	text-transform:uppercase;
}
.intro_text {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.intro_text a, .intro_text a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #9C0;
	font-style: italic;
	text-decoration: none;
	padding-right: 2px;
}
.intro_text a:hover, .intro_text a:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #90cff2;
	font-style: italic;
	text-decoration: none;
	padding-right: 2px;
}
.simple {
	font-weight: bold;
	color: #0673BA;
}
.bubbleInfo {
	position: relative;
	width:150px;
	display:inline;
	padding-top: 5px;
}

.popup {
	position: absolute;
	background-image:url(../images/pop_up.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:189px;
	height:153px;
	color:#0673BA;
	margin:10px;
	display: none; /* keeps the popup hidden if no JS available */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: normal;
}
.popup p {
	padding-left:10px;
	font-weight:normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.need_website {
	margin-top:-15px;
}
a.graphic_design:link, a.graphic_design:visited {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, Serif;
	letter-spacing:1px;
	color:#0B73BB;
	text-decoration: none;
	text-transform:uppercase;
	background-image:none;
	display: block;
	width: 180px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	float: right;
	margin-right:auto;
	margin-left: auto;
	padding-right: 8px;
}
a.graphic_design:hover, a.graphic_design:active  {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, Serif;
	letter-spacing:1px;
	color:#663300;
	text-decoration: none;
	text-transform:uppercase;
	background-image: url(../images/hover_effect.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 180px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	float: right;
	margin-right:auto;
	margin-left: auto;
	padding-right: 8px;
}
#sidebar2 p strong {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: oblique;
	color: #9C0;
	font-size: .9em;
}
.popup h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #90CFF2;
	padding-left:5px;
	letter-spacing:1px;
	margin-bottom:3px;
	margin-top:3px;
	line-height:13px;
}
a.website_spotlighted:link, a.website_spotlighted:visited {
	background-image: url(../images/liberty_web_spotlight.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	display: block;
	height: 217px;
	width: 250px;
	text-decoration: none;
}
a.website_spotlighted:hover, a.website_spotlighted:active {
	background-image: url(../images/liberty_web_spotlight-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	display: block;
	height: 217px;
	width: 250px;
	text-decoration: none;
}
#sidebar2 h2 {
	text-transform: capitalize;
	letter-spacing: 0px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: -5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #630;
	padding-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #630;
	text-align: left;
}
p.indent {
	margin-left:10px;
}
p.indent small {
	font-size:small;
}
p.indent a:link, p.indent a:visited {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, Serif;
	letter-spacing:1px;
	color:#0B73BB;
	text-decoration: none;
	text-transform:uppercase;
	background-image:none;
	display: block;
	width: 180px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	float: right;
	margin-right:auto;
	margin-left: auto;
	padding-right: 3px;
}
p.indent a:hover, p.indent a:active {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, Serif;
	letter-spacing:1px;
	color:#663300;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	width: 180px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	float: right;
	margin-right:auto;
	margin-left: auto;
	padding-right: 3px;
}
.sp2_select {color:#ff9900;}

a.slide:link .panel-wrapper h2.title, a.slide:visited .panel-wrapper h2.title {
	color:#630;
	text-decoration:none;
	border-bottom:none;
	text-transform:uppercase;
}
.panel_wrapper {
	text-decoration:none;
}
a:-webkit-any-link {
	text-decoration:none;
}
#sidebar2 .date {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #B4DA44;
	font-size: 22px;
	text-align: left;
	display: block;
	padding-left: 10px;
	font-style: oblique;
}
.updatestop {
	background-image: url(../images/quote_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 33px;
	width: 255px;
	padding: 0px;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.updatesmid {
	background-image: url(../images/quote_mid.png);
	background-repeat: repeat-y;
	display: block;
	width: 255px;
	margin: 0px;
	padding-top: 10px;
}
.updatesbottom {
	background-image: url(../images/quote_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 9px;
	width: 255px;
	clear:both;
}
p.updates {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom:0px;
}
.whatsnew {
	margin-left:auto;
	background-image: url(../images/find_out_whats_new.png);
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 65px;
	width: 147px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 1.3em;
	padding-top: 10px;
	padding-left: 8px;
	text-align: center;
	line-height: 0.9em;
	margin-bottom: -45px;
	font-weight: bold;
}
a.whatsnew:link, a.whatsnew:visited {
	background-image:url(../images/find_out_whats_new.png);
	text-decoration: none;
	color: #5A3D1C;
}
a.whatsnew:hover, a.whatsnew:active {
	color: #5A3D1C;
	background-image: url(../images/find_out_whats_new_hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

