/* 
Theme Name: PRC
Version: 1
*/
/** BEGIN ADDED **/
/** These lines are for IE6 only **/
* html #header { height: 159px; }
* html #content, * html .entry_firstpost, * html .entry {
	position: relative;
}
ul.readmore {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 6px 10px;
	margin: 0px;
}
/** Removes any image borders **/
img {
	border: none 0px;
}
div .main p img{
	margin: 0 10px
}
.main {
	border: none 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#content.searchform .main .formGroup {
	margin: 0 auto;
	width: 70%;
}
.main p img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	
	/** If you want the images autoalign on the left side, uncomment this line
	
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	**/
	
	/** If you want the images autoalign on the right side, uncomment this line
	
	float: right;
	margin-left: 20px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
	**/
	
}
.entry{
	background: #fff url(images/comment-area.gif) repeat-x left top;
	padding: 0 0 1px 0;
	margin: 0px;
	width: 100%;
}
.latest{
	background: #fff;
	padding: 15px;
	margin: 0px;
}
.entry_firstpost{
	background: #fafafa url(images/comment-area.gif) repeat-x left top;
	padding: 1px;
	margin: 0px;
}
.latest_firstpost{
	background: #F3F3F3 /* url(images/latest.gif) no-repeat bottom right */;
	padding: 15px;
	margin: 0px;
}
h1 a img {
	border: none 0px;
	text-decoration: none;
	}
/** END ADDED **/
/* 1) -=-=-=- General selectors -=-=-=- */
html {
	background: #E5EEFF /* BEBEBE url(images/chungo_bg_grey_right.gif) repeat-y top right */;
}
body {
	background: #E5EEFF /* BEBEBE url(images/chungo_bg_grey_left.gif) repeat-y top left */;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #000;
	text-align: center;
}
#header {
	color: #FCFEF4;
	margin: 0;
	font-size: .9em;
	height: 159px;
	line-height: 159px;
	width: auto;
	/* background: url(images/chungo_logo_headerbar_green.png) repeat-x right bottom; */
	text-align: center;
	}
	
#header_left_bg {
	margin: 0;
	padding: 0;
	height: 159px;
	width: auto;
	background: url(images/header_left.png) no-repeat left bottom;
	}
#single_post_right {
	color: #FCFEF4;
	margin: 0px 16px 0px 16px;
	padding: 0px;
	font-size: .9em;
	line-height: 18px;
	height: 19px;
	width: auto;
	background: url(images/single_post_right.gif) repeat-x right top;
}
#single_post_left {
	color: #888888;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	padding-left: 16px;
	font-size: .9em;
	line-height: 18px;
	height: 19px;
	width: auto;
	background: transparent url(images/single_post_left.gif) no-repeat left top;
}
#header h1, #header h1 a {
	margin: 0 0 0 15px;
	font-size: 1.5em;
	line-height: 159px;
	height: 159px;
	background: transparent;
	text-decoration: none;
	border: none 0px;
	color: #fff;
}
h1 {
	margin: 0;
	font-size: 2.2em;
	line-height: 90px;
	height: 90px;
	background: none;
	text-decoration: none;
	border: none 0px;
}
div.entry h1,h2 {
	color: #0B06A5;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	height: auto;
	background: none;
	}
.links h2 {
	font-size: 1.4em;
	/* line-height: 31px; */
	/* height: 41px; */
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #00138E;
	/* background: url(images/h3_bg.gif) no-repeat; */
	list-style: none;
}
h2 a:link, h2 a:visited {
	color: #0B06A5;
	font-weight: normal;
	text-decoration: none;
	background: none;
	}
