@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;

}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-bottom: 15px;	
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	font-weight:bold;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

a {
	outline:none;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


#container {
	padding: 10px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;	
}


#masthead {
	float: left;
	height: 99px;
	width: 860px;
	background-image: url(../images/lornaturner.jpg);
	backgr
	ound-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 134px;
	background-position: 134px 0px;
}

#masthead h1 {
	margin-top: 120px;
}

#masthead ul {
	list-style-type: none;
	position: static;
	top: 100px;
	float: right;
	padding-top: 83px;
	padding-right: 28px;
}

#masthead ul li {
	display: inline;
	text-transform: uppercase;
	padding-left: 10px;
}

.discipline {
	width: 994px;
	height: 105px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	float: left;
}


.discipline h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	width: 108px;
	float: left;
	padding-top: 5px;
}


.scroll_arrow {
	height: 105px;
	width: 22px;
	float: left;
}

#detailview .scroll_arrow {
	height: 325px;
	float: left;
}

.scroll_arrow a {
	display: block;
	height: 30px;
	width: 14px;
	padding-bottom: 38px;
	padding-top: 37px;
	padding-right: 4px;
	padding-left: 4px;
	background-repeat: no-repeat;
	background-position: 4px 37px;
}

#detailview .scroll_arrow a {
	padding-bottom: 147px;
	padding-top: 148px;
	background-position: 4px 148px;

}

.scroll_arrow a.left:link, .scroll_arrow a.left:visited {
	background-image: url(../images/arrows/left_greyArrow.gif);
 }
 
.scroll_arrow a.left:hover, .scroll_arrow a.left:active {
	background-image: url(../images/arrows/left_orangeArrow.gif);
 }
 
.scroll_arrow a.right:link, .scroll_arrow a.right:visited {
	background-image: url(../images/arrows/right_greyArrow.gif);
 }
 
.scroll_arrow a.right:hover, .scroll_arrow a.right:active {
	background-image: url(../images/arrows/right_orangeArrow.gif);
 }

.portfolio_images {
	height: 105px;
	width: 840px;
	float: left;
	padding-left: 2px;
}


.portfolio_images table {
	width: 840px;
	height: 105px;

}
.portfolio_images table tr td{
	width: 105px;
	height: 105px;
}

.portfolio_images table tr td img {
	margin:auto;	
}

.portfolio_images img {
	border: 4px solid #FFF;		
}
.portfolio_images a:hover img, .portfolio_images a:active img {
	border: 4px solid #FF6600;	
}


#popupcontent {
	height: 455px;
	width: 746px;
	overflow: auto;
	color: #333;
	margin-bottom: 10px;
}

#popupcontent p a:link, #popupcontent p a:visited  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


#popupcontent p a:hover, #popupcontent p a:active  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#detailview {
	height: 325px;
	width: 664px;
	float: left;
	padding-top: 40px;
	padding-left: 41px;
	padding-bottom: 25px;
}



#detailview_image {
	float: left;
	height: 325px;
	width: 620px;
	display: table; #position: relative; overflow: hidden;

}

#vertical_align_helper {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;

}

#detailview_image img{
	margin-right: auto;
	margin-left: auto;
	#position: relative; #top: -50%;
	display: block;
}


#detail_text {
	height: 40px;
	width: 664px;
	padding-top: 25px;
	padding-left: 41px;
	float: left;
	overflow: hidden;
}
