.Calendar
{
	background-color: white;
	border-color: Black;
	height: 500px;
	width: 100%;
	line-height: normal;
	
}
.CalendarHeader
{
	font-size: 12pt;
	color: #f67d00;
}
.CalendarDay
{
	font-size: 10px;
	height: 75px;
	text-align: left;
	vertical-align: top;
	width: 75px;
	border: solid 1px black;
}

.CalendarDay a
{
    color: black;
}

.CalendarSelectedDay a:link
{
	color: white;
}
.CalendarSelectedDay a:hover
{
	color: #fff7ce;
}
.CalendarOtherMonthDay
{
	background-color: #e7e7e7;
}
.CalendarToday
{
}
.CalendarDayHeader
{
    border-top: solid 1px black;
}

.CalendarDayHeader:first-child
{
    border-left: solid 1px black;
}
.CalendarDayHeader:last-child
{
    border-right: solid 1px black;
}

.CalendarNextPrev
{
    color: #f67d00;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.CalendarNextPrev a:link
{
	color: #f67d00;
}
.CalendarNextPrev a:hover
{
	color: #f67d00;
}
.CalendarSelector
{
}
.CalendarWeekend
{
}

.CalendarSelectedDay
{
	background-color: #0092b0;
}


.cal_title
{
	font-size: 10px;
}

.CalendarDay .eventList
{
    font-weight: bold;
    font-size: 10pt;
    color: #f67d00;
    cursor:pointer;
}

.CalendarDay .eventList:hover
{
    color: #f67d00;
	text-decoration: underline;
}

#calEvent
{
    position:fixed;
    background-color: Transparent;
    width:447px;
    background-image:url(../pcil_images/calcenter.png);
    padding:23px 75px;
    z-index:9999;
}

#calEvent .title
{
    color: #003680;
    font-size: 18pt;
    font-weight: normal;
    margin-bottom:5px;
}

#calEvent .closebtn
{
    position:absolute;
    right:30px;
    top:10px;
    cursor:pointer;
    background-image:url(../pcil_images/calclose.png);
    text-indent:-99999px;
    overflow:hidden;
    width:67px;
    height:17px;
}

#calEvent .bottom
{
    position:absolute;
    width:597px;
    height:43px;
    background-image:url(../pcil_images/calbottom.png);
    left:0px;
    bottom:-43px;
}/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */



html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 9999;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

.Edit_Table
{
	background-color:#0f2f38;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	
	padding: 10px;
}


.mceLayout
{
	border:solid 2px #411C02 !important;
}

.Edit_Content
{
	background-color:#CCCCCC;
	border: solid 1px black;
	padding: 5px;
}

.Edit_btn
{
	color:White;
	background-color:#00c0d5;
	font-weight:bold;
	border: solid 1px white;
	margin-top:3px;
}

.Edit_btn:hover
{
	color:#00c0d5;
	background-color:White;
}

.edit_orange_lable
{
	color:#e37a09;
	font-weight:bold;
}

.edit_white_lable
{
	color:White;
}

.edit_window {
	font: 12px Arial, Helvetica, sans-serif;
	overflow:auto;
	visibility:hidden;
	display:none;
	position:fixed;
	background: #0c545a;
	z-index: 10000;
	color:black;
	border: 4px solid #525252;
	text-align:left;
	
}

.edit_window a:link {color: white;}
.edit_window a:visited {color: white;}
.edit_window a:hover {color: #e37a09;}
.edit_window a:active {color: white;}
.edit_window a:focus{color: white;}

.edit_overlay {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	background-color:#000;
}


.edit_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}


.edit_ajaxContent{
	clear:both;
	padding:150px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	background-image:url(../images/pageedit.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	min-height:300px;
	_height:300px;
}


/* IE6 */
* html .edit_iframeContent{
	margin-bottom:1px;
}

.defaultSkin,
.mceFirst
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}body{
	margin:0;
	color:#333;
	font:11px/22px Helvetica, Arial, sans-serif;
	background:#fff url(../pcil_images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#f67d00;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
h1 { 
	font:Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:32px;
	padding-bottom:10px;
	color:#f67d00;
}	
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	margin:0 auto;
	width:961px;
	padding:0 17px;
	background:url(../pcil_images/bg-wrapper.gif) no-repeat;
}
#header{
	width:100%;
	overflow:hidden;
	position:relative;
}
.logo-holder{
	position:absolute;
	top:19px;
	left:16px;
	width:204px;
	height:160px;
	z-index:50;
}
.logo{
	background:url(../pcil_images/logo.png) no-repeat;
	display:block;
	width:100%;
	height:100%;
}
.logo a{
	height:100%;
	display:block;
	position:relative;
}
.logo span{
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
}
.visual{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.visual img{vertical-align:top;}
.providing{
	position:absolute;
	left:235px;
	text-indent:-9999px;
	top:64px;
	background:url(../pcil_images/txt-providing.gif) no-repeat;
	width:328px;
	height:73px;
}
#main{
	width:958px;
	background:#fff url(../pcil_images/bg-main-t.gif) repeat-x;
	padding:0 0 70px 4px;
	float:left;
}
#main:after,
#nav .drop-inner:after{
	content:'';
	display:block;
	clear:both;
}
#sidebar{
	float:left;
	width:228px;
	position:relative;
	z-index:22;
}
.nav-holder{
	width:228px;
	margin:-39px 0 0;
	position:relative;
	z-index:2;
}
.nav-block{
	width:200px;
	background:url(../pcil_images/bg-nav-c.png) no-repeat;
	padding:17px 14px 0;
	float:left;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	min-height:272px;
	position:relative;
	z-index:25;
}
* html .nav{height:272px;}
#nav li{
	border:1px solid #c90;
	border-width:1px 0 0;
	font-size:15px;
	line-height:18px;
	float:left;
	width:177px;
	padding:7px 10px 8px 13px;
}
#nav a{
	color:#002f5b;
	position:relative;
}
#nav li:hover,
#nav li.hover{position:relative;}
#nav li:hover .drop,
#nav li.hover .drop,
#nav li:hover .drop li:hover .drop,
#nav li.hover .drop li.hover .drop{display:block;}
#nav li:hover .drop .drop,
#nav li.hover .drop .drop{display:none;}
#nav .drop{
	position:absolute;
	left:145px;
	display:none;
	top:-1px;
	z-index:998;
	width:160px;
	padding:34px 0 0;
	background:url(../pcil_images/bg-drop-shadow.png) repeat-y;
}
#nav .drop-inner{
	width:132px;
	padding:0 14px;
	
}
#nav .drop ul{
	margin:-34px 0 0;
	padding:0 0 0px;
	list-style:none;
	width:133px;
	position:relative;
	float:left;
	border-top:1px solid #c90;
	background:url(../pcil_images/bg-drop.jpg) repeat-y;
}
#nav .drop .bottom{
	background:url(../pcil_images/bg-drop-b.png) no-repeat;
	height:18px;
	overflow:hidden;
}
#nav .drop ul li{
	float:none;
	font-size:13px;
	line-height:18px;
	padding:8px 5px 7px 13px;
	border-width:0 0 1px;
	width:auto;
}
#nav .drop ul a{color:#f67d00;}
.social{
	height:1%;
	position:relative;
	z-index:5;
	clear:both;
}
.social ul{
	margin:-26px 22px 19px 0;
	padding:0;
	list-style:none;
	width:115px;
	float:right;
	overflow:hidden;
	position:relative;
	display:inline;
}
.social li{float:left;}
.social a{
	text-indent:-9999px;
	display:block;
	background:url(../pcil_images/bg-social.gif) no-repeat;
	height:38px;
	width:38px;
}
.social .twitter{background-position:-38px 0;}
.social .linkedln{background-position:-76px 0;}
.search{
	width:211px;
	overflow:hidden;
	padding:0 0 0 14px;
	margin:0 0 28px;
	clear:both;
}
.search .text-holder{
	background:url(../pcil_images/bg-text.gif) no-repeat;
	width:141px;
	padding:6px 5px 11px;
	float:left;
	margin:0 8px 0 0;
	display:inline;
}
.search .text{
	padding:0;
	margin:0;
	float:left;
	background:none;
	border:0;
	width:141px;
	color:#666;
	font-size:12px;
}
.search .btn-go{
	float:left;
	margin:2px 0 0;
}
.info{
	width:187px;
	overflow:hidden;
	font:11px/16px Helvetica, Arial, sans-serif;
	color:#333;
	padding:0 10px 0 28px;
}
.info address{
	padding:0;
	font-style:normal;
	margin:0 0 16px;
	display:block;
}
.info address span{display:block;}
.contact{
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.contact p{margin:0;}
.contact p a{color:#df7304;}
#sidebar h2{
	margin:0 0 2px;
	color:#003680;
	font-size:13px;
	line-height:14px;
}
#twocolumns{
	float:right;
	width:730px;
}
#content{
	float:left;
	width:458px;
	padding:55px 24px 0 18px;
}
#content li {
	padding-bottom:10px;
}
.welcome,
.calendar{
	margin:0 0 13px;
	font-size:32px;
	line-height:32px;
	background:url(../pcil_images/txt-welcome-to-pcil.gif) no-repeat;
	width:247px;
	height:52px;
	text-indent:-9999px;
}
.calendar{
	background:url(../pcil_images/txt-calendar.gif) no-repeat;
	width:251px;
	height:42px;
}
#content h2{
	color:#f67d00;
	margin:0 0 1px;
	font-size:16px;
	font-weight:100;
}
#content p{margin:0 0 15px;}

