/*

all properties are listed in alphabetical order - please maintain this formatting when making changes

*/

/* general */
body{
	background-image:url(../00_graphics/bg_rpt.gif);
	color: #333333;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
}

body.printable{
	background-image:url(../00_graphics/spacer.gif);
	background-color: #FFFFFF;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px; color: #333333;
	margin: 20px 0 0 20px;
}

br{
	font-size: 8px;
	line-height: 8px;;
}

ul, ul ul, ul ul ul{
	list-style-type: square;
	padding: 0;
}

p{
	font-size: 14px;
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 8px;;
}

h1{
	clear: both;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	line-height: 110%;
	margin-bottom: 12px;;
	margin-top: 0;
}

h2{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 110%;
	margin-top: 0;
	margin-bottom: 8px;
}

a, a:link, a:visited, a:active{
	color: #336600;
	text-decoration: none;
}

a:hover{
	color: #758032;
	text-decoration: underline
}

/* home page */
.homepage h1{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height: 110%;
	margin-top: 0;
	margin-bottom: 14px;
}

.homepage{
	font-size: 13px;
	line-height: 130%;
}

/* internal content divs */
#bannerGraphic{
	width: 1000px;				 /*banner width changes*/
}

#navSearch{
	margin-left: 880px;
	position: absolute;
	top: 20px;
	z-index:1;
}

#loginPanel{
	border: solid 1px #D3D3D3;
	font-size: 13px;
	margin: 20px 0 30px 5px;
	padding: 2px 2px 2px 4px;
	width:150px;
}

#internalOuterWrapper{
	background-color: #FFFFFF;
	border-bottom: solid 1px #6C9508;
	border-left: solid 1px #6C9508;
	border-right: solid 1px #6C9508;
	margin: 0 auto 30px auto;
	width: 1000px;
}

#contentWrapper{
	float: left;
	margin: 15px 0 0 0;
	width: 720px;
}

#contentFull{
	width: 720px;
}

#content ul{
	line-height: 140%;
	margin: 0 0 20px 20px;
}

#content ul ul{
	margin-bottom: 0;
}

#content ul ul ul{
	margin-bottom: 0;
}

#prevNextTop{
	float: left;
	font-size: 13px;
	margin-bottom: 12px;;
	text-align: right;
	width: 100px;
}

#prevNextBottom{
	font-size: 13px;
	text-align: right;
}

/* pop content divs */
#popBannerGraphic{
	left: 50%;
	margin-left: -400px;
	position: relative;
	width: 800px;
}

#popOuterWrapper{
	background-color: #FFFFFF;
	border-bottom: solid 1px #6C9508;
	border-left: solid 1px #6C9508;
	border-right: solid 1px #6C9508;
	left: 50%;
	left: 50%;
	margin-left: -400px;
	margin-bottom: 30px;
	padding: 12px; 0 20px 0;
	position: relative;
	width: 798px;
}

#popContentWrapper{
	margin: 0 19px 20px 19px;
	width: 760px;
}

#prevNextTopPop{
	font-size: 13px;
	margin-bottom: 12px;
	text-align:right;
}

/* breadrcrumb div */
#breadcrumb{
	float: left;
	font-size: 13px;
	margin-bottom: 12px;
	width: 620px;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active{
	color: #999999;
	line-height: 140%;
	text-decoration: none;
}

#breadcrumb a:hover{
	color: #000066;
	line-height:140%; /* required for IE6 */
	text-decoration: underline;
}

/* sidebar - internal and pop */
#sidebar{
	font-size: 13px;
	line-height: 130%;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active{
	color: #758032;
	text-decoration: none;
}

#sidebar a:hover{
	color: #336600;
	text-decoration: underline;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* footer (internal and pop) */
#footer{
	margin: 30px 20px 0 260px;
	padding-bottom: 12px;;
	width: 600px;
}

#footerPop{
	margin: 0 20px 0 20px;
}

