@charset "UTF-8";

/* CSS Document */
/* undohtml.css */

/* link underlines tend to make hypertext less readable,
because underlines obscure the shapes of the lower halves of words */
:link,:visited{ text-decoration:none; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol{ list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code{ font-size:100%; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,body,html,p,blockquote,div,span,img,dt,dd,dl
{ margin:0; padding:0; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img{ border:none; }

body {
	font: 100% Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	background: #cc9900;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #333333;
	background-image:url(../media/back.gif)
	}

#header {
	background:#ffffff;
	width:100%;
	}

#logo {
	float:left;
	}
	
#redStripe {
	background:#993300;
	width:100%;
	}
	
#redStripeMain {
	background:#993300;
	width:100%;
	padding-top:20px;
	}
	
.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.simpleContainerLeft {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}

.simpleContainerRight {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: right;
	}
	
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
		
.spacer {
	clear: both;
	}
	


/* navigation
-------------------------------------*/
#nav {
	padding-top:20px; 
	clear:both;
	}
	
#nav ul li {
	float: left; 
	display: inline; 
	text-transform: uppercase; 
	font-size: 65%; 
	padding: 10px 10px 5px 10px;
	color: #993300;
	}
		
#nav ul li a {
	text-decoration: none; 
	color: #993300;
	}	
	
#nav ul li a:hover {
	text-decoration: underline; 
	color: #993300;
	}
	
#nav ul li a:visited {
	color:#993300;
	}
	
#nav .selected {
	color:#ffffff;
	background-image:url(../media/navTab.gif); 
	background-position: top right; 
	background-repeat:no-repeat;
	margin-right:5px;
	}

#nav .selected a {
	color:#ffffff;
	}

#nav .selected a:hover {
	color:#ffffff;
	}

#nav .selected a:visited {
	color:#ffffff;
	}

/* subnav
-------------------------------------*/
#subnav {
	clear:both;
	padding-top:10px;
	}

#subnav ul li {
	float: left; 
	display: inline; 
	font-size: 70%; 
	padding: 0 20px 5px 10px;
	color:#cc9900;
	background-image:url(../media/subnavArrowYellow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

#subnav ul li a {
	color:#cc9900;
	}

#subnav ul li a:hover {
	color:#cc9900;
	text-decoration:underline;
	}

#subnav .selected {
	color:#ffffff;
	background-image:url(../media/subnavArrowWhite.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

/* home features
-------------------------------------*/
#featureExperience {
	margin-top:10px;
	width:100%;
	background-image:url(../media/feature_experience.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:10px;
	min-height:330px;
	}

#featurePhilosophy {
	margin-top:10px;
	width:100%;
	background-image:url(../media/feature_philosophy.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:10px;
	min-height:330px;
	}

#featureReputation {
	margin-top:10px;
	width:100%;
	background-image:url(../media/feature_reputation.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:10px;
	min-height:330px;
	}

#featureNetwork {
	margin-top:10px;
	width:100%;
	background-image:url(../media/feature_network.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:10px;
	min-height:330px;
	}

#featureText {
	float:right;
	width:382px;
	margin-bottom:30px;
	}
	
#featureText h2 {
	font-size:80%;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	color:#670100;
	}
	
#featureText .Intro {
	padding-top:10px;
	color:#ffffff;
	font-size:110%;
	line-height:140%;
	}

#featureText p {
	font-size:85%;
	padding-top:20px;
	color:#ffffff;
	line-height:150%;
		}
		
#featureText ul {
	margin-top:20px;
	}

#featureText ul li {
	font-size:85%;
	color:#cc9900;
	background-image:url(../media/featureArrowYellow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:5px;
	}

#featureText ul li a {
	color:#cc9900;
	}

#featureText ul li a:hover {
	color:#cc9900;
	text-decoration:underline;
	}


/* main
-------------------------------------*/
#main {
	margin-top:10px;
	width:780px;
	background-image:url(../media/mainTop.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-bottom:40px;
	min-height:400px;
	}

#main h2 {
	padding: 30px 30px 0 30px;
	font-size:115%;
	}

#main h3 {
	font-size:80%;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	border-top:1px dotted #999999;
	margin:30px 30px 0 30px;
	padding-top:3px;
	}

	
#main p {
	padding:15px 30px 0 30px;
	}

.sub {
	padding:15px 0px 0 30px;
	margin-left:30px;
	margin-right:20px;
	font-size:85%;
	line-height:1.5em;
	}


/* footer
-------------------------------------*/
.footer {
	margin-top:5px;
	width:100%;
	font-size:70%;
	color:#993300;
	}

/* lists
-------------------------------------*/

.bulletList {
	margin: 10px 30px 10px 60px;
	list-style:disc;
	}
