﻿.gradientbuttons ul{
padding: 14px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
vertical-align: middle;
}

.gradientbuttons li{
display: inline;
margin: 0;
vertical-align: middle;
}

.gradientbuttons 
{  
  height:55px;
  vertical-align: middle;
  margin-right: 0;
  float:left;
  margin-right: 1px;
}

.gradientbuttons li a
{
  vertical-align:middle;
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: PaleGreen;
}

.redtheme li a{
font-size:18px;
background: darkred;
background: -moz-linear-gradient(center top, #f5795d, #e55e3f 25%, #d02700 45%, #e55e3f 85%, #f5795d);
background: -webkit-gradient(linear, center top, center bottom, from(#f5795d), color-stop(25%, #e55e3f), color-stop(45%, #d02700), color-stop(85%, #e55e3f), to(#f5795d)); 
}

.greentheme li a{
font-size:12px;
background: green;
background: -moz-linear-gradient(center top, #7ad690, #3ec05c 25%, #298a40 45%, #3ec05c 85%, #7ad690);
background: -webkit-gradient(linear, center top, center bottom, from(#7ad690), color-stop(25%, #3ec05c), color-stop(45%, #298a40), color-stop(85%, #3ec05c), to(#7ad690)); 
}

.blacktheme li a{
font-size:13px;
background: black;
background: -moz-linear-gradient(center top, #9f9f9f, #686868 25%, #2a2a2a 45%, #686868 85%, #9f9f9f);
background: -webkit-gradient(linear, center top, center bottom, from(#9f9f9f), color-stop(25%, #686868), color-stop(45%, #2a2a2a), color-stop(85%, #686868), to(#9f9f9f)); 
}

.orangetheme li a{
font-size:14px;
background: #e55e3f;
background: -moz-linear-gradient(center top, #ecad9a, #e5937c 25%, #cf4c2a 45%, #e5937c 85%, #ecad9a);
background: -webkit-gradient(linear, center top, center bottom, from(#ecad9a), color-stop(25%, #e5937c), color-stop(45%, #cf4c2a), color-stop(85%, #e5937c), to(#ecad9a)); 
}

  
.imageborder{
border-width: 15px;
-moz-border-image: url(../img/frame.gif) 15 stretch; /*Mozilla version*/
-webkit-border-image: url(../img/frame.gif) 15 stretch; /*Webkit version*/
-o-border-image: url(../img/frame.gif) 15 stretch; /*Opera version*/
-ms-border-image: url(../img/frame.gif) 15 stretch; /*IE syntax when it does support this prop*/
border-image: url(../img/frame.gif) 15 stretch; /*Standard version*/
}

.heading{
/*background: url(pool.jpg);*/
/*background:url(test.png);*/
margin-bottom:8px;
background:#cad5e3;
padding-left:10px;
height: 33px;
text-align:left;
color:Blue;
font-family:Microsoft Sans Serif;
font-Size:18pt;
font-weight:normal;
text-shadow: 1px 1px 0 #959595;
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
}

.heading.span-8{width: 300px;}
.heading.span-7{width: 260px;}


.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 100%;
}

.curlycontainer .innerdiv{
background: transparent url(../img/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 7px 20px 5px;
}

.curlycontainerotherpages{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 100%;
}
.curlycontainerotherpages .innerdivotherpages{
background: transparent url(../img/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
}

#nav {float:left;}
#nav ul {float:left;margin:0;
  width: 674px;
}
#nav li {display:inline;margin:0}
#nav a {display:block;float:left;line-height:25px;height:25px;text-decoration:none;margin-right:10px;padding-left:10px;}
#nav a span {display:block;float:left;padding-right:10px;line-height:25px;height:25px;color:#000;cursor:pointer;}
#nav a:hover, #nav li.nav-active a {background:url(../img/nav.gif) top left no-repeat;}
#nav li.nav-active a span {background:url(../img/nav.gif) top right no-repeat;color:#fff;}
#nav a:hover span {background:url(../img/nav.gif) top right no-repeat;color:#ddd;}