body { /* general body rules */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: normal;
	color: #5e5e5e;
	text-align: left;
	min-width: 600px;
	}
	
h1 {
	font-size: 2em;
	}
	
h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0.75em 0;
	}

code {
	border-left: 3px solid #99ff00;
	background: #4A4A4A;
	color: #B5B5B5;
	font-size: 1.25em;
	padding: 5px 8px;
	}
	
ul.latest a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#home a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#philosophy a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#services a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#contact a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#portfolio a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}
	
/* End general body rules, begin specific rules */
	
span.dropcap {
	float: left;
	display: inline;
	font-size: 3em;
	margin: -15px 0 0 0;
	padding: 0;
	}

span.announcement { /* For the validation announcement */
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	color: #99ff00;
	}
	
span.announcement2 { /* For the sub_menu markers */
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	color: #99ff00;
	margin-right: 10px;
	}
	
span.announcement3 { /* For the sub_menu markers */
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	color: #99ff00;
	}
	
span.alt { /* For screen readers, PDAs, on the image links */
	display: none;
	}
	
strong.content { /* To make my emphasis points stand out more */
	color: #f88832;
	font-weight: bold;
	}
	
#header { /* Header is image, but min width for valid browsers, run conditional for IE in structure */
	width: 950px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 1;
	}
	
a#home2 { /* Home image switcher, rule 1 */
	position: relative;
	display: block;
	background: url(../images/continuumlogo.gif) no-repeat;
	width: 57px;
	height: 54px;
	margin: -80px 0 0 0;
	z-index: 100;
	}
	
#container { /* Reworked, this is the only container div needed for 2-1-3 */
margin: 0 auto 0 auto;
width: 100%;
max-width: 960px;
min-width: 750px;
	}
	
#content { /* Main parent div for content */
	float: left;
	display: inline;
	padding: 0.75em 2em 0 1.5em;
	margin: -10px 205px 35px 215px;
	border-right: 1px dotted #666666;
	}
	
#sub_content { /* For the sub-menu navigation */
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 0 0 5px 6em;
	}
	
h1.content1 { /* Main content header */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #99ff00;
	padding: 2px 0;
	}

h2.content2 {/* Content subheader */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #666666;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin: -0.5em 0 0 0;
	padding: 2px 0 0 4em;
	}
	
h3.content3 { /* Content paragraph subheader */
	font-size: 1.25em;
	margin: 2em 0 -0.5em 0;
	padding: 0 0 0.5em 75px;
	font-weight: bold;
	color: #F88832;
	}
			
a.submenu { /* For the sub_menu navigation */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #F88832;
	text-decoration: none;
	}
	
a.submenu:visited { /* For the sub_menu navigation */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #666666;
	text-decoration: none;
	}

a.submenu:hover { /* For the sub_menu navigation */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	color: #f88832;
	text-decoration: underline;
	}
	
p.contentp {
	margin: 0.75em 0 0 0;
	padding: 0 0 0 75px;
	line-height: 1.65em;
	}
	
p.warning {
	margin: 0.75em 0 0 0;
	padding: 0 0 0 75px;
	line-height: 1.5em;
	}
	
a.inline { /* For inline links to outside areas */
	color: #F88832;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: underline;
	}
	
a.inline:hover { /* For the sub_menu navigation */
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.15em;
	color: #99ff00;
	}
	
a.inline2 { /* For the sitemap */
	color: #F88832;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: underline;
	margin: 3px 0 0 75px;
	}

a.inline2:hover { /* For the sitemap */
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.15em;
	color: #99ff00;
	margin: 3px 0 0 75px;
	}

a.inline3 { /* For the sitemap */
	color: #F88832;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
	margin: 3px 0 0 95px;
	}

a.inline3:hover { /* For the sitemap */
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #99ff00;
	margin: 3px 0 0 95px;
	}
	
a.inline4 { /* For the portfolio links */
	color: #F88832;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
	margin-top: 1.0em;
	}

a.inline4:hover { /* For the portfolio links */
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #99ff00;
	margin-top: 1.0em;
	}		

/* Sidebar items */

#sidebar { /* For news and blog links, validation images */
	float: left;
	display: inline;
	margin: 35px -100% 0 -185px;
	width: 175px;
	}

p.special { /* For validation text only, remember to pass an IE box model hack here */
	font-family: Georgia, Times, serif;
	font-size: 0.85em;
	line-height: 0.95em;
	text-align:right;
	float:right;
	clear:both;
	margin: 15px 0 5px 0;
	padding: 0;
	}
	
