@charset "utf-8";
/* CSS Document */

/* CSS Document */


*{
margin:0px;
padding:0px;
}
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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0;
	background-color: #EFFAFA;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background-color:#EFFAFA; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	width:100%;
	height:143px;
	margin:auto;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../../images/header_bg_narrow.gif);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.header_content {
	width:100%;
	height:143px;
	margin:auto;
		background:url(../../images/header_image_long2.gif) no-repeat;
	background-position:50%;
}
.header_bottom {
	width:100%;
	height:35px;
	background-position:50%;
	background-image: url(../../images/header_bottom.jpg);
	background-repeat: no-repeat;
	z-index: 500;
	visibility: visible;
	margin: auto;
}
.navigation {
	height:26px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	padding-left: 70px;
	padding-top: 117px;
}
/*.leftcontent{
width:auto;
float:left;
height:100px;
border:1px solid #666666;
overflow:hidden;
max-width:500px;
margin:0px;

}*/

.oneColLiqCtrHdr #mainContent {
	padding: 0 0px;
	background-position:50% bottom;
	margin: 0 auto;
	width: 100%;
	background-color: #FFF7C9;
	background-image: url(../../images/content_bg_long_4.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #mainContentFrontPage {
	background-position:50%;
	width: 100%;
	background-color: #FFF7C9;
	background-image: url(../../images/content_bg_long_4.jpg);
	background-repeat: no-repeat;
	height: 563px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #mainContentPages {
	width: 100%;
	background-image: url(../../images/content_bg_pages_fade.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: 50% top;
	background-color: #FBFFFF;
}
.oneColLiqCtrHdr #mainContentPages_articles {
	width: 100%;
	background-image: url(../../images/content_bg_left-side-tall-fade.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FBFFFF;
	background-position: left top;
}
.holder {
	float: right;
	margin-top:5px;
	padding-right:125px;
	height: auto;
	width: 45%;
	padding-left: 10px;
	background-color: #FBFFFF;	
}
.holder_contact {
	float: right;
	margin-top:5px;
	padding-right:125px;
	height: auto;
	width: 55%;
	text-align: left;
}
.holder p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.portfolio {
	float: right;
	padding-right:8px;
	height: auto;
	width: 43%;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-right: 19px;
	margin-top: 8px;
	}
	
	.portfolio_right_article_box {
	height: auto;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-bottom: 10px;
	background-color: #FCFCFC;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 8px;
	}
	.portfolio_left {
	float: left;
	height: auto;
	width: 43%;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 80px;
	}
		.portfolio_left_articles_box{
	height: auto;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #FCFCFC;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 8px;
	width: 100%;
	}
.portfolio h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: 517e81;
	text-align: center;
}
.portfolio_left h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: 517e81;
	text-align: center;
}
.content {
	width:100%;
	min-height:564px;
	height: auto;
	margin: auto;
/* 	background-image: url(../../images/content_bg_pages5_fade.jpg);
	background-repeat: no-repeat;
	background-position: 50% top; */
	padding-bottom: 3px;
}
.content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #517e81;
}
#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: 517e81;
}
.content_frontpage {
	width:900px;
	margin:auto;
	min-height:560px;
}
.content a{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC6633;
}
#content_images{
	float:left;
	width:230px;
	text-align: center;
	padding-right: 5px;
	margin-left: 10%;
	padding-top: 20px;
}
#content_images h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.div_idframe{
float:right;
padding-right:5px;
width:650px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#E1F5F6;
	height:100px;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-align: center;
	
}
.footer_content {
	width:900px;
	background-color:#E1F5F6;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.magazine_section-preview {
	text-align: center;
	width: 43%;
	margin-right: auto;
	margin-left: 80px;
	height: auto;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #FCFCFC;
	float: left;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 8px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.magazine_header_preview-box {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	width: 55%;
	color: #517e81;
	padding-bottom: 5px;
	float: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	padding-left: 5px;
}
.magazine_header_preview-box_img{
	text-align: center;
	width: 35%;
	padding-bottom: 5px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
	color: #517e81;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.magazine_header_preview-box h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #517e81;
}
.magazine_section {
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.magazine_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	color: #517e81;
	padding-top: 10px;
	padding-bottom: 25px;
}
.magazine_header h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #517e81;

}

