/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	/*font-family: 'OFL Sorts Mill Goudy TT', arial, serif;*/
	font-family: 'Verdana, Arial, Helvetica', sans-serif;
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/

/*LINKS*/
p a{
	color:#333;
	text-decoration:none;
}
p a:hover{
	text-decoration:underline;
}
h1 a{
	text-decoration:none;
	color:#333;
}
h1 a:hover{
	text-decoration:underline;
}
li a{
	color:#333;
	font-size:100%;
	text-decoration:none;
}
li a:hover{
	text-decoration:underline;
}
/*END LINKS*/

h1 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

h6{
	color:#333;
	font-size:1em;
}

h6 a {color:#9F9; text-decoration:none;}

html {
	height:100%;	
}

body{
	font-size:80%;
	color:#222;
	margin: 0 auto;
	text-align: center;
	width:100%;
	height: 100%;
	background-color: #ffffff;
	overflow-y:scroll;
}

#wrapper{
	text-align: center;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -78px; /* the bottom margin is the negative value of the footer's height */
	clear:both;
}

#push {
	clear:both;
	height: 78px; /* .push must be the same height as .footer */
}

#footer{
	clear:both;
	text-align:center;
	margin:0 auto;
	width:100%;
	height: 78px; /* .push must be the same height as .footer */
	background: url('../img/footer_bg.jpg') repeat-x 0 0;
}

#header{
	clear:both;
	margin:0 auto;
	text-align: center;
	width:100%;
	position:fixed;
	top:0;
	z-index:100;
	background: url('../img/header_bg.jpg') repeat-x 0 0;
}

#footer h6 {
	margin-top:10px;
}
/*
#menubar {
	margin-top:10px;
	margin-bottom:30px;
}
*/
#menubar {
	clear:both;
	/* background: url('../img/gray_line.jpg') repeat-x 0 0;*/
	width:770px;
	height:55px;
	margin:0px auto;
}

#menulist {
	width:372px;
	height:100%;
	/* margin:0px auto;
	text-align:center;*/
	position:relative;
}

#banner {
	clear:both;
	margin:0 auto;
	width:770px;
	height:102px;
}

#main {
	width:100%;
	padding-top:157px; /* 102 + 55 */
	margin:0 auto;
	background-color: #ffffff;
	clear:both;
}

#main-content {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:770px;
	text-align:left;
}

#main-content p {
		margin: 10px 0 10px ;
}

#back {
	position: relative;
	float:right;
	width:13px;
	height:16px;
}

#back2 {
	position: relative;
	bottom:0;
	float:right;
	cursor: pointer;
}

#contact-content {
	position: relative;
	float: right;
	text-align: right;
}

.fontStrong {
	font-size:15px;
	font-weight:bold;
	color:#000000;
}

.fontStrongLink {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.fontNormal {
	font-size:12px;
	color:#222222;
	line-height:20px;
}

.fontLink {
	font-size:12px;
	font-weight:bold;
	color:#A50327;
	color:#3e818f;	
	text-decoration:none;
	line-height:20px;
}

.fontQuoteStrong {
	font-family: 'Times New Roman, Times', serif;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	color:#3e818f;	
	line-height:20px;
}

.fontQuote {
	font-size:12px;
	font-style:italic;
	color:#000000;	
}

.fontNormalQuote {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#000000;	
}

.fontHomeStrong {
	font-size:15px;
	font-weight:bold;
	color: #C3001D;
}

.fontCaptionStrong {
	font-family: 'Times New Roman, Times', serif;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#3e818f;	
	line-height:20px;
}

.fontCaptionNormal {
	font-size:11px;
	color:#222222;
	/*line-height: 12px;*/
}

.ellipsis {  
	/*white-space: nowrap; */
	overflow: hidden;  
	text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;  
	-ms-text-overflow: ellipsis; 
	-moz-binding: url('ellipsis.xml#ellipsis');
}  

ul.horizList{
		padding:0;
		margin:0;
		/*margin-left:60px;*/
		color:#FFF;
		white-space:nowrap;
		list-style-type:none;
}

ul.horizList li.nav {display:inline; float:left;position:relative;}
ul.vertList li.subnav img {display:block;}
ul.horizList ul.vertList {position:absolute; top:100%; left:0;}

.form-field input, 
.form-field label {
		vertical-align:middle;
		margin-right:3px;
}

.form-field p {
	line-height: 25px;
	margin-bottom: 3px;
}

ul.subMenu {
	list-style-type:none;
	padding:0px;
	margin:0px 10px 2000px 0px;
	width:100px;
	float:left;
}

ul.subMenu li a {
	padding:0.2em 1em;
	border:1px solid #333;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#333;
	margin-bottom:3px;
	display:block;
}

ul.subMenu li a:hover {border:1px solid #FFF; color:#FFF; text-decoration:none; background-color:#1a111c;}

.galleria-stage {
	top:0px;
	bottom: 0px;
	left:0px;
	right:0px;
}

.galleria-thumbnails-container {
	display:none;
}
/*
table.thumbnails {
	border-collapse: separate;
	border-spacing: 12px;
}
*/

table.thumbnails .thumbnail {
	margin-right: 15px;
	margin-bottom: 15px;
}