﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 801px;
	margin: 0 auto;
	padding: 20px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 780px;
	padding: 10px;
	border: 1px dotted #000;
	background-image: url("../images/masthead.png");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #000;
}
#content {
	float: left;
	width: 649px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #C0C0C0;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #000;
	background-color: #800000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #800000;
}
#navigation a:hover {
	color: #808080;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #800000;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	color: #000000;
}
/* Footer Styles */
#footer p {
	color: #800000;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.gradientbuttons ul{

padding: 3px 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*/

}



.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:12px;

background: red;

background: -moz-linear-gradient(center top, #9f9f9f, #686868 25%, #2a2a2a 45%, #686868 85%, #9f9f9f);

background: -webkit-gradient(linear, center top, center bottom, from(#f5795d), color-stop(25%, #e55e3f), color-stop(45%, #d02700), color-stop(85%, #e55e3f), to(#f5795d)); 

}



.blacktheme li a{

font-size:12px;

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)); 

}