@charset "utf-8";

body {
	/*background: url("./images/body_bg_091.png") repeat-x scroll left top transparent;
	/*background: url("./images/body_bg_10a.png") repeat-x scroll left top transparent;*/
	
	/*background-color: #E6E6E6;*/
	background: url("./images/body_bg_10.png") repeat-x scroll left top,
	url("./images/body_bg_3.png") repeat scroll left bottom;
	margin:0;
	padding:0;	/*position:relative;
	100%; 750px; */
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 100%;/*1050px; */
	max-width:960px;
	min-width:780px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */	
	padding-right:0px;
	min-height:100%;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	 text-align: right;
	 /*margin-left: 0px;*/
	 display: block;
     /*height: 180px;*/
     max-width: 960px;
     min-width: 900px;
     position: absolute;
     top: 0pt;
     width: 100%;
	 /*background-color: #0047B2;*/
	 
}

.sidebar1 {
	/*margin-left: 525px;*/
	float: left;
	width: 22%;
	background-color: #fde8e9;/*#F68D91;*/
	padding-bottom: 0px;
	font-size: 11pt;
	top: 204px;
	position: relative;
	/* left: 925px;70% 750px;*/	/*left: 230px;*/
}

.column-left {
	font-size: 10pt;
	float: left;
	width: 77%;
	/*height: 100%; /*100%; 552px;*/
	top: 204px; /*204px;*/
	position: relative;
	left: 95px;/*130px;*/
	font-family: Arial;
	color: #000;
}

.scrollArea {
	width: 86%;
	/*overflow: visible; /*auto*/
	/*	min-height: 500px;*/
	padding-right: 0px;
	padding-bottom: 0cm;
	text-align: justify;
}
/* ~~ The footer ~~ */
.footer {
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #297ACC; /* #2B5689; /*#00305A; /*#009;/*#F68D91; /*#33C;*/
	bottom: -210px;
	font-size: 10pt;
	color: #fff;
	position: relative;	/*height: 100px;*/
}

.footer_menu {
	color:#F68D91;
	font-weight: bold;
	font-size:13pt;
	width: 260pt;
}
.footer_submenu a {
	color:#FFFFFF;
	font-size:12pt;
	text-decoration:none;
}
.footer_submenu a:visited {
	color:#fff;
	font-size:12pt;
	text-decoration:none;
}
.footer_submenu a:hover {
	color:#ff0;
	font-size:12pt;
	text-decoration:none;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 0px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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 can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 11pt;
	line-height: 0px;
}
.column-left h1 {
	font-family: 'Times New Roman';
	color:#339;
	font-size: 16pt;
}
.column-left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#339;
	font-size: 14pt;
}
.column-left h3{
	font-family: 'Times New Roman';
	color:#339;
	font-size: 12pt;
}
.column-left li {
	margin-left:50px;
	padding:5px;
	padding-right:15px;
}

.logo {
	left: 0px;
	top: 0px;/*-8px;*/
	position: absolute;
}
.logo a:hover { border: none; }
.rheader {
	position: inherit;
	left: 200px;
	padding-top: 25px;
	height: 25px;
}

.infoBox {
	font-style:italic; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #009; /*#333399;*/
	margin: 0 4px 4px 4px;
	padding: 10px;
	border-top: 4px solid;
	border-right: 1px solid;
	border-bottom: 4px solid;
	border-left: 1px solid;
	border-color:#990000;
    line-height:150%;
}
.infoBox#contact {
	border-color: #FFCC00;
}
.infoBox#newsletter {
	border-color: #990000;
}

.li1 {
	margin-left:50px; 
	padding-bottom:5px;
}
.quoteText {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 10pt;
	margin-right: 10pt;
}


.input-wrapper {
	color:#333;
	background-color:#FFF;
	padding:8px;
	border-color: #b4b4b4 #e9e9e9 #e9e9e9 #b4b4b4;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
}
.input-wrapper2 {
	color:#333;
	background-color:#FFF;
	padding:2px;
	border-color: #b4b4b4 #e9e9e9 #e9e9e9 #b4b4b4;
	border-style: solid;
	border-width: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
}
.form-submit {
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
	height: 32px;
	font-size: 15px;
	background-color:#222;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form-submit2 {
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
	height: 32px;
	font-size: 15px;
	background-color:#999;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}.artfromheart {
	color: #800000;
}
