﻿/* Body */

body
{
	color:#37708b;
	vertical-align: top;
	Font-family: Verdana;
	background-image:url(../Images/Background/bgMain.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align:left; 
	
}

/* Header */
.Header
{
    margin:auto;
	height:25px;
	width:980px;
	text-align:right;
}

span.languageSelection{}

span.languageSelection a
{
	color:#37708b;
	font-size:11px; 
	font-weight:bold;
}

span.languageSelection a.languageCurrent
{
	color:#37708b;
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}

/* Standard Items */
h1
{
    font-weight:bold;
    font-size:15px;
    font-family:Verdana;    
    text-align:center;
}

h3
{
    font-weight:bold;
    font-size:12px;
    font-family:Verdana;
}

a
{
    text-decoration:none;
    color:#37708b;
}

a:hover
{
    color:#61B4DC;
}

img { border:none;}

p {text-align:left;}
/* Menu */
 .Menu
{
    margin:auto;
	width:1024px;
	height:84px;
	/*background-image:url(../Images/Background/bgMenu.gif);
	background-repeat:no-repeat;*/
	text-align:center;    
	
}
/* Menu items */
.Menu .imgMenuLeft, .Menu .imgMenuRight
{
    vertical-align:middle;
}

a#linkHome, a#linkPhoto, a#linkDivers, a#linkGallery, a#linkLinks, a#linkContact 
{    
    text-decoration:none;
    color:#37708b;
    font-weight:normal;
    font-size:18px;
    font-family:Verdana;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 3px double #61B4DC;
}

a#linkHome:hover, a#linkPhoto:hover, a#linkDivers:hover, a#linkLinks:hover, a#linkContact:hover 
{
    color:#61B4DC;
}

a.currentPage
{
    color:#61B4DC;
}

a.linkEmail
{
    color:#37708b;
    font-weight:bold;
}

.textCenter{text-align:center;}
.underlined {text-decoration:underline;}
             
/* Content */
.Content
{
    margin:auto;
	width:980px;
	height: 587px;
	background-image:url(../Images/Background/bgContent.gif);
	background-repeat:no-repeat;
	overflow:auto;
	padding: 30px 0 30px 0;
}

.Content p{margin-left:50px; margin-right:50px;}

.imgHomeLeft
{
    float:left;
    margin:30px 10px 0 50px;
}

.imgHomeRight
{
    float:right;
    margin:0 50px 40px 10px;
}

ul.ulHome 
{     
    margin-left:200px;
    
}

ul.listLink
{
    list-style-type:none;
    list-style-position:outside;    
    margin-left:-40px; 
}

.tblLinks
{
    margin:auto;
}

.tblLinks td
{
    vertical-align:text-top;
    padding:5px;
    border:3px double #61B4DC; 
}

/* Photo Galleries */
#trips,#sports,#events{float:left; width:475px;color:#37708B;}
ul.galleryList{color:#37708B;}

ul.galleryList li{list-style-image:url("../images/gallery.png");}
ul.galleryList a{text-decoration:none;color:#61B4DC;}

p.photoCredits
{
    font-size:11px;
    font-style:italic;
}

#flashcontent { /* end hide */
	height: 400px; 
	width: 800px; 
	margin:auto; 
	border:2px solid #37708b;
}

a:link {	
	color:#37708b;
	border-width:2px;
}

/* Contact Form */

div.contactForm , div.linkList {text-align:center;}
div.linkList ul li{list-style-type:none; text-align:left;}

.contactForm
{
    margin:auto;
}

.contactForm table
{
    text-align:left; 
    margin-left:auto; 
    margin-right:auto;
	color:#37708b;
	vertical-align: top;
	Font-family:verdana; 
}

.formTextBox
{
    background-image:url(../images/forms/bg_textbox.jpg);
    background-repeat:no-repeat;
    width:344px;
    height:30px;
    padding-left:5px;
    padding-top:10px;
    overflow:auto;
    border:none;
    color:#37708b;
	vertical-align: top;
	Font-family:verdana;	
}

.formMultiLine
{
    background-image:url(../images/forms/bg_multiline.jpg);
    background-repeat:no-repeat;
    width:477px;
    height:299px;
    padding:5px;
    overflow:auto;
    border:none;
    text-align:center;
    }
    
/* Gallery Page */

.linksGallery
{
    width:800px;
    margin:auto;
}

.linksGallery a img
{
    border:none;
    margin-right:5px;
}

div.photoLinks{
	width:800px;
	margin:auto;
	padding:5px;
	overflow:hidden;
}
span.galleryItem{float:left; width:265px;}
span.galleryItem p{margin-top:0; font-size:13px; line-height:170%;}
span.galleryItem img{float:left;margin:0 5px 15px 0;}


/* Footer */
.Footer
{
    margin:auto;
    width:980px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}