h2 a:hover, h2 a:active {
	color: #00138E;
	font-weight: normal;
	text-decoration: none;
	background: none;
}
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #0B06A5;
	background: none;
}
.links h3 {
	font-size: 1.4em;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/h3_bg.gif) no-repeat;
}
a:link {
	color: #1525A3;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	}
h1 a:visited {
	color: #00138E;
	}
a:hover, a:active {
	background: none;
	color: #00138E;
	}
blockquote {
	/* border-left: 4px solid #3F3F3F; */
	background: #CECECE;
	padding: 10px;
	margin: 1.6em 10px 1.6em 10px;
	font-style: italic;
	}
#specialnavibar blockquote {
	background: none;
	padding: 0 1em 0 0;
	margin: 0
	}
	
code {
	display: block;
	padding: 10px;
	color: #1E284C;
	background: #E8EBF7;
	font-size: 1.2em;
	border-top: 2px solid #989FEA;
	}
p {
	line-height: 1.4;
	}
p.extratopmargin{
	margin-top: 2.4em;
}
/* 2)-=-=-=- Structure -=-=-=- */
#container {
	margin: 0;
	padding: 20px;
	text-align: left;
	background: /* url(images/chungo_bg_grey_right.gif) repeat-y right bottom */;
}
#wrapper {
	padding: 16px 16px 0 16px;
}
	
div#content {
	width: auto;
	margin: 0 262px;
	padding: 20px;
	background: #efefef;
}
div#content.searchform {
	width: 710px;
	margin: 0 auto;
	padding: 20px;
	background: #efefef;
}
#navibar {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	/* background: #fff url(images/container_left.gif) no-repeat; */
	background: #fff url(images/search-side.png) no-repeat;
position: absolute;
top: 194px;
}
#specialnavibar {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/container_right.gif) no-repeat;
	/* background: #fff url(images/search-side.png) no-repeat; */
position: absolute;
top: 194px;
}
#right {
	float: right;
	width: 240px;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/container_right.png) no-repeat;
position: absolute;
top: 194px;
right: 36px;
}
.links {
	margin: 15px 0 0 15px;
	padding: 0 15px 0 0;
	background: none;
}
#navi_end_left {
	width: 240px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	/* background: #fff url(images/container_left_end.gif) no-repeat left bottom; */
	background: #fff url(images/container_left_search_end.gif) no-repeat left bottom;
}
#navi_end_right {
	width: 240px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: #fff url(images/container_right_end.gif) no-repeat left bottom;
}
#specialnavibar #navi_end_left {
	background: #fff url(images/container_right_end.gif) no-repeat left bottom;
	/* background: #fff url(images/container_left_search_end.gif) no-repeat left bottom; */
}
#footer {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	/* color: #eee; */
	height: 47px;
	width: 100%;
	/* background: transparent url(images/footer_right.png) repeat-x right bottom; */
	clear: both;
	text-align: center;
}
#footer_left_bg {
	margin: 0;
	padding: 0;
	height: 47px;
	width: auto;
	/* background: url(images/footer_left.png) no-repeat left bottom; */
}
	
#footer_left_bg p {
	/* color: #eee; */
	margin: 0;
	font-size: .9em;
	padding: 20px 0 0 0;
	background: none;
	text-align: center;
}
/* 3)-=-=-=- Left selectors -=-=-=- */	
.meta {
	background: #fff;
	font-size: .9em;
	padding: 5px;
	margin: 0px;
	border: 1px dotted #0B06A5;
	}
.highlight {
	background: #F7FEDC;
	}
	
.comments-nice-bg {
	padding: 1px;
	background: #4A56E0;
	color: #000;
}
.comments-nice {
	padding: 10px;
	background: #FAFAFA url(images/comment-area.gif) repeat-x left top;
	border: 1px solid #A5AAEF;
}
.comments {
	font-size: 1.2em;
	padding: 0 0 0 0;
	background: #fff;
	border: 1px solid #fff;
}
.comments a:link, .comments a:visited {
	color: #1525A3;
	font-weight: bold;
	text-decoration: none;
}
.comments a:hover, .comments a:active {
	background: #1525A3;
	color: #fff;
	text-decoration: none;
}	
.alt {
	background: #CFD3F7 !important; 
	border: 1px solid #A5AAEF !important;
	padding: 10px 10px 0 10px !important;
}
.alt:hover {
	border: 1px solid #4A56E0 !important;
	}
