/*************************************************************************
	Title:		Master stylesheet for Competitive Insights
	Author:		420 Design / Angie Herrera
	Version:	1 (5/15/06)
*************************************************************************/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 13px/1.75em Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
	color: #223140;
}

#ci-wrapper {
	text-align: left;
	margin: 0 auto;
	width: 830px;
}

/*** some common stuff ***/
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

img {
	border: 0;
}

dl {
	padding-left: 20px;
}

#logoPrint {
	display: none;
}

#logo {
	margin: 30px 0 15px 0;
	float:left;
}



/*** basic typography styles ***/
h1 {
	padding-left: 20px;
	color: #0031a2;
	/*background: url(../images/bullet-h2.png) no-repeat 0 1px;*/
	float: left;
	clear: right;
	height: 102px;
    width:580px;
	position: relative;
	font-family: Arial, sans-serif;
}

h1.homeh1 {
	color: #0031a2;
	background: none;
}

h1 div {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}

h1.homeh1 span {
	font-size: 70%;
	font-weight: normal;
	color: #393939;
}

h2 {
	color: #0031a2;
	background: url(../images/bullet-h2.png) no-repeat 0 1px;
	padding-left: 20px;
	font-weight: normal;
}

h3 {
	padding-left: 20px;
	font-weight: normal;
	margin-bottom: -12px;
	color: #00aa45;
	font-size: 150%;
}

#maincontent h1 {
    height: auto;
    margin-bottom: 0.5em;
    margin-top: 0;
}

#maincontent a {
	color: #0031a2;
	text-decoration: none;
}

#links #maincontent a {
	font-weight: bold;
}

#maincontent a:hover {
	color: #00aa45;
}


/*---------------------------------------------------------
	MAIN CONTENT AREA
---------------------------------------------------------*/
#maincontent {
	width: 605px;
	float: left;
	margin-top: 15px;
	font-family: Georgia;
	font-size: 90%;
}

#home #maincontent {
}

hr {
	border: 0;
	height: 4px;
	background: url(../images/divider-grayDot.png) repeat-x 0 0;
	color: rgba(255,255,255,0);
	clear: both;
}

#maincontent p {
	margin-left: 20px;
	text-align: left;
}

#home #maincontent p {
	margin-top: 0;
	font-size: 120%;
	line-height: 2em;
	color: #393939;
}

p.intro,
#maincontent span p {
	margin-top: 0;
	font-size: 120%;
	line-height: 2em;
	color: #393939;
}

p.largerFont {
	font-size: 120%;
	text-align: left;
}

#maincontent img {
	float: right;
	margin: 10px 0 8px 25px;
}

#maincontent span img {
	margin: 0;
	float: none;
}

#maincontent ul {
	margin-top: -16px;
}

#maincontent ul ul {
	margin-top: 0;
}

#maincontent strong {
    font-size: 120%;
    font-family: Arial, sans-serif;
}


/*--------------------------------------------------------
	SIDEBAR AND NAVIGATION
--------------------------------------------------------*/
#ci-sidebar {
	width: 200px;
	clear: left;
	float: left;
	text-align: center;
}

#ci-sidebar ul {
	text-align: left;
	font-variant: small-caps;
	font-size: 15px;
	list-style: none;
	margin: 55px 15px 30px 0;
	padding: 0;
}

#ci-sidebar ul li {
	margin-top: 12px;
	padding-left: 60px;
	background: url(../images/bullet-blueyellow.png) no-repeat 35px 3px;
}

#ci-sidebar ul li a {
	text-decoration: none;
	color: #0031a2;
}

/*
#ci-sidebar ul li a:visited {
	color: #87b2e4;
}
*/

#ci-sidebar ul li a:hover {
	color: #ff9a00;
}

/*** current menu state ***/
#home #nav-home a,
#reports #nav-reports a,
#services #nav-services a,
#about #nav-about a,
#contact #nav-contact a,
#links #nav-links a {
	color: #ff9a00;
}

#ci-sidebar ul.topnav li.here {
	background: url(../images/bullet-orangeyellow.png) no-repeat 35px 3px;
	color: #ff9a00;
	font-weight: bold;
}



/*--------------------------------------------------------
	FOOTER AREA
--------------------------------------------------------*/
#ci-footer {
	width: 100%;
	font-size: 90%;
	/*background: url(../images/bottomCircle.png) no-repeat 612px bottom;*/
	color: #787f85;
}

#ci-footer p {
	margin-bottom: 0;
	margin-top: 0.4em;
}

#ci-footer p a {
	color: #787f85;
}

#ci-footer p a:hover {
	text-decoration: none;
}


/*--------------------------------------------------------
	PAGE-SPECIFIC MODS
--------------------------------------------------------*/


#maincontent p.intro {
    line-height: 1.75em;
    margin-top: 1em;
}

#maincontent p {
    line-height: 1.75em;
}