html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 
ul {
	list-style: none;
}
body {
   font : 76%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
   background: #fff;
	text-align: center;
}
#headerwrap {
	width: 100%;
	background: #fff url(images/header_bg.jpg) repeat-x;
	height: 195px;
}
#header {
	width: 980px;
	height: 195px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#tagline {
	position: absolute;
	top: 20px;
	left: 480px;
}
#tagline h2 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	font-family: Palatino, Georgia, "Times New Roman", serif;
	letter-spacing: 0.1em;
}
#main_nav {
	width: 980px;
	margin: 0 auto;
   position: relative;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 14px;
float: right;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

ul#navlist li
{
float: left;
margin: 0;
padding: 0;
}

ul#navlist li a
{
padding: 2px 9px 2px 9px;
color: #7a01a6;
text-decoration: none;
border-right: 1px solid #bc7bff;
font-weight: normal;
}
ul#navlist li.final a {
	padding-right: 0;
	border-right: none;
}
#main_nav>ul#navlist li a { width: auto; }

ul#navlist li a.current
{
color: #828282;
cursor: default;

}

ul#navlist li a:hover
{
color: #000;
background: #ccccff;
}
ul#navlist li a.current:hover {
	cursor: default;
	color: #828282;
	text-decoration: none;
}
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
}

a:link, a:visited {
	color: #00b702;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #7a01a6;
	text-decoration: underline;
}
a.more {
	padding: 7px 30px 4px 0;
	height: 35px;
	background: url(images/more_pointer.gif) no-repeat 100% 100%;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #7a01a6;
	padding-bottom: 15px;
}
h1.main {
	margin-left: 10px;
	padding-bottom: 5px;
}
h2 {
	padding-bottom: 7px;
	font-size: 1.4em;
	font-weight: bold;
}
h3, h4 {
	color: #7a01a6;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
h3.subhead {
	padding-top: 0;
} 
h4 {
	font-size: 1.2em;
	padding: 5px 0 20px 0;
	line-height: 1.3em;
}
h4.warning {
	color: #ec1500;
	font-size: 1.3em;
}
h5 {
	color: #79694a;
	padding-bottom: 10px;
}
h5.captiontext, h5.longcaption {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	line-height: 1.3em;
}
h5.longcaption {
	line-height: 1.4em;
	width: 280px;
}

p {
	margin-bottom: 15px;
}

p.design {
	color: #efefde;
	font-size: 0.9em;
}
p.design a:link, p.design a:visited {
	color: #efefde;
}
p.design a:hover {
	color: #a1ffa2;
	text-decoration: underline;
}
blockquote {
	text-align: center; 
	margin: 0 0 15px 0;
}
blockquote.home {
	background: url(images/quote_bg.jpg) no-repeat 0 0;
	padding-top: 15px;
}

blockquote.link {
	padding: 20px 0;
	border-top: 1px solid #e7e5ca;
	border-bottom: 1px solid #e7e5ca;
	margin: 40px 0; 
}
#content blockquote p {
   margin-bottom: 5px;
   font-family: Palatino, Georgia, "Times New Roman", serif;
   font-size: 1.7em;
   font-style: italic;
   letter-spacing: 0.06em;
   line-height: 1.5em;
}
blockquote.home p {
	background: url(images/quote_bg.jpg) no-repeat 0 100%;
	padding: 2px 7px 20px 7px;
}
blockquote.home p a:link, blockquote.home p a:visited, .feature p a:link, .feature p a:visited {
	color: #7a01a6;
}
blockquote h5 {
	font-style: italic;
	font-weight: bold;
	color: #828282;
	font-size: 0.9em;
	text-align: right;
	line-height: 1.3em;
	padding-right: 10px; 
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.name {
	font-weight: bold;
	font-size: 1.2em;
}
.indent {
	padding-left: 10px;
}

.readmore {
	float: right;
	margin: 0 20px 10px 0;
} 
#content {
   width: 980px;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 20px;
}
#content img {
	border: 1px solid #ccccff;
	padding: 3px;
   background: #fff;
}
#content .image_rt img, #sub img.purple {
	background: #7a01a6;
}
#content img.pad {
	margin: 10px 0;
}
#content img.padtop {
	margin-top: 10px;
}
#content img.noframe {
	border: none;
}
#main {
	width: 640px;
	float: left;
	padding-left: 10px;
}
#main img {
	float: right;
	margin: 0 0 10px 10px;
}
#main .image_rt {
	float: right;
	margin: 10px 0 10px 10px;
}
#main .image_lft {
	float: left;
	margin: 0 10px 10px 0;
}
#main .image_rt img, #main .image_lft img {
	display: block;
	float: none;
	margin-bottom: 3px;
}
#main .image_lft img {
	margin-left: 0;
}
#main .image_rt h5.captiontext, #main .image_lft h5.captiontext {
	display: block;
	margin: 2px 5px;
}
#main .image_lft h5.captiontext {
	text-align: left;
}
.intro {
	width: 630px;
	margin: 0 0 15px 10px;
	display: block;
	float: left;
	line-height: 1.6em;
}
.intro p {
	line-height: 1.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.intro .box_rt, .intro .box_lft {
	width: 285px;
	float: right;
	margin-left: 25px;
	position: relative;
}
.intro .box_lft {
	float: left;
	margin-left: 0;
	margin-top: 15px;
}
#content .intro .box_rt img, #content .intro .box_lft img {
	float: right;
	padding: 1px;
	margin-top: 5px;
} 
.intro .box_rt p, .intro .box_lft p {
	line-height: 1.6em;
	margin-bottom: 8px;
}
.intro .box_rt .inner, .intro .box_lft .inner {
	border: 1px solid #dcb9ff;
	padding: 5px;
   background: #f7f0ff;
   margin: 0 0 20px 0;
}