.commentlist li:hover {
	border: 1px solid #4A56E0;
	}
.commentlist {
	padding: 0;
	margin: 3px;
	}
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #EAEBF9;
	border: 1px solid #B5BAF2;
	margin: 10px;
	color: #2D2E44;
	}
p.metadate {
	font-size: .8em;
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
	}
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.comments-nice .reply {
	color: #0B06A5;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0 0 0px;
	}
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: #FFF url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0px;
	border: 1px solid #efefef;
}
.postinput {
	margin: 0;
	}
/* 4)-=-=-=- Right selectors -=-=-=- */	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
.links li {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 2px 0px;
	padding-bottom: 5px;
	margin: 0px;
}
div.links ul li#linkcat-1 {
	list-style: none;
	display: inline;
	background: none;
	padding: 0px;
	margin: 0px;
}
.links ul li ul li {
	/* border-top: 1px solid #efefef; */
	border-bottom: 0px solid #efefef;
}
.links li li {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;
}
	
.links li li li {
	background: url(images/sub_icon.gif) no-repeat 0 7px;
	padding: 3px 0 2px 13px;
	font-size: 1em !important;
}
.links ul {
	padding: 0px;
	margin: 5px;
}
.links ul ul {
	padding: 0;
	margin: 2px 0 0 0;
	}
.links ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}
.links a {
	font-size: .9em;
	text-decoration: none;
	}
.links a:link {
	color: #494A5B;
	font-weight: normal;
	}
.links a:visited {
	color: #666;
	}
.links a:hover, .links a:active {
	background: #141FBC;
	color: #fff;
	}
#search {
	padding-bottom: 20px;
	height: 22px;
}
.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #efefef;
	border: 1px solid #4A56E0;
	color: #2130A5;
	width: 90px;
	font-size: 12px;
	height: 16px;
}
.searchfield:hover {
	background: #efefef;
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
.searchsubmit {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #efefef;
	border: 1px solid #4A56E0;
	color: #2130A5;
	width: 50px;
	font-size: 12px;
	height: 20px;
}
.searchsubmit:hover {
	background: #efefef;
	border: 1px solid #BFBFBF;
	color: #949494;
	}
/* 6)-=-=-=- Forms -=-=-=- */
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	padding: 2px 5px 1px 5px;
	width: 90% !important;
	width: 250px;
	min-width: 100px !important;
	max-width: 450px !important;
	height: 100px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #1000A5;
	color: #2130A5;
	}
	
/*
input {
	background: #fff;
	border: 1px solid #BFBFBF;
	}
	
input:hover {
	border: 1px solid #1000A5;
	}
*/
	
.input-submit {
	height: 39px;
	width: 163px;
	text-align: center;
	background: none;
	border: 0px solid #BFBFBF;
	}
.input-submit:hover {
	background: none;
	border: 0px solid #1000A5;
	}
/* 7)-=-=-=- Accessibility -=-=-=- */
#skip {
	display: none;
	}
