
body
{
    background-color: #000;
    font-family: "Helvetica Neue",arial,Helvetica,sans-serif;
    font-size: 90%;
}


/* Basic text styles */
h1
{
    font-size: 1.5em;
	margin-bottom: 1em;
}

h2
{
    font-size: 1.1em;
	margin-bottom: 0.5em;
}

p
{
	margin-bottom: 1.1em;
	line-height: 1.4em;
}

a
{
	text-decoration: none;
	cursor: pointer;
	color: #4c8bc1;
}

a:hover
{
	text-decoration: underline;
}

ul
{
    padding-left: 30px;
}

li
{
    margin-bottom: 0.6em;
    list-style-type: disc;
}

/* End Basic text styles */


#LayoutMain
{
    width:  960px;
    margin: 0 auto;
    background-color: #0c2f60;
}

#LayoutHeader
{
    height:  230px;
}

#LayoutContent
{
    background-image: url(../Images/Background_Sea.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 50px;
}

#slider
{
	position: relative;
}



/* Coda Slider */
ul.CodaTabs
{
	margin: 0 auto;
	width: 762px;
	height: 30px;
}

ul.CodaTabs li
{
	float: left;
	list-style-type: none;
}

ul.CodaTabs li a
{
	display: block;
}

ul.CodaTabs li a:hover
{
	text-decoration: none;
}

ul.CodaTabs li a span
{
	display: block;
	height: 50px;
	line-height:55px;
	padding-left:15px;
	padding-right:15px;
	font-weight: bold;
	color: #65b1f2;
}

ul.CodaTabs li a.selected
{
	background-image: url(../Images/SelectedTabRightHighlight.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

ul.CodaTabs li a.selected span
{
	background-image: url(../Images/SelectedTabLeftHighlight.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #d2e8ff;
}

/* End Coda Slider */


/* Coda-slider jQuery styles */		
.scroll 
{
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel 
{
	width:720px;
	padding: 15px 20px 0px 20px;
}

.scrollButtons {
  position: absolute;
  top: 290px;
  cursor: pointer;
}

.scrollButtons.left {
  left: 25px;
}

.scrollButtons.right {
  right: 25px;
}

.panel
{
  
}
/* End Coda-slider jQuery styles */		



#ContentPaneSurround
{
	background-image: url(../Images/ContentArea.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 762px;
    margin: 0 auto;
    padding: 40px;
}

#ContentPane
{
	overflow-y: auto;
    height: 502px;
}


/* Footer */

#Footer
{
    padding: 10px;
    padding-bottom: 0px;
    font-size: 0.8em;
    background-color: #03142a;
    color: #39668c;
    border-top: 1px solid #224564;
    overflow: auto;
}

#Footer p
{
    width: 40%;
}

#FooterLeft
{
    float: left;
}

#FooterRight
{
    float: right;
    text-align: right;
}


/* END: Footer */