#content .intro .post h1.blog a {
	color: #7a01a6;
	font-weight: normal;
}

.intro ul, .item ul {
	margin: 0 0 15px 15px;
}
.item ul {
	margin-left: 25px;
}

.intro ul li, .item ul li {
	padding: 0 15px 15px 30px;
	background: url(images/bullet2.gif) no-repeat;
	font-weight: bold;
	font-size: 1.1em;
}
.feature {
	background: url(images/quote_bg.jpg) no-repeat 0 0;

}
.feature p {
	padding: 20px 7px 0 20px;
}
.feature p.last {
	background: url(images/quote_bg.jpg) no-repeat 0 100%;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.feature_rt, .featurewide, .framed {
	background: #fff;
	width: 280px;
	padding: 0 10px 5px 10px;
	float: left;
	margin: 0 20px 10px 10px;
	border-top: 3px solid #00ff00;
	border-bottom: 1px solid #a1ffa2;
}
.featurewide {
	border: 2px solid #bc7bff;
}

.framed {
	border: 1px solid #c9c9c9;
	padding-top: 8px;
}
.feature_rt {
	float: right;
	margin-right: 0;
   font-family: Arial, Helvetica, sans-serif;
}
.featurewide, .team {
	width: 550px;
}
.team {
	border: 1px solid #c9c9c9;
	padding: 10px;
	background: #fafaf5;
	margin: 10px 5px 15px 5px;
}

.plain {
	border: none;
	margin-top: 15px;
}
.plain h4 {
	color: #5a6571;
	padding-bottom: 5px;
}
.feature img, .feature_rt img {
	float: right;
	margin: 10px 0 10px 10px; 
}

.feature p, .feature_rt p, .plain p {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 8px;
}
.audio {
	display: block;
	width: 570px;
}
.audio ul li {
	font-size: 1.1em;
	border-bottom: 1px solid #a1ffa2;
	margin: 10px 5px 10px 20px;
}
.audio p, .audio ul li p {
	font-size: 0.9em;
	padding: 5px 0 0 10px;
}

.audio ul li #flashPlayer, .audio ul li #flashPlayer2, .audio ul li #flashPlayer3, .audio ul li #flashPlayer4, .audio ul li #flashPlayer5, .audio ul li #flashPlayer6  {
	float: right;
	height: 35px;
	margin-left: 20px;
	padding-left: 26px;
	background: url(images/headphone_bg.gif) no-repeat 0 0;
}
.audio ul li h5, .audio h5 {
	font-size: 0.8em;
	padding-left: 10px;
}

