/*IM 2.00, Site Lite CSS - Washed Ashore Art*/
/*general use CSS, no not modify--------------------------------------------------------------------------------------*/
.font-xxl {font-size:xx-large;}
.font-xl {font-size:x-large;}
.font-l {font-size:large;}
.font-m {font-size:medium;}
.font-s {font-size:small;}
.font-xs {font-size:x-small;}
.font-xxs {font-size:xx-small;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.indent {text-indent:15px;}
.exdent {text-indent:-15px;}

.shift-r {position:relative; left:15px;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.ital {font-style:italic;}

.border {border:1px solid #000000;}

.float-left {float:left;}
.float-right {float:right;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.error {color:red; text-decoration:underline;}

/*site layout CSS--------------------------------------------------------------------------------------*/

body {
font-family:"Palatino Linotype", "Book Antiqua3", Palatino6, serif;
font-size:100%;
color:#0a5e5d;
padding:0px;
margin:0px;
background-color:#0a5e5d;
text-align:center;
}

#container {
width:800px; /*page width*/
margin:0px auto; /*centers main divs*/
background-image:url(images/bg-sea.jpg);
overflow:hidden;
}

#header {
text-align:center;
padding:0px;
margin:0px;
}

/*uncomment declarations in next 4 IDs to enable double sidebar CSS (adjust width and margin-left per design)*/
#main {
padding:0px;
margin:0px;
clear:both;
/*float:left;
display:inline;
width:460px;
margin-left:150px;*/
}

#main-content {
padding:0px;
margin:0px;
text-align:left;
}

#left-sidebar {
float:left;
padding:0px;
margin:0px;
/*width:150px;
margin-left:-630px;*/
}

#right-sidebar {
float:left;
padding:0px;
margin:0px;
/*width:150px;*/
}

#footer {
clear:both;
margin:0px;
}

/*contact form CSS--------------------------------------------------------------------------------------*/
#con-form {
width:580px; /*contact form width*/
text-align:right;
background-color:#ADDBED;
margin:20px 100px;
padding:0px 10px;
font-weight:bold;
}

#con-form fieldset {
border:0px;
}

#con-form input, #con-form textarea {
padding:1px;
margin:1px;
}

/*menu links CSS--------------------------------------------------------------------------------------*/
/*Uncomment desired version*/

/*verticle links*/
/*
*/

/*horizontal links*/
div.links-main {
float:left;
width:100%;
background-color:#168EAA;
font-family:"Lucida Console", Monaco5, monospace;
height:34px;
}

div.links-main ul {
clear:left;
float:left;
position:relative;
left:50%;
padding:0px;
margin:0px;
list-style:none;
}

div.links-main ul li {
float:left;
position:relative;
right:50%;
padding:0px;
margin:0px;
display:block;
list-style:none;
height:34px;
}

div.links-main ul li.on {
background-color:#04748e;
font-size:16px;
color:#5396a6;
line-height:34px;
height:34px;
padding:0px 20px;
}

.links-main a:link, .links-main a:visited, .links-main a:hover {
color:#CBECF9;
font-size:16px;
display:block;
line-height:34px;
padding:0px 15px;
}

.links-main a:hover {
background-color:#1899b8;
text-decoration:none;
}

div.links-sec {
float:left;
width:100%;
}

div.links-sec ul {
clear:left;
float:left;
position:relative;
left:50%;
padding:0px;
margin:0px;
list-style:none;
}

div.links-sec ul li {
float:left;
position:relative;
right:50%;
padding:10px;
margin:0px;
display:block;
list-style:none;
font-size:13px;
}

div.links-sec ul li.on {
color:#888;
}

.links-sec a:link, .links-sec a:visited, .links-sec a:hover {
color:#000;
border-width:0px;
}

/*copyright notice CSS--------------------------------------------------------------------------------------*/
#copyright {
font-size:x-small;
}

/*custom CSS, add additional CSS declarations here--------------------------------------------------------------------------------------*/
#header img {
display:block;
}

a:link, a:visited {
text-decoration:none;
color:#509db7;
border-width:0px;
}

a:hover {
text-decoration:underline;
}

#banner-wrapper {
height:240px;
width:800px;
}

#banner-text {
position:relative;
margin:0px auto;
width:700px;
padding:0px 10px;
font-size:20px;
text-align:center;
}

.wrapper-600 {
float:left;
position:relative;
width:600px;
margin-left:33px;
margin-top:33px;
display:inline;
}

.wrapper-400 {
float:left;
position:relative;
width:400px;
margin-left:33px;
margin-top:33px;
display:inline;
}

.wrapper-300 {
float:left;
position:relative;
width:300px;
margin-left:33px;
margin-top:33px;
display:inline;
}

.text-top-300 {
height:27px;
background-image:url(images/text-border-top-300.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

.text-bottom-300 {
height:27px;
background-image:url(images/text-border-bottom-300.gif);
background-position:right top;
background-repeat:no-repeat;
}

.text-top-450 {
height:40px;
background-image:url(images/text-border-top-450.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

.text-bottom-450 {
height:40px;
background-image:url(images/text-border-bottom-450.gif);
background-position:right top;
background-repeat:no-repeat;
}

.text-top-450-2 {
height:40px;
background-image:url(images/text-border-top-450-2.gif);
background-position:right bottom;
background-repeat:no-repeat;
}

.text-bottom-450-2 {
height:40px;
background-image:url(images/text-border-bottom-450-2.gif);
background-position:left top;
background-repeat:no-repeat;
}

.text-top-600 {
height:53px;
background-image:url(images/text-border-top-600.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

.text-bottom-600 {
height:53px;
background-image:url(images/text-border-bottom-600.gif);
background-position:right top;
background-repeat:no-repeat;
}

.wrapper-300 img, .wrapper-400 img {
position:relative;
display:block;
}

.page-text {
margin:0px;
padding:20px 15px 0px;
background-color:#ADDBED;
background-image:url(images/text-bg.gif);
font-weight:bold;
}

.page-text p {
padding:0px 0px 20px;
margin:0px;
}

.page-text ul {
padding:0px 0px 20px;
margin:0px;
}

.page-text ul li {
margin:10px 0px 0px 20px;
list-style-image:url(images/spiral.gif);
font-size:14px;
font-weight:normal;
}

.page-text ul li a {
font-size:16px;
font-weight:bold;
}

.artula-logo {
float:left;
margin:0px 20px;
border-width:0px;
}

.artula-link a:link, .artula-link a:visited {
color:#CBECF9;
font-size:16px;
}

.artula-link a:hover {
text-decoration:underline;
}

.footer-text {
position:relative;
top:100px;
margin:0px;
padding:0px 10px;
font-weight:bold;
font-size:16px;
color:#000;
}

.artula-link {
clear:both;
font-weight:bold;
margin:0px;
padding:10px 0px;
}

.soc-media img {
border-width:0px;
}

.soc-media {
display:inline;
}

.slideshow {
}

.photos img {
margin-bottom:10px;
border-width:0px;
}