﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-color: #369;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
#	font-weight: bold;
#	text-decoration: none;
#	color: #000080;
#	display: block;
#	padding: 5px;
	border: 2px solid #FFFFFF;
#	background-color: #FFFFFF;
}
#navigation a:hover {
#	font-weight: bold;
	text-decoration: none;
	color: #000000;
#	border: 0px solid #FFFFFF;
#	background-color: #FFFFFF;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #000080;
}
h3 {
	font-size: large;
	color: #000080;
}
h4 {
	font-size: medium;
	color: #000080;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



.myButton {
	-moz-box-shadow:inset 4px 7px 16px -1px #dcecfb;
	-webkit-box-shadow:inset 4px 7px 16px -1px #dcecfb;
	box-shadow:inset 4px 7px 16px -1px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:13px;
	padding:6px 1px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
.myButton:active {
	position:relative;
	top:1px;
}





.myButton2 {
	-moz-box-shadow:inset 4px 7px 16px -1px #dcecfb;
	-webkit-box-shadow:inset 4px 7px 16px -1px #dcecfb;
	box-shadow:inset 4px 7px 16px -1px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:13px;
	padding:6px 14px;
	text-decoration:none;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
.myButton2:active {
	position:relative;
	top:1px;
}


.myButton3 {
	-moz-box-shadow:inset 4px 7px 16px -1px #dcecfb;
	-webkit-box-shadow:inset 4px 7px 16px -1px #dcecfb;
	box-shadow:inset 4px 7px 16px -1px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eab580 ), color-stop(1, #dc842c));
	background:-moz-linear-gradient(top, #eab580  5%, #dc842c 100%);
	background:-webkit-linear-gradient(top, #eab580  5%, #dc842c 100%);
	background:-o-linear-gradient(top, #eab580  5%, #dc842c 100%);
	background:-ms-linear-gradient(top, #eab580  5%, #dc842c 100%);
	background:linear-gradient(to bottom, #eab580  5%, #dc842c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab580 ', endColorstr='#dc842c',GradientType=0);
	background-color:#eab580 ;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:13px;
	padding:6px 14px;
	text-decoration:none;
}
.myButton3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dc842c), color-stop(1, #eab580 ));
	background:-moz-linear-gradient(top, #dc842c 5%, #eab580  100%);
	background:-webkit-linear-gradient(top, #dc842c 5%, #eab580  100%);
	background:-o-linear-gradient(top, #dc842c 5%, #eab580  100%);
	background:-ms-linear-gradient(top, #dc842c 5%, #eab580  100%);
	background:linear-gradient(to bottom, #dc842c 5%, #eab580  100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc842c', endColorstr='#eab580 ',GradientType=0);
	background-color:#dc842c;
}
.myButton3:active {
	position:relative;
	top:1px;
}


