/*
 * Pocono Valley Stylesheet
 * v1.0
 * Jon Rogers
 * eCity Interactive
 * 2009
 */

/***** globals *****/
body { 
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #4c4c4c;
}

a, a:link { color: #39aa4a; text-decoration: underline; }
a:hover { }
a img { border: none; }

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h2, h3 { color: #0067bb; margin: 12px 0px; }
.strongtext { color: #0067bb; font-weight: bold; }
.smalltext { font-size: 10px; }

p { margin: 12px 0px; }

.clear { clear: both; }

ul.stdlist { margin: 12px 0px; padding: 0px 0px 0px 15px; list-style-image: url(/images/bullet.gif); list-style-type: circle; }
ul.stdlist li { margin: 15px 0px; }

/***** main layout *****/
#wrap { background: url('/images/bg2.gif') repeat-y left top; padding-left: 23px; width: 1002px;}
#left { width: 279px; float: left; height: 602px; }
#right { margin-left: 279px; /*margin-left: 250px;*/ }
#foot { background: url('/images/bg_foot.gif') no-repeat left top; height: 47px; }

#left #logo { }
#left #bgcontainer { background: url('/images/sidebar.gif') no-repeat top left; height: 484px; }
#left .window { margin:  0px 0px 0px 16px; color: #fff; font-size: 12px; line-height: 16px; width: 235px; }
#left .window a { color: #ffd520; font-weight: bold; }
#left .window p { width: 220px; margin-left: 8px; }

#right #top { /*margin-left: 29px;*/ height: 92px; width: 702px; background: url('/images/topbar_bg.gif') no-repeat top left; }
#right #main { min-height: 500px; }
#right #main p { line-height: 16px; }
#right #main div.block { margin-left: 20px; }

/** top nav **/
#topItems { height: 40px; }
#topItems ul { display: inline; /* <-- ie6 double margin fix */ list-style-type: none; text-align: right; margin: 10px 25px 0 0; padding: 0px; float: right; }
#topItems li { float: left; }

#topNav { list-style-type: none; height: 40px; margin: 10px 0px 0px 22px; padding: 0px; }
#topNav li { float: left; height: 40px; }
#topNav li a { }


/** left nav **/
#leftNav { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px; }
#leftNav li { }
#leftNav a { }

/** footer **/
#foot { font-size: 10px; color: #666666; }
#foot a { color: #666666; }
#foot .container { margin-left: 250px; width: 742px; padding-top: 10px; }
#foot .left { float: left; }
#foot .right { text-align: right; }

/***** page specific *****/
#peoplebox { position: relative; top: -204px; }
#peoplebox img { position: absolute; }


#groupEvents_landing { 
	background: url('/images/events_landing_bg.jpg') no-repeat top left; 
	height: 473px; 
	position: relative; 
	left: -5px; 
}

#groupEvents { }
#groupEvents .left { 
	float: left; 
	width: 300px; 
	padding: 8px 25px 0px 0px; 
	background: url(/images/gradient_vertical_right_2.gif) no-repeat top right;
}
#groupEvents .right { padding-top: 20px; margin-left: 334px; width: 340px; }

#careers { }
#careers .left { width: 250px; padding: 0px 25px 0px 0px; float: left; background: url(/images/gradient_vertical_right.gif) no-repeat top right; }
#careers .right { margin-left: 300px; }

#planEvent { }
#planEvent input.textbox, #planEvent select {  width: 215px; }
#lstEventType { list-style-type: none; margin: 0; padding: 0; width: 260px; }
#lstEventType li { background-color: #fff; padding: 5px; }
#lstEventType li.selected { background-color: #f2f2f2; }
#lstEventType label { /*font-weight: normal; color: #4c4c4c;*/ }
#lstEventType .showhide { padding: 5px 10px; }

#gmaps { background: url(/images/map_bg.gif) no-repeat; height: 323px; width: 624px; padding: 10px; }
#route { width: 632px; padding: 5px; }


/** forms **/
.textbox { margin-top: 5px; font-family: Tahoma, Arial, Sans-Serif; font-size: 12px; }
input.textbox { }
textarea.textbox { }
select { margin-top: 5px; }
.blur { color: #999; }
/*label { color: #0067bb; font-weight: bold; }*/

.message { width: 630px; margin: 20px 0px; padding: 10px; }
.redmsg { background-color: #FFCCCC !important; border: 1px solid #CC0000 !important; }
.greenmsg { background-color: #DDFFDD !important; border: solid 1px #009900 !important; }
.bluemsg { background-color: #D8E4F1 !important; border: 1px solid #3C78B5 !important; }
.yellowmsg { background-color: #FFFFCE !important; border: 1px solid #F0C000 !important; }

#errorcontainer { display: none; }
#errorcontainer ol { }
label.error { color: red; }
