/* colors:
	really dk blue: #38415b;
	dk blue: #546188;
	med blue: #90a0b4;
	light blue: #c4c9d5;
	lighter blue: #e2e4ea;
	really light blue: #f8f9f9;
	brown: #542800;
	brick-red: #6f0700;
	red" #d10700;
	vibrant link blue: #3355bb;
*/

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	color: #3355bb;
}

div#container {
	background-color: #ffffff;
	color: #38415b;
	line-height: 1.5em;	
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#header {
	background-color: #fff;
	width: 900px;
	height: 150px;
	float: left;
}

div#logo {
	/* background: #fff url(/images/aacsLogo.gif) no-repeat top left; */
	width: 210px;
	height: 146px;
	padding: 5px;
	margin: 5px;
	float: left;
}

div#info {
	/* background: #fff url(/images/KiliSunrise.gif) no-repeat top left; */
	height: 146px;
	text-align: center;
	margin-left: 5em;
	margin-right: auto;
	float: left;
	vertical-align: middle;
}

div#identity {
	color: #546188;
	margin: 45px auto;
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	vertical-align: middle;
}

div#main {
	float: left;
	width: 900px;
	padding-bottom: 1em;
	background-color: #fff;
}

/* Fix IE double margin bug */
*html div#main {
	display: inline;
}

div#folder {
	margin: 0 auto;
	min-height: 250px;
	width: 898px;
	border: 1px solid #546188;
	background: #fff url(/images/bluefolderfade.gif) repeat-x top left;
	float: left;
}

div#foldertop {
	margin: 0 auto;
	height: 44px;
	width: 900px;
	border: none;
	background: #546188;
	border-top-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	float: left;
}

*html div#foldertop {
	width: 898px;
}

div#folderleft {
	width: 27px;
	height: 44px;
	float: left;
	background: url('/images/lt_fldr.gif') top left no-repeat; 
}

div#folderright {
	width: 27px;
	height: 27px;
	float: right;
	background: url('/images/rt_fldr.gif') top right no-repeat; 
}

div#content {
	background-color: #fff;
	padding: 36px;
	margin: -10px 60px 0;
	min-height: 250px;
	text-align: left;
	border: none;
	width: 700px;
	border-top-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	float: left;
}

*html div#content {
	margin: -10px 30px 0;
}

#idpraise div#content p.testimonial {
	background-color: #e2e4ea;
	padding: 1em;
	margin: .5em -1em;
	borderradius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	float: left;
}

#idpraise div#content p.testimonial.even {
	background-color: #c4c9d5;
}

#idpraise div#content p.testimonial .credit{
	font-weight: bold;
	font-size: .75em;
	font-style: italic;
	clear: left;
	float: right;
}

#identity span {
	margin: 0 .25em;
}

address {
	display: inline;
	line-height: 1.1em;
	vertical-align: middle;
	text-align: center;
}

address.name {
	font-style: normal;
	font-size: 1.5em;
	vertical-align: middle;
}

address.title {
	font-size: 1.15em;
	line-height: 1.65em;
	vertical-align: middle;
}

a.homeimg img {
	border: none;
}

ul#tabs {
	list-style: none;
	margin: -10px 66px -8px 0;
	padding: 0;
	border: none;
	float: right;
	font-weight: bold;
}

*html ul#tabs {
	margin-right: 33px;
}

ul#tabs li {
	display: block;
	float: left;
	background: #fff url('/images/rt_inactive_tabGrad.gif') top right no-repeat;
/*	background: #90a0b4 url('/images/inactive_grad.gif') repeat-x 0 0;
	background: #90a0b4 url('/images/rt_inactive_tab.gif') top right no-repeat; */
	margin: 4px 2px;
	border: none;
	padding-right: 14px;
}
	
ul#tabs li a, ul#tabs li div {
	display: block;
	float: left;
	background: #fff url('/images/lft_inactive_tabGrad.gif') top left no-repeat;
/*	background: #90a0b4 url('/images/inactive_grad.gif') repeat-x 0 0;
	background: #90a0b4 url('/images/lft_inactive_tab.gif') top left no-repeat; */
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 0;
	padding: 2px 2px 2px 8px;
}

