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

body {
	padding-top:0px;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
}
.container.RunwayTextpage, .container.runwayGallery, .container.runwayGalleryAlbum, .container.Newspage {
	background-image:url('/media/_design/bluebackgroundcontent.jpg');
	background-repeat:no-repeat;
	
}

#container RunwayHomepage {background:pink;}
ul.runwayGallery {
	background: none;
}
.container.RunwayHomepage {
	background-image:url('/media/_design/bluebackgroundtop.jpg');
	background-repeat:no-repeat;
}




#LogoElement {
}
#logo {
	margin-left:10px;
}
#Navigation {
	text-align:right;
}
#links {
	margin-top:20px;
	margin-right:20px;
}
#Jqueryelement {
	margin-top:10px;
	padding-bottom:15px;
}
#ContentWrap {
/*background-image:url('/media/_design/bluebackground.jpg');*/
}
#Column1 {
}
#Column2 {
}
#Column3 {
}
#footer {
	/*background-color:#3D5CAA;*/
	background-image:url('/media/_design/bluebackground.jpg');
	background-repeat:no-repeat;
	background-position:center;
	color:#000;
	text-align:center;
}
#footer p {
	padding-top:10px;
	width:950px;
	margin:0 auto;
}
.floatright {
	float:right;
	margin:10px;
}
h1 {
	font-weight:normal;
	font-stretch:semi-expanded;
	margin : 0 0 10px 0px; /* top, right, bottom, left (respective) */
	color : #3D5CAA;
	font : 200% georgia, palatino, serif;
	font-style : normal;
}
h2 {
	font-weight:normal;
	font-stretch:semi-expanded;
	margin : 0 0 10px 0px; /* top, right, bottom, left (respective) */
	color : #3D5CAA;
	font : 150% georgia, palatino, serif;
	font-style : normal;
}
h3 {
	font-weight:normal;
	font-stretch:semi-expanded;
	margin : 0 0 10px 0px; /* top, right, bottom, left (respective) */
	color : #3D5CAA;
	font : 100% georgia, palatino, serif;
	font-style : normal;
}
p {
	margin-top:0;
	margin-bottom:1.9em;
	line-height:1.3;
	line-spacing:1em;
}
*html p {
	margin-bottom:0.9em;
}
br {
	padding-left:-5px;
}
a {
	font-weight: bold;
	text-decoration:underline;
	color: #3D5CAA;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a.panel:hover {
	color: #fff;
}
#Navigation a {
	font-weight: normal;
	text-decoration:none;
	color: #000;
}
#Navigation a:link {
}
#Navigation a:visited {
}
#Navigation a:active {
}
#Navigation a:hover {
	font-weight: normal;
	text-decoration:underline;
	color: #3D5CAA;
}
/* jQuery lightBox plugin - Gallery style */

#gallery {
	margin-left:-15px;
	width:500px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 1px solid #999;
	border-width: 1px;
}
#gallery ul a:hover img {
	border: 1px solid #BEE0EA;
	border-width: 1px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
/* Slider */

#slider1 {
	width: 950px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1Content {
	width: 950px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
	margin-top:-20px;
	margin-bottom:10px;
}
/*SIMPLE SLIDESHOW*/

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:300px;
	width:720px;
	margin-left:105px;
	border:solid 5px #D4DBED;
	background:#999;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
/*NAVIGATION*/

#Topnavigation {
	text-align:center;
	color:#FFF;
	margin-bottom:10px;
}
Pro Brown #procontainer_brown {
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#3D5CAA;
	width:100%;
}
#pronav_brown {
	position:relative;
	height:32px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 20px;
	border-bottom: 8px solid #3D5CAA;
}
#pronav_brown ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background:#D3DAEC;
	width:auto;
	float:right;
}
#pronav_brown ul li {
	display:block;
	float:left;
	margin:0 1px;
}
#pronav_brown ul li a {
	display:block;
	float:left;
	color:#3D5CAA;
	text-decoration:none;
	padding:0 0 0 20px;
	height:32px;
}
#pronav_brown ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
	font-weight: normal;
}
#pronav_brown ul li a:hover {
	color:#000;
	background-color:#fff;
}
#pronav_brown ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#pronav_brown ul li a.current, #pronav ul li a.current:hover {
	color:#fff;
	background:#3D5CAA /*url(/images/brown_pro_left-ON.gif) no-repeat top left*/;
	line-height:275%;
}
#pronav_brown ul li a.current span {
	display:block;
	padding:3px 20px 0 0;
	width:auto;
	background:#3D5CAA;/* url(/images/brown_pro_right-ON.gif) no-repeat top right;*/
	height:32px;
}
#ContentWrap.photo {
	text-align: center;
}
ul {
}
ul li {
	list-style-type:circle;
}
.newsDate {
	margin-left:1em;
}
.pressreleases {
	border: dashed 2px #D3DAEC;
	background:#EEF1F8;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	overflow:auto;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
