/* CSS Document */



/* LINKS */

a:link 
	{
		color: #0066CC;
		text-decoration: none;
	}
a:visited 
	{
		color: #0066CC;
		text-decoration:none;
	}
a:hover
	{
		color: #d12149;
		text-decoration: underline;
	}
a:active
	{
		color: #0066CC;
		text-decoration:overline;
	}



/*MAIN STYLES*/

.centered
	{
		text-align: center;
	}

.left
	{
		text-align: left;
	}
		
	
	
.headline
	{
		border: #CCCCCC dotted 1px;
		padding: 10px 10px 10px 10px;
		margin-top: 10px;
	}
	
		
.headline h1
	{
		color: #0e486d;
		font-size: 125%;
		text-align: center;
		text-transform:uppercase;
		margin-top: 0;
	}


.headline h2
	{
		color: #555;
		margin-top: -.75em;
		margin-bottom: 0;
		font-size: 110%;
		text-align: center;
	}
	
	
	
.holiday
	{
	/*border: #006600 solid 1px;*/
	border: #CCCCCC dotted 1px;
	padding: 0;
	margin-top: 10px;
	/*background: url(images/holiday_bg.jpg);*/
	
	}
	
.holiday h1
	{
	color: #d12149;
	font-size: 100%;
	text-align: center;
	text-transform:uppercase;
	margin: 0;
	padding: 1em 0 1em 0;
/*	background-image: url(images/holiday_bow.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;*/
 
	}	
	
.holiday h2
	{
		color: #555;
		margin-top: -.75em;
		margin-bottom: 10px;
		font-size: 100%;
		text-align: center;
	}	
	

.headline p
	{
		margin-top: -.75em;
		font-size: 110%;
		text-align: center;
		font-weight: bold;
	}



h2
	{
		font-size: 140%;
		color: #0e486d;
		text-align: center;
	}


h3
	{
		font-size: 100%;
		color: #333;
		margin-bottom: -1.2em;
	}


h4
	{
		font-size: 100%;
		color: #333;
		margin-top: -1em;
	}


h5
	{
		font-size: 95%;
		color: #333;
		margin-bottom: -1.5em;
		margin-top: .8em;
	}



h6
	{
		font-size: 95%;
		color: #0e486d;
		margin-bottom: 0em;
		margin-top: 0em;
	}


ol 
	{
		font-size: 100%;
		color: #d12149;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		padding: 0em 20px 1em 40px;
		margin: 2em;
	
	}


ol li
	{
		color: #d12149;
		line-height: 1.5em;
		padding: 2em 0 .5em 0;
	}


.checklist ul 
	{
		font-size: 100%;
	/*	border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;*/
		padding: 0em 20px 0em 40px;
		margin: 0em;
	
	}

.bullet ul 
	{
		font-size: 100%;
	/*	border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;*/
		padding: 0em 20px 0em 40px;
		margin: 0em;
	
	}


.bullet li
	{
		color: #d12149;
		line-height: 1.2em;
		padding: .5em 0 .5em 0;
	}



.checklist li
	{
		color: #d12149;
		line-height: 1.5em;
		padding: .5em 0 .5em 2.5em;
		list-style-type: none;
		background: url(images/checkmark.png) no-repeat left 7px;
	}




.pdf
	{
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		padding: 2em 2em 2em 4em;
	}


.pdf ul 
	{
		font-size: 100%;
		border: none;
		padding: 0em 20px 0em 40px;
		margin: 0em;
	
	}


.pdf li
	{
		/*color: #d12149;*/
		line-height: 1.5em;
		padding: .5em 0 .5em 2.5em;
		list-style-type: none;
		border: none;
		background: url(images/pdf_icon.png) no-repeat left 6px;
	}




.pts p
	{
		font-size: 80%;
		line-height: 2em;
		background-color:#eee;
	}
	
	
.pts ul 
	{
		font-size: 100%;
		padding: 0em 0 0em 130px;
		margin: 0em;
	
	}
	

.pts li
	{
	/*	color: #0e486d;*/
		line-height: 1.5em;
		padding: .5em 0 .5em 2em;
		list-style-type: none;
		background: url(images/star.png) no-repeat left 7px;
	}


.pts h1 
	{
		font-size: 100%;
		font-weight: bold;
		line-height: 1.2em;
		padding: 1.5em 0 0 0;
		margin: 0;
	}
	
.pts a 
	{
		outline: none;
	}
	
	
.small {
		font-size: 10px;
		}
	
	
.hrSpace
	{
		margin: 3em 0 3em 0;
	}




/*** LAYOUT ***/

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background: #fff;
	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: #555;
}
.twoColFixLtHdr #container { 
	width: 827px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 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. */
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	height: 165px;
	width: 827px;
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #sidebar {
	float: left; 
	margin-left: 21px;
	width: 165px;
	display: inline;
	padding: 0px;
}

.twoColFixLtHdr #sidebarTop {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* 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: 25px;
	background-image: url(images/sidebarTop.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	}

.twoColFixLtHdr #sidebarContent {
	float: left; /* since this element is floated, a width must be given */
	 /* 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: #d0d8da;
	/*padding: 5px 5px 5px 5px;*/
	width: 186px;
	margin-bottom: 10px;
}


.twoColFixLtHdr #mainContent { 
	text-align: justify;
	margin: -10px 0 40px 211px; /* the left margin on this div element creates the column down the left 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 10px 40px 10px 40px;
	margin-left: 21px;
	margin-top: 0px;
	text-align: center;
	border: 1px solid #C4CBCD;
	background-color: #d0d8da;
	color: #0e486d;
} 
.twoColFixLtHdr #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 */
	
}

