/* Reset default styles
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Typography
-------------------------------------------------------------- */

body {
	font: normal 16px/1.5em Helvetica, Arial, sans-serif;
	text-align: center;
	color:#555;
}

#logo {
	background: url(/images/logo-oakgate.gif) no-repeat;
	width:460px;
	height: 126px;
	float:left;
	text-align:right;
}

h1 {
	text-indent:-9000px;
	text-align:left;
}

h1 a {
	display:block;
	width:460px;
	padding-bottom:74px;
}

#logo p {
	padding:0;
}

#logo p a {
	display:block;
	width:450px;
	padding:0 5px 4px 5px;
	color:#555;
	text-decoration:none;
	
}

h2 {
	width:260px;
	padding:105px 5px 5px 5px;
	font-size:24px;
	line-height:1.5em;
	font-weight:normal;
	color:#fff;
	text-align:right;
	float:right;
}

h3 {
	font-weight:bold;
	text-align:right;
	padding:0 5px;
}

strong {
	color:#000;
	font-weight:normal;
}

b {
	font-weight:bold;
}

.marker { font-size:12px; }

.column ol {
	font-size:12px;
}

.column ol span {
	font-size:16px;
}

/* Colors
-------------------------------------------------------------- */

.column ul span, .column ol span { color:#555; }

#features { background:#A3CF62; }
#features a { border-bottom:4px solid #A3CF62; }
#features a:hover { border-bottom-color: #693; }
#green h3 { color: #A3CF62; }
#green .right .block { background: #A3CF62; }
#green .column ul { color: #A3CF62; }
#green #inactive {
	color: #A3CF62;
	border-color: #A3CF62;
}

#plans { background:#00AD85; }
#plans a { border-bottom:4px solid #00AD85; }
#plans a:hover { border-bottom-color: #066; }
#aqua h3 { color: #00AD85; }
#aqua .right .block { background: #00AD85; }
#aqua .column ul { color: #00AD85; }
#aqua #inactive {
	color: #00AD85;
	border-color: #00AD85;
}

#aqua .column a {
	color: #00AD85;
	text-decoration:none;
	border-bottom:1px dashed #00AD85;
}

#aqua .column a:hover {
	border-bottom:0;
	background:#00AD85;
	border-bottom:1px solid;
	color:#fff;
}

#location { background:#00A7E1; }
#location a { border-bottom:4px solid #00A7E1; }
#location a:hover { border-bottom-color: #069; }
#blue h3 { color: #00A7E1; }
#blue .right .block { background: #00A7E1; }
#blue .column ul, #blue .column ol { color: #00A7E1; }
#blue #inactive {
	color: #00A7E1;
	border-color: #00A7E1;
}

#blue .column a {
	color: #00A7E1;
	text-decoration:none;
	border-bottom:1px dashed #00A7E1;
}

#blue .column a:hover {
	border-bottom:0;
	background:#00A7E1;
	border-bottom:1px solid;
	color:#fff;
}

#contact { background:#CA4D3D; }
#contact a { border-bottom:4px solid #CA4D3D; }
#contact a:hover { border-bottom-color: #900; }
#red h3 { color: #CA4D3D; }
#red .right .block { background: #CA4D3D; }
#red .column ul { color: #CA4D3D; }
#red #inactive {
	color: #CA4D3D;
	border-color: #CA4D3D;
}

#red .column a {
	color: #CA4D3D;
	text-decoration:none;
	border-bottom:1px dashed #CA4D3D;
}

#red .column a:hover {
	border-bottom:0;
	background:#CA4D3D;
	border-bottom:1px solid;
	color:#fff;
}

img a, img a:hover {
	border:0 !important;
	
}

/* Navigation
-------------------------------------------------------------- */

#header {
	height:126px;
}

#header img {
	float:left;
}

#header ul, #plansnav ul {
	float:right;
}

#header li, #plansnav li {
	list-style-type: none;
	display: block;
	text-align:center;
	float:left;
	width:100px;
	margin-left: 20px;
}

.first {
	margin-left:0 !important;
}

#header li a, #plansnav li a {
	text-decoration: none;
	color: #fff;
	display:block;
	width:100px;
	padding-top:98px;
}

#plansnav {
	margin-top:20px;

}

#plansnav li a {
	padding-top:3px;
}

#inactive {
	padding-top:98px;
	width:98px !important;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
}

#plansnav #inactive {
	padding-top:3px;
	border-top:1px solid;
}

.column ul span img {
	margin-left:5px;
}

/* Positioning
-------------------------------------------------------------- */

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

p {
	padding:0 5px;
}

.column ul {
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: square;
}

.column ol {
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: upper-alpha;
}

.column ul ol {
	padding:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.column {
	margin-top:20px;
	width:460px;
}

.nav {
	width:460px;
}

.center {
	text-align:center;
}

.block {
	height:218px;
	margin-bottom:5px;
}

.quarter {
	margin-top:5px;
	width:220px;
}

.twothirds {
	margin-top:5px;
	width:293px;
}

.onethird {
	margin-top:5px;
	width:147px;
}

object {
	width:460px;
	height:218px;
	cursor:default;
}

#map {
	height:396px;
	font-size:12px;
	line-height:18px;
}

h3 img {
	margin-right:5px;
}

.vcard {
	font-size:12px;
	line-height:1.5em;
	margin-top:5px;
	width:330px;
}

.vcard img {
	margin-right:10px;
}

.vcard .tel, .vcard .email {
	margin-top:5px;
}

#form {
	margin-top:10px;
	padding:0 5px;
	font-size:12px;
	line-height:1.5em;
}

label {
	margin-top:10px;
	display:block;
}

#firstname, #lastname, #address, #city, #phone, #email, #submit {
	width:90px;
}

#submit {
	margin-top:5px;
}

textarea {
	width:250px;
	height:50px;
}

#state {
	width:30px;
}

#zip {
	width:60px;
}

.logos {
	margin-top:5px;
}

#kw {
	margin-bottom:20px;
}

.amj img {
	margin:10px 10px 0 0;
}

.amj {
	width:279px;
	float:left;
}

.disclaimer {
	width:270px;
	font-size:11px;
	line-height:1.5em;
	margin-top:15px;
}

.logos a, .logos a:hover {
	border:0 !important;
	background:#fff !important;
}

table {
	margin-bottom:10px;
}

.clear {
	clear:both;
}