/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

.leftimg {
	float: left;
	padding: 0 5px 1.6em 0;
}

.rightimg {
	float: right;
	padding: 0 0 1.6em 5px;
}

.pubimg {
	float: left;
	padding: 0 20px 1.6em 0;
}

h2 {
	color: #20569D;
	font-size: 1.3em;
	
}

.notice-box-round {
border: 2px solid #2799df;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 8px;
background-color: #cee3f0;
margin-bottom: 20px;
}

/**************************************/
/*              HEADER                */
/**************************************/


#topbarwrap {
	margin-bottom: 20px;
	background-color: #3E3E3E;
	width: 100%;
	height: 40px;
}

#topbar {
	margin:0 auto;
	width: 950px;
}

#topbar p {
	margin:0;
	color: #fff;
	line-height: 40px;
	text-align: right;
	font-size: 16px;
}

#topbar a:link, #topbar a:visited, #topbar a:active {
	color: #fff;
	text-decoration: none;
}

#topbar a:hover {
	color: #fff;
	text-decoration: underline;
}

#logo {
	margin-bottom: 10px;
	background-color: #fff;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#navbar {
	margin-bottom: 10px;
	background-color: #E0E0E0;
	height: 35px;
}

ul.dropdown ul li {
	line-height: 20px;
	
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/


#content-home {
	margin-bottom: 10px;
	background-color: #F0F0F0;
}

#content-home p {
	margin-left: 10px;
}

#content-home-news {
	padding: 0 5px;
}

#content-home-news legend {
	color: #058F9F;
	font-size: 1.2em;
	font-weight: normal;

}

#content-sub {
	margin-bottom: 10px;
	background-color: #F0F0F0;
	min-height: 500px;

}

#content-sub h1 {
	color: #20569D;
	font-size: 2.2em;
	width: 100%;
	border-bottom: 2px solid #AAC9D7;
	font-weight: normal;
	padding-bottom: 4px;
	
	
}

#content-sub h3 {
	color: #058F9F;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 30px;
	font-variant: small-caps;
}

#content-sub .button {
	background-color:#fff;
}

#content-wrap {
	
	margin: 0 20px;

}



#members table { border: 0px; }
#members th, #members td { border: 0px; vertical-align: top; }

#members .subsection {
	color: #20569D;
	font-size: 1.3em;
}

#sidebar-home {
	margin-bottom: 10px;
	background-color: white;

}

#sidebar-sub {
	margin-bottom: 10px;
	background-color: white;

}

#social {
	margin-bottom: 10px;
}

#factsbox {
	margin-bottom: 10px;
	padding: 0 10px;
	border: solid 1px #388eab;
	background-color: #121b21;
	color: #388eab;
	font-family: "Trebuchet MS";
	height: 130px;
}

/*    Expand/Collapse  */

#content_expand {
  max-width:70em;
  width:100%;
  margin:0 auto;
  padding-bottom:20px;
  overflow:hidden;
}
.expand-box {
  margin:0;
  padding:1.0em 0.75em;
  border:1px solid #ccc;
  position:relative;
  overflow:hidden;
}

.expand a:link, .expand a:visited {
  border:1px dotted #ccc;
  border-width:0 0 1px;
  text-decoration:none;
  font-size: 16px;

}
.expand a:hover, .expand a:active, .expand a:focus {
  border-style:solid;
  background-color:#f0f0f0;
  outline:0 none;
  
}
.expand a {
  display:block;
  padding:3px 10px;
}
.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:none;
}
.expand a.open:link, .expand a.open:visited {
  border-style:solid;
  background:#eee url(../images/arrow-up.gif) no-repeat 98% 50%;
    color:#3D65AD;
}

/**************************************/
/*               Slideshow               */
/**************************************/

#slider {
    position:relative;
    width:590px; /* Change this to your images width */
    height:344px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
  	margin: 0px auto 50px;
  	text-align: center;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	margin-left: -50px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	width:100%;
	margin: 0px;
	background-color: #084C8D;
	padding-top: 30px;
	color: #ccc;

}

#footer h1 {
	font-size: 1.3em;
	color: white;
	font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


/*       EU Pages          */

#eu-video {
	margin-bottom: 20px;
}

.eu-maintext p, .eu-maintext li {
	font-size: 16px;
}

.eu-maintext a {
	background-image: none;
	padding-right: 0px;
}

.eu-maintext h1 {
	color: #20569D;
	font-size: 2.2em;
	width: 100%;
	border-bottom: 2px solid #AAC9D7;
	font-weight: normal;
	padding-bottom: 4px;
	
	
}

#eu-news {
	width: 525px;
	float: left;
}

#eu-news ul {
 margin-left: 0px;
}

#eu-news li {
 font-size: 16px;
}

.eu-pullquote {
	float: left;
	width: 380px;
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 52px;
	color: #4892ab;
	line-height: 54px;
	text-align: right;
}

.eu-pullquote .biggertext {
	font-size: 72px;
	line-height: 74px;
}

.scotland-pullquote {
	float: left;
	width: auto;
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 52px;
	color: #black;
	line-height: 54px;
	text-align: right;
}

.scotland-pullquote .biggertext {
	font-size: 72px;
	line-height: 74px;
}


.pubs-table {
	border: none;
}

.pubs-table td {
	border: none;
}