@font-face {
    font-family: 'LiberationSerifRegular';
    src: url('fonts/LiberationSerif-Regular-webfont.eot');
    src: url('fonts/LiberationSerif-Regular-webfont.eot?iefix') format('eot'),
         url('fonts/LiberationSerif-Regular-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-Regular-webfont.svg#webfontUxDrjTUw') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifItalic';
    src: url('fonts/LiberationSerif-Italic-webfont.eot');
    src: url('fonts/LiberationSerif-Italic-webfont.eot?iefix') format('eot'),
         url('fonts/LiberationSerif-Italic-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-Italic-webfont.svg#webfont4PJYgOdu') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifBold';
    src: url('fonts/LiberationSerif-Bold-webfont.eot');
    src: url('fonts/LiberationSerif-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/LiberationSerif-Bold-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-Bold-webfont.svg#webfontD8Z8ClOZ') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifBoldItalic';
    src: url('fonts/LiberationSerif-BoldItalic-webfont.eot');
    src: url('fonts/LiberationSerif-BoldItalic-webfont.eot?iefix') format('eot'),
         url('fonts/LiberationSerif-BoldItalic-webfont.woff') format('woff'),
         url('fonts/LiberationSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/LiberationSerif-BoldItalic-webfont.svg#webfontzSVy3Mo9') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face
{
	font-family: "GaramondRegular";
	src: url('fonts/AGaramondPro-Regular.eot');
    src: url('fonts/AGaramondPro-Regular.eot?iefix') format('eot'),
         url('fonts/AGaramondPro-Regular.woff') format('woff'),
         url('fonts/AGaramondPro-Regular.ttf') format('truetype'),
         url('fonts/AGaramondPro-Regular.svg#webfontzSVy3Mo9') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: "GaramondItalic";
	src: url('fonts/AGaramondPro-Italic.eot');
    src: url('fonts/AGaramondPro-Italic.eot?iefix') format('eot'),
         url('fonts/AGaramondPro-Italic.woff') format('woff'),
         url('fonts/AGaramondPro-Italic.ttf') format('truetype'),
         url('fonts/AGaramondPro-Italic.svg#webfontzSVy3Mo9') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: "GaramondBold";
	src: url('fonts/AGaramondPro-Bold.eot');
    src: url('fonts/AGaramondPro-Bold.eot?iefix') format('eot'),
         url('fonts/AGaramondPro-Bold.woff') format('woff'),
         url('fonts/AGaramondPro-Bold.ttf') format('truetype'),
         url('fonts/AGaramondPro-Bold.svg#webfontzSVy3Mo9') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: "GaramondBoldItalic";
	src: url('fonts/AGaramondPro-ItalicBold.eot');
    src: url('fonts/AGaramondPro-ItalicBold.eot?iefix') format('eot'),
         url('fonts/AGaramondPro-ItalicBold.woff') format('woff'),
         url('fonts/AGaramondPro-ItalicBold.ttf') format('truetype'),
         url('fonts/AGaramondPro-ItalicBold.svg#webfontzSVy3Mo9') format('svg');
    font-weight: normal;
    font-style: normal;
}


body
{
	background: #F6EFE4;
	color: #474747;
	margin: 0;
	padding: 0;
	font-family: "Calibri";
	font-size: 12px;
}

a
{
	color: #c41b5b;
}

img
{
	border: 0;
}

h1, h2, h3
{
	font-family: "LiberationSerifRegular";
}

h1
{
	color: white;	
	font-size: 24px;
	margin: 0;
}

h2
{
	color: #890d3c;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3
{
	color: #1b1b1b;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#Header
{
	width: 100%;
	height: 560px;
}

#LogoArea
{
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

#ContactArea
{
	width: auto;
	height: auto;
	float: right;
	color: white;
	font-family: "GaramondItalic";
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

#ContactArea a
{
	color: #ff9aca;
	font-weight: bold;
}

#ContactArea ul
{	
	list-style: none;
	font-family: "Calibri";
	font-size: 16px;
	font-style: normal;
	margin: 0;
	padding: 10px 12px;
	background: #9d6f67;
	display: block;
	text-align: center;
	/height: 1.5em;
}

#ContactArea ul li
{
	position:relative;
	display: inline-block;
	/float: left;
}

#NavContainer
{
	margin: 0 auto;
	width: 1188px;
	height: 63px;
	text-align: right;
	background: url(images_layout/bkgNavContainer.png) no-repeat top center;	
	z-index: -200;
}


#BannerArea
{
	width: 1188px;
	height: 245px;
	margin: 0 auto;
	padding: 0;
	background: url(images_layout/bkgBannerArea.png) top center no-repeat;
	text-align: left;
	overflow: visible;
}

.bannerFlair
{	
	margin-top: -100px;
	text-align: left;	
	/float: left;
}

.bannerFlair_Inner
{
	margin: 0;
	padding: 0;
	/float: left;
}

#BannerContent
{
	float: right; 
	width: 800px;
	margin-right: 80px;
	/margin-top: 0;
	color: white;
	font-size: 13px;
	font-family: "Calibri";
}

#BannerContent_Inner
{
	float: right; 
	width: 800px;
	/margin-top: 0;
	color: white;
	font-size: 13px;
	font-family: "Calibri";
}

#BannerContent a, #BannerContent_Inner a
{
	text-decoration: none;
	color: white;
}

#BannerContent h1, #BannerContent_Inner h1
{
	margin: 0;
	padding: 0;
	color: white;
	font-size: 16px;
}

.button
{
	padding: 3px 5px;
	margin: 6px 0;
	float: left;
	height: 21px;
	background: url(images_layout/bkgFormButton.png) repeat-x;
	border: 1px solid #87133f;
	color: white;
	font-size: 16px;
	font-family: "Calibri";
	text-align: center;
}

.buttonCap
{
	width: 7px;
	height: 21px;
	padding: 10px 0;
	float: left;
	margin-left: 10px;
	display: block;
}

#Main
{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin-top: -160px;
	background: #f6efe4 url(images_layout/bkgMain.png) left repeat-y;
	position: relative;
}


#Main h1
{
	margin: 0;
	padding: 0;	
}

#Content
{
	width: 784px;
	background: url(images_layout/bkgContent.png) top repeat-x;
	float: right;
	padding: 10px 0;
}

#ContentHeader
{
	width: 100%;
	height: 190px;
	background: url(images_layout/imgHorzSeperator.png) no-repeat center bottom;
}

#ContentHeader img
{
	float: left;
}

#Content h1
{
	margin-left: 10px;
	margin-bottom: 6px;
	height: 28px;
	display: block;
	overflow: hidden;
}

#ContentMiddle
{
	width: 764px;
	padding: 0 10px;
}

#ContentMiddle h1
{
	margin-left: 0;
	color: #890d3c;
	font-size: 20px;
	height: auto;
	overflow: auto;
}

#ContentFooter
{
	width: 100%;
	border-top: 1px solid #e5d5c8;
	margin: 0 auto;
	margin-top: 40px;	
	padding-top: 20px;
	text-align: center;
}

#ContentFooter .footerArea
{
	border: 0;
	border-collapse: collapse;
	width: 100%;
}


#Sidebar
{
	width: 200px;
	float: left;
	background: url(images_layout/bkgSidebar.png) top repeat-x;
	font-family: "Calibri";
	font-size: 11px;
	color: white;
	padding: 10px 20px;
}

#Sidebar input, textarea
{
	border: 0;
	background: white;
	color: c41b5b;
	margin-bottom: 10px;
}

#Sidebar button
{
	display: block;
	width: auto;
	height: 27px;
	background: url(images_layout/bkgFormButton.png) repeat-x;
	border: 1px solid #87133f;
	color: white;	
	margin-top: 10px;
	font-size: 16px;
}

#Sidebar button:hover
{
	cursor: pointer;
}

#Sidebar .breakoutBox
{
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #a37f60;
	font-size: 12px;
}

#Sidebar .breakoutBox h1
{
	font-size: 22px;
	font-family: "LiberationSerifRegular";
	color: #890d3c;
}

#Sidebar .breakoutBox h2
{
	font-size: 37px;
	font-family: "LiberationSerifRegular";
	color: #ba1453;
	margin-bottom: 0;
	padding-bottom: 0;
}

#Footer
{
	text-align: center;
	width: 100%;
	color: white;
}

#Footer a
{
	color: white;
}

/* LEGACY */
.FinePrint
	{
	color: #FFFFFF;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	}

/* MAIN NAV */
/*#navcontainer
	{ 
	margin:0;
	padding:0 0 0 14px;
	}

#navcontainer ul
	{
	margin:0;
	padding:0;
	list-style-type: none;
	}

#navcontainer ul li
	{
	margin:0;
	padding:0;
	float:left;
	}
*/
#navlist a
	{
	display:block;
	margin:0;
	padding: 2px 1px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	}

#navlist a:link, #navlist a:visited
	{
	text-decoration: none;
	}

#navlist a:hover
	{
	text-decoration:underline;
	}

/* TOOLS */
#tools
{
	margin: 10px 60px;
	width: auto;
	padding: 0;
	text-align:right;	
}

#tools a
	{
	font-size:.9em;	
	color:#7B5931;
	text-decoration:none;
	}

#tools a:hover
	{
	text-decoration:underline;			
	}

#tools ul
	{
	display:inline;
	margin:0;
	padding:0;
	}

#tools li
	{
	display:inline;
	margin:0;
	padding:8px 0 0 10px;
	text-align:right;
	font-size:12px;
	}

.Print a
	{
	padding-left:25px;
	background: url("images_layout/icon_print.gif") no-repeat left 50%;
	}

.Print a:hover
	{
	text-decoration:underline;
	background: url("images_layout/icon_print.gif") no-repeat left 50%;
	}

.Email a
	{
	padding-left:30px;
	background: url("images_layout/icon_email.gif") no-repeat left 50%;					
	}

.Email a:hover
	{
	text-decoration:underline;
	background: url("images_layout/icon_email.gif") no-repeat left 50%;					
	}

.Logout a
	{
	padding-left:18px;
	background: url("images_layout/icon_logout.gif") no-repeat left;
	background-position:0 1px;
	}

.Logout a
	{
	text-decoration:underline;
	background: url("images_layout/icon_logout.gif") no-repeat left;
	background-position:0 1px;
	}

#copyrights
	{
	background-color:#F5F2EF;	
	}

/* BEGIN: Login page */
.error
	{
	color:maroon;
	}
.success
	{
	color:green;
	}
/* END: Login page */

/* Events Frontend Begin */
.events_header
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	background-color:#CCCCCC;
	font-weight:bold;
	}

.events_description
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-color:white;
	padding-right:5px;
	}

.events_data
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	background-color:white;
	padding-left:5px;
	}

.required
	{
	color:maroon;
	}

.contact_even
	{
	background-color:#ECE4DD;
	}

.contact_odd
	{
	background-color:#E2D6CB;
	}

.contact_required
	{
	color:maroon;
	}
/* Events Frontend End */


.bna_popup
	{
	background-color:#F1F8F8; 
	}

/* VPT */
#vpt_box
	{
	background-color:#FFFFE1;
	padding:8px;
	border:1px solid gold;
	width:206px;
	}

#vpt_box h2
	{
	padding:0 0 .5em 0;
	margin:0;
	}

#vpt_box h3
	{
	padding:5px 0 5px 0; margin:0;
	}

#vpt_box p
	{
	font-size:.9em;
	margin-top:0;
	padding-top:0;
	}

#vpt_img
	{
	width:190px;
	}

#vpt_box a
	{
	font-size:10px;
	}

form {
	width:215px;
	margin:10px 0 15px 0; /* set margin left and right below */
}

form.main-contact label	{ font-size:.95em; } 

form.main-contact br { line-height:0; height:0; } /* defaults vertical spacing between fields */

.main-contact input, .main-contact textarea, .main-contact select { 
	background-color:#942e62 !important; /* to prevent highlighting by Google Toolbar */
	border:0px ;
	color:#fff;
	width:230px; /* 5 pixles smaller than form width !important */
	height:24px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
}

.main-contact select { width:234px; padding:1px; } /* same width as form - !important */

.main-contact textarea { height:90px; overflow:auto; }

.main-contact input.submit-image, .main-contact input.submit-contact-main { 
	background:url(/images_layout/btn-submit.jpg);
	width:66px;
	height:24px;
	border:none;
	cursor:pointer;
}
	
.main-contact{ width: 565px; }
.main-contact span.col{
	float: left;
	text-align: right;
	width: 300px;
	padding-right: 10px;
}
.main-contact .required-label{ margin-left: 80px; }
.main-contact .main-contact-submit{ margin: 5px 0 0 308px; }
