@charset "UTF-8";
html { min-height: 100%; margin-bottom: 1px; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
}

p, ul, ol, dl {
	margin: 0px 15px 7px;
}
h1, h2, h3, h4, h5 {
	margin: 0px 15px 0.6em;
	letter-spacing: 0.05em;
	/*line-height: 1.4em;*/
}
h1 {
	color: #6655aa;
	font-size: 1.8em;
}
h2 {
	color: #332277;
	font-size: 1.4em;
	padding-top: 10px;

}
h3 {
	font-variant: normal;
	color: #a50021;
	font-size: 1.2em;
	padding-top: 10px;
}
h4 {
	font-weight: bolder;
	font-variant: normal;
	color: #669900;
	font-size: 1em;
}
h5 {
	font-weight: bold;
	color: #333333;
	font-size: 0.9em;
	height: auto;
}
img {
	margin: 0px;
	padding: 0px;
	border:none;
}
#imageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
	background-image: url(../images/skyline.jpg);
	padding-top: 2em;
	height: 290px;
	width: 530px;
	background-repeat: no-repeat;
	font-weight: 600;
	color: #FFFFFF;
}
ul {
	font-style: normal;
	/*list-style: disc url(none);*/
	font-weight: normal;
	text-transform: none;
	margin-left: 0px;
}
ul li {
	margin-top: 0.2em;
	padding-top: 0.2em;
	list-style: none;
}
#bullet ul li {
	display: list-item;
	list-style: disc url(none) inside;
	list-style: square;
	height: auto;
	margin: .8em 0 0 0;
	line-height: normal;
}
#bullet h4 {
	line-height: normal;
	margin: 1em 0 0 2.7em;
}
#bulletOutside  ul li {
	list-style: disc url(none) outside;
	margin: .8em 0 0 .6em;
	height: auto;
	line-height: normal;
}
ol {
}
ol li {
	display: list-item;
	line-height: 1.2em;
	margin-top: 0.2em;
	padding-top: 0.2em;
	border: 0;
	list-style-type: upper-roman;
}
ol      h4  {
	margin: 0;
	padding: .8em 0 0;
	position: relative;
	border-style: none;
	line-height: 2em;
}
a:link {
	color: #c63;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c63;
}
a:hover {
	text-decoration: underline;
	color: #c63;
}
a:active {
	text-decoration: none;
	color: #c63;
}
.addressBlock {
	line-height: 1.3em;
}
.blue {
	color: #336666;
}
.boldWord {
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hiLite {
	font-style: italic;
	color: #990000;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.03em;
}
.title {
	font-style: italic;
}
.quote {
font-weight: bold;
	color:#330099;
}

div#container {
	margin: 0px auto;
	width: 780px;
	text-align: left;
	padding: 0px;
	float: none;
	background-color: #FFFFFF;
}

#header h1 {
	margin: 0 0;
	padding: 0 0;
	border-width: 0;
	border-style: none;
	background: url(../images/logo_CPAnalytics.jpg) no-repeat center top;
	width: 100%;
	text-style-position: -9999;
	text-indent: -9999px;
	height: 82px;
}

/*------------------------------------main (header) navigation menu
--------------------------------------*/
#header #nav {
	margin: 0px auto;
	width: 100%;
	background-color: #83778e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#header #nav ul {
	margin: 0 7px;
	padding: 0;
	list-style: none;
	line-height: 2em;
}

#header #nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left; /*display: inline-block;*/
	list-style-type:none;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 1em;
}

#header #nav ul li a:link {
	text-decoration: none;
	color:#ced7b7;
	}
	
#header #nav ul li a:visited {
	color:#ced7b7;
	text-decoration: none;
	}

#header #nav ul li a:hover	{
	color:#ffffef;
	text-decoration: none;
	}
	
#header #nav ul li a:active {
	color:#ffffef;
	text-decoration: none;
	}
	
#header #nav ul li a.current, #nav li a.hover, #nav li a.current:active {
	color: #ffffef;
	cursor: default;
}
div#mainContent {
	width: 530px;
	float: left;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	line-height: 1.5em;
}

#mainContent div#events br {

}

#events br {
	margin: .8em;
}

#caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-align: left;
	letter-spacing: 0.03em;
}
 
/*------------------------------------ end main (header) navigation menu styles --------------------------------------*/

#sidebar {
	width: 250px;
	text-align: left;
	float: right;
	background-color: #e5e7e8;
	padding-top: 2.8em;
} 
#sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 1.5em;
	padding: 0;
	margin-top: 1px;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	color: #333399;
}
#sidebar   ul                       {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#sidebar ul a.last {
	padding-bottom: 1.5em;
}
#sidebar ul a.lastcurrent {
	padding-bottom: 1.5em;
color: #000066;
	}
	
#sidebar   h1.before   {
	padding-top: .5em;
}

 /*------------------------------------secondary navigation menu in sidebar styles--------------------------------------*/
/*Note: sidebar is 250px wide with no padding*/

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#container #sidebar #bios li {
	list-style: none;
}
#sidebar ul a{
	font: .9em/30px Verdana, Arial, Helvetica, san-serf;
	color:#C63;
	text-decoration: none;
	margin: 0;
/*	border-bottom: 1px solid #C63;*/
	width: 180px;
	padding-left: 15px;
	display: block;
}

#sidebar ul li a:link	{
	text-decoration: none;
	color:#C63;
	}
	
#sidebar ul li a:visited	{
	color:#c63;
	text-decoration: none;
	}
	
#sidebar ul li a:hover	{
	color:#c63;
	}
	
#sidebar ul li a:active {
	color:#000066;
	text-decoration: none;
	}
	
#sidebar ul li a.current, li a.hover, li a.current:active {
	color: #000066;
	cursor: default;
}

#sidebar ul li a.indent_current, li a.indent_hover, li a.indent_current:active {
	color: #000066;
	cursor: default;
	padding-left: 46px;
	width: 155px;
}

#sidebar ul a.indent {
	padding-left: 46px;
	width: 155px;
}
#footer/*------------------------------------secondary navigation menu
--------------------------------------*/
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	font-size: 0.8em;
	text-align: center;
	line-height: 2.5em;
}

