@charset "utf-8";

body {
	font-family: "Trebuchet MS", Calibri, Arial;
	font-size: 1em;
	color: #CCCCCC;
	background-color: #000000;
}
body   a {
	color: #FF3300;
}
body   a:visited {
	color: #FF3300;
}
body  a:hover {
	color: #0099FF;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
	line-height: 20px;
	text-indent: 10px;
}
h4 {
	color: #FF0000;
	text-align: center;
}
h5{
	color: #FF3300;
	text-align: center;
	font-size: 90%;
	padding-right: 40px;
	padding-left: 20px;
}
.border {
	border: thick solid #333333;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 250px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	margin: 0px;
}
#container {
	margin: 0px;
	width: 900px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 900px;
	text-align: center;
}
#topnavigation {
	display: block;
}
#topnavigation  a {
	display: block;
	text-align: center;
	font-size: 1em;
	line-height: 30px;
	text-decoration: none;
	color: #FF9900;
}
#topnavigation   a:hover    {
	text-decoration: underline;
	color: #0099FF;
}
#footernavigation {
	display: block;
}
#footernavigation  a {
	display: block;
	text-align: center;
	font-size: .8em;
	line-height: 30px;
	text-decoration: none;
	color: #FF9900;
}
#footernavigation   a:hover    {
	text-decoration: underline;
	color: #0099FF;
}
#companycontact {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: .7em;
	text-align: center;
}
#shaytoon {
	margin-top: 0px;
	background-color: #000000;
	font-size: 1.1em;
	text-align: right;
}
#shaytoon    a    {
	color: #990000;
	text-decoration: none;
}
#shaytoon    a:hover    {
	text-decoration: underline;
}
#page_navigation {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	margin-top: 10px;
}
#quicksearch {
	font-weight: bold;
	color: #FF9900;
	vertical-align: middle;
	line-height: 40px;
}
#titlebar {
	color: #CCCCCC;
	background-image: url(../images/title_bar.jpg);
	height: 45px;
	width: 897px;
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 35px;
	padding-top: 7px;
}
.button  {
	text-decoration: none;
	display: inline-block;
	width: 140px;
	background-image: url(../images/button_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 36px;
	line-height: 30px;
	font-weight: bold;
	color: #FF9900;
}
.button:visited   {
	text-decoration: none;
	color: #FF9900;
}
.button:hover  {
	background-image: url(../images/button_down.jpg);
	color: #0099FF;
}
.button_g  {
	text-decoration: none;
	display: inline-block;
	width: 140px;
	background-image: url(../images/submit_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-weight: bold;
	color: #FF9900;
	height: 50px;
	line-height: 50px;
}
.button_g:visited   {
	text-decoration: none;
	color: #FF9900;
}
.button_g:hover  {
	background-image: url(../images/submit_down.jpg);
	color: #0099FF;
}
.button_s   {
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/button_s_up.jpg);
	height: 45px;
	width: 35px;
	line-height: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
.button_s:visited     {
	text-decoration: none;
	color: #CCCCCC;
}

.button_s:hover     {
	background-image: url(../images/button_s_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #0099FF;
}
.leftbox {
	float: left;
	border: thick solid #333333;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #DDDDDD;
	width: 840px;
}
.rightbox {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.xlarge {
	font-size: 1.5em;
}

.large{
	font-size: 1.3em;
}

.medium {
	font-size: 1em;
}

.small {
	font-size: .9em;
}

.xsmall {
	font-size: .8em;
}


.home {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 900px;
	position: absolute;
	top: 0px;
}
.black {
	color: #000000
}
.white {
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.row {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border: thick solid #2c2720;
	width: 850px;
	padding-bottom: 10px;
}
.row a {
	display: inline-block;
	line-height: 20px;
	text-align: center;
	border: thin solid #2c2720;
	text-decoration: none;
	color: #333333;
	font-size: 11pt;
	padding: 5px;
	margin-top: 15px;
	margin-right: 2px;
	margin-left: 2px;


}
.row a:visited {
	color: #333333;
	text-decoration: none;
}
.row a:hover  {
	color: #0099FF;
	background-color: #2c2720;
	text-decoration: none;
}
.row  img {
	background-color: #FFFFFF;
	margin: 0px;
	border: 5px solid #FFFFFF;
}
input.sub  {
	display: inline-block;
	background-image: url(../images/submit_up.jpg);
	width: 140px;
	height: 50px;
	color: #FF9900;
	font-size: 12pt;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
	cursor: pointer;
}
input.sub:hover {
	color: #0099FF;
	clip: rect(-40px,auto,auto,auto);
	background-image: url(../images/submit_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.subw  {
	display: inline-block;
	background-image: url(../images/button_up.jpg);
	width: 140px;
	height: 42px;
	color: #FF9900;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	background-position: center bottom;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.subw:hover {
	color: #0099FF;
	background-image: url(../images/button_down.jpg);
}
