/*----------------------------------
File:	global.css
Author:	N. Wahlberg
Site:	PLD Inc
Date:	20090411
Desc:	
Root stylesheet for site framework
and core styles. 
----------------------------------*/
html, body {
	margin: 0;
	font: normal 12px Arial;
	color: #000;
	background: #e9e9e9 url(/images/bg_body.png) repeat-x 0 0;
}

img { border: 0; }

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

a:hover {
	text-decoration: underline;
}

p, .content li {
	line-height: 17px;
	text-align: justify;
	margin: 8px 0;
}

ul {
	list-style-type: square;
}

.clear {
	clear: both;
}

#ctr-layout {
	position: relative;
	margin: 10px auto 10px auto;
	width: 739px;
	padding: 0 5px 10px 5px;
	background: #fff;
}

#ctr-empty 
{
    margin: 10px;
    border: 1px solid #999;
    padding: 10px;
    background: #fff;
}

/*================== Top Nav styles ==================*/
.topNav ul, #ctr-body .sidebar ul {
	margin: 0;
	padding: 0;
	
}

.topNav ul li {
	list-style-type: none;
	float: left;
}

.topNav ul li a, .topNav ul li.active a, .topNav ul li.last a, .topNav ul li a:hover {
	display: block;
	width: 122px;
	background: url(/images/bg_tab.png) no-repeat top right;
	text-align: center;
	font: bold 11px Arial;
	color: #797979;
	text-transform: uppercase;
	padding: 30px 0 10px 0;
	text-decoration: none;
}

.topNav ul li.last a {
	background: #fff url(/images/blank.png) no-repeat top right;
}

.topNav ul li a:hover, .topNav ul li.active a {
	background: url(/images/bg_tab.png) repeat-x top right;
	color: #96b6bd;
	padding: 40px 0 0 0;
}

/*================== Header styles ==================*/
.masthead {
	position: relative;
	height: 242px;
}

.masthead .glove, .masthead .logo {
	float: left;
}

.masthead .glove {
	position: absolute;
	top: 0;
	left: -13px;
	width: 382px;
	height: 242px;
	background: url(/images/img_glove.png) no-repeat 0 0;
}

.masthead .logo {
	width: 369px;
	height: 190px;
	background: url(/images/img_pldimg.jpg) no-repeat 0 0;
	margin: 13px 0 0 370px;
}

/*================== Content styles ==================*/
#ctr-body {
	margin: 15px 0 25px 10px;
}

#ctr-body .col {
	float: left;
	width: 48%;
	margin-right: 10px;
}

.col .cnt .hdr {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.col .cnt .hdr .sub {
	font: normal 9px Helvetica;
	color: #797979;
	text-transform: uppercase;
	margin: 3px 0 3px 1px;
	letter-spacing: .3em;
}

.col .cnt .txt, .col .cnt .txt a {
	font: normal 11px Tahoma;
	color: #9d9d9d;
	line-height: 14px;
}

.col .cnt .txt .img {
	float: left;
	padding: 3px 10px 8px 0;
}

.col .cnt .txt a {
	font-weight: bold;
	color: #57544d;
}

.col .cnt .txt .more {
	margin: 10px 0;
}

.col .cnt .txt .more a {
	display: block;
	padding: 4px;
	background: #c3c3c3;
	font: normal 9px Tahoma;
	color: #fff;
	width: 50px;
	text-align: center;
}


.col .cnt .txt .callToAction {
	float: left;
	margin: 15px 10px 10px 0;
}

.col .cnt .txt .callToAction a, .callToAction a, .green a, .orange a {
	display: block;
	width: 146px;
	height: 29px;
	text-align: center;
	padding-top: 11px;
	font: bold 14px Tahoma;
	color: #fff;
	
}
.green a { background: url(/images/bg_button_green.png) no-repeat 0 0; }
.orange a { background: url(/images/bg_button_orange.png) no-repeat 0 0; }

.conf-msg 
{
    border: 1px solid #449950;
    background: #c9e1cd;
    padding: 5px;
    color: #449950;
    
}

/*================== INTERIOR styles ==================*/

#ctr-body .sidebar, #ctr-body .content {
	float: left;
}

#ctr-body .sidebar {
	width: 180px;
}

#ctr-body .sidebar .section {
	font: bold 15px Tahoma;
	color: #96b6bd;
	padding: 5px;
	border-bottom: 3px solid #e9e9e9;
}

#ctr-body .sidebar ul li {
	list-style-type: none;
}

#ctr-body .sidebar ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #797979;
	color: #5a5a5a;
	font: normal 12px Tahoma;
	background:  url(/images/ico_arrow.png) no-repeat 3px 9px;
}

#ctr-body .content {
	margin: 0 10px 0 25px;
	width: 500px;
}

#ctr-body .content h1 {
	font: bold 25px Helvetica;
	color: #96b6bd;
	border-bottom: 1px solid #96b6bd;
	margin-top: 0px;
}

#ctr-body .content p, #ctr-body .content li {
	font: normal 12px Tahoma;
	color: #797979;
	line-height: 17px;
}


/* FORM Styles */
form { margin: 0; }
div.form {
	margin: 25px 0 0 10px;
}

div.form div.row {
	clear: both;
	margin-bottom: 10px;
}

div.form div.row div.label, div.form div.row div.field {
	float: left;
}

div.form div.row div.label {
	width: 130px;
	padding-top: 10px;
	margin-right: 15px;
	font-weight: bold;
}

div.form div.row div.field {
	margin-left: 15px;
	width: 400px;
	padding-top: 10px;
}

div.form div.hint {
	color: #999;
	font-size: 10px;
}

