
/* Normalize
================================= */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; padding : 0; 
}
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size : 100%; 
	font-weight: 200;
}
/* Removes list-style from lists */
ol,ul { 
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style : normal;
	font-weight : normal; 
}
/* Removes list-style from lists */
table { 
	border-collapse: collapse; 
	border-spacing : 0; 
}
/* Removes border from fieldset and img */
fieldset,img { 
	border : 0; 
}
/* Left-aligns text in caption and th */
caption,th { 
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after { 
	content :''; 
}

/* Style
================================= */

/* the appropriate background class will be applied based on class attached to the body */
body {
	margin: 0;
	padding: 0;
	font: 76%/1.5 "Arial", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  	background-color: #243b52;
  	color: #888888;
}

/* Default Links
================================= */
a:link {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #243b52;
}

/* Colors and Attributes
================================= */
.white {
	color: #fff;
}
.darkblue {
	color: #243b52;
}
.blue {
	color: #00457c;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 90%
}
.grey {
	color: #bbbcbf;
}

/* Headers
================================= */
h1 {
	width: 263px;
	height: 160px;
	display: block;
	background: url(../img/logo.jpg) no-repeat;
	float: left;
	font-size: 150%;
	margin: 50px 0 0 0;
	color: #243b52;
	text-indent: -9999px;
}
.great h3 {
	width: 257px;
	height: 57px;
	display: block;
	background: url(../img/headline_greatplan.gif) no-repeat;
	font-size: 150%;
	margin-top: 20px;
	padding: 40px 0 0 0;
	color: #243b52;
	text-indent: -9999px;
}
.bench h3 {
	width: 310px;
	height: 57px;
	display: block;
	background: url(../img/headline_bonafide.gif) no-repeat;
	font-size: 150%;
	margin-top: 20px;
	padding: 40px 0 0 0;
	color: #243b52;
	text-indent: -9999px;
}
.edu h3 {
	width: 310px;
	height: 57px;
	display: block;
	background: url(../img/headline_maximize.gif) no-repeat;
	font-size: 150%;
	margin-top: 20px;
	padding: 40px 0 0 0;
	color: #243b52;
	text-indent: -9999px;
}
.design h3 {
	width: 310px;
	height: 57px;
	display: block;
	background: url(../img/headline_planahead.gif) no-repeat;
	font-size: 150%;
	margin-top: 20px;
	padding: 40px 0 0 0;
	color: #243b52;
	text-indent: -9999px;
}
h4 {
	color: #00457c;
	font-weight: 700;
	font-size: 150%
}

/* Layout
================================= */
#wrapper {
	width:720px;
	margin:0 auto;
	background-color: #243b52;
	padding: 0 10px 0 10px;
	position: relative;
}
#threeColLayout #wrapper {
	background: #243b52 url(../img/home_bkg.gif) repeat-y center top;
}
#twoColLayout #wrapper {
	background: #243b52 url(../img/home_bkg2.gif) repeat-y center top;
}

/* default masthead holding the h1 and mainNav */
#header {
	width: 720px;
	height: 160px;
	margin-top: 0;
	background:url(../img/header5.gif) no-repeat top center;
	position: relative;
}

/* Three Main Columns */
#primaryContent {
	float:left;
	width:720px;
	display:inline;
	margin: 0 0 15px 0;
}

/* Activates #threeColLayout */
#threeColLayout #primaryContent {
	float:left;
	width: 280px;
	margin: 0 0 15px 220px;
}
#secondaryContent {
	float:left;
	width: 200px;
	margin: 0 0 15px 20px;
}
#sideContent {
	float:left;
	width: 200px;
	margin: 0 0 15px -720px;
}
#flash {
	margin: 0;
	padding: 0;
}

/* Activates #twoColLayout */
#twoColLayout #primaryContent {
	float:left;
	width: 480px;
	margin: 0 20px 15px 220px;
	position: relative;
}
#twoColLayout #sideContent {
	float:left;
	width:200px;
	margin: 0 0 15px -720px;
	position: relative;
}
#corners {
	width: 720px;
	height: 10px;
	margin: 0;
	padding: 0;
}


/* Footer
================================= */
#footer {
	clear:both;
	width: 720px;
	height: 200px;
	background: transparent url(../img/footer.gif) no-repeat center bottom;
	padding: 0px;
	text-align: center;
	color: #fff;
	position: relative;
}
#footer p.footercopy {
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 11px;
}
#footer p.footercopy a:link, #footer p.footercopy a:visited {
	color: #fff;
	text-decoration: none;
}
#footer p.footercopy a:hover {
	color: #fff;
	background: #888888;
}
#footer p.disclaimer {
	margin: 0;
	padding: 10px 30px 20px 30px;
	font-size: 10px;
	text-align: left;
	color: #47698a;
	line-height: 1.3em;
}
#footer p.disclaimer a {
	color: #47698a;
	text-decoration: none;
}
#footer p.disclaimer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Image: Hero Shot: The Dudes */
#threeColLayout #footer #thedudes {
	position: absolute;
	top: -208px;
	left: 506px;
}
#twoColLayout #footer {
	clear:both;
	width: 720px;
	height: 200px;
	background: transparent url(../img/footer2.gif) no-repeat center bottom;
	padding: 0px;
	text-align: center;
	color: #fff;
	position: relative;
}

