@charset "UTF-8";
/* CSS Document */

@import url("/css/reset.css");

/* Primary Divisions -------------------------------------------------- */

body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9c0108;
	margin-bottom: 50px;
	background: url(/gfx/bodybg.gif) repeat-x #ffffff;
}

#container {
	margin: 19px auto;
	width: 900px;
}

#primary {
	width: 600px;
	float: right;
}

 
#secondary {
	width: 300px;
	float: left;
}

#content {
	width: 535px;
	margin: 82px 40px 25px 0px;
	float: right;
}


/* Footer --------------------------------------------------------------- */

#footer {
	margin-top: 20px;
	border-top: 1px solid #9c0108;
	clear: both;
}

#footer p {
	text-align: right;
	font-size: 10px;
}

/* Banner --------------------------------------------------------------- */

#bannerimg {
	float: left;
	height: 214px;
	border-right: 1px solid #9c0108;
	border-left: 1px solid #9c0108;
	border-top: 1px solid #9c0108;
}

#header h1 {
	width: 600px;
	height: 215px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header h1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/gfx/apples-to-oranges-consulting.jpg) no-repeat;
}

/* Primary Navigation --------------------------------------------------------------- */

#nav {
	width: 290px;
	float: left;
	margin: 0px 0px 10px 10px;
}

#nav ul {
	margin: 0 0 20px 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 30px;
}

#nav ul li a, #nav ul li a:link {
	display: block;
	color: #9c0108;
	text-decoration: none;
	height: 100%;
	padding-left: 62px;
	font-weight: normal;
}

#nav ul li a:hover {
	font-weight: bold;
}

#nav ul li#apple {
	height: 68px;
	background: transparent url(/gfx/apple.png) top left no-repeat;
}

#nav ul li#apple a {
	background: transparent url(/gfx/apple.png) top left no-repeat;
	padding-top: 50px;
}

#nav ul li#apple a:hover, #nav ul li#apple.current a {
	background: transparent url(/gfx/apple-active.png) top left no-repeat;
	font-weight: bold;
}

#nav ul li#orange {
	height: 58px;
	background: transparent url(/gfx/orange.png) top left no-repeat;
}

#nav ul li#orange a {
	background: transparent url(/gfx/orange.png) top left no-repeat;
	padding-top: 40px;
}

#nav ul li#orange a:hover, #nav ul li#orange.current a {
	background: transparent url(/gfx/orange-active.png) top left no-repeat;
	font-weight: bold;
}

#nav ul li#muffin {
	height: 54px;
	background: transparent url(/gfx/muffin.png) top left no-repeat;
}

#nav ul li#muffin a {
	background: transparent url(/gfx/muffin.png) top left no-repeat;
	padding-top: 36px;
}

#nav ul li#muffin a:hover, #nav ul li#muffin.current a {
	background: transparent url(/gfx/muffin-active.png) top left no-repeat;
	font-weight: bold;
}

#nav ul li#services {
	height: 51px;
	background: transparent url(/gfx/services.png) top left no-repeat;
}

#nav ul li#services a {
	background: transparent url(/gfx/services.png) top left no-repeat;
	padding-top: 33px;
}

#nav ul li#services a:hover, #nav ul li#services.current a {
	background: transparent url(/gfx/services-active.png) top left no-repeat;
	font-weight: bold;
}

#nav ul li#question {
	height: 62px;
	background: transparent url(/gfx/questionmark.png) top left no-repeat;
}

#nav ul li#question a {
	background: transparent url(/gfx/questionmark.png) top left no-repeat;
	padding-top: 44px;
}

#nav ul li#question a:hover, #nav ul li#question.current a {
	background: transparent url(/gfx/questionmark-active.png) top left no-repeat;
	font-weight: bold;
}

#nav ul li#email {
	height: 52px;
	background: transparent url(/gfx/email.png) top left no-repeat;
}

#nav ul li#email a {
	background: transparent url(/gfx/email.png) top left no-repeat;
	padding-top: 34px;
}

#nav ul li#email a:hover, #nav ul li#email.current a {
	background: transparent url(/gfx/email-active.png) top left no-repeat;
	font-weight: bold;
}




#nav ul.subnav li {
	height: auto;
	margin: 0 0 5px 87px;
}

#nav ul.subnav li a {
	font-size: 14px;
	color: #9c0108;
	text-decoration: none;
	background: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

#nav ul.subnav li.current a {
	font-weight: bold;
}

/* Typography -------------------------------------------------------------*/

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

p, ul, ol {
	line-height: 20px;
	margin-bottom: 20px;
}

ul {
	list-style: inside disc;
	margin-left: 18px;
}

ol {
	list-style: inside decimal;
	margin-left: 18px;
}

a, a:link {
	line-height: 20px;
	color: #9c0108;
	text-decoration: underline;
	font-weight: bold;
}



strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



	