#sub {
	float: right;
	width: 280px;
}

.item {
	background: url(images/box_bg2.jpg) no-repeat left bottom;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
	float: left;
	width: 280px;
}
.item h4 {
	background: url(images/box_bg2.jpg) no-repeat left top;
	padding: 12px 15px 18px 15px;
	margin-bottom: 0;
}
.item h4.cont {
	background: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.item p {
	margin: 0 15px 8px 15px;
}
.item p.final {
	border-bottom: 1px solid #dcb9ff;
	padding-bottom: 5px;
	margin-bottom: 2px;
}
.gallery {
	border: 1px solid #e7e5ca;
	padding: 5px 10px;
	margin-top: 10px;
}
ul.books {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #bc7bff;
}
ul.books li {
	border-right: 1px dotted #bc7bff;
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.1em;
	background: none;
	color: #7a01a6;
	width: 180px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
ul.books li p {
	font-weight: normal;
	font-size: 0.9em;
	margin: 8px 0 6px 0;
	color: #31373e;
}
ul.books li h5 {
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#content #main .intro ul.books li img {
	float: none;
	margin: 0 10px;
}
.video {
	border: 1px solid #dcb9ff;
	padding: 3px;
	text-align: center;
	background: #f0fff0;
	margin: 0px 0 30px 0;
	width: 360px;
}
#content p.close {
	margin-bottom: 0;
	padding-bottom: 0;
}

form#feedback {
	width: 500px;
	margin: 10px 0 30px 10px;

}

form span.warning {
	margin-left: 5px;
}
fieldset {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #c9c9c9;
}
form#quotation fieldset {
	margin-bottom: 20px;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
legend {
	font-weight: bold;
	margin-left: 0;
   padding-left: 0;
	margin-bottom: 5px;
	color: #bc7bff;
	font-size:1em;
}
label {
	display: block;
	color: #666;
}

input.text {
	display: inline;
	width: 95%;
	margin-bottom: 5px;
}

input:focus, textarea:focus {
	background: #f0fff0;
}
input.radio {
	width: auto;
	float: left;
	margin-right: 1em;
	margin-top: 0;
}
.submitarea {
	margin: 0 0 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}

#content p.warning, #content p.response {
	color: #ec1500;
	font-weight: bold;
	font-size: 1.2em;
}
#content p.response {
	font-size: 1.3em;
	border: 1px solid #ec1500;
	padding: 10px;
}
#content span.warning {
	font-variant: normal;
	font-size: 1em;
	color: #ec1500;
	font-weight: bold;
}
/* end form styling */

/* footer */
#footerwrap {
	width: 100%;
	background: #7a01a6;
	border-top: 1px solid #fff;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	color: #fff;
	text-align: center;
}
#footer p {
	margin-bottom: 10px;
}
#footer p a:link, .copyright p a:visited {
	color: #efefde;
}
#footer p a:hover {
	color: #a1ffa2;
}

/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

.clear {
	clear: both;
}


/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
   padding-left: 22px;
   background-image: url(highslide/graphics/loader.white.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #fff;
    text-decoration: none;
	 font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #5a6571;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 520px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #5a6571;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1 {
	font-size: 1.2em;
	color: #7a01a6;
	font-weight: bold;
	padding-bottom: 10px;
}
.highslide-body p {
	margin-bottom: 7px;
	font-size: 1em;
}
.highslide-body strong {
	font-weight: bold;
}
.highslide-body em {
	font-style: italic;
}
.highslide-body h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
.highslide-body a {
	color: #00b702;
	font-weight: bold;
}
.highslide-body a:hover {
	color: #7a01a6;
	font-weight: bold;
	text-decoration: underline;
}
.highslide-body h2 {
	font-size: 1.2em;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 7px;
	color: #7a01a6;
}
.highslide-body img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #e7ddc4;
}
.highslide-body img.block {
	display: block;
	float: none;
	margin: 0 auto;
}
.highslide-body ul {
	margin: 0 0 7px 20px;
	padding: 0;
}
.highslide-body ul li {
	padding: 0 0 5px 5px;
	list-style: circle;
}
.highslide-body ul ul li {
   padding-left: 15px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

