/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
/*  width: 90%;      */
width: 760px;
}

#frontphoto {
 margin: 30px 0 0 34px;
border: 0;
}


#header {
clear: both;
margin: 0 0 10px 0;
padding: 0;
height: 30px;
}


#header p {
/* width: 100%;     */
width: 750px;
text-align: center;
color:#3399FF;
margin: 0 0 10px 0;
font-size: 1.0em;
line-height: 1.2em;
}

#main_panels {
}


#avmenu {
clear: left;
float: left;
/* width: 15%;  */
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
/* width: 20%;  */
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 30px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #CCECFF;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#suckerfishnav {
    background:#cceeff url("../images/suckerfish_blue.png") repeat-x;   /* pale blue thin line */
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
	padding-left: 0px;         
	border:1px solid #aaa;          /* royal blue border */
    margin:0;
    width: 100%;
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;   /* pale grey wording   */
    text-decoration:none;
    padding:0px 15px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;  
    height:auto;
    width:171px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;     /*  dark grey top of drop down box*/
	z-index: 1;
    }
#suckerfishnav li li {
    width:169px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:150px;
    font-size:12px;
	color:#dddddd;        /* pale grey wording   */    
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 170px;
    }
#suckerfishnav li li:hover {
    	background:#cceeff;     /*light blue */
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;         /*   black  */
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#dddddd;         /*     light grey    */
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    /*  color:#dddddd;   */
	color:#dddddd;          /*     light grey    */  
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
	background:#444444;      /* dark grey   */
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#3366FF;       /* bright blue   */
    }

.announce {
margin: 0 0 10px 0;
padding: 10px;
color: #505050;
background-color: #CCFFCC;
line-height: 1.3em;
}

.announce2 {
margin: 0 0 10px 0;
padding: 10px;
/*   width: 130px;   */
color: #505050;
line-height: 1.3em;
}

#extras {
float: right;
/*   width: 13%;    */
width: 100px;
margin: 10px 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 110px 20px 160px; 
/*  margin: 0 20px 20px 20px;   */
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 10px 10px 0 10px;
line-height: 1.6em;
text-align: left;
/*  float: left;
position: relative;
width: 65%;     */
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

h4 {
font-size: 1.2em;
margin: 0 0 0 0;
}


a {
text-decoration: underline;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

a.mail:link    {}
a.mail:visited  {   color: blue;   text-decoration : underline;     }
a.mail:hover    {   color: blue;   font-weight: bold; text-decoration: underline;           }

#book_now {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#book_now img {
padding: 5px;
display:inline;
background: #ffffff;
border: 0;
position: relative;
float: left;
}

#executive_table {
width: 90%;
padding: 10px;
}

#executive_table th {
text-align:left;
padding-bottom: 10px;
padding-right: 10px;
}

#executive_table td {
vertical-align: text-top;
padding-bottom: 10px;
padding-right: 10px;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
/* width: 100%;   */
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.indent40 {
padding: 0px 0px 0px 40px;
}

#Christmas_background {
background-color: #ccffff;  
background-image: url('../Christmas_background.jpeg');       
background-repeat: no-repeat;
background-position: top left;
}


