/* CSS Document */
a {
	color: #666633;
}

a:hover {
	color: #a7aa5d;
}

h1, h2, h3 {
	color: #666633;
	font-weight: normal;

	padding: 0;
}

h1 {
	font-size: 170%;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100%;
}

h2 {
	font-size: 20px;
	margin: 25px 0 0 0;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100%;
}

h3 {
	font-size: 16px;
	margin: 10px 0 0 0;
	padding-bottom: 2px;
	padding-top: 0;
	width: 100%;
}

h4 {
	font-size: 14px;
	margin: 10px 0 0 0;
	padding-bottom: 2px;
	padding-top: 0;
	width: 100%;
}

strong {
	color: #666633;
}

p {
	margin: 6px 0 10px 0;
}

body {
	margin: 0 0 30px 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666633;
	background: #ffffff url("main_bg.jpg") top center no-repeat;
	background-attachment: fixed;
	line-height: 1.3em;
}

#page {

	width: 782px;
	margin: 0 auto;
	padding: 0;
	}
	
#pageWrapper {
	padding: 0 29px 30px 29px;
	background: transparent url("footer_bg.gif") bottom center no-repeat;
}

#header {
	width: 100%;
	height: 150px;
}

#logo {
	float: left;
	background: transparent url("logo.gif") 0 0 no-repeat;
	width: 390px;
	height: 145px;
	margin: 5px 0 0 0;
}

#nextGig {
	float: right;
	background: transparent url("nextgig_top.jpg") 0 0 no-repeat;
	width: 175px;
	height: 143px;
	margin: 0;
}

/**Primary NAvigation**/

#primaryNav {
	clear: both;
	color: #ffffff;
	background: transparent url("02.jpg") 0 0 no-repeat;
	width: 100%;
	height: 185px;
}

#primaryNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}

#primaryNav ul li {
	float: left;
	line-height: normal;
	padding: 0;
	margin: 7px 0 0 0;
	background-image: none;
	list-style-image: none;

}

ul.navigation {
	float: left;
	margin: 0;
	padding: 0;
}
#primaryNav ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 20px 0 20px;
	text-decoration: none;
}

#primaryNav ul li a:hover {
	color: #304d2a;
}

#contentWrapper {
	padding: 35px 0 0 0;
}


/**Footer**/
#footer {
	background-color: #fff;
	width: 100%;
	height: 27px;
	margin: 20px 0 0 0;

}
#footerNav {
	color: #ffffff;
	font-size: 10px;
}
#footerNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
#footer li {
	list-style-image: none;
	padding: 3px 20px 0 0;
	margin: 4px 0 0 0;
}


/**Page Layout**/
div.btmWrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.btmWrapper div.columnOne {
	width: 490px;
	float: left;
}
div.btmWrapper div.columnOne div.columnOneWrapper {
	padding: 0 20px 0 0;
}
div.btmWrapper div.columnTwo {
	width: 220px;
	float: right;
}


.clear {
	clear: both;
}


div.email {
	background: transparent url(email.jpg) no-repeat scroll left top;
	margin: 20px 0 0;
	padding: 10px 0;
}

div.email blockquote {
	background: transparent;
	color: #666633;
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	padding: 0 20px 0 65px;
	text-align: left;
}

div.tix {
	background: transparent url(info.jpg) no-repeat scroll left top;
	margin: 20px 0 0;
	padding: -2px 0 0 0;
}

div.tix blockquote {
	background: transparent;
	color: #666633;
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	padding: 0 10px 0 65px;
	text-align: left;
	border-bottom: 1px solid #c6c77b;
}

div.quote {
	background: transparent url(info.jpg) no-repeat scroll left top;
	margin: 20px 0 0;
	padding: -2px 0 0 0;
}

div.quote blockquote {
	background: transparent;
	color: #666633;
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	padding: 0 20px 0 65px;
	text-align: left;
}


ul li {
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	list-style-image: url(green_bullet.gif);
	list-style-type: none;
	margin: 10px 0;
	}
	
table th {
	font-size: 14px;
	padding: 10px;
	color: #fff;
	border:1px solid #999999;
	background-color: #cccc65;
}

table td {
	padding: 10px;
	border-bottom: 1px solid #999999;
}


.boxout {
	background-color: #f3f3f3;
	padding: 12px;
	border: 1px solid #666633;
	margin: 0 0 20px 0;
}

.boxout p {
	margin: 0;
}

#pageLinks #page #pageWrapper #content #contentWrapper .btm .btmWrapper .columnOne .columnOneWrapper img {
	float: right;
	margin: 0 0 10px 10px;
}

#pageFresh #page #pageWrapper #content #contentWrapper .btm .btmWrapper .columnOne .columnOneWrapper img {
	float: right;
	margin: 0 0 10px 10px;
}

img.floater {
	float: right;
	margin: 0 0 0 3px;
	padding: 3px;
	border: 1px solid #4a6344;
}