.locations{
	width:418px;
	overflow:hidden;
	color:#df7304;
	padding:0 0 0 34px;
}


.article{
	width:418px;
	overflow:hidden;
	
	padding:0 0 0 34px;
}

.article p{margin:0 0 10px!important;}
.aside{
	float:right;
	width:230px;
	margin:28px 0 0;
	position:relative;
	z-index:1;
}

.aside #google_translate_element
{
    padding-right:20px;
    text-align:right;
}

.translate{
	width:221px;
	overflow:hidden;
	margin:0 0 2px;
	padding:0 0 0 9px;
}
.translate select{
	float:left;
	width:148px;
	margin:3px 9px 0 0;
}
.translate .image{float:left;}
.text-resize{
	width:100%;
	overflow:hidden;
}
.text-resize dl{
	margin:0 0 22px;
	overflow:hidden;
	float:right;
	padding:0 20px 0 0;
}
.text-resize dt{
	float:left;
	color:#666;
	margin:0 5px 0 0;
}
.text-resize dd{
	margin:0;
	float:left;
	color:#f38f2d;
	cursor:pointer;
}
.text-resize a{color:#ff9222;}
.text-resize a:hover,
.text-resize .active a{text-decoration:underline;}
#decrease{
	font-size:12px;
	line-height:18px;
	margin:0 6px 0 0;
}
#increase{
	font-size:15px;
	line-height:18px;
}
.ad{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	clear:both;
}
.ad li{margin:0 0 15px;}
.ad img{vertical-align:top;}
#footer{
	padding:15px 19px 50px 209px;
	background:#fff;
	width:733px;
	overflow:hidden;
	clear:both;
}
#footer ul{
	margin:0 0 5px;
	padding:0;
	width:100%;
	overflow:hidden;
	list-style:none;
	text-align:center;
}
* html #footer ul{margin:0 0 8px 1px;}
* +html #footer ul{margin:0 0 8px 1px;}
#footer li{
	display:inline;
	font-size:12px;
	line-height:18px;
	margin:0 4px 0 0;
	padding:0 0 0 8px;
	background:url(../pcil_images/separator.gif) no-repeat 0 55%;
}
#footer li:first-child,
#footer li.first-child{background:none;}
#footer ul a{color:#002f5b;}
#footer p{
	margin:0;
	text-align:center;
}
a.skip {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
a.skip:focus{
	position:static;
	width:auto;
	height:auto;
}


.locations,
.news-box .articles,
.news-archive .articles{
	list-style:none;
	margin:0;
	padding:4px 0 0;
	overflow:hidden;
}

.locations li,
.news-box .articles li,
.news-archive .articles li{
	vertical-align:top;
	overflow:hidden;
}

.locations a,
.news-box .articles a,
.news-archive .articles a
{}

.locations a:hover
.news-box .articles a:hover,
.news-archive .articles a:hover
{text-decoration:none;}


.news-box .content p,
.news-archive .content p{
	
	margin:0 0 18px;
}

.locations .content,
.news-box .content ,
.news-archive .content {
    border-bottom:1px solid #ab5f00;
}

.locations .title h3
{
    margin:0;
	
	float:left;
}
.news-box .articles .title h3,
.news-archive .articles .title h3{
	width:150px;
	margin:0;
	
	float:left;
}

.locations .title,
.news-box .articles .title,
.news-archive .articles .title{
	color:#df7304;
	overflow:hidden;
}
.news-box .articles li.active,
.news-box .articles li:hover,
.news-box .articles li.hover,
.news-archive .articles li.active,
.news-archive .articles li:hover,
.news-archive .articles li.hover{
	
}
.news-box .articles .title p,
.news-archive .articles .title p{
	float:right;
	margin:0;
	
}/* start 4site.css */
.alt
{
	display:none;
}
#foursiteadmin_div
{
	min-height:450px;
}
#foursiteadmin_Containerdiv
{
	width:768px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}



.ajaxcontentwindow
{
	position:fixed; top:0; left:0; z-index:999; display:none;
	border:solid 1px #004B85;
	background-color:White;
}
.ajaxcontentoverlay
{
	display:none; z-index:998; top:0; left:0; background-color:Black; position:fixed;
}
.ajaxcontentclose
{
	background-image:url(../images/6monthsmile/topgradiant.jpg);
	background-repeat:repeat-x;
	height:18px;
	color:White;
	line-height:normal;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	cursor:pointer;
	background-color:#0194CA;
}

.foursitewindow
{
	background-image:url(../images/pageedit.png);
	background-repeat:no-repeat;
	
	position:fixed; top:0; left:0; z-index:999; display:none;
	border:solid 1px #004B85;
	overflow-x:hidden;
	overflow-y:scroll;
	width:750px; 
	background-color:#184B4F;
	
}
.forsiteinner
{
	width:703px;
	padding:115px 15px 10px 15px;
	color:White;
}



/* end 4site.css */#Kart_Container
{
	width:263px;
	vertical-align:top;
}

#Store_Container
{
	vertical-align:top;
}

.Store_breadcrumb
{
	font-size:10px;
	line-height:15px;
	padding-bottom:5px;
}

.kart_middle
{
	background-image:url(/assets/images/PFSA/cart_middle.gif);
	width:242px;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	position:relative;
}
.kart_footer
{
	background-image:url(/assets/images/PFSA/cart_bottom.gif);
	width:262px;
	height:21px;
}

.kart_title
{
	position:absolute;
top:-5px;
left:12px;
	font-size:20px;
	font-weight:bold;
	color:#005478;
}

.kart_header
{
	background-image:url(/assets/images/PFSA/cart_top.gif);
	width:262px;
	height:14px;
	
}
.kart_table
{
	width:242px;
	line-height:normal;
}

.kart_table th
{
	color:#005478;
	font-weight:bold;
	text-align:left;
}

.kart_table th a:link,
.kart_table th a:visited,
.kart_table th a:active
{
	color:#005478;
}
.kart_table th a:hover
{
	color:#008ebb;
}

.kart_table td
{
	color:#008ebb;
}

.kart_table .deleterow
{
	text-align:right;
	vertical-align:middle;
}

.kart_table .whiteline
{
	border-top:solid 1px white;
}

.ItemPricePrice,
.kart_subtotal_price
{
	color:#005478;
	font-weight:bold;
}

.ItemPrice,
.kart_subtotal
{
	font-weight:bold;
	color:Black;
}

.CheckoutBtn
{
	position:absolute;
	right:0px;
}

.kart_button_div
{
	position:relative;
	top:10px;
}





.ItemImagesContainer
{
	width:170px;
	overflow-x:auto;
}

.ItemValues
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:280px;
}

.ItemImage
{
	float:left;
	width:175px;
}

.ItemName
{
	font-size:20px;
	font-weight:bold;
	color:#005478;
	width:100%;
	border-bottom:solid 1px #005478;
	line-height:normal;
	padding-bottom:5px;
}
.ItemDesc
{
	color:#005478;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	padding-top:5px;
}

.ItemAdd
{
	margin-top:40px;
	margin-bottom:10px;
}
