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


/************************** RESET *******************************/
/* meyerweb.com/eric/tools/css/reset/index.html v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/******************* Typography **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;	/*font-family: Helvetica, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;*/
}

body {
	font-size:0.75em; /* 16×1.125=18 */
	line-height: 2.0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 1.385em;
	}
h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h3 {
	font-size: 1.08em;
	margin: 1.8em 0em 1.2em;
	font-weight: normal;
	color: #808080;
	letter-spacing: 0.2em;
	}
h4 {
	font-size: 1em;
	margin: 1em 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	margin-top: 0.5em;
	margin-bottom: 0.25em; 
	}
ul.disc {
	list-style: none;
}
ul.disc li {
	margin-left: 2em;
	background: url(../images/bullet_sm.png) no-repeat left 0.75em;
	padding-left: 1em;
}
ul.disc ul {
	list-style: none;
}
ul.disc ul li {
	margin-left: 0px;
	padding-left: 18px;
	background: url(../images/emdash.png) no-repeat left 0.75em;
}

p {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	}
sup {
	font-size:0.6em;
	vertical-align:super;
	line-height:1;
}
.smaller {
	font-size: 0.8em;
}
.teeny {
	font-size: 0.75em;
	color: #597080;
}
.caption {
	font-size: 0.92em;
	color: #597080;
}


.clear {
	clear: both;
}




/********  Link styles  ****************************************************/

a:link {
	color:#48117D;
	text-decoration: none;
}
a:visited {
	color: #767BBE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration: none;
}
#footer a:hover {
	color:#48117D;
	text-decoration: underline;
}
#footer a {
	padding: 0em 0.5em;
	border-left: 1px solid #CCCCCC;
}
#footer a#f-home {
	border: none;
}

.nav_sub a:link, .nav_sub a:visited {
	color:#DAE1E6;
	text-decoration: none;
}
.nav_sub a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.nav_sub a.selected:link, .nav_sub a.selected:visited, .nav_sub a.selected:hover {
	color:#FFFFFF;
	text-decoration: none;
}







