﻿* {
    padding: 0;
    margin: 0;
} 

body {
	background: #eee;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: .74em;
}

a {
	color: #820101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
    margin: 0 auto;
    width: 800px;
	height: 120px;
	background: #B22037 url('header.jpg');
	background-repeat: no-repeat;
   
}

#headersmall 
{
    margin: 0 auto;
    width: auto;
	background: #040133;
	font-size:medium;
	color: #fff;
	height:30px;
	text-align:center;
	background-repeat: no-repeat;
   
}

#headermedium 
{
    margin: 0 auto;
    width: auto;
	background: #040133;
	font-size:medium;
	color: #fff;
	height:30px;
	text-align:center;
	background-repeat: no-repeat;
   
}


h1.groovedouble {border-style: groove double; font-size:medium;}

#wrap {

    width: auto;
    height: 25px;
	background: #eee url('menu/blank.gif');
    background-repeat: repeat-x;
}    
    #headerbox {
    margin: 0 auto;
    width: 100%;
    height:25px;
    text-align:center;
    float: right;
    font-size:medium;
	color: #ccc;
	background: #820101;
    background-repeat: repeat-x;
    vertical-align:middle;

}

}    
    #headerboxsmall {
    margin: 0 auto;
    text-align:center;
    font-size:large;
	color: #ccc;
	background: #820101;
    background-repeat: repeat-x;
    vertical-align:middle;

}

h1 {
	text-align:center;
	font-size:medium;
	font-family:arial;
	width:100%;
    vertical-align:middle;
    height:25px;
}

p {
	text-align:justify;
	word-spacing: 2px;
	letter-spacing: 2px;
	line-height: 200%;
	font-family:arial;
	padding-right:15px;
	padding-left: 15px


}


}    
    #tickbox {
    margin: 0 auto;
    width: 445px;
    height: 200px;
    float: right;
	background: #fff;
    background-repeat: repeat-x;

}


#topwrap {
background: #eee url('topwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#botwrap {
background: #eee url('botwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#content {
padding: 0 30px 0 30px;
}

.right {
	float: left;
	width: 520px;
	margin: 0 10px;
	font-size: 1em;
	color: #222;
	
}

.left {
	float: left;
	width: 160px;
	margin: 0 10px 0 10px;
}

.left ul {
	padding: 0px 0px 15px 0px;
	margin:0;
}

.left li {
	margin-bottom:5px;
	list-style-type: none;
	color: #B22037;
	background: #AE1C33;
	padding: 5px;
	font-size: .9em;
}

.left li a{ color: #fff; }
.right h2 { color: #B22037; font-size: 14px; margin-bottom: 10px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
}

img { border: none;}

/* thoughtbot (inspired by thoughtbot.com)
*******************************************************************************/
button.thoughtbot {
  background: #c63929;
  background: -moz-linear-gradient(0% 100% 90deg, #891100 0%, #B51700 50%, #c63929 50%, #EE432E 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ee432e), color-stop(0.5, #c63929), color-stop(0.5, #b51700), color-stop(1, #891100));
  border: 1px solid #951100;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
  width: 150px;
}

button.thoughtbot:hover {
  background: #cb0500;
  background: -moz-linear-gradient(0% 100% 90deg, #a20601 0%, #cb0500 50%, #db504d 50%, #f37873 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601));
}

button.thoughtbot:active {
  background: #b30300;
  background: -moz-linear-gradient(0% 100% 90deg, #700d00 0%, #9c1500 50%, #ad3224 50%, #d43c28 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00));
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}

