@import url("css/menu.css");


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td 
{
	vertical-align: top;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#s_wrap_main {
	width: 964px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#header { 
	background: none; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:116px;
	position:relative;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	position:relative;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
	height:52px;
	position: relative;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.MainPane 
{
	padding-left: 15px;
	padding-top: 10px;
}
.RightPane 
{
	width: 170px;
	margin: 10px;
}

/***UNIVERSAL***/
img{ border: none;}
/***a { outline: none;}***/
.clear{ clear:both; margin:0; padding:0;}
.clearl{ clear:left; margin:0; padding:0;}


/***TYPOGRAPHY***/
.pur10{ color:#495370; font-size:10px;}
.pur10b{ color:#495370; font-size:10px; font-weight:bold;}
.pur10b a{ color:#495370; text-decoration:none;}
.pur10u{ color:#495370; font-size:10px; text-decoration:underline;}
.pur10u{ color:#495370; font-weight:normal; text-decoration:underline;}
.pur11{ color:#495370; font-size:11px;}
.pur11b{ color:#495370; font-size:11px; font-weight:bold;}
.pur11b a{ color:#495370; text-decoration:none;}
.pur11u{ color:#495370; font-size:11px;}
.pur11u a{ color:#495370; text-decoration:underline;}
.pur12b{ color:#495370; font-size:12px; font-weight:bold;}
.pur12bu{ color:#495370; font-size:12px; font-weight:bold; text-decoration:underline;}
.pur12bu a{ color:#495370; text-decoration:underline;}
.pur12u{ color:#495370; font-size:12px;}
.pur12u a{ color:#495370; text-decoration:underline;}
.pur13{ color:#495370; font-size:13px;}
.pur13b{ color:#495370; font-size:13px; font-weight:bold;}
.pur13b a{ color:#495370; text-decoration:underline;}
.pur14{ color:#495370; font-size:14px;}
.pur14 a{ color:#495370; text-decoration:none;}
.pur14b{ color:#495370; font-size:14px; font-weight:bold;}
.pur14b a{ color:#495370; text-decoration:none;}
.pur16{ color:#495370; font-size:16px;}
.pur16b{ color:#495370; font-size:16px; font-weight:bold;}
.pur16b a{ color:#495370; text-decoration:none;}
.pur18b{ color:#495370; font-size:18px; font-weight:bold;}
.pur20b{ color:#495370; font-size:20px; font-weight:bold;}
.pur21b{ color:#495370; font-size:21px; font-weight:bold;}
.grn10{ color:#336633; font-size:10px;}
.grn11b{ color:#336633; font-size:11px; font-weight:bold;}
.grn11b a{ color:#336633; text-decoration:none;}
.grn11u{ color:#336633; font-size:11px; text-decoration:underline;}
.grn11u a{ color:#336633; text-decoration:underline;}
.grn14{ color:#336633; font-size:14px;}
.grn14b{ color:#336633; font-size:14px; font-weight:bold;}
.grn14b a{ color:#336633; text-decoration:none;}
.grn16b{ color:#336633; font-size:16px; font-weight:bold;}
.mgry10{ color:#999; font-size:10px;}
.mgry11{ color:#999; font-size:11px;}
.mgry13b{ color:#999; font-size:13px; font-weight:bold;}
.m1gry10{ color:#666; font-size:10px;}
.m2gry11{ color:#333; font-size:11px;}
.m2gry14{ color:#333; font-size:14px;}
.m2gry14b{ color:#333; font-size:14px; font-weight:bold;}
.blk10{ color:#000; font-size:10px;}
.blk11b{ color:#000; font-size:11px; font-weight:bold;}
.blk11b a{ color:#000; text-decoration:none;}
.blk11u{ color:#000; font-size:11px; text-decoration:underline;}
.blk11u a{ color:#000; text-decoration:underline;}
.blk11{ color:#000; font-size:11px;}
.blk12{ color:#000; font-size:12px;}
.blk12b{ color:#000; font-size:12px; font-weight:bold;}
.blk13b{ color:#000; font-size:13px; font-weight:bold;}
.blk12u{ color:#000; font-size:12px; text-decoration:underline;}
.blk12u a{ color:#000; text-decoration:underline;}
.blk14{ color:#000; font-size:14px;}
.blk14bu{ color:#000; font-size:14px; font-weight:bold; text-decoration:underline;}
.blk14bu a{ color:#000; text-decoration:underline;}
.blk20b{ color:#000; font-size:20px; font-weight:bold;}
.dred11bu{ color:#cc0000; font-size:11px;  font-weight:bold; text-decoration:underline;}
.dred11bu a{ color:#cc0000; text-decoration:underline;}
.wht11{ color:#FFF; font-size:11px;}
.wht16b{ color:#FFF; font-size:16px; font-weight:bold;}
.red12{ color:#F00; font-size:12px;}
.m1gry12 { color:#666666; font-size:12px; }

.cbox-mid a{ color:#495370; font-size:12px; font-weight:bold; text-decoration:underline;}
.cbox-mid p{ margin:0; padding:10px 0;}
/***HEADER***/
.logo{ position:absolute; left:0; top:10px;}
.hlink1{ position:relative; float: right; clear: both; top:12px; height:20px;}
.hlink1 a.active{ border-bottom:solid 3px #495370;}
.hlink2{ position:relative; float: right; clear: both; top:9px;}
.font{ position:absolute; right:10px; bottom:10px;}


/***TOP NAV***/
#navigation{ margin:0 0 7px 0; padding:0; position:relative; background:url(images/bg-nav.jpg) no-repeat; height:42px; overflow: hidden; display: block; width: 964px;}
#nav{ position:absolute; left:0; top:0; width:589px;}
.nav1{ float:left; height:42px; width:102px;}
.nav1 a{ display:block; height:42px; width:102px;}
.nav2{ float:left; height:42px; width:112px;}
.nav2 a{ display:block; height:42px; width:112px;}
.nav3{ float:left; height:42px; width:88px;}
.nav3 a{ display:block; height:42px; width:88px;}
.nav4{ float:left; height:42px; width:74px;}
.nav4 a{ display:block; height:42px; width:74px;}
.nav5{ float:left; height:42px; width:117px;}
.nav5 a{ display:block; height:42px; width:117px;}
.nav6{ float:left; height:42px; width:96px;}
.nav6 a{ display:block; height:42px; width:96px;}

#search{ position:absolute; right:8px; top:7px; width:236px; height:23px; display: block;}
.srch-but{ float:right; width:20px; margin:0; padding:0;}
.srch-box { height:23px;}
.srch-box input{ border:solid 1px #FFF; height:15px; font-size:10px; color:#333; width:193px; margin:2px 5px 0 10px; display: block; float:left; }
.srch-box a { background: url(images/but-search.jpg) no-repeat; height: 23px; width: 20px; overflow: hidden; display: block; font-size: 0px; position:relative;  left:6px;}

/***AJAX***/
#ajax{ position:relative; margin:0 0 7px 0; padding:0; height:245px; overflow:hidden;}
#ajax .ajx-leftcnr{ position:absolute; left:0; top:240px; background:url(images/leftcnr.png) no-repeat; width:5px; height:5px; z-index:200;}
#aj-form{ background:url(images/back-rightside.jpg) no-repeat; width:642px; height:215px; position:relative; padding:15px; border:none;}
#aj-form .top{ height:90px; border-bottom:solid 1px #cecbc7; background:url(images/img-sguy.jpg) no-repeat; padding-left:100px;}
#aj-form .thead{ padding:5px 0;}
#aj-form .bhead{ padding:10px 0 5px 0;}
#aj-form .bhead2{ padding:10px 0 5px 0;}
#aj-form .bot { position:relative;}
#aj-form .bot input[type="text"]{ width:182; height:24px; border:solid 1px #bdc6a2; color:#000; font-size:14px; padding:0 5px;}
#aj-form .bot .button { position:absolute; right:0; top:75px;}
#aj-form .bot .stext { position:absolute; right:0; top:113px;}


#aj-form .top2{ height:90px; border-bottom:solid 1px #cecbc7; background:url(images/img-career.jpg) no-repeat; padding-left:230px;}
#aj-form .bhead3{ padding:0 0 10px 0;}
#aj-form .bhead4{ margin:0; padding:0; }
#aj-form .bot input[type="checkbox"] { margin:0; padding:0; border:none;}
#aj-form .bot label{font-size:12px; color:#333; margin:0 10px 0 0;}



/***ALERT***/
#alert{ position:relative; margin:0 0 7px 0; padding:0; height:33px; background:url(images/bg-alert.jpg) no-repeat;}
.alr-date{ position:absolute; left:160px; top:8px; line-height:14px;}
.alr-title{}
.alr-all{ position:absolute; right:10px; top:8px;}



/***MAIN0 (index)***/
#main0{ position:relative; margin:0; padding:0; height:245px;}
.ibox1{ position:absolute; left:0; top:0; margin:0 5px 0 0; padding:0; background:url(images/bg-ibox3.jpg) no-repeat; width:232px; height:245px;}
.ibox2{ position:absolute; left:240px; top:0; margin:0; padding:0; background:url(images/bg-ibox4.jpg) no-repeat; width:340px; height:245px;}
.calevents{ float:right; width: 227px; }
.cal-day{ font-size:9px;padding-left:17px; vertical-align:top; border: 1px solid #D6DCBA; background-color: #1D5027;}
.cal-header{ text-transform: lowercase; }
.ical { background:url(images/img-cal-bg.jpg) no-repeat; width: 229px; left: 590px; position:absolute; }
.badgewrapper120 {position:absolute; left: 845px; }
.badgewrapper120 .badge_content_text { line-height: 12px !important; }
.badgewrapper120 .badge_linkblock { height: 90px !important; }
.i-inside{ margin:0; padding:10px 14px 7px 14px;}
.i-title{  margin:0;}
.i-new{ margin-top:5px;}
.i-text{margin:0; padding:0;}
.i-text p{ margin:0; padding:10px 0 0 0; line-height:1.1;}

/***MAIN1 (secondary)***/
#main1{ position:relative; margin:0; padding:0;}
.mtop{ background:url(images/m1-top.jpg) no-repeat; height:44px; margin:0; padding:0; position:relative;}
.mmid{ background:url(images/m1-mid.jpg) repeat-y top left; min-height:500px; margin:0; padding:0; position:relative;}
.mbot{ background:url(images/m1-bot.jpg) no-repeat; height:15px; position:relative;}


.mtop .navhead { position:absolute; left:16px; top:10px; width:154px;}
.mtop .bcrumbs { position:absolute; left:180px; top:10px; width:400px;}
.mtop .logged { position:absolute; right:10px; top:10px;}

.mmid .content{ float:left;  margin:25px 18px 10px 0px; padding:0; width: 756px;}
.ctitle{ margin-bottom:10px;}
.con-left{ float:left; width:569px; margin-top: 20px; margin-left: 10px;}

.c-box{ margin:0; padding:15px 0 0 0;}
.cbox-top {background:url(images/con-box-top.jpg) no-repeat top; height:13px;}
.cbox-mid {border-left:solid 1px #cecbc7; border-right:solid 1px #cecbc7; padding:0 13px; margin:0;}
.cbox-bot { background:url(images/con-box-bot.jpg) no-repeat bottom; height:13px;}

.cbox-title{ margin:0; padding:0 0 10px 0;}

/***OVERVIEW page***/
table.its{ margin:0; padding:0;}
table.its td.its-left{ background:url(images/table-ics-td.jpg) no-repeat top left; padding:0 100px 15px 15px; vertical-align:top;}
table.its td.its-right{ background:url(images/table-ics-td.jpg) no-repeat top left; padding:0 50px 15px 15px; vertical-align:top;}

.con-rightimg{ float:right; width:160px; margin:0; padding:10px 0 0 0;}

/***BOARD page***/
.con-left2{ float:left; width:600px;}
.con-board{ float: left; margin:15px 20px 0 0; padding:14px 16px; background:url(images/bg-board.jpg) no-repeat; width:249px; height:83px; line-height:16px;}
.con-board2{ float: left; margin:15px 0 0 0;  padding:14px 16px; background:url(images/bg-board.jpg) no-repeat; width:249px; height:83px; line-height:16px;}
.con-board img, .con-board2 img{ padding-right:10px; float:left;}
img.view-but{ margin-top:5px;} 
/***BOARDDETAIL page***/
table.boarddetail{ margin:0; padding:0;}
table.boarddetail td{ vertical-align:top;}

/***BOARDDETAIL page***/
.print { position:absolute; right:24px; top:30px;}
.print img{ margin-left:10px;}

/***EVENTS page***/
table.rpm{ margin:0; padding:0;}
table.rpm td{ padding:0 20px 10px 0; vertical-align:top;}

table.evp{ margin:0; padding:0;}
table.evp td{ padding:0 0 10px 0; vertical-align:top;}

table.ecbd{ margin:0; padding:0;}
table.ecbd td{ padding:0 0 10px 0; vertical-align:top;}

/***CARECAREER page***/
.caretop{ position:relative; background:url(images/care-top.jpg) no-repeat; height:167px; margin:15px 0 0 0;}
.ct-but{ position:absolute; right:25px; top:23px;}
.ct-but{ display:block; width:254px; height:81px;}
.carebot{ position:relative; background:url(images/care-bot.jpg) no-repeat; height:410px; margin:0; padding:0}
.care-text{ padding:15px;}
.care-text .box1{ padding:15px; border-bottom:solid 1px #CCC; margin:0;}
.care-text .box2{ padding:15px 0 20px 0; border-bottom:solid 1px #CCC; margin:0;}
.care-text .box3{ padding:15px 0 20px 0;}
.care-text input[type="text"]{ width:300px; height:24px; border:solid 1px #bdc6a2; color:#000; font-size:14px; padding:0 5px; margin:5px 0;}
table.ct-tbl { margin:0; padding:0;}
table.ct-tbl td{ padding:10px 10px 0 0; vertical-align:top; color:#FFF; font-size:14px;}

.careertop{ position:relative; background:url(images/bg-cctop2.jpg) no-repeat; height:128px; margin:15px 0 0 0;}
.careertop .box1{ position:absolute; right:10px; top:20px; text-align:right;}
.careerbot{ position:relative; background:url(images/bg-srbot-closed.jpg) no-repeat; height:40px; margin:0; width:755px;}
.careerbot a{ display:block; height:40px; width:755px;}
.careerbot .sbtext{background:url(images/arw2.jpg) no-repeat right; padding-right:20px; position:absolute; left:10px; top:5px;}
.careerboton { position:relative; background:url(images/bg-srbot-open.jpg) no-repeat; height:40px; margin:0;}
.careerboton a{ display:block; height:40px; width:755px;}
.careerboton .sbtext{background:url(images/arw3.jpg) no-repeat right; padding-right:20px; position:absolute; left:10px; top:5px;}

.ccresult{ position:relative; margin:15px 0 0 0; background:url(images/bg-result1.jpg) no-repeat top;}
.ccresult .rebox {position:relative; min-height:150px; padding:10px; background:url(images/bg-result1b.jpg) no-repeat bottom; font-size: 1.2em;}
.ccresult .rebox .left { float:left; position:relative; width:400px;}
.ccresult .rebox .left .lbox1 {position:relative;}
.ccresult .rebox .left .lbox2 { float:left; position:relative; margin:10px 0 0 0; padding:5px 0 0 25px; background:url(images/icon-build-b.jpg) no-repeat top left; }
.ccresult .rebox .left .lbox3 { float:left; position:relative; margin:11px 0 0 0; padding:4px 0 0 25px; background:url(images/icon-job-b.jpg) no-repeat top left;}
.ccresult .rebox .right { float:right; position:relative; width:270px;}
.ccresult .rebox .right .rbox1{ position:relative; background:url(images/icon-note-b.jpg) no-repeat; padding:0 0 0 20px; margin:15px 0 0 0;}

.ccresult-alt{ position:relative; margin:15px 0 0 0; background:url(images/bg-result2.jpg) no-repeat top;}
.ccresult-alt .rebox {position:relative; min-height:150px; padding:10px; background:url(images/bg-result2b.jpg) no-repeat bottom; font-size: 1.2em;}
.ccresult-alt .rebox .left { float:left; position:relative; width:400px;}
.ccresult-alt .rebox .left .lbox1 {position:relative;}
.ccresult-alt .rebox .left .lbox2 { float:left; position:relative; margin:10px 0 0 0; padding:5px 0 0 25px; background:url(images/icon-build-o.jpg) no-repeat top left; }
.ccresult-alt .rebox .left .lbox3 { float:left; position:relative; margin:11px 0 0 0; padding:4px 0 0 25px; background:url(images/icon-job-o.jpg) no-repeat top left;}
.ccresult-alt .rebox .right { float:right; position:relative; width:270px;}
.ccresult-alt .rebox .right .rbox1{ position:relative ;background:url(images/icon-note-o.jpg) no-repeat; padding:0 0 0 20px; margin:20px 0 0 0;}



/***leftnav (left navigation)***/
#sidebar{ float:left; width:172px;}
#sidebar ul{ margin:0; padding:0;}
#sidebar ul li { list-style-type:none; padding:5px 14px; background:url(images/nav2-bg-off.jpg) no-repeat bottom; color:#336633; font-weight:bold; font-size:13px;}
#sidebar ul li a { color:#336633; text-decoration:none; width: 172px; }
#sidebar ul li.selected { list-style-type:none; padding:5px 14px; background:url(images/nav2-bg-off.jpg) no-repeat bottom; color:#000; font-weight:bold; font-size:14px;}
#sidebar ul li.selected a{ color:#336633; text-decoration:none;}
#sidebar ul li.sub { padding-left: 22px; font-size: 12px; display: none; }
#sidebar ul li.third { padding-left: 30px; font-size: 11px; display: none; }
#sidebar ul li.selected { display: block; }
#sidebar ul.selected li { display: block; }
#sidebar ul li.lock { padding-left: 5px; font-size: 11px; }
#sidebar ul li a.sub { width: 150px; }
#sidebar ul li a.third { width: 142px; }
#sidebar ul li a.lock { background:url(images/icon_key.png) no-repeat left; padding-left: 25px; }

.ad-left{  left:0;  width:172px; margin:0; padding:0; z-index:200;}

/***con-rightnav (right navigation)***/
.con-rightnav{ float:right; margin:10px 0 0 0; padding:0; width:150px;}
.con-rightnav ul{ margin:10px 0 0 0; padding:0;}
.con-rightnav ul li{ list-style:none; padding:8px 0; font-size:13px; color:#495370; border-bottom:solid 1px #ccc;}
.con-rightnav ul li a{ color:#495370; text-decoration:none;}
.con-rightnav ul li.last { border-bottom:none;}

.con-rightnav2{ float:right; margin:50px 0 0 0; padding:0; width:150px;} /***for caledardetails***/
.con-rightnav2 ul{ margin:10px 0 0 0; padding:0;}
.con-rightnav2 ul li{ list-style:none; padding:8px 0; font-size:13px; color:#495370; border-bottom:solid 1px #ccc;}
.con-rightnav2 ul li a{ color:#495370; text-decoration:none;}
.con-rightnav2 ul li.last { border-bottom:none;}

/***SERVICES SEARCH RESULTS page***/
.searchtop{ position:relative; background:url(images/bg-srtop1.jpg) no-repeat; height:128px; margin:15px 0 0 0;}
.searchtop .box1{  right:10px; top:20px; text-align:right;}
.searchbot{ position:relative; background:url(images/bg-srbot-closed.jpg) no-repeat; height:40px; margin:0; width:755px;}
.searchbot a{ display:block; height:40px; width:755px; text-decoration:none;}
.searchbot .sbtext{background:url(images/arw2.jpg) no-repeat right; padding-right:20px; position:absolute; left:10px; top:5px;}
.searchboton { position:relative; background:url(images/bg-srbot-open.jpg) no-repeat; height:40px; margin:0;}
.searchboton a{ display:block; height:40px; width:755px;}
.searchboton .sbtext{background:url(images/arw3.jpg) no-repeat right; padding-right:20px; position:absolute; left:10px; top:5px;}
.sbtext {
color:#FFFFFF;
font-size:20px;
font-weight:bold;
}


.result{ position:relative; margin:15px 0 0 0; background:url(images/bg-result1.jpg) no-repeat scroll left top;}
.result .rebox {position:relative; min-height:150px; padding:10px; background:url(images/bg-result1b.jpg) no-repeat scroll left bottom;}
.result .rebox .left { float:left; position:relative; width:400px;}
.result .rebox .left .lbox1 {position:relative;}
.result .rebox .left .lbox2 { float:left; position:relative; margin:10px 0 0 0; padding:5px 0 0 25px; background:url(images/icon-build-b.jpg) no-repeat top left; }
.result .rebox .left .lbox3 { float:left; position:relative; margin:11px 0 0 0; padding:4px 0 0 25px; background:url(images/icon-lbox3-b.jpg) no-repeat top left;}
.result .rebox .right { float:right; position:relative; width:270px;}
.result .rebox .right .rbox1{ position:relative; background:url(images/icon-pin-b.jpg) no-repeat; padding:0 0 0 20px; margin:15px 0 0 0;}
.result .rebox .right .rbox2{ position:relative ;background:url(images/icon-note-b.jpg) no-repeat; padding:0 0 0 20px; margin:20px 0 0 0;}

.result-alt{ position:relative; margin:15px 0 0 0; background:url(images/bg-result2.jpg) no-repeat scroll left top;}
.result-alt .rebox {position:relative; min-height:150px; padding:10px; background:url(images/bg-result2b.jpg) no-repeat scroll left bottom;}
.result-alt .rebox .left { float:left; position:relative; width:400px;}
.result-alt .rebox .left .lbox1 {position:relative;}
.result-alt .rebox .left .lbox2 { float:left; position:relative; margin:10px 0 0 0; padding:5px 0 0 25px; background:url(images/icon-build-o.jpg) no-repeat top left; }
.result-alt .rebox .left .lbox3 { float:left; position:relative; margin:11px 0 0 0; padding:4px 0 0 25px; background:url(images/icon-lbox3-o.jpg) no-repeat top left;}
.result-alt .rebox .right { float:right; position:relative; width:270px;}
.result-alt .rebox .right .rbox1{ position:relative; background:url(images/icon-pin-o.jpg) no-repeat; padding:0 0 0 20px; margin:15px 0 0 0;}
.result-alt .rebox .right .rbox2{ position:relative ;background:url(images/icon-note-o.jpg) no-repeat; padding:0 0 0 20px; margin:20px 0 0 0;}

.c-title2{ margin-top:15px;}
#filters{ position:relative; margin:0; z-index:1; color:#FFFFFF !important; font-size:14px;}
#filters .filbox { padding:15px; min-height:400px; background:url(images/bg-filter.jpg) repeat-x #2896b9;  border-left:solid 1px #cccccc; border-right:solid 1px #cccccc;}
#filters .filbox-b{ background:url(images/bg-filter-bot.jpg) no-repeat bottom; height:5px;}
#filters table td { width: 350px; }

table.filtertbl {margin:10px 0 20px 0; padding:0;}
table.filtertbl tr td{ padding:5px 5px 5px 0; text-align:left; vertical-align:top;}
.filbox input[type="checkbox"]{ margin:0 7px 0 0px;}

.cbox-mid #details{ margin:0; padding:0; position:relative;}
.cbox-mid .cologo{ float:right; position:relative; width:200px; text-align:right;}
.cbox-mid .left1{ float:left; position:relative; width:300px; padding-bottom:10px;}
.cbox-mid .left2{ position:relative; clear:both;}


.left-tables{ float:left; position:relative; width:569px; margin-top:30px;}
.left-tables p{ padding:0; margin:5px 0;}
table.orng-tbl{ margin:10px 0 0 0; border-top: solid 2px #ff8043; border-right: solid 1px #ff8043; border-bottom: solid 1px #ff8043; border-left: solid 2px #ff8043;}
table.orng-tbl th { color:#FFF; font-size:12px; font-weight:bold;  padding:5px 10px; background:#ff6200; border-right: solid 1px #ff8043;  border-bottom: solid 1px #ff8043;}
table.orng-tbl tr td { padding:5px 10px; background:#fff; border-right: solid 1px #ff8043; border-bottom: solid 1px #ff8043; vertical-align:top;}
table.orng-tbl tr.alt td { padding:5px 10px; background:#fdd475; border-right: solid 1px #ff8043; border-bottom: solid 1px #ff8043; vertical-align:top;}

table.blu-tbl{ margin:10px 0 0 0; border-top: solid 2px #6eb4cd; border-right: solid 1px #6eb4cd; border-bottom: solid 1px #6eb4cd; border-left: solid 2px #6eb4cd;}
table.blu-tbl th { color:#FFF; font-size:12px; font-weight:bold;  padding:5px 10px; background:#2996b9; border-right: solid 1px #6eb4cd;  border-bottom: solid 1px #6eb4cd;}
table.blu-tbl tr td { padding:5px 10px; background:#fff; border-right: solid 1px #6eb4cd; border-bottom: solid 1px #6eb4cd; vertical-align:top;}
table.blu-tbl tr.alt td { padding:5px 10px; background:#e3f1f7; border-right: solid 1px #6eb4cd; border-bottom: solid 1px #6eb4cd; vertical-align:top;}




/***FOOTER***/

.foot1{ position:absolute; left:7px; top:14px; line-height:12px; height:30px; z-index:100;}
.f-icon{ position:absolute; right:7px; top:7px;}
#footer.home .f-icon{ right:160px; }
.f-icon img{ margin-left:10px;}

/***Home Page***/
.acc-header{padding:0 15px;}

#for_slider { height:245px; width:292px; float: left; background-color:#FFF; clear:left;} 

#for_slider span.header {
	display:block;
	height:42px;
	line-height:42px;
	text-indent: 20px;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	background:url(images/back-welcome.jpg) no-repeat #1d5026;
}

#accordion {width:292px; height:245px; border-top: solid 1px #CCC;}  

#accordion h4 {background-image:url(/images/star.png) ; background-repeat:no-repeat; padding-left:20px ; background-position:0px  50% ; margin-bottom:2px;}

#accordion p {padding:0 20px; margin:-1px 0 0 0; font-size:12px; line-height:1.1;}

#accordion div {}


#crazy_div { float:left; font-size: 13px; background:url(../images/back-rightside.jpg) no-repeat #FFF; background-repeat:no-repeat; border:none; height:245px;}

#hidden_contents, #hidden_contents > div {display:none; width:672px; height:245px;}

.for_input {width: 100px;}


/*** MY AJAX RIGHT ***/
.ajax-right {width:672px; height:245px; overflow:hidden ;}


td.LeftPane 
{
	width: 172px;
}

.instruction {
color:#C0504D;
font-weight:bold;
}
div#outreach {
background-image:url("/DesktopModules/PARServicesSearch/img/outreachbg.png");
background-repeat:no-repeat;
float:right;
height:191px;
padding-top:20px;
text-align:center;
width:210px;
}

#MailDetail 
{
	display: block;
	width: 660px;
	margin-left: 60px;
}
#AgencyList
{
	display: block;
	width: 700px;
	margin-left: 40px;
	margin-right: 40px;
}
	
#alert .alr-date
{
	width: 600px;
}
#alert a 
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	width: 600px;
}
#alert .CAsmallnormal
{
	display: none;
}

.ContentPane
{
	width: 585px;
}
#PSN
{
	width: 755px;
}
#MailDetail h3
{
	font-size: 13pt;
	color: Black;
	font-weight: bold;
	font-family: Times New Roman;
	
}

#AddOnLinks a
{
	border-bottom:1px solid #CCCCCC;
	color:#495370;
	font-size:13px;
	display: block;
	width: 100%;
	padding:8px 0;
	text-decoration:none;
}
	
.ModRecentPARMailC table
{
	width: 700px;
}
.ModRecentPARMailC a.LinkPaging
{
	display: block;
	float: left;
	margin-bottom: 5px;
	min-width: 1em;
	text-align: center;
	border: 1px solid #999;
}
.ModRecentPARMailC a.Current
{
	background-color: #26B;
	color: White;
}
.ModRecentPARMailC a.LinkPaging:hover
{
	background-color: #26B;
	color: White;
	text-decoration: none;
}
.ModRecentPARMailC a.Disabled, .ModRecentPARMailC a.Disabled:Hover
{
	background-color: White;
	color: #999;
	text-decoration: none;
}
#MailDetail
{
	font-family: Times New Roman;
	font-size: 12pt;
}
 .LinkPaging
      {
            width:20px;
            background-color:White;
            text-align:center;
            margin-left:8px;
      }
  div.psn-header
  {
  		width: 760px;
  		height: 192px;
  		background-image:url(images/psn-header.jpg);
  }
  #PSN h1 
  {
  	text-align: left;
  	color: #808B9F;
  }
  	
  #PSN h2 
  {
  	text-align: left;
  	color: #4C7650;
  	font-size: 16px;
  }
  #PSN p
  {	
  	text-align: left;
  }
 #PSN .small
 {
 	font-size: 75%;
 }
  div.psn-header h1
  {
  	display:block;
  	padding: 35px 20px 0 200px;
  }
  div.psn-header h1 span.black
  {
  	color: #000;
  	font-size: 120%;
  	font-weight: bold;
  }
  div.psn-content
  {
  		display: block;
  		width: 760px;
  		height: 387px;
  		background-image:url(images/bg-ibox5.jpg);
  }
  div.psn-content .left,  div.psn-content .right
  {
  	display: block;
  	float: left;
  	width: 310px;
  	padding: 0 0 20px 20px;
  	text-align: left;
  }
  div.psn-content .bottom
  {
  	clear: both;
  	text-align: left;
  	margin: 10px;
  	padding-top: 15px;
  	border-top: solid 1px #eee;
  }
  div.psn-header .buttons
  {
  	width: 540px;
  	height: 95px;
  	display: block;
  	float: right;
  	margin-top: -3px;
  }
    div.psn-header .buttons img
  {
  	display: block;
  	float:left;
  	margin-right: 10px;
  }
  
  .CareerSidebar
  {
  	margin-top: 10px;
  	background: url(/Portals/_default/Skins/PAR/images/img-career-small.jpg);
  	width: 172px;
  	height: 124px;
  	display:block;
  	font-size: 11px;
  	font-weight: bold;
  }
  .CareerSidebar .Sidebar1
  {
  	margin:0;
  	padding: 55px 5px 0px 5px;
  	color: #495370;
  }
  .CareerSidebar .Sidebar2
  {
  	margin:0;
  	padding: 5px 15px 4px 45px;
  	color: #333;
  	text-align: right;
  }
  .CareerSidebar a
  {
  	font-size: 13px;
  	color: #495370;
  	text-decoration: underline;
  }
