/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 50px;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x left top;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
}

iframe#ifrm { 
    border:1px dashed #ccc;
    padding:.5em;
    margin:1.5em 0 1em;
    width:525px;
    height:400px
    }


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

p, ul, ol, {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 20px;
}

dd {
	line-height: 20px;
}

a {
	color: #000000;
}

a.openclose  { 
	font-family: monospace;
	font-weight: bold; 
	text-decoration: none; 
	margin-right: 1em ;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img02.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 900px;
	margin: 0px 0px 10px 0px;
	height: 170px;
}

/* Menu */
#nav_container {
	width: 870px;
	height: 32px;
	margin: auto;
	/*background-color: #002F63; */ 
	background: url(images/grad3.png) repeat-x left top;
}
#menu {
	width: 870px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/img08.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 25px;
	background: url(../images/img09.jpg) no-repeat right top;
}

#menu a {
	display: block;
	padding: 3px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #78D2FF;
}

#menu .current_page_item a {
	color: #78D2FF;
}

/** LOGO */

#logo {
	width: 870px;
	height: 160px;
	margin: 0 auto;
    /** background: url(../images/pclip_logo.jpg) no-repeat 10px 10px; **/
    background: url(../images/header_logo.gif) no-repeat 0px 15px;
}

#logo h1 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
	padding: 50px 10px 10px 160px;
	font-size: 2.5em;
	letter-spacing: 2px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFAC00; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2  { 
	color: #002F63; 
	font: 16pt Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	margin: 0; 
	padding-left: 160px; 
	float: left;
	font-size: 1.875em; }

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 25px 20px 10px 20px;
}

/* Content */

#content  { width: 590px; float: left; border-right: 1px solid #d3d3d3 }

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .bluebar {
    padding: 5px 5px 5px 5px;
    background-color: #6398CC;
}

.post .bluebar .wtitle {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #002f63; 
}

.post .bluebar .subtitle {
    margin: 0px auto;
    padding: 0px;
    font-size: 0.990em; /*12px;*/
    font-weight: normal;
    color: #FFFFFF;
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #28313A; 
}

.post .icontitle {
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #5c5c5c; 
	height: 50px;
	width: 475px;
	float: left;
}

.post #flashbox { 
      margin: 0px 0px 10px 0px; 
      padding: 0px 0px 0px 0px; 
      height: 196px; 
      border-top: 1px solid #069; 
      border-bottom: 1px solid #069 
}
.post #flashbox .fbtext { 
	margin: 0px 0px 0px 0px;
    width: 150px;
	height: 196px; 
    text-align:left;
	float: left; 
	line-height: 20px;
}
    
.post #flashbox .fbobject { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 387px; 
	height: 196px; 
	float: right;
	position: relative;
	z-index: 1; 
}

.post .entry {
	line-height: 20px;
}


.post .entry ul.shadetabs { 
    margin: 0;
	list-style: none;
}

.post .entry li.shadetabs { 
    margin-left:1px;
}

.post .entry ul { 
    margin: 0 0 2em 0;
	text-align: left;
	line-height: 20px;
	list-style: circle;
}

.post .entry li { 
    margin-left:25px;
}

.post .newsentry {
      color: #FFFFFF;
}
.post .newsentry a {
      color: #FFFFFF;
}

.post .newsentry p  { margin: 0; padding: 0 0 0 5px }

.post .meta {
	padding: 0px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 0px;
	line-height: normal;
	color: #FFFFFF; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 10px 0 18px;
}

.post .meta .morenews {
	padding: 0px 20px 0px 0px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

.center {
	text-align:center;
}

.left {
	text-align: left;
}

.right{
	text-align: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

#sidebar .center{
    text-align:center;
}

#sidebar ul  { 
	list-style: none; 
	margin: 0 0 10px; 
	padding: 0 }

#sidebar li {
	margin-bottom: 0px;
    margin-left:25px;
}
#sidebar p   { line-height: 20px; margin-top: 6px; padding-top: 10px }
#sidebar p.vcf  { 
	line-height: normal; 
	padding-top: 5px; 
	padding-left: 63px;
	margin: 0;
}
#sidebar li ul {
    margin-left:25px;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2  { color: #002f63; font-size: 16px; font-weight: bold; background-color: #6398cc; text-transform: uppercase; margin: 0; padding: 1px 0 0 5px; width: 248px; height: auto }

#sidebar h2 a {
	text-decoration: none;
	color: #002F63;
}
#sidebar h3  { 
	text-transform: uppercase; 
	margin-bottom: 10px }
/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2  { color: #5c5c5c }

.box3 { /* used for partner logos height must be consistant */
	text-align: center; 
	width: 230px; 
	height: 125px;
	float: left 
}
.box4    { background-color: white; padding: 10px 5px; border-right: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3 }

.box4 ul { line-height: 20px; text-align: left; margin-top: 5px; margin-bottom: 5px }
.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited   { color: #000 }

/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
    margin: 0 auto;
    /*background: #F0F8FF;*/
    background-image: url(../images/footerback2.jpg);
    background-repeat:no-repeat;
    background-position:top;
}

html>body #footer {
	height: 150px;
}

#footer p {
	font-size: 10px;
    text-align:center;
}

#legal  { color: #595959; text-align: center; margin: 0; padding: 110px 0 0; clear: both }

#legal a {
	font-weight: normal;
}
/* bottombar */
#bottombar {
    background-color: #81002A; 
    margin: 0 auto;
    padding: 0;
	text-align: center; 
	width: 880px; 
	height: 19px;  
    clear:both; 
}
#bottombar p {
    text-align: center;
	color: #FFFFFF;
}

#bottombar a {
	margin: 0;
	padding: 0;
	font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}
.bold { 
	font-weight: bold; 
}

.profilebold { 
	font-weight: bold; 
	color: #002F63;
}

.italic {
	font-style: italic;
}

.ultitle   { font-weight: bold; text-decoration: none; margin: 5px 0 10px }

.plupp  { 
    list-style-image: url("http://www.paperclip.com/images/buttons/plupp2.jpg"); 
    list-style-position: outside; 
    padding: 0; 
    position: relative; 
    margin: 0 0 0 65px;
}
.clear{ 
    clear:both;
}

.event p  { margin: 0 0 0 25px; padding: 0; }
.event { padding-bottom: 25px;
		 float:left;
		 width:250px; }
.numlist { list-style-type: decimal }
.displayblock { display: block }
.displaynone { display: none; }
#select {font-weight: bold;font-size:1.5em;}
.sidebarTitle { color: #ffffff; font-size: 1.5em; font-weight: normal }
.sidebarTitle a {color:#ffffff; text-decoration: none;}
#iconbox{width: 58px; float: left;margin-right: 15px;}
#matrix { text-align: center; width: 250px }