/* CSS Document */

html {
	scrollbar-base-color: #7bcfff;
	scrollbar-arrow-color: #FFFFFF;
} 

body {
	margin: 20px 0px 20px 0px;
	background-image: url(../images/bg-tile.jpg);
	background-position: top left;
	background-repeat: repeat;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002157;
	line-height: 18px;
	text-align: justify;
}

a:link, a:active, a:visited {
	color: #0695d6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 22px;
	color: #0695d6;
	font-weight: normal;
	margin: 10px 0 0 120px;
	text-align: left;
	line-height: normal;
}
h1.home {
	font-size: 22px;
	color: #0695d6;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-align: left;
	line-height: normal;
}
h2 {
	font-size: 16px;
	color: #C91111;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #0996D7;
	font-weight: normal;
	margin: 15px 0;
	letter-spacing: 1px;
	text-align: center;
}

ul {
	list-style: square;
	padding-left: 12px;
	margin: 0px;
	* margin-left: 5px;
}
li {
}
ol {
	padding-left: 12px;
}
ol li {
	padding-bottom: 12px;
}

em {
	color: #8bbed1;
	font-style: normal;
	letter-spacing: 1px;
}

input, textarea, select {
	border: 1px solid #0086c3;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}
input.button {
	width: auto;
	padding: 0;
	border: 0;
}


/* Outer Container */
#container {
	width: 898px;
	border: 1px solid #0695d6;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	width: 880px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 7px 18px 0px 0px;
}
#header a:link, #header a:active, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}
#header a:hover {
	color: #7bcfff;
}

/* MENU */
#menu {
	width: 898px;
	margin-top: 162px;
	height: 21px;
	background: top repeat-x url(/skin/images/menu-bg.gif);
}
#menu ul {
	height: 21px;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu li {
	float: left;
	list-style: none;
	height: 21px;
	background: top right no-repeat url(/skin/images/menu-div.gif);
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 1px 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-right: 1px;
}
#menu a:hover {
	color: #4985aa;
	background-color: #ca1112;
	background: top repeat-x url(/skin/images/menu-bg-over.gif);
}

/* Sub menu */
#menu li ul {
	display: none;
	width: 140px;
	height: auto;
	background-color: #ca1112;
	border: 2px solid #FFFFFF;
	border-top: 0;
	position: absolute;
	padding: 0;
	margin: 1px 0 0 0;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited {
	color: #FFFFFF;
}


#menu li li {
	padding: 8px 0;
	margin: 0 10px;
	float: none;
	background: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	background: bottom repeat-x url(/skin/images/menu-sub-divider.gif);
}
#menu li li.endsub {
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 0 0 0 10px;
	background: left no-repeat url(/skin/images/menu-sub-icon.gif);
}
#menu li ul a:hover {
	color: #4985aa;
	text-decoration: underline;
}



#content {
	width: 898px;
}

.gallery td {
	padding: 5px;
}
.gallery img {
	border: 2px solid #feda10;
}


.leftpanel {
	width: 215px;
	padding: 100px 18px 20px 18px;
	vertical-align: top;
	text-align: center;
}
.photoweek {
	margin-top: 20px;
	text-align: center;
}
.photoweek img {
	border: 2px solid #feda10;
}
.photoweek img.title {
	border: 0;
}

.midpanel {
	vertical-align: top;
	padding: 64px 38px 20px 38px;
}

.rightpanel {
	width: 280px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #feda10;
	vertical-align: top;
	padding: 25px 18px 0px 18px;
}
.rightpanel p {
	margin: 0 0 14px 0;
}
.rightpanel table {
	width: 100%;
}
.rightpanel table td {
	vertical-align: top;
	padding-bottom: 25px;
	line-height: 16px;
}
.rightpanel ul {
	list-style: square;
	font-size: 11px;
	padding-left: 12px;
}
.rightpanel li {
}
.rightpanel ol {
	padding-left: 20px;
	font-size: 11px;
}
.rightpanel ol li {
	padding-bottom: 5px;
}
.rightpanel a:link, .rightpanel a:active, .rightpanel a:visited {
	color: #207e36;
}
.rightpanel a:hover {
	color: #b10203;
}

#footermenu {
	background-color: #ca1112;
	border-bottom: 2px solid #feda10;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 4px 0px 4px 0px;
}
#footermenu a:link, #footermenu a:active, #footermenu a:visited {
	color: #FFFFFF;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}
#footermenu a:hover {
	color: #feda10;
}
#footer {
	background-color: #0695d6;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 5px 9px 2px 0px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #feda10;
}
#footer img {
	border: 0;
	margin-left: 10px;
}

.divider {
	height: 15px;
	* height: 9px;
	clear: both;
	background: url(../images/divider.gif) center repeat-x;
}

.record {
	border-top: 1px solid #a8d7ec;
	padding-top: 15px;
}

.testimonial {
	margin: 15px auto;
	border-top: 1px solid #a8d7ec;
	padding-top: 15px;
}

.contactform {
	margin: 15px auto;
	width: 300px;
}
.contactform th {
	color: #0086c3;
}

.search {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.search input {
	width: 120px;
}
.search input.button {
	width: auto;
	vertical-align: middle;
	margin-bottom: 3px;
}

.subscription {
	border-top: 1px solid #FFFFFF;
	padding-top: 15px;
	margin-bottom: 15px;
}
.subscription input {
	width: 120px;
}
.subscription input.button {
	width: auto;
	vertical-align: middle;
	margin-bottom: 3px;
}

.error {
	background-color: #f7d7d7;
	border: 1px solid #CA1112;
	padding: 5px;
	margin: 10px auto;
}
.notification {
	background-color: #d1e7f1;
	border: 1px solid #0695D7;
	padding: 5px;
	margin: 10px auto;
}