hr {
	display: none;
	}
	
	
ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul#navlist ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist li.page_item {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navlist li.page_item ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navlist a {
	padding: 0px 10px 0 0;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: none;
}
/* ----- Custom ----- */
#navibar li {background:none}
#getstarted h2 {
color: #fff;
	font-size: 1.8em;
	line-height: auto;
	height:auto;
	padding: 0 10px;
	background: none;
	list-style: none;
}
#navibar input{
	margin: 0 40px;
	height: 30px;
	width: 120px;
	font-size: 20px;
	text-align:center;
	font-face: Calibri, Arial;
	border: outset 2px #000;
	background: #ccc;
}
#navibar input.button {
	border-width: 0;
	background: url(images/go-button.gif);
}
#navibar input#zip{
	margin:12px 20px;
	height: 60px;
	width: 160px;
	font-size: 50px;
	vertical-align:baseline;
	text-align: center;
	font-face: Calibri, Arial;
	background: #fff;
	border: inset 2px #000 
}
#navibar input#zip.js{
	background: #fff url(images/getstarted.gif) no-repeat;
}
#navibar input#zip.jsa{
	background: #fff
}
#getstarted p, #getstarted li {
	color:#fff;
	font-size: 1.4em;
	line-height: auto;
	margin: 1em 0; padding:0;
	border:0
}
#getstarted li {
	list-style:disc;
	margin: 0 1em;
}
#getstarted ul{
	margin-bottom:1em
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
div#content.embedded * div.phone {
	text-transform: uppercase;
	font-style: italic;
}
div#content.embedded * .phone p {
	margin-bottom: 8px;
}
div#content.embedded * input#paypal {
	border: 0;
}
div#content.embedded * input, div#content.embedded * textarea {
/*
	border: 1px solid black;
*/
	padding: 0 2px;
	width: 9em;
}
div#content.embedded * input[type=submit], div#content.embedded * input.submit {
	font-size: 130%;
	padding: 8px;
	font-weight: bold;
	width: auto;
	margin: 0 auto 1em;
}
div#content.embedded * div.formGroup div {
	display: block;
	margin: 0.5em 0.75em 0.25em 0;
	font-style: italic;
	float: left;
}
div#content.embedded * label input, div#content.embedded * label select {
	display: block;
	font-style: normal;
	clear: right;
}
div#content.embedded * .radiogroup{
	margin-left: 2em;
}
div#content.embedded * .radiogroup label{
	padding-right:2em;
	display: inline;
}
div#content.embedded * .radiogroup label input{
	display: inline;
}
div#content.embedded * input.noborder{
		border: none;
}
div#content.embedded * div.formGroup {
	clear: both;
	text-align: left;
}
div#content.embedded * div.optionalflag p {
	font-weight: bold;
}
div#content.embedded * #optionalsection {
	display: block;
	clear: both;
	margin-left:2em;
}
div#content.embedded * #optionalsection *{
	border-color: #aaa;
	color: #aaa;
}
div#content.embedded * #optionalsection.on *{
	border-color: black;
	color: #221E1F;
}
div#content.embedded * .topmargin {
	padding-top: 2em;
	*padding-top: 0.5em;
}
div#content.embedded * .steps li {
	list-style-type: decimal;
	padding: 0 1em 0 0;
}
div#content.embedded * .leader label{
	font-weight: bold
}
div#content.embedded * .leader select{
	font-weight: normal
}
div#content.embedded * div.checkout {
	margin: 1em auto 0;
	text-align: center;
	width: 184px;
	font-weight: bold;
}
div#content.embedded * div.checkout input, div#content.embedded * div.checkout img{
/*
	border:0;
*/
	width: auto;
	margin: 0.5em 0;
}
div#content.embedded * .content3, div#content.embedded * .content {
	background: #fff url(/images/gradient.png) 0 100% repeat-x;
	text-align: center;
	padding-bottom: 1em;
}
div#content.embedded * .content {margin-top: 1.8em}
div#content.embedded * .content3 p, div#content.embedded * .content p{
	text-align:justify
}
div#content.embedded * .content3 h2, div#content.embedded * .content h2{
	margin-bottom: 1em;
} 
div#content.embedded * img.content{margin:0;padding:0;margin-top: 30%}
div#content.embedded * blockquote{font-size:0.9em}
div#content.embedded * blockquote img{border:0;margin-top:2em}
div#content.embedded * blockquote cite{display: block;text-align:right}
div#content.embedded * p.foot{width:100%; text-align:right; border-bottom: solid 1px #87807B}
div#content.embedded * .yui-u p{
	padding: 0 4px;
	margin-bottom: 0.8em;
}
div#content.embedded * .content3 div.first{width: 36% !important}
div#content.embedded * .content3 div.middle {width:22% !important}
div#content.embedded * .content3 div.last{width: 36% !important}
div#content.embedded * h2.description{width:100%; text-align: center}
div#content.embedded * ul.features{text-align:left;margin-bottom:1.6em}
div#content.embedded * ul.features li{margin-bottom: 0.8em;margin-left:2em;sfont-weight:bold;list-style:disc}
div#content.embedded * #getstarted input{width: 5em;padding:2px;text-align: center}
div#content.embedded * #getstarted input.button, div#content.embedded * #connect input.button{
	font-size: 100%;
	font-weight: bold;
	width: auto;
