@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c0c0c0;
	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;
}


p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0 0 6px 0;
	color:#27252C;
	text-align: left;
}


ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0 0 6px 0;
	color:#27252C;
	text-align: left;
}


.quote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:19px;
	margin: 0 0 6px 0;
	color:#27252C;
	font-style:italic;
	text-align: left;
}


a, a:active, a:hover, a:visited {color:#CC0000; text-decoration:none;}
a:hover {
	color:#666666;
	text-decoration:dotted;
	text-align: right;
}
#footer p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000;
}


.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/back2.gif); background-repeat:repeat-x;
} 
.twoColFixRtHdr #header { 
	 
	padding: 0 10px 0 20px;  /* 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. */
	height:109px;
} 

.twoColFixRtHdr #rainbow { 
	 
	background-image:url(/images/rainbow.gif); background-repeat:repeat-x;
	height:10px;
} 


.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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
	padding: 12px 10px 0 12px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(/images/sideback.gif); background-repeat:repeat-y;
	margin-top:0px;
	
}



.twoColFixRtHdr #box1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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-image:url(../images/box3.png); background-repeat:no-repeat;
	padding: 14px 10px;
	margin-right:20px;
	margin-top:15px;
	
}

.twoColFixRtHdr #box2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	height:270px;
	background-image:url(../images/box.png); background-repeat:no-repeat;
	padding: 12px 10px;
	margin-right:12px;
text-align:left;
}


.twoColFixRtHdr #box2 p {
	font-size:11px;
	color:#3e3e3e;
	line-height:14px;
	text-align: left;
} 

.twoColFixRtHdr #box3 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	height:270px;
	background-image:url(../images/box.png); background-repeat:no-repeat;
	padding: 12px 10px;
	margin-right:12px;
	
}



.twoColFixRtHdr #slideshow {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
	height: 230px;
	margin: 0px 10px 0px 20px;
}


.twoColFixRtHdr #mainContent { 
	margin: 0 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContenthalf { 
	margin: 0 275px 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: 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #mainContentwide { 
	margin: 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: 22px 22px 0 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContentwide23 { 
	margin: 20px 230px 0 10px; /* 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: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/images/sleepwith2.gif); background-repeat:no-repeat;
	
} 


.twoColFixRtHdr #mainContentwide23 p {
	font-size:11px;
	color:#3e3e3e;
	line-height:14px;
	text-align: left;
	
} 

twoColFixRtHdr #sidebar1 p {
	font-size:11px;
	color:#3e3e3e;
	line-height:14px;
	text-align: center;
} 


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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; /* 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;
}


h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; line-height:26px; color:#CC0000; margin-top:0px; padding-top:0px;}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#cc0000;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#cc0000; margin:0 0 4px;}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#cc0000; margin:0px; line-height:14px;}


#nav ul li {

	padding: 0 0 0 12px;
	font-size:11px;
	color:#3e3e3e;
	font-family:Verdana, Geneva, sans-serif;
	line-height:14px;
	padding:		0 0 10px 0;
	background:		url('/images/dottedborder_grey.gif') repeat-x bottom left;

}


#nav ul {
	padding: 0 4px 0 0px;
	font-size: 12px;
	margin: 0px 0 0px 0;
	list-style:none;

	
	
}


#nav li  {
	background: transparent;
	background-image:url("/images/squ.gif"); background-repeat:no-repeat;
	background-position:0px 6px;
	margin: 0 0 4px 0px;
	text-align: left;
	color:#273e4a;
	width:100%;	

	
}


a.nav:active, a.nav:visited, a.nav:link {
color:#069;
text-decoration:none;
font-weight:bold;

}

a.nav:hover {
color:#666666; 
font-weight:bold;


}


#nav p {
padding-right:4px;


}



#nav2  {
float:left;
width:290px;
margin-right:10px;
color:#666;
}


#nav2 p {

	padding: 0;
	font-size:11px;
	color:#273e4a;
	font-family:Verdana, Geneva, sans-serif;
	line-height:14px;
	padding:		0 0 10px 0;
	background:		url('/images/dottedborder_grey.gif') repeat-x bottom left;
	
}




a.nav2:active, a.nav2:visited, a.nav2:link {
color:#069;
text-decoration:none;
font-weight:bold;

}

a.nav2:hover {
color:#B30000;
font-weight:bold;


}


#nav2 p {
padding-right:4px;


}



#nav3  {
float:left;
width:290px;
margin-right:10px;
color:#666;
}


#nav3 p {

	padding: 0;
	font-size:14px;
	color:#273e4a;
	font-family:Verdana, Geneva, sans-serif;
	line-height:16px;
	padding:		0 0 10px 0;
	background:		url('/images/dottedborder_grey.gif') repeat-x bottom left;
	
}




a.nav3:active, a.nav3:visited, a.nav3:link {
color:#069;
text-decoration:none;
font-weight:bold;

}

a.nav3:hover {
color:#B30000;
font-weight:bold;


}


#nav3 p {
padding-right:4px;


}
