html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #FFFFFF url(images/border3.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
font-size: 1.1em;
color: black;
padding-bottom: 25px;
}
h2 {
	font-size: .95em;
	color: #919191;
}
h2.box, #contact h2.box {
	font-size: 1.3em;
	color: #919191;
	border:none;
	padding: 5px 0px;
	margin:0px;
}

h3 {
	color: #919191;
	font-size: 1.3em;
	margin: 0px 0px -10px 0px;
}

p{
	line-height: 1.5em;
	margin-bottom: 10px;
}
a {
	color: #000000;
	text-decoration: underline;
}
.right {
	float: right;
}
img.right {
	float: right;
	margin: 0px 0px 15px 25px;
}
img.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.left {
	float: left;
}

#container {
	width: 1000px;
	text-align: left;
	margin: 25px 0px 0px 50px;
	font-size: 1em;
}
#header {
	width: 100%;
	height: 100px;
}
#contactInfo {
	float: right;
	font-size: 0.9em;
	padding-top: 85px;
}

#content {
	margin: 0;
	float: right;
	padding: 40px 30px;
}
#content ul {
padding: 0px 0px 10px 20px;
list-style: square;
color: #4E4E4E;
}
#content li {
padding-bottom: 10px;
}


.narrowcolumn {
	width: 730px;
}
.column1, .column2, .column3, .column4 {
	padding-top: 20px;
}
.column1 {
	width: 231px;
}
.column2 {
	width: 325px;
}
.column3 {
	width: 487px;
}
.column4 {
	width: 650px;
}
.columnpad {
	margin-right: 15px;
}

/* Begin Top Navigation styles */

.navTitle {
margin-bottom: 10px;
}
.navTitle a {
color: #961C1C;
font-weight: bold;
}

#navList
{
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
	text-align: center;
	padding: 2px 50px 0px 10px;
	margin: 14px 0px 0px 185px;
}
#navList li
{
	display: inline;
	list-style-type: none;
	float: left;
}

#navList a {
	background:url(images/pipe.gif) no-repeat 0 12px;
	padding: 11px 30px;
	margin:0 1px 0 -1px;
	display: block;
	width: auto;
	text-decoration: none;
	color: #666666;
}
#navList a:hover {
	background-color:#666666;
	color:#FFFFFF;
	margin:0;
}
#navList .noBullet a{
	background-image: url(http://www.quorumassociates.com/newsite/none);
}

#home .currentHome, #about .currentAbout, #articles .currentThought, #contact .currentContact {
background: url(images/currentPg.png) no-repeat;
}

/* Begin Sidebar styles */

#mainNav {
	padding: 35px 0px 0px 0px;
	width: 190px;
	float: left;
	clear: both;
}
#mainNav p, #mainNav a {
	color: #4E4E4E;
	text-decoration: none;
	margin: 8px 0px;
	font-size: 0.9em;
}
#mainNav a:hover {
	color: #961C1C;
	font-weight: bold;
	text-decoration: none;
	margin: 8px 0px;
}
#mainNav li {
list-style-type: none;
margin-left: 12px;
padding-bottom: 10px;
}
#profiles .profiles, #clients .clients, #advisory .advisory, #search .search, #pipeline .pipeline, #review .review, #development .development, #recAdvServ .recAdvServ, #process .process, #fees .fees, #quality .quality {
	list-style-image: url(images/currentLI.png);
	color: #000000;
}
.box {
	float: right;
	margin: 25px 0px;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

.signup {
	float: right;
	margin: 0px -10px -5px 0px;
	background: none;
}
.centerpad {
	margin: 0px 190px 0px 0px;
}





#footer {
	text-align:center;
	font-size: 0.8em;
	clear: both;
	padding-top: 30px;
}
.footer li {
	display: inline;
	list-style-type: none;
	background:url(images/pipe.gif) no-repeat;
	padding: 0px 12px;
}
.footer a {
	text-decoration: none;
	color: #4E4E4E;
}

.footer a:hover {
	text-decoration: underline;
}
.footer .noBullet {
	background-image: none;
}
.emphasis {
	font-weight: bold;
}


.large {
	font-size: 1.1em;
	font-weight: bold;
}
.small {
	font-size: .8em;
}
.form p {
	padding-bottom: 15px;
}



label
{
	width: 8em;
	text-align: right;
	margin-right: 0.2em;
	float: left;
}


.submit input
{
margin-left: 4.5em;
}
input
{
	color: #000000;
	border: 1px solid black;
	background-color: #FFFFFF;
	clear: both;
}

.submit input
{
	color: #FFFFFF;
	border: 2px outset #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #919191;
	font-size: 1em;
}
fieldset
{
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

legend
{
	color: #fff;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 6px;
	font-weight: bold;
	background-color: #919191;
}

.mask {
	width: 300px;
	height: 125px;
	border: 1px solid black;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	text-align: center;
	padding: 15px;
	position: fixed;
	top: 115px;
	background-color: #CCCCCC;
	color: #961C1C;
	font-size: 0.9em;
	font-weight: bold;
	left: 35%;
}

/* Begin Contact Us Sidebar */
#contact .column2 {
	color: #919191;
	}
	
#contact .column2 h1 {
	color: #919191;
	}

#contact h2.box a{
	text-decoration: none;
	color: #919191;
	}
#contact h2.box a:hover {
	color: #961C1C;
}
#contact .box {
	font-size: .9em;
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid black;
	float:left;
	margin:25px 0;
	padding:10px;
	width: 175px;
	}
/* End Contact Us Sidebar */