ul#tabs li a, ul#tabs li div a {
/*	background: #90a0b4; */
	background: transparent;
}

ul#tabs li a:hover {
	color: #d10700;
	margin: 0;
}

#idhome ul#tabs li#tabnav-home, #idabout ul#tabs li#tabnav-about, #idservices ul#tabs li#tabnav-services, #idportfolio ul#tabs li#tabnav-portfolio, #idpraise ul#tabs li#tabnav-praise, #idcontact ul#tabs li#tabnav-contact {
	background: #546188 url('/images/rt_active_tabGrad.gif') top right repeat;
	color: #fff;
	margin: 0 0 0 0;
}

#idhome ul#tabs li#tabnav-home div, #idabout ul#tabs li#tabnav-about div, #idservices ul#tabs li#tabnav-services div, #idportfolio ul#tabs li#tabnav-portfolio div, #idpraise ul#tabs li#tabnav-praise div, #idcontact ul#tabs li#tabnav-contact div {
	background: #546188 url('/images/lft_active_tabGrad.gif') top left repeat;
	color: #fff;
	margin: 0 0 0 0;
}

#idhome ul#tabs li#tabnav-home div a, #idabout ul#tabs li#tabnav-about div a, #idservices ul#tabs li#tabnav-services div a, #idportfolio ul#tabs li#tabnav-portfolio div a, #idpraise ul#tabs li#tabnav-praise div a, #idcontact ul#tabs li#tabnav-contact div a {
/*	background: #546188;  */
	color: #fff;
	font-size: 16px;
	padding-top: 6px;
}

#footer {
	text-align: left;
	margin: 8px 48px;
	float: left;
}

h1 {
	color: #546188;
	text-align: center;
	font-style: italic;
	margin-top: 0;
}

#idhome h3 {
	text-align: center;
	font-style: italic;
	margin-top: 0;
	width: 100%;
}

h3.examplesite  {
	font-size: 16px;
	margin: 0;
	float: left;
}

.sitelisting h4 {
	margin: 0;
}

ul#findme {
	list-style-type: none;	
}

ul#services, ul#findme {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 2em;
}

ul#services {
	margin-left: 15px;
}

ul#consulting {
	line-height: 1.5em;
	font-weight: normal;
}

#offering, #places, #myblog {
	background-color: #90a0b4;
	padding: 10px;
	margin: .5em 0;
	borderradius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	float: left;
	width: 320px;
}

div#offering {
	background-color: #e2e4ea;
	margin-right: 20px;
}

div#myblog {
	margin-top: 2em;
	background-color: #c4c9d5;
}


span.findmename {
	font-style: italic;
}

span.findmelabel, span.label {
	font-weight: bold;
	font-size: 1.05em;
}

a.screenshot {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}

a.screenshot img {
	clear: left;
	border: none;
}

div.sitedesc {
	margin: 0;
	float: right;
}

.sitedesc .sitehead {
	width: 410px;
	float: left;
	margin-bottom: 0.5em;
}

.sitedesc p {
/*	float: left;  */
	margin: 0 0 10px;
}

div.sitelisting {
	clear: both;
	width: 700px;
}

.sitelisting p {
	margin: 0.5em  0 1em;
}

.example {
	float: left;
	clear: left;
	margin-bottom: 2em;
	padding-top: 2em;
	border-top: 1px solid #38415B;
	width: 700px;
}

.example.first {
	border-top: none;
	padding-top: 0;
}

div.task-list {
	clear: both;
	float: left;
	width: 700px;
	margin-top: 10px;
}

ul.involvement, ul.involvement li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.involvement li {
	padding: 0 6px 0 2px;
	border-right: 1px solid #38415B;
	line-height: 1.5</em;
}

ul.involvement li.last {
	border: none;
}

.launchdate {
	font-size: 12px;
	font-style: italic;
	float: left;
	border-left: 1px solid #38415B;
	padding-left: 6px;
	line-height: 12px;
	margin: 5px 6px 0;
	
}

span.title {
	font-weight: bold;
}
 
 #footer .date {
 	font-size: .9em;
 }