/* global site settings */

body, table, td, div, img, form, h1, h2
{
	margin: 0; padding: 0; border: 0;
}

body
{
	background-color: #f8f8ef;
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

td
{
	vertical-align: top;
	text-align: left;
}

p 		{ padding: 0; margin: 0 0 15px 0; }
ul, ol 	{ padding: 0; margin: 0 0 15px 30px; list-style-position: inside; }
li 		{ padding: 0; margin: 0 0 5px 0; }

a		{ color: #003980; text-decoration: none; }
a:hover { color: #003980; text-decoration: underline; }

h1
{
	color: #297b57;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
}

hr
{
	height: 1px;
	border: 0;
	color: #297b57;
	background-color: #297b57;
	margin: 5px 0 15px 0;
}

/* layout specific styles */

TD.nav_bottom
{
	color: #4b506d;
	background-image: url(../images/border_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	height: 45px;
	text-align: center;
}
TD.nav_bottom a { color: #4b506d; }
TD.nav_bottom a:hover { color: #4b506d; }

TD.home_menu
{
	background-image: url(../images/menu_repeat.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-align: center;
	color: #5c5c5c;
	line-height: 15px;
}
TD.home_menu P { margin: 0; padding: 0; }

.iqfooter
{
	color: #afa7a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	vertical-align: bottom;
}
.iqfooter a { color: #afa7a2; }
.iqfooter a:hover { color: #afa7a2; }

DIV.page_content
{
	margin: 36px 0 175px 0;
}

TABLE.internal
{
	border-color: #00804a;
	border-style: solid;
	border-width: 1px;
}

TD.gallery_cell
{
	padding-bottom: 30px;
	text-align: center;
	vertical-align: middle;
}

TD.separator
{
	border-color: #297b57;
	border-style: dashed;
	border-width: 0 1px 0 0;
}

DIV.events_sidebar
{
	margin: 36px 0 56px 0;
	color: #297b57;	
}

DIV.events_sidebar p		{ margin: 0 0 5px 0; }
DIV.events_sidebar ul 		{ margin: 0 0 15px 5px; }

DIV.menu_item
{
	margin: 15px 15px 0 15px;
}
DIV.menu_item H1
{
	font-size: 15px;
	line-height: 24px;
}






