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

* {margin: 0; padding:0;}

a {color: #427bb0;}

p {margin: 20px 0px;}

h2 {font-weight: bold; letter-spacing: .1em; font-size: 18px; color: #900;}

h3 {
	font-weight: bold;
	font-size: 18px;
	margin-left: 3px;
}

.big_heading {
	font-weight: normal;
	letter-spacing: .18em;
	font-size: 56px;
	color: #6c6e58;
}

body {
	background: url(images/body.jpg);
	font-family:Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #000000;
}

/*
#top {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	height: 15px;
}
*/

#wrap {
	width: 1000px;
	margin: 10px auto;
	position: relative;
}

#header {
	height: 170px;
/*	background-image: url(images/pccc.png); 
	background-repeat: no-repeat;
	background-position: center;  */
	padding-top: 0px;
}

#container_left {
	float: left;
	width: 760px;
	margin-bottom: 30px;
	margin-left: 20px;
}

#container_right {
	float: right;
	width: 420px;
	margin-bottom: 30px;
}

.container_left_col_1 {
	float: left;
	width: 360px;
}

.container_left_col_2 {
	float: right;
	width: 360px;
}

.container_right_col_1 {
	float: left;
	width: 190px;
}

.container_right_col_2 {
	float: right;
	width: 200px;
}

.container_right_norm {
	float: right;
	width: 150px;
	padding-right: 60px;
	padding-top: 20px;
}



#container_left, #container_right, #container_left_col_1, #container_right_col_1, #container_left_col_2, #container_right_col_2 {
	padding: 3px;
}

#footer {
	margin: auto;
	width: 1000px;
	border-top: 1px dotted #000000;
	clear: both;
	text-align: center;
}

.post_header {
	background-color: transparent;
}

.post_body {
	font-size: 13px;
	padding-top: 10px;
}

.post_footer {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: .14em;
	color: #417378;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #000000;
}

/* Navigation*/

#navcontainer{
	width: 1000px;
	height: 30px;
	position: absolute;
	top:130px;
	left: 0;
	font-weight: bold;
}

#testimonialcontainer{
	height: 30px;
	left: 0;
	background-color: #427bb0;
	font-weight: bold;
	font-size: 18px;
	margin-left: 3px;
	color: #fff;
}

#navcontainer ul
{
padding: .6em 0;
list-style-type: none;
background-color: #427bb0;
color: #FFF;
width: 100%;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #427bb0;
color: #FFF;
padding: .6em 2em;
border-right: 0px solid #fff;
}

#navcontainer li a:hover
{
background-color: #1d205e;
color: #fff;
}


/*sidebar navigation*/

#Vnavlist
{
width: 180px;
}

#Vnavlist li
{
list-style: none;
padding: 0.4em 0;
border-bottom: 1px dotted #427bb0;
color: #666;
}

#Vnavlist li a { text-decoration: none; }
#Vnavlist li a:hover { color: #900; }

#Vnavlist li:hover { background-color: #fff; }

#fecBlurb {
margin: 0px auto;
  border: 1px solid #000000;
  padding: 8px;
width: 1000px;
text-align: center;
clear: both;
font-size: 10px;
}

.poll {font-size: 18px; }
td.poll {font-size: 18px; vertical-align: top; padding-top: 30px;}
td.number {vertical-align: top; padding-top: 30px; padding-right: 10px;}




/* form elements */
textarea { background-color: #fff; border: 1px solid #0f5b89; color: #666; font-size:16px; font-family:"Georgia"; padding: 4px 2px 0px 4px; margin: 10px 4px 0px 0px; }
textarea:focus { border: 1px solid #00406a; color: #00406a; }

input.text { background-color: #d9eefa; border: 1px solid #83b3d0; color: #666; font-size:16px; font-family:"Georgia"; padding: 4px 2px 0px 4px; margin: 0px 4px 6px 0px; height: 26px; width: 100%; }
input:focus { color: #00406a; background-color: #f0faff;  }

button { background-color:transparent; margin: 0px; padding: 0px; border: 0px; }


td.poll-header {font-weight: bold; letter-spacing: .1em; font-size: 18px; color: #427bb0; padding-right: 10px; padding-left: 40px; text-transform: uppercase; }
td.descriptor {font-weight: bold; padding-bottom: 4px; color: #427bb0;}
.descriptor {font-weight: bold; padding-bottom: 4px; color: #427bb0;}
