/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/
h1,h2 {
	color: #009ACA;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	margin:0px 0px 1.5em 0px;
}

div#bt-page {
	background-color: #ffffff;
	color: #000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
div#bt-content-inner1 {
	background:transparent url(../img/leftside-bg-small.png) repeat-y scroll left top;
}
div#bt-content-inner2 {
	background:transparent url(../img/rightside-bg-small.png) repeat-y scroll right top;
}


#bt-gotop {
	text-align: center;
	padding: 10px;
}

#bt-gotop a {
	background:transparent url(../img/icons-uni-16.png) no-repeat scroll 0 -1799px;
	color:#595959;
	font-size:1.1em;
	padding-left:18px;
}

address { margin:0px; }

.jqueryslidemenu {height:3em;}

.right {text-align: right;}

.nodisp { display:none;}


/**************************************/
/*              HEADER                */
/**************************************/
.header {
	width:960px;
	line-height:0px;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

div#bt-breadcrumbs {
	background:transparent url(../img/dot.png) repeat-x scroll left bottom;
	padding:0.6em 1em;
	font-size: 0.9em;
	margin:0px 10px 0px 10px;
}
span.pathway a {
	background:transparent url(../img/icons-uni-8.png) no-repeat scroll right -1152px;
	color: #404040;
	margin-right:8px;
	padding-right: 12px;
	text-decoration:none;
}
span.pathway span.current {
	color: #000000;
	font-weight:bold;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.modifydate {
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	color: #999999;
}


/**************************************/
/*               FOOTER               */
/**************************************/
.footer {
	border-top: 1px solid #B3B3B3;
	color: #595959;
	font-size: 0.9em;
	text-align: right;
	padding: 1.2em 1em;
}

.footer span a {
	text-decoration:none;
}
.copyright {
	text-align:center;
	padding: .5em;
}