div.form div.field input {
	color: #666;
	width: 250px;
	margin-bottom: 5px;
}

div.large div.field input {
	font-size: 21px;
	color: #666;
	width: 340px;
	height: 25px;
}

div.field textarea  
{
    color: #666;
    font: normal 12px Arial;
	width: 340px;
	line-height: 20px;
}

div.form div.btn input, div.btn input, div.form div.checkradio input {
	font-size: 13px;
	width: auto;
	height: auto;
}

/*================== Footer styles ==================*/
#ctr-footer {
	border-top: 3px solid #e9e9e9;
	font: normal 11px Tahoma;
	color: #57544d;
	padding: 15px 0;
	text-align: center;
}

#ctr-footer a {
	font: normal 11px Tahoma;
	color: #57544d;
}


/*================== Calendar styles ==================*/
.ctr-cal  
{
    text-align: center;
}
.ctr-cal #lt-arrow, .ctr-cal #rt-arrow, .ctr-cal .calendar-1, .ctr-cal .calendar-2 
{
    float: left;
}
.ctr-cal .calendar-2 
{
    margin-left: 5px;
}
.ctr-cal #lt-arrow, .ctr-cal #rt-arrow 
{
    margin: 40px 5px 0 5px;
}
div.months 
{
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}

.day-cell 
{
    width: auto;
}

.event-container 
{
    position: absolute;
    background-color: #BAD8B0;
    padding: 2px;
    z-index: 100;
    text-align: left;
    display: none;
    width: 250px;
}

.event-container ul
{
    margin: 0;
    padding: 0;
}

.event-container ul li
{
    list-style-type: none;
    font-size: 11px;
    padding: 5px 5px 5px 20px;
}

.event-container ul li a
{
    font-weight: bold;
    text-decoration: none;
}


div.ctr-events ul
{
    margin: 0;
    padding: 0;
}

div.ctr-events ul li
{
    list-style-type: none;
    background: none;
    margin-bottom: 15px;
    padding: 0;
}

div.ctr-events ul li div.event_date_cal {
    width: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #999;
    float: left;
    -moz-box-shadow: 0px 0px 3px #c1c1c1;
    -webkit-box-shadow: 0px 0px 3px #c1c1c1;
    box-shadow: 0px 0px 3px #c1c1c1;
}

span.event_date_cal_day {
    display: block;
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

span.event_date_cal_month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

div.ctr-events div.info
{
    float: left;
}

div.ctr-events div.title a
{
    font: bold 12px Arial;
}
div.title { margin-bottom: 4px; }

div.ctr-events span.location
{
    color: #999;
    padding: 2px;
    background: #ececec;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	width: auto;
}

div.nav 
{
    clear: both;
    margin-bottom: 10px;
}
a.previous_month, a.next_month 
{
    display: block;
    float: left;
    color: #999;
    padding: 2px;
    background: #ececec;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	width: auto;	
	text-decoration: none;
}
a.previous_month 
{
    margin-right: 200px;
}

div.ctr-event, div.ctr-ad, div.ctr-eventcontact
{
    float: left;
    width: 400px;
}

div.ctr-event 
{
    width: 500px;
    margin-right: 20px;
}

div.ctr-ad 
{
    width: 600px;
}

div.ctr-event div.row div.label, div.ctr-event div.row div.field 
{
    font-weight: bold;
    font-size: 13px;
    color: #606060;
}

div.ctr-event div.row div.field 
{
    font-size: 13px;
    font-weight: 400;
}

div.ctr-event div.col-1 
{
    width: 400px;
}

div.ctr-event div.col-2 
{
    width: 400px;
}

div.ctr-eventcontact .img 
{
    text-align: center;
    margin-bottom: 10px;
}

div.ctr-eventcontact
{
    position: relative;
    margin-top: 20px;
    margin-left: 30px;
    width: 300px;
    border: 1px solid #c3c3c5;
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px #ececec;  
    -moz-box-shadow: 5px 5px 10px #ececec;    
    box-shadow: 5px 5px 10px #ececec;
}

div.ctr-eventcontact div.img img
{
    margin: 10px 0 5px 0;
    border: 1px solid #666;
    padding: 3px;
}

div.ctr-eventcontact div.img-large
{
    position: absolute;
    top: 50px;
    right: 50px;
    background: #ececec;
}

div.ctr-eventcontact h2 
{
    margin: 0;
    padding: 5px;
    background: #ececec;
    border-bottom: 1px solid #c3c3c5;
}

div.ctr-eventcontact div.img-large img
{
    padding: 6px;
    border: 1px solid #666;
}

div.ctr-eventcontact div.contact-bg, div.ctr-eventcontact div.recurring-bg
{
    padding: 5px;
    background: #efefef;
}
div.ctr-eventcontact div.recurring-bg 
{
    background: #e9eef2;
}

div.ctr-eventcontact div.recurring-bg a 
{
    display: block;
    margin-bottom: 3px;
}

div.row 
{
    margin-bottom: 10px;
}

div.row div.label, div.row div.field 
{
    float: left;
}

div.row div.label
{
    width: 70px;
    text-align: right;
    font-weight: normal;
    margin-right: 15px;
}


div.required 
{
    font-weight: bold;
}

div.ctr-eventcontact div.row 
{
    margin-bottom: 4px;
}
div.ctr-eventcontact div.row div.label, div.ctr-eventcontact div.row div.field
{
    font-weight: bold;
    color: #606060;
    font-size: 12px;
}
div.ctr-eventcontact div.row div.field 
{
    font-weight: 400;
}

div.ctr-eventcontact h2 
{
    margin-top: 0;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

