/* CSS Document */

body {
	border: 0px;
	margin: 0px;
	background-color: #FFF;
	font-family: "Franklin Gothic Book", Helvetica, Arial, sans-serif; 
	font-size: .9em;
	line-height: 1.25em;
	color:#061b38;
	background-image:url("../images/body_side_bg.jpg");
	background-position:right;
	background-repeat:repeat-y;
}

a {
	color:#892222;
}
a:hover {
	color:#226189;
}

h1 {
	font-size: 1.40em;
	margin-bottom: -.75em;
}
h2 {
	font-size: 1.30em;
	margin-bottom: -.75em;
}	
h3 {
	font-size: 1.20em;
	margin-bottom: -.8em;
}
h4 {
	font-size: 1.1em;
	margin-bottom: -.8em;
}



#jumpLinks {
	display: none;
}


#header {
	width: 100%;
	height: 74px;
	min-width:850px;
	border-bottom: 2px solid #fff;
	background-image: url("../images/header_bg.jpg");
	background-position:top;
	background-repeat: repeat-x;
}

#stGeorgeHeader {
	width: 518px;
	height: 74px;
	background-image: url("../images/header_stgeorge-pascha.jpg");
	background-repeat: no-repeat;
	text-indent: -5000px;
	
}

#stGeorgeIcon {
	width: 334px;
	height: 74px;
	background-image:url("../images/header_iconstgeorge.jpg");
	background-repeat: no-repeat;
	float: right;
}





#content {
	background-image:url("../images/content_bg.jpg");
	background-repeat:repeat-x;
	margin-top: 25px;
	min-width: 850px;
	padding-top: 25px;
}

#leftColumn {
	width: 58%;
	float:left;
	min-width: 482px;
	padding: 0px 10px 10px 10px;
	background-color:#FFF;
}

#sideContent {
	background-image:url("../images/sidecontent_bg.jpg");
	background-repeat: no-repeat;
	width: 312px;
	padding: 20px 10px 0px 10px;
	margin-top: -25px;
	float:right;
	color:#562b10;
	font-size: .9em;
}
#sideContent a {
	color:#892222;
}
#sideContent a:hover {
	color:#226189;
}

#contactInfo {
	position: relative;
	margin-top: 50px;
	padding-bottom: 50px;
}



#menu {
	color:#FFF;
	position:absolute;
	top: 76px;
	left: 0px;
	right: 0px;
	width: 100%;
}
#menu ul {
	margin: 0px 0px 0px 0px; padding: 3px  0px 2px 0px;
	background-image:url("../images/menu_bg_3.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#415673;
}
#menu ul li {
	list-style: none;
	display: inline;
}
#menu a {
	color:#FFF;
	text-decoration:none;
	line-height: 20px;
	padding: 5px 8px 2px 8px;
	border: 0px;
	font-weight:normal;
}
#menu a:hover {
	background-image:url("../images/menu_bg_2_hover.jpg");
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#5c6e87;
	padding: 3px 7px 2px 7px;
	border-left: 1px solid #899bb4;
	border-right: 1px solid #899bb4;
	font-weight:normal;
}


#submenu {
	background-image: url("../images/submenu_bg.jpg");
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	min-height: 21px;
	width: 100%;
	border-bottom: 1px solid #1b304d;
	padding-top: 2px;
	float: left;
	display: none;
}

#submenu ul {
	margin: 2px 0px 0px 0px; padding: 0px;
}
#submenu li {
	list-style: none;
	display: inline;
}
#submenu a {
	color:#1b304d;
	text-decoration:none;
	padding: 5px 8px 4px 8px;
	margin-top: 5px;
	font-weight:normal;
}
#submenu a:hover {
	color:#572e12;
	background-image:none;
	background-color:#D9EBFD;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight:normal;
}


.homeboxleft {
	float: left;
	width: 50%;
	line-height: .9em;
	margin-right: 15px;
	margin-bottom: 10px;
}
.homeboxright {
	float: right;
	width: 250px;
	line-height: .9em;
	margin-left: 0px;
	margin-bottom: 10px;
}
.homeboxleft h1, .homeboxright h1 {
	font-size: 1.25em;
	margin-bottom: -8px;
}

.photo {
	border: 1px solid #000;
	background-color:#FFF;
	padding:7px;
	margin: 5px;
}