/* CSS Document */

html { min-height: 101%; margin-bottom: 1px; }

body{
	margin: 0px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;*/
	color: #424242;
}

a{
	outline:none;
}

p {
	margin: 0 0 25px 0;
	line-height: 1.8em;
}
h1{
font-size: 45px;
}

h2{
font-size: 35px;
}

h3{
font-size: 25px;
}

h4 a{
	font-size: 13px;
	font-weight: normal;
	color:#8B182C;
	text-decoration: none;
	padding: 0 0 0 2px;
}
h4 a:hover{
	text-decoration: underline;
}

.header{
	height: 144px;
}
.logo{	
	float: left;
	margin: 48px 0 0 0;
}

.topmenu{
	float: right;
	margin: 68px 0 0 0;
	text-align: right;
}
.menuHolder{
	float: right;
	width: 499px;
}
.menuLink, .menuLinkDn, .lang{
	/*font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;*/
	float: right;
	padding: 5px;
	color: #6d6d6d;
	text-decoration: none;
	margin: 0 0 0 30px;
}
.menuLink:hover, .lang:hover{
	color: #9e1b32;
}
.menuLinkDn{
	background-color: #9e1b32;
	color: #FFFFFF;
}
.lang {
	font-size: 12px;
	margin: 0 30px 0 0;
	padding: 3px 0 0 0;
}

.content{
	min-height:440px;
	height:auto !important;
	height:440px;
	width: 100%;
}
/* home */
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:436px;
	margin-top: 4px;
	overflow: hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height: 30px; 
		
		width: 940px; 
		position:absolute;
		bottom:0;
		overflow: hidden;
	}

	#gallery .caption .content{
		padding: 2px 0 0 25px;
	}
/* about */
.about p{
	padding: 0 40px 0 0;
}

.submenu{
	float: right;
	text-align: right;
}
.subMenuLink, .subMenuLinkDn{
	/*font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;*/
	float: right;
	padding: 5px 5px 5px 10px;
	color: #b8b8b8;
	text-decoration: none;
	margin: 0 0 0 15px;
}
.subMenuLink:hover{
	color: #aa564d;
}
.subMenuLinkDn{
	color: #aa564d;
	background-image: url(../images/subMenuArrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#scrollContent{
	float: left;
}

.aboutContent{
	margin: 30px 0 0 0;
}

.pdfLink{
	color: #666666;
	text-decoration: none;
	float: left;
	margin: 25px 0 0 0;
}
.pdfLink:hover{
	color: #AA564D;
}

/* easyscroll */
#easyscroll{	
	/* add additional styling */	
	/*width: 600px;*/
	float: left;
	height: 440px;
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{	
		padding:0;
		width: 18px;
		float: right;
		cursor: pointer;
		margin-top: 0;
		margin-left: 0;
		}	

	#easyscrollnav li{
		list-style:none;
		float:left;
		}					
					

	/* // easyscroll navigation buttons */	
	#btnUp{
		background-image: url(../images/scrollUp.jpg);
		background-repeat: no-repeat;
		background-position: right;		
		margin-bottom: 313px;
	}
	#btnDown{
		background-image: url(../images/scrollDown.jpg);
		background-repeat: no-repeat;
		background-position: right;

	}
/* // end easyscroll */

/* portfolio */
ul.portfolioMenu{
	margin: 0;
	padding: 0;
}
ul.portfolioMenu li{
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.portLink, .portLinkDn{
	/*font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;*/
	color: #aa564d;	
	text-decoration: none;
}
.portLinkDn{
	font-weight: bold;
}
.portLink:hover{
	text-decoration: underline;
}
/* awards */
.awards {
	margin: 20px 0;
}
.awardLeft p{
	padding: 0 0 0 30px;
	color: #8b182c;
}	
.awardRight ul {
	margin: 0;
	padding: 0 0 0 15px;
	border-left: solid 1px #bbbbbb;
}
.awardRight ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
/* press */
.press {
	margin: 20px 0;
}
.pressLink, .pressLinkDn{
	float: right;
	margin: 5px 15px 10px 0;
	color: #8b182c;
	text-decoration: none;
	width: 280px;
	text-align: right;
	overflow: hidden;
}
.pressLinkDn{
	font-weight: bold;
}

.pressRight{
	border-left: solid 1px #bbbbbb;
	padding: 0 0 80px 0;
	min-height:316px;
	height:auto !important;
	height:316px;
}
.issueImage{
	float: left;
	margin: 0 5px 5px 5px;
}
/* contact */
.contact {
	margin: 20px 0;
}
.contactLeft p{
	text-align: right;
	padding: 0 60px 0 0;
}
.contactLeft a{
	color:#424242;
	text-decoration: none;
}
.inputbox{
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactTable td{
	padding: 5px 0;
}
/* footer */
.footer{
	background-color: #9e1b32;
	height: 50px;
	margin: 5px 0 0 0;
}
.footer p{
	/*font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;*/
	color: #dca5a5;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	
}