#sidebar h2 { /* For news and blog announcement, might need to pass an IE box model hack */
	margin: -15px 0 10px -10px;
	padding: 0 0 0 10px;
	}

img.floatright { /* Validation image placements */
	clear: right;
	float: right;
	display: inline;
	margin: 0.25em 0 0 0;
	padding: 0;
	border: 0;
	}

#sidebar a.inline { /* For inline links to outside areas */
	color: #5e5e5e;
	font-weight: bold;
	font-size: 1.05em;
	text-decoration: underline;
	}

#sidebar a.inline:hover { /* For the sub_menu navigation */
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.05em;
	color: #99ff00;
	}
	
ul.latest { /* Square points for news, blogs links */
	list-style-type: square;
	margin: -10px 0 0 0;
	padding: 0 0 15px 0;
	width: 175px;
	}

li.news { /* Styling for news, blogs items */
	list-style-type: square;
	text-decoration: none;
	margin: 0 0 -5px 35px;
	padding: 5px 0 0 0;
	border: 0;
	width: 125px;
	}
	
form.search {
	margin: -15px 0 0 2px;
	}

form.search input.button { /* Search form submit button */
	margin: 10px 0 0 -10px;
	}
	
form.search #q { /* Search form text area */
	color: #000;
	margin-top: 5px;
	}

form.search #q:focus { /* Search form text area */
	background: #cff;
	color: #000;
	margin-top: 5px;
	}

form.search label {
	font-weight: bold;	
	margin-top: 25px;
	}
	
img.styles {
	width: 25px;
	height: 25px;
	float: left;
	display: inline;
	margin: -5px 0 0 0;
	border: 0;
	}

img.stylesfirst {
	width: 25px;
	height: 25px;
	float: left;
	display: inline;
	margin: -5px 0 0 10px;
	border: 0;
	}

a.submenup { /* For the sub_menu navigation */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #F88832;
	text-decoration: none;
	margin: 0.75em 0 0 0;
	padding: 0 0 0 6em;
	line-height: 1.5em;	
	}
	
a.submenup:visited { /* For the sub_menu navigation */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #99ff00;
	text-decoration: none;
	}

a.submenup:hover { /* For the sub_menu navigation */
	font-weight: normal;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	color: #f88832;
	text-decoration: underline;
	}
	
#home {
	position: relative;
	top: 10px;
	left: 66px;
	list-style: none;	
	}

#philosophy {
  	position: relative;
  	top: 5px;
  	left: 73px;
	list-style: none;	
  	}
  	
#services {
  	position: relative;
  	top: 0px;
  	left: 81px;
	list-style: none;	
  	}

#contact {
  	position: relative;
  	top: -5px;
  	left: 90px;
 	list-style: none;	
 	}
  	
/* #clients {
  	position: relative;
  	top: -8px;
  	left: 100px;
	list-style: none;	
  	} */
  	
#portfolio {
  	position: relative;
  	top: -8px;
  	left: 100px;
	list-style: none;	
  	}
  	
/* #blog {
  	position: relative;
  	top: -14px;
  	left: 123px;
	list-style: none;	
  	} */
  	
#navigation {
	width: 205px;
	height: 250px;
	float: left;
	display:inline;
	margin-left: -100%;
	padding: 0;
	background: white url(../images/graph2.jpg) no-repeat;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px;
	}

ul a {
	padding: 2px 5px 3px 5px;
	}

ul a:hover {
	color: #99ff00;
	padding: 3px 5px 4px 5px;
	}

ul li {
	position: relative;
	}

li ul {		
	position: absolute;
	left: 70px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #F88832;
 	font-weight: bold;
	padding: 3px 5px 4px 5px;
	}

li:hover ul, li.over ul {
	display: block;
	z-index: 9999;
	}
	
li.over ul {
	left: 79px;
	}
	
li ul a {
	color: #F88832;
 	font-weight: bold;
  	text-align: right;
  	margin: 0 0 -1px 20px;
	padding: 3px 5px 4px 5px;
  	border: 1px solid #666666;
  	width: 145px;
  	background: #fff;
	}

li ul a:hover {
	color: #F88832;
  	font-weight: bold;
  	text-align: right;
  	margin: 0 0 -1px 20px;
	padding: 3px 5px 4px 5px;
 	border: 1px solid #666666;	
  	width: 145px;
  	background-color: #99ff00;
  	}
	
