@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,  
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	background-color:#CCCCCC;
	color:#575a5d;
	background-image:url(images/bg_grad.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	line-height:1.6;
	margin:0;
}
h1{
	font-size:1.6em;
	color:#cc092f;
	font-weight: normal;
}
h2 {
	font-weight:bold;
}
a:link {
	color: #cc092f;
	text-decoration:none;
}
a:visited {
	color: #cc092f;
	text-decoration:none;
}
a:active {
	color: #cc092f;
	text-decoration:none;
}
a:hover {
	color: #ca2533;
	text-decoration:underline;
}



#page_wrapper {
	width:760px;
	margin:20px auto 20px auto;
}
#header {
	width:760px;
	height:160px;
	border-bottom:1px solid #fff;
}
#content_wrapper {
	width:760px;
	background-color:#EBEBEB;
}
#col_fullwidth {
	width:719px;
	background-color:#EBEBEB;
	padding:20px;
	float:left;
	font-size: 11px;
}
#col_left {
	width:199px;
	background-color:#EBEBEB;
	padding:20px 16px;
	float:left;
	font-size: 11px;
}
#col_left_details {
	font-size:10px;
	vertical-align:bottom;
}
#col_left_quotebox {
	width:167px;
	padding:36px 16px 0 16px;
	background-image:url(images/quotebox_01.jpg);
	background-repeat:no-repeat;
	min-height: 220px;
	color: #cc092f;
	font-size:16px;
	text-align:center;
}
#col_left_quotebox_bottom {
	width:180px;
	height:40px;
	background-image:url(images/quotebox_02.gif);
	background-repeat:no-repeat;
	background-position: right;
}
#col_left_quotebox h1 {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-top:12px;
	color:#575a5d;
}
#col_right {
	width:480px;
	background-color:#FFFFFF;
	padding:20px 24px;
	float:left;
	background-position:bottom right;
	background-repeat:no-repeat;
	border-left:#cc092f dotted 1px;
	min-height: 460px;
}
.gallery_thumb {
	width:126px;
	height:160px;
	border:dotted 1px #cc092f;
	padding: 8px;
	font-size:10px;
	float:left;
	text-align:center;
	margin: 0 16px 16px 0;
	}
.notes {
	width:auto;
	border-top:dotted 1px #cc092f;
	padding: 4px;
}
.notes_xl {
	width:auto;
	height:24px;
	border-top:dotted 1px #cc092f;
	padding: 6px;
}
.fp_flash {
	margin:6px 0 8px 0;
}
#clearall {
	width:100%;
	height:0px;
	clear:both;
}
#footer {
	clear:both;
	height:20px;
	background-color:#cc092f;
	color:#FFFFFF;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-size:12px;
	width: 760px;
	padding-bottom: 4px;
}



.table {
	font-size:12px;
	border-collapse:collapse;
}
.table td {
	padding:4px;
	border-top:dotted 1px #cc092f;
	border-bottom:dotted 1px #cc092f;
}
.table caption {
	text-align:center;
	padding-bottom:6px;
	font-weight:bold;
}
	
.table th {
	padding:4px;
	background-color:#EBEBEB;
	border-top:dotted 1px #cc092f;
	text-align:left;

}
.table tr.altrow {
	background-color:#EBEBEB;
}


/* common styling */
.menu {
	width:759px;
	height:20px;
	position:relative;
	font-size:9px;
	z-index:100;
	background-color: #CB2634;
	border-right:1px solid #fff;
	font-weight:bold;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:125px;
	height:20px;
	text-align:center;
	color:#ffffff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#CB2634;
	line-height:20px;
	font-size:9px;
	overflow:hidden;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#666666;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:125px;}
.menu ul li:hover ul li a.hide {background:#dddddd; color:#666666;}
.menu ul li:hover ul li:hover a.hide {background:#cccccc; color:#666666;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#dddddd; color:#666666;}
.menu ul li:hover ul li a:hover {background:#cccccc; color:#666666;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:125px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-125px;}


.menu a:link {
	text-decoration:none;
}
.menu a:visited {
	text-decoration:none;
}
.menu a:active {
	text-decoration:none;
}
.menu a:hover {
	text-decoration:none;
}
