﻿* {
	margin: 0;
	padding: 0;
}

a
{
    color: #6699FF;
}

html
{
    text-align: center;
    background:  #000000 url('../images/bgGrad.png') repeat-x center top;
    color: White;
}

h1, h2
{
    font-weight: normal;
    font-family: Britannic Bold, Arial;
    text-align: center;
    padding-bottom: 10px;
}

#mainImage
{
    position: relative;
    text-align: left;
    border-top: solid 1px White;
    border-bottom: solid 1px White;
    margin: 10px auto;
    background: url('../images/bgBeach.gif') no-repeat 0 0;
    height: 600px;
    width: 1000px;   
    /*display: none;*/
    font-family: Arial;
}

#menu
{
	float: left;
	background-color: Transparent;
	padding-top: 200px;
	padding-left:80px;
	margin: auto;
	bottom:0px; top:0px;
	color: White;
}

#menu ul
{	
	display: block;	
	font-family: Arial;
	font-size: 12pt;
    list-style: none;
    width: 200px;
}

#menu ul li
{
    position: relative;
    text-align: right;
	font-weight: bold;
	clear:both;
	margin: 0 0 10px 0;
    padding:10px 0;
    background: url('../images/bgGray.png');
}

#menu ul li a:link
{
	color: White;
    text-decoration: none;
    padding: 10px 0px;
}

#menu ul li a:visited
{
	color: White;
    text-decoration: none;
    padding: 10px 0px;
}


#menu ul li a:hover
{
	color: Aqua;
}

#menu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
padding-left: 20px;
}

#menu li ul li{
    position: relative;
	font-weight: bold;
	clear:both;
	margin: 0 0 10px 0;
    padding:10px 0;
    background: url('../images/bgGray.png');
    text-align: left;
}

#content
{
    background-color: Transparent;
    padding: 5px 10px;
    border-top: solid 1px White;
    margin: auto;
    width: 1000px;   
    font-family: Arial;
    color: White;
    text-align: justify;
    display: none;
}

#content .leftC
{   
    font-size: 12.5px;
    padding: 10px;
    width: 65%;
    float: left;
}

#content .rightC
{
    text-align: center;
    width: 33%;
    float: right;
}

#footer
{
    text-align: center;
    background-color: Transparent;
    color: White;
    clear: both;
    width: 1000px; 
    margin: auto;
    display: none;  
}

#footer .leftF
{
    width: 33%;
    float: left;
}

#footer .rightF
{
    width: 33%;
    float: right;
}

.caption
{
   font-size: 9px;
   color: White;
   text-align: center;   
}

.sicImg
{
	border: solid 1px White;	
	width: 100%;
}
