/*City Standard StyleSheet.*/

/*This is the styles for body, and tables.  Do not alter.*/
body { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #333;
	background-color:#fff;
	margin:0;}
td {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333;}


/*Apply this class to the globalnavbar so the links will be white.*/
.globalnavbar { color: #FFF; font-size: 12px; font-weight: bold; text-decoration: none;}
a.globalnavbar:link { color: #FFF; text-decoration: none; font-size: 12px;}
a.globalnavbar:visited { color: #FFF; text-decoration: none; font-size: 12px;}
a.globalnavbar:hover { color: #FFF; font-size: 12px; font-weight: bold; text-decoration: none;}
a.globalnavbar:active { color: #FFF; font-size: 12px; font-weight: bold; text-decoration: none;}

/*Apply this class to the blackbar text so the links will be white and have a gold hover.*/
.blackbar { color: #FFF; font-size: 11px; text-decoration: none;}
a.blackbar:link { color: #FFF; text-decoration: none; font-size: 12px;}
a.blackbar:visited { color: #FFF; font-size: 12px; text-decoration: none;}
a.blackbar:hover { color: #F90; text-decoration: none; font-size: 12px;}
a.blackbar:active { color: #FFF; text-decoration: none; font-size: 12px;}

/*Apply this class to the sidelink text - color can be modified to match your colour scheme.  Do not remove the hover underline.*/
.sidelink { color: #006; font-size: 11px; text-decoration: none;}
a.sidelink:link { color: #006; text-decoration: none; }
a.sidelink:visited { color: #006; text-decoration: none;}
a.sidelink:hover { color: #006; text-decoration: underline; }
a.sidelink:active { color: #006; text-decoration: none;}

/*This is the default link style for any links that you do not apply a class to.  These are the City standard and should not be changed.*/
a:link { color: #006; text-decoration: underline;}
a:visited { color: #360; text-decoration: underline;}
a:hover { color: #006; text-decoration: underline;}
a:active { color: #006; text-decoration: underline;}

/*These are the heading styles.  Colors can be changed to match your colour scheme. */

h1 { font-size: 20px; font-weight: normal; color: #900;}
h2 { font-size: 16px; color: #900; font-weight: normal;}
h3 { font-size: 14px; font-weight: bold; color: #900;}
h4 { font-size: 13px; font-weight: bold; color: #900;}

/*This is the main and secondary styles in the header bar. Colours can be changed to match your colour scheme.  Fonts and sizes should stay as is. */
.maintitle { font-size: 22px; color: #FC0; font-weight: normal;}
.secondarytitle { font-size: 20px; color: #ccc;}

/*This is the sidebartitle style. Colour can be changed to match your colour scheme. Fonts and sizes should stay as is. */
.sidebartitle { font-size: 12px; color: #900; text-align: right;}
a.sidebartitle:link { color: #900; text-decoration: none; }
a.sidebartitle:visited { color: #900; text-decoration: none;}
a.sidebartitle:hover { color: #900; text-decoration: underline; }
a.sidebartitle:active { color: #900; text-decoration: none;}

/* customized text styles */
.smalltext { font-size: 11px; color: #333;}
.sidetext { font-size: 12px; color: #333;}
.sidetextbold { font-size: 11px; font-weight: bold;}
.medtext { font-size: 11px; color: #333}
.redtext { color: #930}
.highlight { background-color:#FFC; }

/*results.cfm page styles */
.subheading { 
	color:#900;
	font-weight:bold;
	font-size:1.1em;}
.horizontalRule { height:1px; }


/*forum sidebar; located on index.cfm and forum.htm; September 9, 2005 */
#sidebarRight {
	float:right;
	width:200px;
	margin-left:20px;
	border:3px outset #ccc;
	padding:0px;}
#sidebarRight p {
	margin-right:10px;
	margin-left:10px;
	margin-top:6px;
	margin-bottom:9px;}
#sidebarRight h2 {
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	background-color:#333;
	margin:0;
	color:#fff;
	font-size:13px;
	font-weight:bold;}
#sidebarRight ul {
	margin:0px;
	margin-left:25px;
	margin-bottom:10px;
	margin-right:7px;}
#sidebarRight li {
	list-style-type:square;
	font-size:12px;
	margin-bottom:5px;}
.wrapper {
	float: right;
	width: 355px;
	margin:0 0 0 10px;
	padding: 0;
}
.wrapper p{margin: 0; text-align: center; padding: 2px 0 2px 0;}

ul.contentList li { line-height: 1.7em; margin-bottom: .5em; } 
