html {
	/* Always display vertical scrollbar so content doesn't move */
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {
    background:white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#container {
	margin:0 auto; /* center, not in IE5 */
    width:960px;
	background:white;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
position: relative; /* Elements within div will be positioned relative to it */
	height:100px;
    background-color: white;
font-size: 32px;color:#565656;
}

#buttons {
position: relative; /* Elements within div will be positioned relative to it */
padding-bottom: 20px;
}

#main {
	padding:10px 10px 50px; /* bottom padding for footer */
}

#footer {
	margin: 0;
	padding-top: 8px;
	padding-left: 12px;
	background: #7d7d7d url(gradient.png) repeat-x 0 -110px; /* background bar */
	height:25px; /* height of background bar */
		color: #e7e5e5; /* color of text for other pages */
	text-decoration: none;
	font-size:13px;
	font-weight:bold;

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

img{
border-style: none;
}

.imgLeft{
float:left;
padding:20px;
}

a{
  outline: none;
}

.textlink a {
  color:#565656;text-decoration:underline;;
}

h1 {font-size: 32px;color:#565656;}
h2 {font-size: 14px;color:#F0F0F0;background-color: #787878;font-weight:bold;}
h3 {font-size: 16px;color:#565656;text-align: center;}
h4 {font-size: 22px;color:#565656;text-align: left;}
h5 {font-size: 18px;color:#565656;text-align: left;}

.greenTitle {font-size: 18px;color:#54B948;text-align: left;font-weight:bold;}
.blueTitle {font-size: 18px;color:#0257BE;text-align: left;font-weight:bold;}
.greytitle {font-size: 18px;color:#0257BE;text-align: left;font-weight:bold;}

table.leftbox {
    border-style:solid;
    border-spacing:0px;
    height: 200px;
    border-width: 2px;
    width: 20%;
    float: left;
    border-color: #596167;
    behavior:url(~/border-radius.htc);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

th.leftboxheader{
    background-color: #596167;
    padding: 3px;
    color: #F0F0F0;
}

td.leftboxtext{
    padding: 5px;
    vertical-align: top;
    font-size: 9px;color:#565656;text-align: center;
}

.tdpadding{
    padding: 20px;
	width: 30%;
	text-align:center;
}

.tdpadding2{
    padding-right: 20px;
padding-left: 20px;
padding-top: 0px;
padding-bottom: 0px;
	text-align:center;
	width: 30%;
}

.store{
    padding: 30px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	color:#565656;
	font-size: 1.1em;
}

a.menuBar {
  background-color:#787878;
  color: #F0F0F0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right:10px;
  font-size: 14px;font-weight: bold;
  text-decoration:none;
}

a.menuBar:active{
  background-color:#565656;
  color: white;
}

a.menuBar:hover {
  background-color:#565656;
  color: white;
}

#nav {
	margin: 0;
	padding: 7px 6px 0px; /* t rl b */
	background: #7d7d7d url(images/gradient.png) repeat-x 0 -110px; /* background bar */
	height:40px; /* height of background bar */
	line-height: 16px; /* height of button */

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0px 5px;
	padding: 0px 0px 8px; /* t rl b */
	float: left;
	position: relative;
	list-style: none;
}


/* Non-hover and non-current definitions */
#nav a {
	font-weight: bold;
	color: #e7e5e5; /* color of text for other pages */
	text-decoration: none;
	font-size:14px;
	display: block;
	padding:  8px 20px; /* tb rl space around text of button */
	margin: 0;

	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}


/* Hover and Current definitions */
#nav .current a, #nav li:hover a {
	background: #666 url(images/gradient.png) repeat-x 0 -40px;
	color: #444;
		font-size:14px;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}