
* { margin:0; padding:0; }

body, html {
	font-family:Arial, Helvetica, sans-serif;
	background:#88c93d url(/images/bg.jpg) top center repeat-y;
	color:#000000;
	text-align:center;
}

h1 { 
	font-size: 125%;
	font-weight:bold;
	color:#333399;
}

h2 { 
	font-size: 110%;
	font-weight:bold;
	color:#333366;
}

a:link, a:visited {
	color:#009900;
	text-decoration:underline;
}
a:hover, a:active {
	color:#009900;
	text-decoration:none;
}

a.current { 
	font-weight:bold;
	text-decoration:none;
}

/* Set the width of page */
/* Width in Pixels / 13 = non-IE */
/* non-IE * .9759 = IE */ 
#custom-doc {
	margin:auto;
	text-align:left;
	width:53.85em;   /* non-IE */
	*width:52.55em;  /* IE */
	min-width:700px; /* All Browsers */
}

/* Styles for the login box in the header */
#login_hd {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:30px;
	text-align:right;
}
#login_hd input.smallinput  { width:60px; }
#login_hd input { border: 1px solid black; }

/* Styles For Top Navigation*/
#topNav { 
	background:#8DC73F url(/images/nav_bg.jpg) top center repeat-x;
	float:left;
	width:100%;
	line-height:normal;
	padding-bottom:3px;
}

#topNav ul {
    list-style:none;
	padding-top:3px;
	padding-left:25px;
}

#topNav li {
	float:left;
    margin-left:25px;
}
#topNav li a { 
	text-transform:lowercase; 
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold; 
	display:block;
	padding:5px 10px;
}
#topNav li.current, #topNav li:hover {
	background:transparent url(/images/btn_bg_right.jpg) no-repeat top right;
}
#topNav li.current a, #topNav li:hover a {
	background:transparent url(/images/btn_bg_left.jpg) no-repeat top left;
	color:#359901;
}

/* Side Navigation Styles */
.side_nav {
	width: 180px;
	border-right: 1px solid #000;
	padding: 0 0 1px 0;
	margin: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color:#CCFF99;
	color: #333;
}

* html .side_nav { /*IE 6 only */
	w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

.side_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.side_nav li {
	border-bottom: 1px solid #CCFF99;
	margin: 0;
}

.side_nav li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #006600;
	border-right: 10px solid #66CC00;
	background-color: #009900;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body .side_nav li a{ /*Non IE6 width*/
	width: auto;
}

.side_nav li a:hover{
	border-left: 10px solid #008800;
	border-right: 10px solid #66DD00;
	background-color: #00AA00;
	color: #fff;
}


/* Main Body Styles */
#bd { text-align:left; }

/* Header Styles */
#hd { text-align:center; }
#hd img { padding:0; margin:0; }

/* Footer Styles */
#ft { 
	padding:5px; 
	text-align:center; 
	border-top: 1px solid #8DC73F;
	background-color:#F8FDEF;
}


/* Form Styles */
form.cform, div.opportunity { color: #333; }

form.cform legend, div.opportunity .heading { 
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #333;
}

form.cform label, div.opportunity .label {
	display: inline-block;
	color: #333;
}

form.cform fieldset, div.opportunity div.owrap {
	border: none;
	border-top: 1px solid #8DC73F;
	background-color: #F8FDEF;
	margin-bottom: 10px;
}

form.cform div.error { 
	color:#990000; 
	font-weight:bold; 
}
form.cform .required { color:#FF0000; }

form.cform input { border: 1px solid black; }
form.cform input:focus { border: 1px dotted black; }
form.cform input.error { border: 1px dotted red; }

form.cform fieldset p , div.opportunity .owrap p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cform fieldset fieldset {
	border: none;
	padding: 5px 10px 7px;
	margin: 3px 0 0;
}

form.cform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cform label, div.opportunity .label { width: 160px; } /* Width of labels */
form.cform fieldset fieldset label { margin-left: 163px; } /* Width plus 3 (html space) */
form.cform input.submit { margin-left: 163px; }

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */



/* 3 Column Template */
#three_col #left_col {
	text-align:center;
	background-color:#D6D6D6;
	padding-top:45px;
}
#three_col #mid_col {
	text-align:center;
	background-color:#E7E7E7;
	padding-top:45px;
}
#three_col #right_col {
	text-align:center;
	background-color:#D6D6D6;
	padding-top:45px;
}
#three_col .col_hd {
	padding-bottom:15px;
}
#three_col #photo_gallery {
	margin:15px 20px;
	text-align:left;
}
#three_col #photo_gallery h1 {
	color:#359901;
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
}
#three_col h1.op_hd {
	font-size:105%;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin-left:20px;
}
#three_col p {
	margin-left:20px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:left;
}

/* Classes for Opportunity table */
table.opp_table tr th {
	background-color: #88C93D;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px;
}
table.opp_table tr.rowb { background-color:#F8FDEF; }
table.opp_table tr.filterColumns td { padding:2px; }
table.opp_table tr.filterColumns td input { width:100px; }

/* Misc Classes */
.pad_me { padding:5px; }
