/* YUI Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
 	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong{font-weight: bold}
em{font-style: italic}

/* YUI Fonts */
body {
	font: 13px/1.231 sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}




/* Base generic styles */
body, select, input, button, textarea {
	font: 14px/24px Univers,'Lucida Grande', Verdana, sans-serif;
}
a:link, a:visited {
	color: #3396db;
}
a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Univers, Helvetica, arial, sans-serif;
	color: #910e02;
	margin: 10px 0;
}
h1{font-size:123.1%;text-transform: uppercase;}
h2{font-size:100%;text-transform: uppercase;}
h3{font-size:100%;text-transform: uppercase;}
h4{font-size:100%;text-transform: capitalize;}

body {
	text-align: center;
	background: ;
}
blockquote{font-style: italic;font-family: Georgia, 'Times New Roman',serif;padding:0 3em 0 3em}
body#company blockquote{padding:0 3em 1em 3em}
blockquote > div:before { content: '~ '; }
blockquote > p + div { margin-top: -1em; }


#top, #main, #foot {
	padding-left: 1.5em;
	padding-right: 1.5em;
	min-width: 960px;
}

/* Top bar */
#top {
position: relative;
	background: #000 ; /* define the color of the header*/
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	height: 50px;
	clear: both;
}

#logo {
	margin: 0;
	/*background:  url(../img/logo_w-c.jpg) no-repeat;*/
	height: 40px;
	left: 50%;
	margin-left: -483px;
	width: 120px;
	position: absolute;
}
#logo a {
	display: block;
	margin: 0;
	width: 40px;
	height: 30px;
	opacity: 0; filter: alpha(opacity=0); -moz-opacity:0;
}
#nav {
	height: 55px;
	/*background: url('/images/layout/nav-bg-left.png') no-repeat left top;*/
	overflow: hidden;
	min-width: 500px;
	position: absolute;
	left: 59%;
	margin-left: -100px;
	width: 100%;
}
#nav ul {
	position: relative;
	height: 55px;
	margin-left: 8px; /* width of the nav-bg-left.png */
	/*background: url('/images/layout/nav-bg-right.png') repeat-x left top;*/
	clear: both;
}
#nav li {
	position: relative;
	height: 29px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	z-index: 99;
}
#nav li a {  /* define the navigation font properties*/
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 150%; 
	text-decoration: none;
	font-style: oblique;
	color: #FFF;
	display: block;
	padding: 8px 9px;
	height: 12px;
	/*opacity: 0; filter: alpha(opacity=0); -moz-opacity:0;*/
}
#nav li#nav-hover {
	background: transparent url('/images/layout/nav-hover-left.png') no-repeat scroll left top;
	z-index: 98;
	position: absolute;
	margin-left: 0;
}
#nav li#nav-hover span {
	display: block;
	background: transparent url('/images/layout/nav-hover-right.png') no-repeat scroll right top;
	margin-left: 6px;
	height: 29px;
}

/* Generic page content stylings */
.content {
	background-image:url(../img/intro_txt_bkg.jpg);
	background-repeat:no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding:0 0 1em 0;
}
.content p {
	margin: 0 0 1em 0;
}
.content .bullets ul{
	list-style-type: square;
	padding:0 0 1em 1em;
}
.content ol{
	padding:0 0 1em 1em;
}
span.highlight{
	background:#e3ece9;
	padding:0 2px 0 2px;
	font-style: italic;
}




/* Page blocks */
#main {
	background-image:url(../img/main_bkg.jpg); background-repeat: repeat-x;
}
/*.sub #main {
	background: #fff url('../extract_style/images/layout/bg-subpage.jpg') repeat-x 50% 0;
}
.home #main {
	background: #fff url('../extract_style/images/layout/bg-homepage.jpg') repeat-x 50% 0;
}*/
#blurb {
	background-image:url(../img/blurb_bkg.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 379px;
	margin: 0 auto;
}

/*Page Styles*/
#highlighted h3{font-family: Georgia, 'Times New Roman',serif;color:#5a5a5a;font-weight:bold;padding:0;margin:0 0 0.33em 0;}
#highlighted p{font-style: italic;font-family: Georgia, 'Times Ne wRoman',serif;}
#highlighted {padding:0 0 0 2em}


/*Image Styles*/
img.book-cover{padding:2px;border:1px solid #ccc;margin:0 10px 0 0;}
img.image{padding:7px;border:1px solid #ccc;margin:0 10px 0 0;}



/*List Styles*/
.star li{background:transparent url('/images/icons/star.png') no-repeat scroll 0 3px;margin:0;padding:0 0 0.1em 1.5em;}
.locomotion li{background:transparent url('/images/icons/locomotion.png') no-repeat scroll 0 3px;margin:0;padding:0 0 0.1em 1.5em;}





/*Table Style*/
table.pricing {
	background:#FFFFFF none repeat scroll 0 0;
	margin:10px 0 0 20px;
}
table.pricing{
	border:4px solid #cdced3;
}

table.pricing td {
	text-align:center;
}
table td.feature {
	font-weight: bold;
	padding:5px 6px;
	text-align:left;
}


/* Footer with content */
#foot {
	/*background-image: url(../img/footer_grad_bkg.jpg); background-repeat: repeat-x;*/
	background: #000;
	border-top: 0px solid #999; /* change or delete top border line */
	color: #666;
	text-align: left;
	overflow: auto;
	padding-top: 5px;		/* change or delete top space */
	padding-bottom: 0px;
}

#foot .extrapad{
	padding:0 12px 0 7px;
}
#foot img{
	margin:5px 10px 5px 0;
}
#foot a{
	color:#3399ff;
	text-decoration: none;
}
#foot a:hover {
	color:#660000;
	text-decoration: none;
}
#foot_li {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	margin-left: 10px;
	text-decoration: none;
}


#foot p{
	color:#eef3f5;
}

#foot p strong{
	color:#eef3f5;
}
#foot h1, #foot h2, #foot h3, #foot h4, #foot h5, #foot h6 {
	color: #eef3f5;
}

#foot_address {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	margin-left: 10px;
}