/********************* Layout ***************************/
body {
	background: #DFDFDF;
	text-align: center;
}
.wrapper {
	background: #FFFFFF url(../images/wrapper_bkgd.png) repeat-y center top;
	text-align: left;
	margin: 0px auto;
	width: 780px;
}
#header {
	margin: 0px 40px;
	height: 135px;
	width: 700px;
	position: relative;
}
#header .logo {
	padding-top: 27px;
}
#header #motto {
	text-indent: -10000px;
	height: 85px;
	width: 450px;
	background: url(../images/header_quote.png) no-repeat left top;
	position: absolute;
	top: 15px;
	right: 0px;
}
#header #nav_main {
	margin: 0px;
	height: 30px;
	width: 500px;
	list-style: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header #nav_main li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 83px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#header #nav_main li#n-about {
	left: 83px;
}
#header #nav_main li#n-services {
	left: 166px;
}
#header #nav_main #n-resources {
	left: 249px;
	width:85px;
}
#header #nav_main #n-contact {
	left: 334px;
}
#header #nav_main #n-faq {
	left: 417px;
}
#nav_main a {
	background: url(../images/nav_r1.png) no-repeat left top;
	text-indent: -10000px;
	display: block;
	height: 30px;
	width: 83px;
}
#nav_main #n-about a {
	background: url(../images/nav_r1.png) no-repeat -83px 0px;
}
#nav_main #n-services a {
	background: url(../images/nav_r1.png) no-repeat -166px 0px;
}
#nav_main #n-resources a {
	background: url(../images/nav_r1.png) no-repeat -249px 0px;
}
#nav_main #n-contact a {
	background: url(../images/nav_r1.png) no-repeat -334px 0px;
}
#nav_main  #n-faq  a {
	background: url(../images/nav_r1.png) no-repeat -417px 0px;
}
#nav_main #n-blog a:hover {
	background: url(../images/nav_r1.png) no-repeat 0px -30px;
}
#nav_main #n-about a:hover {
	background: url(../images/nav_r1.png) no-repeat -83px -30px;
}
#nav_main #n-services a:hover {
	background: url(../images/nav_r1.png) no-repeat -166px -30px;
}
#nav_main #n-resources {
	width:85px;
}
#nav_main #n-resources a:hover {
	background: url(../images/nav_r1.png) no-repeat -249px -30px;
}
#nav_main #n-contact a:hover {
	background: url(../images/nav_r1.png) no-repeat -334px -30px;
}
#nav_main  #n-faq  a:hover {
	background: url(../images/nav_r1.png) no-repeat -417px -30px;
}
.content {
	margin: 20px 40px;
}
#footer {
	padding: 40px 40px 20px;
	clear: both;
	background: #FFFFFF url(../images/footer_bkgd.png) no-repeat left bottom;
	font-size: 0.85em;
}
#footer ul {
	text-align: center;
	list-style: none;
}
#footer li {
	display: inline;
	color: #999999;
}
#footer p {
	color: #999999;
	text-align: center;
	margin-top: 0.25em;
}
.home h1 {
	background: url(../images/welcome.png) no-repeat left top;
	margin: 0em 0em 1.5em;
	height: 64px;
	text-indent: -9999em;
}
.home h2 {
	background: url(../images/philosophy.png) no-repeat left top;
	text-indent: -9999em;
	height: 35px;
}
.services h1 {
	background: url(../images/title_services.png) no-repeat left top;
	margin: 0px;
	height: 30px;
	text-indent: -9999em;
}
.about h1 {
	background: url(../images/title_about.png) no-repeat left top;
	text-indent: -9999em;
	margin: 0px;
	height: 30px;
}
.about #portrait {
	margin: 1.2em 0em 1.2em 2em;
	float: right;
	width: 180px;
	height: 30em;
	background: #CCCCCC;
}
.resources h1 {
	background: url(../images/title_resources.png) no-repeat left top;
	text-indent: -9999em;
	margin: 0px;
	height: 30px;
}
.faq h1 {
	background: url(../images/title_faq.png) no-repeat left top;
	text-indent: -9999em;
	margin: 0px;
	height: 30px;
}
.contact h1 {
	background: url(../images/title_contact.png) no-repeat left top;
	text-indent: -9999em;
	margin: 0px;
	height: 30px;
}
#emailform_wrapper {
	background: url(../images/chopsticks.jpg) no-repeat right 1.5em;
}
#contactInfo {
	line-height: 1.2;
	margin: 1.5em 0 1.5em 70px;
}
#contactInfo .title {
	font-size: 0.78em;
}
#contactInfo .tel {
	font-weight: bold;
	display: block;
	margin-top: 1em;
}
#contactForm ul {
	list-style: none;
	margin: 2em 0em;
}
#contactForm li {
	display: block;
	margin: 0em;
	padding: 1em 0em;
	clear: both;
	line-height: 1;
}
#contactForm label {
	float: left;
	width: 70px;
	height: 3em;
	clear: both;
}
#contactForm  #l-name span {
	background: url(../images/label_name.png) no-repeat left top;
	text-indent: -9999em;
	width: 60px;
	display: block;
	height: 30px;
}
#contactForm  #l-email span {
	background: url(../images/label_email.png) no-repeat left top;
	height: 3em;
	width: 60px;
	text-indent: -9999em;
	display: block;
}
#contactForm #l-message span {
	background: url(../images/label_message.png) no-repeat left top;
	text-indent: -9999em;
	display: block;
	height: 30px;
	width: 60px;
}
#contactForm input, #contactForm textarea {
	display: block;
	margin-top: 3px;
	width: 20em;
	font-size: 1em;
	padding: 0.2em;
}
#contactForm #message {
	height: 15em;
}
#contactForm .button {
	margin-left: 70px;
}
.services th {
	text-align: left;
	padding: 0.5em 1em;
	color: #FFFFFF;
	background: #767BBE;
}
.services td {
	text-align: left;
	vertical-align: top;
	padding: 1em;
}
.services .alt {
	background: #DBDBEF;
}
.home .special-1 {
	font-size: 1.17em;
	text-align: center;
	margin-right: 16em;
	font-weight: bold;
	color: #AFB0B2;
}
.special-2  {
	font-size: 1.34em;
	text-align: center;
	color: #767BBE;
	font-weight: bold;
}
.home .special-3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-left: 8em;
	color: #48117D;
}
.prd {
	list-style: none;
}
.prd li {
	clear: both;
	width: 100%;
	margin: 0em;
	padding: 1em;
	overflow: hidden;
	border-top: 1px solid #8991C8;
}
.prd .img {
	float: left;
	width: 15em;
	padding-right: 1em;
	text-align: right;
}

.custom404 h1 {
	background: url(../images/title_sorry.png) no-repeat left top;
	text-indent: -9999em;
	margin: 0px;
	height: 30px;
}
