@charset "utf-8";

*
{
	margin:0;
	padding:0;
	border:0;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#2e3339;
}
a
{
	color:#f28330;
}
p
{
	padding:5px 0;
	line-height:25px;
	font-size:0.9em;
	
}
#main
{
	background:#fff;
}
#main
{
	padding:20px 0 20px 0;	
}
#main2
{
	padding:5px 0 20px 0;	
}
#mainCol
{
	width:543px;
	float:left;
}
#mainColport
{
	width: 800px;
	float:left;
}
#sideCol
{
	width:227px;
	float:left;
	margin:0 0 0 30px;
}

#mainCol h1
{
	color:#a5d84c;
	font-size:2em;
	font-weight:normal;
}
#mainCol h2
{
	color:#f28330;
	padding:5px 0;
}
#mainCol h3
{
	padding:5px 0;
	font-size:1.1em;
}
#mainCol UL
{
	margin:5px 0 5px 30px;
}
#mainCol UL LI
{

}
#mainCol .column
{
	float:left;
	width:255px;
	margin:0 7px 0 0;
}


ul.checks
{
	list-style-image:url(../images/indianapolis_check.gif);
}
ul.checks li
{
	padding:1px 0;
	margin:0 0 5px 0;
}

ul.triangles
{
	list-style-image:url(../images/li-green.gif);
}
ul.triangles li
{
	margin:10px 0 10px 20px;
	font-size:0.8em;
	color:#fff;
}
ul.triangles a
{
	color:#fff;
}


ul.latestwork
{
	margin:9px 0 0 0;
}
ul.latestwork li
{
	display:inline;
	padding:0 8px 0 0;
}
ul.latestwork li img
{
	border:0px solid #2e3339;
}







.more, .alternate
{
	/* used for jquery to display more info... */
	display:none;
}


.bodywidth
{
	width:800px;
	margin:0 auto;
}

#header
{
	/*height:95px;*/
	background:#c1d72d;
}

#logo
{
	float:left;
	width:260px;
}

UL#submenu
{
	margin-top:5px;
}
UL#submenu LI
{
	list-style-type:none;
	/*width:227px;*/
	line-height:24px;
	background:#fefefe url(../images/subMenuHeader.jpg) no-repeat;
	padding:0 0 0 25px;
	
}
UL#submenu LI a
{
	color:#7e8289;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
}
UL#submenu LI UL LI
{
	list-style-type:none;
	line-height:24px;
	padding:0;
	background:#fefefe;
}
UL#submenu LI UL LI a
{
	font-weight:normal;
	color:#f28330;
}
#menu { 
	/*background:yellow;*/
	text-align:right;
	padding:65px 0 0 0;
	float:right;
}
#menu a
{
	font-size:0.9em;
	line-height:26px;
	display:block;
	float:left;
	padding:0 19px;
	color:#fff;
	text-decoration:none;
}
#menu a:hover, #menu a.active
{
	background:#F6662E;
	border-bottom:1px solid #F6662E;
}
#menu UL LI
{
	display:inline;
	float:left;
}


#promo
{
	background-color:#FFF;
	
}
.promo-extras
{
	display:none;
}
#promo .bodywidth
{
	background-color:#FFF
	height:244px;

}
#promo-left
{
	float:left;
	width:543px;
	margin:22px 0 0 0;
}
#promo-right
{
	width:227px;
	float:left;
	margin:22px 0 0 30px;
}


#promo-inside
{
	background:url(../images/promoBgRptInside.jpg) repeat-x;
}
#promo-inside .bodywidth
{
	background:url(../images/promoBgInside.jpg) no-repeat top center;
	height:60px;
}
#promo-inside h1
{
	color:#fff;
	font-size:2em;
	font-weight:normal;
	padding:7px 0 0 0;
}
#promo-inside h1 span
{
	font-size:0.4em;
	font-weight:bold;
}

#footerTop
{
	background:#40454c;
}
#footerTop .bodywidth
{
	background:	url(../images/midFooterBg.jpg) no-repeat;
}

#footerTop .columnA,
#footerTop .columnB,
#footerTop .columnC
{
	padding:20px 0;
}
#footerTop h3
{
	color:#fff;
	font-size:1.3em;
}
#footerTop .columnA
{
	float:left;
	width:450px;
}
#footerTop .columnB
{
	
	float:left;
	width:282px;
}
#footerTop .columnC
{
	float:left;
	width:227px;
}


#footerBottom
{
	background:#2e3339;
	height:100px;
}
#footerBottom .bodywidth
{
	background:	url(../images/footerBg.jpg) no-repeat;
}
#footerBottom p
{
	color:#6c7075;
	line-height:30px;
}
#footerBottom a.rss
{
	color:#fff;
	font-size:0.9em;
	text-decoration:none;
	margin:0 0 0 20px;
}


#contactForm .cf-textbox, #contactForm .cf-textarea, #contactForm .cf-button 
{
	border:1px solid #ccc;
	padding:4px;
	font-size:1em;
	background:#fafafa;
	font-weight:bold;
}
#contactForm .cf-textbox, #contactForm .cf-textarea
{
	width:400px;
}
#contactForm div
{
	margin:0 0 15px 0;
}
#contactForm label.error { 
	color:red;
	display:block;
	font-weight:bold;
	font-size:0.8em;
}




.filler
{
	height:200px;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 
ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

div.form div.item, div.webform div.item {
	padding: 1px;
}

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	background: #fff !important;
	border: 1px solid #ccc;
	width: 300px;
}

.cat_dropdown_small {
	border: 1px solid #ccc;
	width: 200px;
}

.cat_dropdown_smaller {
	border: 1px solid #ccc;
	width: 150px;
}

input.cat_textbox_small,
input.cat_listbox_small {
	border: 1px solid #ccc;
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	border: 1px solid #ccc;
	height: 120px;
	width: 300px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
}

.form label, .webform label {
	font-size: 11px;
}

.form input, .webform input {
	margin-right: 3px;
}

input.button {
	background: #C1D72D;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
