/* ---------------------------------------------- /

   Cornerstone Consulting Stylesheet
	   Updated: Sun 12.21.08
	   Author: Kelley Curry, kelley@brightbold.com
	   Copyright 2008. 
   
   INDEX:
	   =CSS RESET=
	   =LAYOUT=
	   =TYPOGRAPHY=
	   =IMAGERY=
	   =FORMS=
	   =LINKS=
	   =NAVIGATION=

	COLORS:  
		#99cc66  green (services)
		#ff3333  red (about)
		#333366  blue (success)
		#ff6633  orange (resources)
		#6666ff  light blue (links)
		#9999ff  (visited links)
		#cc99ff  (hover)
}

		
/ ---------------------------------------------- */

/*               =CSS RESET=                     */
@import url('reset.css');

/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */

html, 
body {
	height: 100%;
	width: 100%;
}
body {
	bgcolor: #fff;
}
#page {
	position: relative;
	min-height: 100%;
}
#navMain {
	position: relative;
	float: left;
	margin: 0;
	width: 628px;
	height: 40px;
}
#branding {
	position: relative;
	float: left;
	clear:left;
	margin: 0;
	width: 668px;
	height: 25px;
}
#contentWrapper {
	position: relative;
	float: left;
	clear: left;
	width: 668px;
	padding: 32px 0 0 0;
}
#contentMain {
	position: relative;
	float: right;
	width: 491px;
	padding: 0 0 2.5em 20px;
}
#contentSecondary {
	position: relative;
	float: left;
	width: 117px;
	padding: 3.5em 20px 2.5em 20px;
}
#contentTertiary {
	position: absolute;
	left: 688px;
	top: 87px;
	width: 250px;
}
#footer {
	position: relative;
	width: 511px;
	height: 1.5em;
	margin: -1.5em 0 10px 157px;
}
/* ---------------------------------------------- /
                  =TYPOGRAPHY=
/ ---------------------------------------------- */

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}
#about h2 {
	color: #ff3333;
}
#services h2 {
	color: #99cc66;
}
#clients h2 {
	color: #333366;
}
#resources h2 {
	color: #ff6633;
}
h3 {
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 1em;
}
h4 {
	font-size: 1em;
	font-style: italic;
}
p {
	font-size: 0.875em;
	margin-top: 0.75em;
}
#contentMain ul,
#contentMain ol,
#contentSecondary ul,
#contentSecondary ol {
	margin-top: 0.5em;
	font-size: 0.875em;
}
#contentMain li,
#contentSecondary li {
	margin-left: 3em;
}
#contentSecondary {
	color: #ff3333;
	font-size: 0.8em;
}
#contentSecondary h3 {
	font-weight: 700;
	margin: 0;
}
#footer {
	font-size: 0.75em;
}

/* ---------------------------------------------- /
                   =IMAGERY=
/ ---------------------------------------------- */


/* ---------------------------------------------- /
                    =LINKS= 
/ ---------------------------------------------- */
a:link {
	color: #6666ff;
}
a:visited {
	color: #9999ff;
}
a:hover,
a:active {
	color: #cc99ff;
}

/* ---------------------------------------------- /
                  =NAVIGATION= 
/ ---------------------------------------------- */

#navMain li,
#branding li {
	float: left;
	display: block;
	height: 40px;
}
#navMain li {
	width: 157px;
}
#branding li {
	width: 334px;
}
#navMain li a {
	display: block;
	width: 157px;
	height: 40px;
	text-indent: -999px;
}
#navTogether a {
	background: url(../images/navpixy.png) no-repeat left top;
}
#navTogether a:hover {
	background: url(../images/navpixy.png) no-repeat left bottom;
}
#navAbout a {
	background: url(../images/navpixy.png) no-repeat -157px top;
}
#navAbout a:hover {
	background: url(../images/navpixy.png) no-repeat -157px bottom;
}
#navSuccess a {
	background: url(../images/navpixy.png) no-repeat -314px top;
}
#navSuccess a:hover {
	background: url(../images/navpixy.png) no-repeat -314px bottom;
}
#navResource a {
	background: url(../images/navpixy.png) no-repeat right top;
}
#navResource a:hover {
	background: url(../images/navpixy.png) no-repeat right bottom;
}
#footer li {
	display: block;
	float: left;
	width: auto;
	margin-right: 10px;
}
#footer li a {
	text-decoration: none;
	color: #333366;
}
