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

html {
	height: 100%;
	overflow: auto;
}

* {
	margin: 0;
	padding: 0;
}

.noheight {height:1%;line-height:1%;margin:0;padding:0;min-height:0;}
.left {float: left;}
.right {float:right;}
.txtleft {text-align:left;}
.txtright {text-align:right;}
.l270 {padding-left:270px;}
.l315 {padding-left:300px;}

b, strong {font-weight: bold;}
em {font-style: italic;}
.ital {font-style:italic;}

a {
	color: #80c342;
	text-decoration: none;
}

a:hover { color: #f89838; }

.up {text-transform: uppercase;}
.bold {font-weight: bold;}
.small {font-size: 10px;}
.med {font-size: 12px;}
.big {font-size: 14px;}
.under {text-decoration:underline;}
.sansserif {font-family: "Helvetica", Verdana, Arial, Tahoma, sans-serif;;}

body {
	background: #fff;
	color: #777;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

/*text styles*/
h1 {color: #80c342; font: normal 28px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
h2 {color: #444; font: normal 18px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
h3 {color: #444; font: normal 18px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
h4 {color: #444; font: normal 12px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
h5 {color: #000; font: normal 11px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
h6 {color: #000; font: normal 10px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}

p, .std_text {font-size: 12px; line-height: 18px;}
a:link, a:visited {text-decoration: none !important; color: #80c342;}
a:hover {color:#f89838; text-decoration: none !important;}
ul, ol, dl {position: relative;}

.green {color:#80c342;}
.grey {color:#444;}
.orange {color:#f89838;}

/*main styles*/
#container {width:960px; margin: 0 auto; text-align:left; }

.main {
	width:940px;
	margin:150px auto 0px auto;
	text-align:center;
}

.logo {
	width:260px;
	height:217px;
	background:#fff url('images/joeyandcas_logo.jpg') 0 0 no-repeat;
	margin:0px auto 25px auto;
}

.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:15px;}