#footer { /* Copyright info, contact */
	text-align: right;
	float: right;
	display: inline;
	clear: both;
	font-size: 0.85em;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	width: 55%;
	margin: 30px 15px 10px 0;
	}
	
#footer p { /* Styling for footer */
	margin: 0;
	padding: 0.25em 0 0.5em 0;
	}
	
acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
	}

/* Contact form rules */

form.cmxform {
	margin: 40px 85px 0 20px; 
	padding: 2px 0 0 15px;
	width: 90%;
	background: #fff URL(../images/gradient.gif) repeat-x;
	}
	
form.cmxform p {
	padding-left: 12px;
	margin: 10px 0 15px 0;
	}

form.cmxform fieldset {
	border: none;
	margin-bottom: 10px;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.75;
	vertical-align: top;	
	}
	
form.cmxform fieldset legend {
	font-weight: bold;
	font-size: 1.25em;
	margin: 10px 0 5px 0;
}

form.cmxform em {
	font-weight: bold;
	font-size: 1em;
	color: #f00;
	}

form.cmxform fieldset ol {
	margin: 0 0 0 3px;
	padding: 0;
	}

form.cmxform ol li {
	list-style: none;
	margin-bottom: 5px;
	}
	
form.cmxform fieldset fieldset {
	margin: 10px 0 0 -3px;
	padding: 0;
	}
	
form.cmxform fieldset fieldset label {
	margin-right: 10px;
	display: block;
	width: auto;
	margin-left: 123px; /* Width plus 3 (html space) */
	}
	
form.cmxform fieldset fieldset input { /* My last rule */
	margin-right: 0;
	}
	
form.cmxform label {
	width: 120px; /* Width of labels */
	}
	
form.cmxform textarea {
	list-style: none;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 3px;
	}	
	
form.cmxform fieldset li {
	list-style: none;
	}
	
form.cmxform input.button {
	display: block;
	width: auto;
	clear: both;
	margin: 25px 0 0 120px;
	}

form.cmxform input.one { /* Testing a little advanced usability */
	color: #000;
	padding-left: 3px;
	width: 205px;
	}
			
form.cmxform input.one:focus { /* Testing a little advanced usability */
	background: #cff;
	color: #000;
	padding-left: 3px;
	width: 205px;
	}

form.cmxform textarea:focus {
	background: #cff;
	color: #000;
	list-style: none;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 3px;
	}
	
#fixed_container { /* For the 404, 403 and contact pages */
	width: 950px;
	margin: 0 auto;
	padding: 0;
	}
	
#fixed {
	width: 550px;
	height: 350px;
	float: left;
	display: inline;
	margin: 0 200px 20px 120px;
	padding: 0 50px 0 0;
	border-right: 1px dotted #666666;
	}
	
#fixed h1 {
	font-size: 7em;
	color: #F88832;
	margin: 10px 0 0 0;
	padding: 0;
	}

#fixed h2 {
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-weight: normal;
	margin: -10px 0 30px 0;
	padding: 0;
	}
	
#fixed h3 {
	color: #666;
	margin: 20px 0 -10px 0;
	padding: 0;
	}
	
#fixed h3.error {
	margin-top: 50px;
}
	
span.emphasis {
	font-size: 1.75em;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	padding-bottom: 2px;
	color: #99ff00;
	}
	
#fixed strong {
	color: #F88832;
	}
	
#fixed a { /* For the sub_menu navigation */
	color: #F88832;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: underline;
	}

#fixed a:hover { /* For the sub_menu navigation */
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.15em;
	color: #99ff00;
	}
	
#fixed p.bottom {
	margin-bottom: 100px;
	}
	
#fixed form {
	margin: 50px 0 0 0;
}
	
#about {
	margin: -10px 4px 0 0; 
	float: right; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	}

#about {
	margin: 10px 4px 15px 0; 
	float: right; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	}

#about a {
	color: #C00;
	}

#sidebar fieldset {
	border:0;
	margin:0;
	padding:0;
	}

#sidebar input.button {
	float:left;
	clear:both;
	margin: -30px 0 0 -3px;
	}

#sidebar input#q {
	width:165px;
	}

#sidebar select#rolls {
	float: left; 
	width: 170px; 
	margin: 5px 0 2px 0;
	}