.footer{
	color: #999999;
	font-size: 13px;
	line-height: 140%;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active{
	color: #999999;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

/* forms */
/*label{width: 100px; float: left; text-align: right; margin-right: 12px;; display: block} - not in use at the moment */
fieldset{
	border: 1px solid #781351;
	width: 20em;
}

input{
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	margin: 0 2px 4px 0;
	vertical-align: middle;
}

select{
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	margin: 2px 2px 2px 0;
}

textarea{
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	margin: 0px 2px 2px 0;
}

.frmButton{
	background: #DEDEDE;
	border: 1px solid #EEEEEE;
	font-size: 13px;
	margin: 2px 2px 2px 0;
}

.userForm{
	font-size: 13px;
	margin-bottom: 12px;;
}

.userForm label{
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 12px;;
	text-align: right;
	width: 130px;
}

.userForm p{
	margin: 0;
}

.userFormCheckboxTable label{
	font-size: 13px;
	text-align:left;
}

.mycheck label{
	display: inline;
	float: none;
	font-weight: normal;
	text-align: left;
	width:auto;
}

.but1{
	color: #000000;
	font-size: 13px;
}

/* back next */
.prevNext{
	font-size: 13px;
}

.prevNext a, .prevNext a:link, .prevNext a:visited, .prevNext a:active{
	color: #336600;
	line-height: 140%;
	text-decoration: none;
}

.prevNext a:hover{
	color: #758032;
}

/* various */
.backToTop{
	float: right;
	margin: 0;
	font-size: 13px;
}

.backToTop a, .backToTop a:link, .backToTop a:visited, .backToTop a:active{
	color: #336600;
	line-height: 100%;
	text-decoration: none;
}

.backToTop a:hover{
	color: #758032;
}

.quote{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.pageGrid{
	float: left;
	margin: 0 5px 12px; 0;
}

.pageGrid a, .pageGrid a:link, .pageGrid a:visited, .pageGrid a:hover, .pageGrid a:active{
	font-size: 13px;;
	line-height: 110%;
}

.imgBorder{
	border: solid 1px #000000;
}

.imgCaption{
	font-size: 13px;
	font-style: italic;
	line-height: 120%;
	padding-top: 5px;

}

.gallery {
	border: 1px solid #EFEFEF;
	float: left;
	height: 120px;
	margin: 0 20px 20px 0;
	text-align: center;
	width:120px;
}

.forumList p{
	margin: 12px; 0 0 0;
}

.forumRow1{
	background-color: #EFEFEF;
	border: solid 1px #CCCCCC;
	list-style-type: none;
	margin-bottom: 12px;;
	padding: 12px;;
}

.forumRow2{
	background-color: #D9DFC2;
	border: solid 1px #B4C085;
	list-style-type: none;
	margin-bottom: 12px;;
	padding: 12px;;
}

.searchBar{
	padding: 2px 2px 2px 4px;
	margin-bottom: 12px;;
	border: solid 1px #D3D3D3;
}

.searchResultList{
	border-bottom: solid 1px #EEE9D3;
	margin-bottom: 15px;
}

.searchResultList th{
	background-color: #EEE9D3;
	color: #333333;
	padding: 7px 5px 7px 5px;
	text-align: left;
}

.sres1 td{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.sres2 td{
	background-color: #FAFAFA;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.warningtext{
	color: #FF0000
}

.required{
	color: #FF0000
}

/* pointers */
.pointer li{
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 2px 0 0 18px;
	margin-left: -20px;
	overflow: hidden;
}

.pointerLink{
	background-image: url(../00_graphics/icon_link.gif);
}

.pointerEmail{
	background-image: url(../00_graphics/icon_email.gif)
}

.pointerFile{
	background-image: url(../00_graphics/icon_file.gif);
}

.pointerContent{
	background-image: url(../00_graphics/icon_info.gif)
}

.pointerEvent{
	background-image: url(../00_graphics/icon_event.gif)
}

.pointerForum{
	background-image: url(../00_graphics/icon_forum.gif)
}

.pointerEnews{
	background-image: url(../00_graphics/icon_enews.gif)
}

.pointerVcard{
	background-image: url(../00_graphics/icon_enews.gif)
}

.pointerPoll{
	background-image: url(../00_graphics/icon_poll.gif)
}

.pointerSurvey{
	background-image: url(../00_graphics/icon_survey.gif)
}

.pointerGallery{
	background-image: url(../00_graphics/icon_link.gif)
}