.twoColFixLtHdr #footer #right {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:10px;
	line-height: 1.5em;
	width: 200px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #eae7e2;
	border-right-color: #eae7e2;
}


.twoColFixLtHdr #footer #left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:10px;
	line-height: 1.5em;
	width: 200px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #eae7e2;
	border-right-color: #eae7e2;
}

.twoColFixLtHdr #footer #center {
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
	line-height: 2.5em;	
	width: 300px;
}

.twoColFixLtHdr #footer h3 {
	font-style: italic;
	margin: 0;
	font-size:100%;
	text-align: center;
}

.twoColFixLtHdr #footer h4 {
	margin: 0;
	font-size:10px;
	text-align: center;

}


.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}


.photos 
	{
	/*	border: 1px solid #2976a0;*/
		margin-bottom: .5em;
		margin-top: .5em;
		outline: none;
		border-bottom: 1px solid #bbb;
		border-top: 1px solid #bbb;
		padding-top: 10px;
		padding-bottom: 10px;
	}






/*MAIN MENU*/


.menu {
	list-style-type: none;
	margin-top: -10px;
	margin-bottom: 0px;;
	border-bottom: solid 1px #578ead;
}


.menu li {
	font-size: 150%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #d12149;
	text-transform: lowercase;
	line-height: 18px;
	border-bottom:solid 1px #eae7e2;
	margin-left: -40px;
	padding: 9px 0 9px 10px;
}


.menu li a {
	text-decoration: none;
	color: #0e486d;
	display:block;
	margin-left: -10px;
	padding-left: 10px;
	outline-style:none;
}

.menu li a:hover {
	text-decoration: none;
	color: #d12149;
	background-color: #eae7e2;
	padding: 9px 0 9px 10px;
	margin: -9px 0 -9px -10px;
}


/*RELATED LINKS*/


.twoColFixLtHdr #relatedLinks {
	float: left; /* since this element is floated, a width must be given */
	width: 186px;
	background: #edeae1;

	margin-bottom: 10px;
}



.twoColFixLtHdr #relatedLinks h2 {
	text-align: center;
	line-height: 25px;
	font-size: 100%;
	color: #0e486d;
	text-transform: uppercase;
	display: block;
	background-color: #cdcab0;
	border-bottom: 1px solid #9f9d89;
	padding: 0;
	margin-top: 2px;
}


.twoColFixLtHdr #relatedLinks ul {
	font-size: 90%;
	list-style-type: none;
	margin-top: -10px;
	margin-bottom: 0px;
	border-bottom: solid 1px #9f9d89;
}


.twoColFixLtHdr #relatedLinks li {
	color: #d12149;
	line-height: 1.2em;
	border-bottom:solid 1px #cdcab0;
	margin-left: -40px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.twoColFixLtHdr #relatedLinks li a {
	text-decoration: none;
	color: #0e486d;
	display:block;
	margin-left: -10px;
	padding-left: 10px;
	outline-style:none;
}

.twoColFixLtHdr #relatedLinks li a:hover {
	text-decoration: none;
	color: #d12149;
	
}


/*NEWSLETTER LINKS*/


.twoColFixLtHdr #newsletters {
	float: left; /* since this element is floated, a width must be given */
	width: 186px;
	background: #edeae1;

	margin-bottom: 10px;
}



.twoColFixLtHdr #newsletters h2 {
	text-align: center;
	line-height: 25px;
	font-size: 100%;
	color: #0e486d;
	text-transform: uppercase;
	display: block;
	background-color: #cdcab0;
	border-bottom: 1px solid #9f9d89;
	padding: 0;
	margin-top: 2px;
}


.twoColFixLtHdr #newsletters ul {
	font-size: 90%;
	list-style-type: none;
	margin-top: -10px;
	margin-bottom: 0px;
	border-bottom: solid 1px #9f9d89;
}


.twoColFixLtHdr #newsletters li {
	color: #d12149;
	line-height: 1.2em;
	border-bottom:solid 1px #cdcab0;
	margin-left: -40px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.twoColFixLtHdr #newsletters li a {
	text-decoration: none;
	color: #0e486d;
	display:block;
	margin-left: -10px;
	padding-left: 10px;
	outline-style:none;
}

.twoColFixLtHdr #newsletters li a:hover {
	text-decoration: none;
	color: #d12149;
	
}



/*HOME SLIDE SHOW*/
.slideShow
	{
		float: right;
		margin-left: 25px;
		margin-top: 1.5em;
		margin-bottom: .5em;
		outline: none;
		border-bottom: 1px solid #bbb;
		border-top: 1px solid #bbb;
		padding-top: 10px;
		padding-bottom: 10px;
	}


/*GOOGLE MAPBOX*/
.map {
	border: 1px solid #C4CBCD;
	background-color:#cdcab0;
}

.map p 
{
	font-size: 80%;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #2976a0;
	margin: 7px 10px 5px 10px;
	padding: 0 10px 0 10px;
	outline: none;
	background-color: #fff;
}

.audio	{
	display:block;
	padding: 0 0 0 0px;
	margin: 0;
	
}

.audio p {text-align: left; margin:0;}

.audioList h1
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #d12149;
}

.audioList h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .5em 0 0 0em;
	font-size: 10px;
}