@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	/* font-family:Helvetica,Arial,Futura,sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* this is equiv to 10px */
	font-style:normal; font-weight:normal;
	color:#666666;
	    margin-top:0px;
    padding-top:0px;
}
p{ /* why is this needed?! bug in firefox3/chrome?*/
margin-bottom:1em;
margin-top:0em;
}
a:link {text-decoration: none; color: #000;}
a:visited {text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color:#299A53;}

label{
	font-weight:bold;
	padding-bottom:6px;
}
.clear{
	clear:both;
}
.active{
	color:#22aa22;
}

#wrapper {
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 18px;
	padding-bottom:26px;
	text-align: left;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
    border-top:#CCCCCC 1px solid;
}
#header{
	width:770px;

	/* padding-top:55px; */
	overflow: hidden; /*this will clear your floats*/
	width: 100%;
}

#headerimg{
	text-align:center;
	margin:0 auto;
	height:200px;
	clear:both;
}
#logo{
	float:left;
    width:240px;
    height:120px;
    background:url('../images/logo.jpg') bottom left no-repeat;
	overflow: hidden; /*this will clear your floats*/
}

.container{ /* contains the elements */
	width:730px;
	margin: 0 auto;
	text-align:center;
	border:#CCCCCC 1px solid;
}
.container_inner{
	position:relative;
	width:660px;
	margin-left:auto;
	margin-right:auto; /* Center container */
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
}
.container_inner table{
	vertical-align:top;
}

.container_inner table td{
	vertical-align:top;
}

.menutitle a{
	background:url(../images/green_arrow.gif) left center no-repeat;
	position:relative;
	font-size:1.5em;
	line-height:1.5em;
	/* font-weight:bold; */
	letter-spacing:.2px; 
	color:#2b9a51;
	left:18px;
	padding-left: 12px;
	padding-bottom:2px; /* vertical spacing for greenarrow (reversed)*/
	margin-bottom:5px;
}
.menutitle a:hover{
	color:#000;
}

.frontlink-wrap{
	position:relative;
	float:right;
	width:145px;
    height:120px;
top:92px;
	right:10px;
}

.button-wrap{
	position:relative;
	float:right;
	width:53px;
top:82px;
	right:70px;
}
/* BUTTONS START */
/* http://www.bloggerswatch.com/internet/css-trick-submit-button-should-look-same-everywhere/ */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px 0px 0 !important;
    padding:0;
    border:none;
    width:10px;
    height:10px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* greenbt */

button.greenbt, .buttons a.greenbt{
    color:#529214;
}
.buttons a.greenbt:hover, button.greenbt:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.greenbt:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* redbt */

.buttons a.redbt, button.redbt{
    color:#d12f19;
}
.buttons a.redbt:hover, button.redbt:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.redbt:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* bluebt */

button.bluebt, .buttons a.bluebt{
    color:#336699;
}
.buttons a.bluebt:hover, button.bluebt:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.bluebt:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}



/* redredbt */

.buttons a.redredbt, button.redredbt{
    color:#fff;
	background:#d12f19;
	border:1px solid #9B2217;
}
.buttons a.redredbt:hover, button.redredbt:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.redredbt:active{
    background-color:#000000;
    border:1px solid #d12f19;
    color:#fff;
}

/* BUTTONS END */

.footer{
	position:relative;
	width:300px;
	top:12px;
	text-align:center;
	margin:0 auto;
}