@charset "UTF-8";
body  {
	background-color:#ff9933;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.twoColFixRtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixRtHdr #header { 
	padding: 0 0px 0 0px;  /* 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. */
	margin:0px 0 20px 0;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar_home {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin:30px 10px 0 0;
}
.twoColFixRtHdr #sidebar_about {
	float: right; /* since this element is floated, a width must be given */
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin:0px;
}
.twoColFixRtHdr #sidebar_prevention {
	float: right; /* since this element is floated, a width must be given */
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-image:url(images/sidebar_prevention.gif);
	background-repeat:repeat-x;
	margin:0px;
}
.twoColFixRtHdr #sidebar_detection {
	float: right; /* since this element is floated, a width must be given */
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-image:url(images/sidebar_detection.gif);
	background-repeat:repeat-x;
	margin:0px;
}
.twoColFixRtHdr #sidebar_care {
	float: right; /* since this element is floated, a width must be given */
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-image:url(images/sidebar_care.gif);
	background-repeat:repeat-x;
	margin:0px;
}
.twoColFixRtHdr #sidebar_cure {
	float: right; /* since this element is floated, a width must be given */
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-image:url(images/sidebar_cure.gif);
	background-repeat:repeat-x;
	margin:0px;
}
.twoColFixRtHdr #sidebar_news {

	padding: 2px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
}
.twoColFixRtHdr #sidebar_news a, #contact_side p a, #sidebar_facts p a{
	border-bottom:1px solid #ffd700;
	padding: 1px 0px;
	text-decoration:none;
	color:#000;
}
.twoColFixRtHdr #sidebar_news a:hover, #contact_side p a:hover, #sidebar_facts a:hover{
	border-bottom:1px solid #ffd700;
	background-color:#ffd700;
}
.twoColFixRtHdr #sidebar_news p{
	padding: 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px dashed #ccc;
	margin:0px 0px;
	line-height:16px;
}
.twoColFixRtHdr #sidebar_news img{
	padding:0px 0px;
}
#side_pics{
	font-size:10px;
	margin-top:20px;
	padding-bottom:10px;
	width: 220px;
	border-bottom: 1px solid #ccc;
}
.twoColFixRtHdr #sidebar_facts {
	padding: 2px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
} 


.twoColFixRtHdr #sidebar_facts p{
	padding: 5px 5px 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px 0px;
	line-height:16px;
}

.twoColFixRtHdr #sidebar_facts li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #sidebar_facts ul{
	font-size:10px;
	margin: 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
} 

.twoColFixRtHdr #mainContent a{ 
	border-bottom:1px solid #ffd700;
	padding: 1px 0px;
	text-decoration:none;
	color:#000000;
}

.twoColFixRtHdr #mainContent img{ 
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.home a{ 
	border-bottom:1px solid #ffd700;
	padding: 1px 0px;
	text-decoration:none;
	color:#ffd700;
	font-size:10px;
}

.home_image{
	float:left;
}

.twoColFixRtHdr #mainContent a:hover{ 
	border-bottom:1px solid #ffd700;
	background-color:#ffd700;
}

.twoColFixRtHdr #mainContent .right{
	float:right;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;

}

.twoColFixRtHdr #mainContent .rightimg{
	float:right;
	margin-left: 5px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 10px;
	line-height:150%;
	
}

.twoColFixRtHdr #mainContent .leftimg{
	float:left;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-right: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 10px;
	line-height:150%;
}


.twoColFixRtHdr #mainContent .headline{
	
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.twoColFixRtHdr #mainContent .leftimg2{
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	width: 150px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.twoColFixRtHdr #mainContent .left_pic{ 
}
.twoColFixRtHdr #mainContent #letter2joanna{ 
	border:1px solid #ffd700;
	padding: 10px 10px;
	text-decoration:none;
	color:#000000;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	background-color: #FFFACD;
}

.twoColFixRtHdr ul#mainContent{ 
	list-style-type:square;
}

.heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:18px;
	color:#999999;
	line-height: 22px;
}

.heading_home{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:18px;
	color:#999999;
	padding:10px 0px 0px 0px;
	margin:0px;
	border-top: 1px solid #ccc;
	line-height: 22px;
}

.heading_start{
	color:#CCCCCC;
}
.twoColFixRtHdr #footer { 
margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#ff9933; 
} 
.twoColFixRtHdr #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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#sidenav{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

ul#sidenav li{
	margin:0px;
	padding: 3px 5px;
}

ul#sidenav li a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border:none;
	
}

ul#sidenav li a:hover{
	color:#000;	
}

ul#sidenav li #current{
	color:#000;
}

ul#footerMenu {
padding: 0px 0px 7px 0px;
margin-left: 150px;
list-style-type: none;
color: #FFF;
width: 500px;
font: normal 16px arial, helvetica, sans-serif;
text-align: left;
padding-top: 35px;

}

ul#footerMenu li { display: inline; padding:0px; margin:0px;}

ul#footerMenu li a
{
text-transform:uppercase;
text-decoration: none;
color:#fff;
background-color:#0066ff;
padding:2px 21px;
margin:0px;
}

ul#footerMenu li a:hover
{
background-color: #3399ff;
color: #fff;
}

#contact{
	width:750px;
	margin: 0 auto;
	background-image:url(images/footer_image.gif);
	height: 100px;
}

#contact a{
	text-decoration: none;	
}

#contact img{
	border: none;
	padding-left: 40px;
	float: left;
}


#contact p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

#logoinfo{
	margin-top:20px;
	}

#logoinfo p{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

#logoinfo img{
float:left;
	background-color:#fff;
	padding: 0px 10px 10px 0px;
	margin:0px;
}

ul#sub_info{
	margin:0px;
	padding:0px;
}

ul#sub_info li.odd{
	height:60px;
	list-style-type:none;
	background-color:#FFFACD;
	padding: 5px;
}

ul#sub_info li.even{
	height:60px;
	list-style-type:none;
	background-color:#FFFFE0;
	padding:5px;
}

#gallery{
	float:right;
	width:130px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#logo{
	float:left;	
	margin:5px 10px;
}
ul#home{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#home li a{
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	color:#fff;
	background-color:#0066ff;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 12px;
}
ul#home li a:hover{
	background-color: #3399ff
}
#contact_side p {
	font-weight: bold;
	color: #0066ff;
	margin: 5px 0;
}

#contact_side p.contact_small {
	color: #000;
	font-weight: normal;
	line-height: 16px;
}
#contact_side {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	margin: 0;
}

#header object {
	margin: 0;
	padding: 0;
}
