a {
	color: #198bbb;
	text-decoration: none;
}
a:hover {
	color: #198bbb;
	text-decoration: underline;
}

h1 {
	color: #198bbb;
	font-size: 36px;
	font-weight: bold;
}
p {
	margin: 0;
	padding-bottom: 20px;
}


body{
font-family: Tahoma, Arial,Verdana,Helvetica, sans-serif;
font-size:14px;
line-height: 24px;
color:#3a4851;
background-image: url(../img/background.png);
background-repeat: repeat-x;
background-color: #031b27;
}
p, div.paragraph{
line-height:1.4em;
padding-bottom: 15px;
}
#mainContainer{
width:751px;
margin:0 auto;
margin-top: 40px;
background-color:#FFFFFF;
background-image: url(../img/water.jpg);
border: 6px solid #3a4851;
padding-bottom: 60px;
}

.message{
margin-bottom:10px;
}

/*---------- Navigation ----------*/
#navContainer{
height: 37px;
background: url(../img/navBg.gif);
background-repeat: repeat-x;
padding-top: 4px;
font-size: 12px;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:22px;
text-transform:uppercase;
font-family: Arial, Helvetica, sans-serif;
}
#nav li{
float:left;
position:relative;
}
#nav ul {
position:absolute;
display:none;
width:12em;
top:37px;
}
#nav li ul a{
width:9em;
height:auto;
float:left;
color:#198bbb;
border:none;
filter:alpha(opacity=75);
-moz-opacity:.75;
background-color:#d0d0d0;
}
#nav ul ul{
top:auto;
border:none;
margin-left:5px;
}	
#nav li ul ul {
left:119px;
margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#nav a{
display:block;
padding:8px 15px;
border-right:1px solid #dadada;
color:#198bbb;
text-decoration:none;
font-weight:bold;
/*background-color:#333;*/
}
#nav a:hover{
color: #0b4963;
}


/*---------- Header ----------*/
.header{
min-height: 50px;
position: relative;
}
.logo{
top: -68px;
left: 12px;
position: absolute;
}


/*---------- Sidebar ----------*/
#sidebar{
width:179px;
height:210px;
float:left;
margin:10px 0 0 10px;
background-color:#8e8e8e;
}
#sidebar h1{
font-size:18px;
color:#FFFFFF;
margin:10px 0 0 20px;
}
#sidebar ul{
list-style:none;
width:150px;
margin-left:15px;
margin-top:10px;
}
#sidebar ul li{
list-style:none;
display:block;
padding:5px 8px;
}
#sidebar ul li a{
color:#2d2d2d;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover{
text-decoration:none;
list-style:none;
display:block;
color:#fff;
font-weight:bold;
}


/*---------- Main Content ----------*/
#mainContent{
padding: 40px;
}



/*---------- Footer ----------*/
#footer{
width:800px;
height:auto;
text-align:center;
margin:0 auto;
color: #5c7d8c;
}
#footer ul{
list-style:none;
margin-top:5px;
margin-bottom:0px;
text-transform:uppercase;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
color:#5c7d8c;
display:inline;
}
#footer ul li a{
text-decoration:none;
line-height:18px;
color:#5c7d8c;
}
#footer ul li a:hover{
text-decoration:underline;
color:#5c7d8c;
}
.copyright{
font-family: Tahoma, Arial,Verdana,Helvetica, sans-serif;
text-transform:uppercase;
color:#5c7d8c;
margin-bottom:15px;
font-size: 10px;
}


/*---------- Miscellaneous ----------*/
.clear{
clear:both;
}



/*---------- Embedded Album ----------*/
.embedded-album{
}

.embedded-album-slideshow{
width:100%;
height:305px;
}

.embedded-album-caption{
margin:5px 0px;
}

.embedded-album-thumbs ul{
list-style:none;
}

.embedded-album-thumbs ul li{
float:left;
margin:0px 2px 2px 0px;
}

.embedded-album-thumbs ul li a img{
border:4px solid white;
}

.embedded-album-thumbs ul li.selected a img{
border:4px solid #cccccc;
}

.embedded-album-thumbs div.bottom{
clear:both;
padding-top:8px;
}

.embedded-album-thumbs .pagination a, .embedded-album-thumbs .pagination span{
font-weight:bold;
margin-right:0.25em;
margin-top:10px;
background:#efefef;
padding:2px 6px;
text-decoration:none;
color:gray;
}

.embedded-album-thumbs .pagination span.current{
color:#cccccc;
}

.embedded-album-bottom{
clear:both;
margin-bottom:15px;
}



/*---------- Album ----------*/
.album{
margin: 0 auto;
text-align: center;
}

.album-slideshow{
width:100%;
text-align: center;

}

.album-caption{
margin:5px 0px;
}

.album-thumbs ul{
list-style:none;
}

.album-thumbs ul li{
float:left;
margin:0px 2px 2px 0px;
}

.album-thumbs ul li a img{
border:2px solid white;
}

.album-thumbs ul li.selected a img{
border:2px solid #198bbb;
}

.album-thumbs div.bottom{
clear:both;
padding-top:8px;
}

.album-thumbs .pagination a, .album-thumbs .pagination span{
font-weight:bold;
margin-right:0.25em;
margin-top:10px;
background:#efefef;
padding:2px 6px;
text-decoration:none;
color:gray;
}

.album-thumbs .pagination span.current{
color:#cccccc;
}

.album-bottom{
clear:both;
margin-bottom:15px;
}


/*---------- MISC ----------*/
.round {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.imageCenter p {
	margin: 0 auto;
	text-align: center;
}
.imageLeft img {
	float: left;
}
.imageRight img /* img */ {
	float: right;
}