/*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:0px;}
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: #990000; 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: #990000; 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: 11px; color: #333}
.sidetextbold { font-size: 11px; font-weight: bold}
.medtext { font-size: 11px; color: #333}
.redtext { color: #930}

/*results.cfm page styles */
.subheading { 
	color:#900;
	font-weight:bold;
	font-size:1.1em;}
.horizontalRule { height:1px; }


#sidebar {display:none; }
#header {display:none; }
#footer {display:none; }
#body {	position:absolute;
	left:50px;
	margin-top:25px;
	width:100%}
#sidebarRight {display:none;}