/* Main Navigation: Based on the Art & Science Advanced Navigation Matrix
================================= */
#nav {
	width: 457px;
	height: 160px;
	float: right;
	position: relative;
	background: url(../img/menu_4.jpg);
	margin: 50px 0 0 0;    
	padding: 0;
}
#nav li {
	float: left;
}
#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 160px;
	background: url(../img/menu_4.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_about a {
	left: 0;
	width: 89px;
	background-position: 0 0;
}
li#nav_bench a {
	left: 89px;
	width: 89px;
	background-position: -89px 0;
}
li#nav_edu a {
	left: 178px;
	width: 89px;
	background-position: -178px 0;
}
li#nav_great a {
	left: 267px;
	width: 89px;
	background-position: -267px 0;
}
li#nav_design a {
	left: 356px;
	width: 101px;
	background-position: -356px 0;
}
/* Hover State */
li#nav_about a:hover {
	background-position: 0 -160px;
}
li#nav_bench a:hover {
	background-position: -89px -160px;
}
li#nav_edu a:hover {
	background-position: -178px -160px;
}
li#nav_great a:hover {
	background-position: -267px -160px;
}
li#nav_design a:hover {
	background-position: -356px -160px;
}
/* On Page State: You are Here */
body.about li#nav_about a {
	background-position: 0 -320px;
}
body.bench li#nav_bench a {
	background-position: -89px -320px;
}
body.edu li#nav_edu a {
	background-position: -178px -320px;
}
body.great li#nav_great a {
	background-position: -267px -320px;
}  
body.design li#nav_design a {
	background-position: -356px -320px;
}

/* Sub Nav: Top
================================= */
#sub_nav p {
	float: right;
	font-size: 12px;
	margin-top: -177px;
	margin-right: 30px;
	font-weight: bold;
	letter-spacing: .05em;
}
#sub_nav p a:link, #sub_nav p a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}
#sub_nav p a:hover {
	background: #888888;
}

/* Home Page-Three Column: Side Content Content
================================= */
#threeColLayout #sideContent p {
	margin: 0;    
	padding: 0 0 0 30px;
}
#threeColLayout #sideContent p a:link, #threeColLayout #sideContent p a:visited, #twoColLayout #sideContent p a:link, #twoColLayout #sideContent p a:visited  {
	color: #243b52;
	text-decoration: none;
}
#threeColLayout #sideContent p a:hover, #twoColLayout #sideContent p a:hover {
	text-decoration: underline; 
}
#threeColLayout #sideContent h2 {
	margin: 0;    
	padding: 20px 0 0 30px;
}

/* Two Column Layout: Side Content
================================= */
#twoColLayout #sideContent p {
	margin: 0;    
	padding: 0 0 0 30px;
	color: #333;
}
#twoColLayout #sideContent h2 {
	margin: 0;    
	padding: 0 0 0 30px;
}
#twoColLayout #quicklinks {
	margin: 0;
	padding: 0;
	font-size: 92%;
}
#twoColLayout #quicklinks li {
	padding: 0 0 0 30px;
}
#twoColLayout #quicklinks li a:link, #twoColLayout #quicklinks li a:visited {
	margin: 0;
	padding: 0;
	color: #00457c;
	font-weight: bold;
	text-decoration: underline;
}
#twoColLayout #quicklinks li a:hover {
	background-color: #fff;
	text-decoration: none;
}
/* Education Page: List */
#twoColLayout #standardOfLiving ul {
	margin: 0;
	padding: 0;
}
#twoColLayout #standardOfLiving li#ten {
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(../img/listimage_10.jpg) no-repeat 0 40%;
}
#twoColLayout #standardOfLiving li#five {
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(../img/listimage_5.jpg) no-repeat 0 0%;
}
#twoColLayout #standardOfLiving li#four {
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(../img/listimage_4.jpg) no-repeat 0 0%;
}
#twoColLayout #standardOfLiving li#one {
	padding-left: 25px;
	padding-bottom: 25px;
	background: url(../img/listimage_4.jpg) no-repeat 0 0%;
	border-bottom: 1px solid #bbbcbf;
}

/* Margins on Content 
================================= */
#threeColLayout #secondaryContent #marge, #threeColLayout #primaryContent #marge {
	margin: 0;    
	padding: 20px 30px 0 0;
}
#twoColLayout #sideContent #marge, #twoColLayout #primaryContent #marge {
	margin: 0;    
	padding: 20px 30px 0 0;
}

/* Email Rules */
#threeColLayout #sideContent span.email, #twoColLayout #sideContent span.email {
	background: url(../img/email.gif) no-repeat 0 50%;
	padding-left: 1.3em;
}

/* Top Right Rounded Corner Image
================================= */
#twoColLayout #primaryContent #corner {
	position: absolute;
	top: 0;
	right: -20px;
}

/* Staff Page
================================= */
#twoColLayout #primaryContent img.staff_image {
	float: left;
	margin: 0;
	border: #bbbcbf solid 3px;
}
#twoColLayout .margin_double {
	margin: -5px 0 0 104px;
}
#twoColLayout #primaryContent span.email {
	background: url(../img/email.gif) no-repeat 0 50%;
	padding-left: 1.3em;
}
#twoColLayout #primaryContent p a:link, #twoColLayout #primaryContent p a:visited  {
	color: #243b52;
	text-decoration: none;
	outline: none;
}
#twoColLayout #primaryContent p a:hover {
	text-decoration: underline; 
}
#twoColLayout #primaryContent .line {
	margin-top: 14px;
	border-top: 1px solid #bbbcbf;
}

/* Articles Page
================================= */
#twoColLayout #primaryContent img.articleImage {
	float: left;
	margin: 0;
	border: #bbbcbf solid 3px;
}
#twoColLayout #primaryContent img:hover.articleImage {
	float: left;
	margin: 0;
	border: #243b52 solid 3px;
}
#twoColLayout .margin_double2 {
	margin: -5px 0 140px 155px;
}
#twoColLayout a.pdflink {
	text-decoration: none;
	background: url(../img/external.gif) no-repeat right top;
  	padding-right: 10px;
  	color: #ffbd1d;	
}



	