/*

all properties are listed in alphabetical order - please maintain this formatting when making changes

*/ 
 
/* general */
body{
	background-color: #DCE3F0;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
}

body.printable{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; color: #333333;
	margin: 20px 0 0 20px;	
}

br{
	font-size: 8px;
	line-height: 10px;
}

ul, ul ul, ul ul ul{
	list-style-type: square;
	padding: 0;
}

p{
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
}

h1{
	clear: both;
	color: #AB0068;
	font-weight: bold;
	font-size: 15px;
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 0;
}

h2{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
	margin-top: 0;
	margin-bottom: 8px;
}

a, a:link, a:visited, a:active{
	color: #003385;
	text-decoration: none;
}

a:hover{
	color: #003385;
	text-decoration: underline
} 

/* home page */
.homepage h1{
	color: #AB0068;
	font-weight: bold;
	font-size: 15px;
	line-height: 110%;
	margin-top: 0;
	margin-bottom: 14px;
}

.homepage{
	font-size: 11px;
	line-height: 130%;
}

/* internal content divs */
#bannerGraphic{
	background-image:url(../00_graphics/banner_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	left: 50%;
	margin-left: -480px;
	position: relative;
	width: 960px;
}

#navSearch{
	margin: 20px 0 20px -10px;
}

#loginPanel{
	background-color: #143E6F;
	border: solid 1px #4F6EB1;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 10px;
	width: 142px;
}

#loginPanel a, #loginPanel a:link, #loginPanel a:visited, #loginPanel a:active{
	color: #D4DBEC;
	text-decoration: none;
}

#loginPanel a:hover{
	color: #FFFFFF;
	text-decoration: underline
}

#internalOuterWrapper{
	background-color: #FFFFFF;
	background-image:url(../00_graphics/nav_bg_repeat.gif);
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -480px;
	margin-bottom: 30px;
	position: relative;
	width:960px;
}

#contentWrapper{
	float: left;
	margin: 15px 0 0 0;
	width: 730px;
}

#contentFull{
	width: 730px;
}

#contentFull ul{
	line-height: 140%;
	margin: 0 0 20px 20px;
}

#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: 10px;
	margin-bottom: 10px;
	text-align: right;
	width: 100px;
}

#prevNextBottom{
	font-size: 10px;
	text-align: right;
}

/* pop content divs */
#popBannerGraphic{
	left: 50%;
	margin-left: -400px;
	position: relative;
	width: 800px;
}

#popOuterWrapper{
	background-image: url(../00_graphics/pop_bg_repeat.gif);
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -400px;
	margin-bottom: 30px;
	padding: 10px 0 20px 0;
	position: relative;
	width: 800px;
}

#popContentWrapper{
	margin: 0 20px 20px 40px;
	width: 750px;
}

#prevNextTopPop{
	font-size: 10px;
	margin-bottom: 10px;
	text-align:right;
}

/* breadrcrumb div */
#breadcrumb{
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
	width: 630px;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active{
	color: #003385;
	line-height: 140%;
	text-decoration: none;
}

#breadcrumb a:hover{
	color: #003385;
	line-height:140%; /* required for IE6 */
	text-decoration: underline;
}

/* sidebar - internal and pop */
#sidebar{ 
	font-size: 10px;
	line-height: 130%;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active{
	color: #003385;
	text-decoration: none;
}

#sidebar a:hover{
	color: #003385;
	text-decoration: underline;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* footer (internal and pop) */
#footer{
	margin: 30px 20px 0 220px;
	padding-bottom:10px;
	width: 730px;
}

#footerPop{
	margin: 0 20px 0 40px;
}

.footer{
	color: #999999;
	font-size: 10px;
	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: 10px; display: block} - not in use at the moment */
fieldset{
	border: 1px solid #781351;
	width: 20em;
}

input{
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin: 0 2px 4px 0;
	vertical-align: middle;
}

select{
	background: #EFEFEF;
	border: 1px solid #CCCCCC; 
	font-size: 11px;
	margin: 2px 2px 2px 0;
}

textarea{
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin: 0px 2px 2px 0;
}

.frmButton{
	background: #DEDEDE;
	border: 1px solid #EEEEEE;
	font-size: 11px;
	margin: 2px 2px 2px 0;
}

.userForm{
	font-size: 11px;
	margin-bottom: 10px;
}

.userForm label{
	color: #666666;
	display: block;
	float: left;
	font-weight: bold; 
	margin-right: 10px;
	text-align: right;
	width: 130px;
}

.userForm p{
	margin: 0;
}

.userFormCheckboxTable label{
	font-size: 11px;
	text-align:left;
}

.mycheck label{
	display: inline;
	float: none; 
	font-weight: normal;
	text-align: left;
	width:auto;
}

.but1{
	color: #000000;
	font-size: 11px;
}

/* back next */
.prevNext{
	font-size:11px;
}

.prevNext a, .prevNext a:link, .prevNext a:visited, .prevNext a:active{
	color: #003385;
	line-height: 140%;
	text-decoration: none;
}

.prevNext a:hover{
	color: #003385;
	text-decoration: underline;
}

/* various */
.backToTop{
	float: right;
	margin: 0 0 8px 0;
	font-size: 10px
}

.backToTop a, .backToTop a:link, .backToTop a:visited, .backToTop a:active{
	color: #003385;
	line-height: 100%;
	text-decoration: none;
}
 
.backToTop a:hover{
	color: #003385;
	text-decoration: underline;
}

.quote{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.pageGrid{
	float: left;
	margin: 0 5px 10px 0;
}

.pageGrid a, .pageGrid a:link, .pageGrid a:visited, .pageGrid a:hover, .pageGrid a:active{
	font-size: 10px;
	line-height: 110%;
}

.imgBorder{
	border: solid 1px #000000;
}
	
.imgCaption{
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
	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: 10px 0 0 0;
}

.forumRow1{
	background-color: #EFEFEF;
	border: solid 1px #CCCCCC;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
}

.forumRow2{
	background-color: #DCE3F0;
	border: solid 1px #A5AAB4;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
}

.searchBar{
	padding: 2px 2px 2px 4px;
	margin-bottom: 10px;
	border: solid 1px #D3D3D3;
}

.searchResultList{
	border-bottom: solid 1px #EEEEEE;
	margin-bottom: 15px;
}

.searchResultList th{
	background-color: #EEEEEE;
	color: #666666;
	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;
	margin-left: -20px;
	padding: 2px 0 0 18px;	
	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)
}