/* CSS Document */
body {
    color: #333333;
    font-family: Lucida Grande, Verdana, Arial;
    font-size: 76%;
    margin: 0;
    padding: 0;
    text-align: center;
}
a {
    color: #000000;
    font-family: Lucida Grande, Verdana, Arial;
    text-decoration: underline;
	font-size: 76%;
}
a:hover {
    border: medium none;
	color: #808080;
	font-size: 76%;
}
image {
    border-color: #008800;
    border-style: outset;
    border-width: 1px;
}
h2 {
    background-position: 0 25px;
    clear: both;
    color: #3333CC;
    font-family: Lucida Grande;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -6px;
    padding-bottom: 10px;
}
#container {
    height: 100%;
    min-height: 100%;
    position: relative;
}
#slideshow {
    position:relative;
    height:350px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
#header {
    border-top: 5px solid #000000;
}
#header div {
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
    width: 750px;
}
#header h1 {
    float: left;
    font-family: Lucida Grande,Tahoma,sans-serif;
    font-size: 1.9em;
    margin: 0;
    padding: 30px 0;
}
#header h1 span {
    color: #999999;
}
#header h1 a {
    border: medium none;
    color: #000000;
    font-weight: normal;
}
#nav {
    float: right;
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline;
    float: left;
    list-style-type: none;
}
#nav li a {
    border: medium none;
    color: #000000;
    display: block;
    margin: 0 15px;
    padding-top: 5px;
    text-decoration: none;
}
#nav li.on a {
    background: url("images/nav_hover.gif") no-repeat scroll 0 -2px transparent;
    color: #FFFFFF;
    margin: 0;
    padding: 1px 45px 6px;
}
#nav li a:hover {
    color: #33CC00;
}
#strike {
    background-image: url("images/site-strike.jpg");
    clear: both;
    margin-bottom: 35px;
    padding-left: 10px;
    text-align: center;
}
#strike div {
    margin: 0 auto;
    padding: 40px 30px 40px 0;
    text-align: left;
    width: 420px;
}
#strike p {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
}
* html #body {
    height: 1%;
}
#l, #l {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    width: 480px;
}
#l p, #r p {
    margin-top: 10px;
}
#r {
    float: right;
    margin-right: 15px;
    width: 210px;
}
#r p span {
    color: #009900;
    font-weight: bold;
}
#r p {
    margin: 1em 0;
    padding: 0;
}
#r hr {
    border-color: #EEEEEE -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 1px;
    margin: 0;
}
div.block {
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    color: #999999;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
}
#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 7px solid #000000;
    color: #FFFFFF;
    margin-top: -61px;
    padding-top: 30px;
    position: relative;
    width: 100%;
    z-index: 500;
}
#footer div {
    background-color: #000000;
    margin: 0 auto;
    width: 800px;
}
#footer div div {
    font-size: 10px;
    padding-bottom: 2px;
    padding-top: 10px;
}
#footer a {
    color: #FFFFFF;
    font-weight: bold;
	align: center;
}
h3 {
    font-family: Lucida Grande;
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
}
h4 {
    font-family: Lucida Grande;
}
h5 {
    font-family: Lucida Grande;
}
a:visited {
    font-family: Lucida Grande;
}
h1 {
    color: #666666;
    font-family: Lucida Grande;
    font-size: 24pt;
    text-transform: uppercase;
}

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

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
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: lightyellow;
}

.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:16px;
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)); 
}