/*
	border: outset 2px #000
*/
}
div#content.embedded * .center {
	width: 100%;
	text-align: center
}
div#content.embedded * table.cart, div#content.embedded * table.confirm, div#content.embedded * table.error, div#content.embedded * table.donedeal{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
div#content.embedded * table.cart thead th{
	border-bottom: solid 1px #000;
}
div#content.embedded * table.cart tr.total td{
	font-weight: bold;
	border-top: solid 1px #000;
	padding-top: 0.5em;
}
div#content.embedded * .decimal{
	text-align: right;
	vertical-align: top;
}
div#content.embedded * .linkimg{
	margin: 0 0 1em 0
}
div#content.embedded * div.checkbox div label{
	margin: 0 2em 1em 0;
	padding: 0;
	display: block;
}
div#content.embedded * div.checkbox div input{
	float: left;
	width: auto;
	margin-right: 0.5em;
	margin-bottom: 1em;
	border: 0;
}
div#content.embedded * .important {
	color: red;
}
div#content.embedded * fieldset {margin-bottom: 2em}
div#content.embedded * table.confirm, div#content.embedded * table.donedeal{
	margin-top: 1em;
}
div#content.embedded * table.confirm th, div#content.embedded * table.donedeal th{
	width: 25%; 
	font-weight: bold; 
	text-align: right;
	padding-right: 0.5em;
	border: solid 1px #000; 
	background: #eee; 
	vertical-align: top
}
div#content.embedded * table.confirm td, div#content.embedded * table.donedeal td {
	padding-left: 0.5em
}
div#content.embedded * table.error{
	border: solid 2px #F00;
}
div#content.embedded * blockquote p{
 margin-top: 1em;
 display: block;
}
div#content.embedded * .image{
	margin-bottom: 1em;
}
div#content.embedded * img.map{
	border: solid 1px #000;
	margin: 0.5em 0 2em 1em;
}
div#content.embedded * textarea {
	display: block;
	width: 20em;
	height: 5em;
}
div#content.embedded * div.results{
	margin-top: 2em;
	text-align: left;
}
div#content.embedded * div.results span *{
	margin: 0;
}
div#content.embedded * div.results span {
	display:block;
	margin: 0 0 1em 0;
}
div#content.embedded * input.checkbox{	width: auto;	display: inline;}
div#content.embedded * label.radio{padding-right:2em}
div#content.embedded * label.radio input{width: auto; display: inline;}
div#content.embedded * div.formGroup td{text-align:center}
/*
div.formGroup input.button { background: #eee}
*/
div#content.embedded * ol{margin-bottom:1em}
div#content.embedded * th{padding-right:1em;vertical-align:top}
div#content.embedded * table{margin-bottom:1em}

.margintop{padding-top:3em !important}
.optionalsection {padding-left:2em}
.disabled{color:#ccc}

div#content.embedded * label.error{color:red;font-weight:bold;display:block;}

table.prcdata{
	width:100%
}
table.prcdata th{width:25%}
table.prcdata th,table.prcdata td{
	padding:2px 15px 2px 10px;
}