/*
Theme Name: J Ganly
Version: 1.0
*/
/* Reset */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #679966 url(images/body.jpg) top left no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
img a {
	border:none;
}
a {
	text-decoration: none;
}

/*Wordpress Styles*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Custom */
h1, h2, h3 {
	padding-bottom: 15px;
	font-weight: normal;
}
#main-inner h1 {
	font-size: 24px
}
#main-inner h2 {
	font-size: 20px;

}
#main-inner h3 {
	font-size: 16px;
}
#main-inner table {
	vertical-align: top;
	margin-bottom: 30px;
}
#main-inner table td {
	padding: 5px;
}
#main-inner ol {
	list-style: decimal;
	margin-left: 20px;
}
#main-inner ul li {
	list-style:disc;
	margin-left: 15px;
}
#main-inner ul ul, #main-inner ol ol {
	margin-left: 15px;
}
#main-inner p, #main-inner ul, #main-inner ol {
	padding-bottom: 15px;
}
#main-inner .gform_body ul li {
	list-style: none;
	background: none;
}
label {
	display:block;
}

/* Design Styles *//* Design Specific Styles */
#wrapper {
	width: 1145px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: #fff;
}
#header-inner #logo {
	
}
#header-inner #logo h1 {
	padding-bottom: 0;
}
#navigation {
	background: #cccc9a;
	position: relative;
	z-index: 10;
	width: 1025px;
}
#navigation ul {
	float: right;
	padding-right: 30px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	padding: 20px;
	color: #3d6d3b;
}
/* drop down */
#navigation ul ul {
	position:absolute; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
	z-index: 100;
}

#navigation ul ul li {
	width:210px;
	float:none; 
	/*background: #000;*/
}

#navigation ul ul a {
	display:block;  
	padding: 8px 5px; 
	background: none;
}

*html #navigation ul ul {
	margin:0 0 0 -2px;
}
#navigation ul li.current_page_item a, #navigation ul li a:hover  {

}
#main-wrap {
	
}
#main {
	color: #333333;
	line-height: 1.3;
	min-height: 620px;
	background: #fff;
}
#main-inner {
	padding: 60px 20px 20px 20px;
}
#main-inner h1 {
	color: #99cc67;
}
#primary {
	width: 460px;
	float: left;
}
#secondary {
	position: absolute;
	top:0;
	right: 0;
	width: 640px;
	border-right: 5px solid #9acc99;
}
#footer {
	font-size: 12px;
	color: #333333;
	padding: 10px;
	background: #fff;
}
#footer a {
	color: #333333;
}
/**** Gravity Form Basic Styles ****/
#main-inner .gform_wrapper ul li {
	margin: 0;
}
#main-inner .gform_wrapper .medium {
	border: 1px solid #7d7d7f;
	background: #f1f1f1;
	padding: 5px;
	width: 80%;
}
#main-inner .gform_wrapper .gfield {
	padding-bottom: 5px;
}