/****************************************************************************** 
	Elements 
******************************************************************************/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #AB2E2E;
	margin: 10px 0px 0px;
	color: #062740;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF0000;
	display: inline;
	line-height: 1.2em;
}
.menu_divider {
	color: #FFFFFF;
}

/****************************************************************************** 
	Main Menu
******************************************************************************/

ul#navlist
{
	white-space: nowrap;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	margin: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding-right: 8px;
	padding-left: 8px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #33FFCC;
text-decoration: underline;
}

/** additions **/

.menu				{
					padding: 22px 15px 0 31px;
					}
					
.row 				{
	height: 42px;
	width: 80%;
	background: url(../images/bgrow1.gif) repeat-x;
	color: #70798d;
	font: 8pt verdana,sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_subtitle {
	height: 42px;
	color: #70798d;
	font: 8pt verdana,sans-serif;
}		
.menu_title {
	font-size: 1.2em;
	color: #D2252E;
	font-weight: bold;
}
				
.row2 				{
	height: 42px;
	width: 80%;
	background: url(../images/bgrow2.gif) repeat-x;
	color: #70798d;
	font: 8pt verdana,sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
					
						
.row b, .row2 b 	{color; #000000;}

.dots				{
	background: url(../images/dots.gif) repeat-x 0;
}



/****************************************************************************** 
	Gallery
******************************************************************************/

#gallery {
	font-size: 0.8em;
}

#gallery img {
	border: 1px solid #0089C5;
	margin-bottom: 5px;
}


/****************************************************************************** 
	Footer
******************************************************************************/

#footer_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #91ACD0;
	padding-top: 5px;
	white-space: nowrap;
}
#footer_container a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_container a:hover {
	color: #33FFCC;
	text-decoration: underline;
}
.red_bar {
	background-color: #FFCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title_text {
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BE0027;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.menu_item {
	font-size: 1.2em;
	background-color: #FFCCCC;
	font-weight: bold;
	padding: 5px 5px 1px;
	line-height: 2em;
}
.menu_box {
	padding: 10px 5px 5px;
	border: 1px solid #BE0027;
	margin-right: 10%;
	margin-left: 10%;
}
.menu_menu {
}
.menu_menu a{
	text-decoration: none;
	border: 1px solid #91ACD0;
	color: #062740;
	padding: 2px 10px;
	line-height: 2em;
	margin-right: 2px;
	margin-left: 2px;
}
.menu_menu a:hover{
	background-color: #FFCCCC;
}
