*{margin:0;padding:0;border:none;outline:none;}


html,
body {
position:relative;
color:#010101;
font-size:16px;
font-family:Arial,sans-serif;
min-width:900px;
background:#fff;
}

.clear {
display:block;
height:1px;
content:".";
clear:both;
}

/*============ ENTER PAGE*/

#wrapEnter {
width:900px;
margin:20px auto;
}


#leftEnter {
float:left;
width:380px;
padding:10px 0;
}

#phoneEnter {padding:0 15px 15px 0;}

#rightEnter {
float:right;
width:500px;
padding:10px 0;
}

#rightEnter p {
font-size:13px;
padding:5px 0 10px 0;
}

#footerEnter {clear:both;}

#footerEnter p {
font-size:12px;
text-align:center;
padding:5px 100px;
}


/*============ HEADER */
#wrap {
width:955px;
margin:20px auto;
background:#456eaa url(images/bodyBG.gif) repeat-y top left;
}

#pageOpen {
height:10px;
background:transparent url(images/pageOpen.gif) no-repeat top left;
}

#header {
position:relative;
z-index:999;
height:200px;
width:955px;
background:transparent url(images/bodyOpen.gif) no-repeat bottom left;
}

#logo {
position:absolute;
top:10px;left:26px;
z-index:9;
width:266px;
height:151px;
}

#slogan1 {
display:block;
position:absolute;
top:25px;left:325px;
z-index:9;
width:486px;
height:50px;
background:transparent url(images/slogan1.gif) no-repeat bottom left;
}

#slogan1 span {visibility:hidden;}


#smalllogo {
position:absolute;
top:10px;right:20px;
z-index:9;
}

/*============ MENU */

#menu {
position:absolute;
bottom:0;right:11px;
_bottom:-3px;_right:10px;
z-index:10;
width:680px;
height:110px;
}

#menu ul{
color:#183f4a;
list-style:none;
height:110px;
padding:0;margin:0;
}

#menu li{
float:left;
height:110px;
padding:0;margin:0;
}

#menu a {
float:left;
display:block;
height:110px;
padding:0;margin:0;
}


/*============ CONTENT AREA */

#body {background:#ffff99 url(images/contentBG.gif) repeat-y top left;}

#content {padding:25px 30px 10px 25px;}

#content p {
font-size:14px;
line-height:150%;
}

#content h2 {
color:#0343a0;
font-size:20px;
font-style:italic;
padding:10px 0;
}

#content h3,
#content h4,
#content h5 {
font-size:16px;
padding:10px 5px
}

#content ul {
line-height:150%;
padding:15px 10px 15px 50px;
}

#left {
float:left;
width:325px;
}

#right {
float:right;
width:570px;
}


/*============ FOOTER */

#footer {
position:relative;
clear:both;
height:70px;
padding:40px 0 0 0;
background:transparent url(images/pageClose.gif) no-repeat bottom left;
}

#footer p {
font-size:12px;
text-align:center;
padding:0 190px;
}


#balloons {
position:absolute;
left:9px;bottom:4px;
}

#slogan2 {
position:absolute;
right:6px;bottom:6px;
}

/*============ INFO TABLE */

#infotable {}

#infotable th {
color:#fff;
padding:3px 10px;
border:2px solid #2f9d15;
background:#5fd343;
}

#infotable td {
vertical-align:top;
text-align:center;
padding:3px 10px 10px 10px;
}

#infotable td h3,
#infotable td p {font-size:13px;}
#infotable td.name{width:150px;}
#infotable td.nowrap {width:70px;}
#infotable td.description {text-align:justify;}
#infotable td.preview {padding:0 0 10px 0;}
#infotable td img {border:2px solid #4874b5;}



/*============ GALLERY PAGE */
#gallery {
padding:20px 10px 10px 25px;
margin:15px 0;
border:2px solid #36bed3;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-opera-border-radius:10px;
background:#aee5ed url(images/indent.gif) repeat-x top left;
}

#gallery .album {
display:inline;
float:left;
text-align:center;
width:200px;
padding:0px 0 0 0;
margin:0 25px 20px 20px;
border:2px solid #2f9d15;
background:#5fd343;
}

#gallery .album:hover {
border:2px solid #155e99;
background:#249cff;
}

#gallery .album .album-info {padding:5px;}
#gallery .album .album-info a {
color:#fff;
text-decoration:none;
}

#gallery .gallery {
display:block;
width:840px;
padding:0;
margin:0 0 10px 0;
border:2px solid #2f9d15;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-opera-border-radius:10px;
background:#5fd343;
}

#gallery .gallery .albumTile {
float:left;
padding:10px;
width:200px;
}

#gallery .gallery .albumTile img {border:2px solid #fff;}

#gallery .gallery .album-info {
float:left;
width:500px;
padding:20px 10px;
}

#gallery .gallery .album-info h3 {color:#fff;}

#gallery .album-info a {
color:#fff;
font-size:18px;
}


/*============ CONTACT FORM */

#contactTable {
width:550px;
text-align:center;
padding:0 10px;
border:2px solid #36bed3;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-opera-border-radius:10px;
background:#aee5ed url(images/indent.gif) repeat-x top left;
}

#contactTable input,
#contactTable textarea {font-family:Arial,sans-serif;}

#contactTable label {
display:block;
color:#00454f;
font-size:16px;
font-weight:bold;
padding:10px 0 5px 0;
}

#contactTable input {
width:350px;
}
#contactTable textarea {
width:350px;
height:100px;
margin:0 0 10px 0;
}

#contactTable input,
#contactTable textarea {
padding:2px;
border:2px solid #7aec5e;
background:#fff;
}

#contactTable input:focus,
#contactTable textarea:focus,
#contactTable input:hover,
#contactTable textarea:hover {
padding:2px;
border:2px solid #00454f;
background:#fff;
}

#myForm #submitButton {
cursor:pointer;
color:#fff;
font-size:16px;
font-weight:bold;
font-style:italic;
width:123px;
height:50px;
padding:0 22px 8px 0;
margin:10px 0 5px 220px;
background:#ffff99 url(images/submit.gif) no-repeat top left;
}

#backButton {
display:block;
text-decoration:none;
height:20px;
width:82px;
margin:0 auto;
background:transparent url(images/back.gif) no-repeat top left;
}

#backButton span {visibility:hidden;}