/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption,  tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
		
}

td {
    padding: 5px 5px 5px 5px;
    
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout */

body {
	line-height: 100%;
	display: inline;
	color: #666666; 
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	background:#D1D1D1 url(../images/repeating-background.png) repeat;


}

#main {
	width: 100%;
	height: 100%;
	background: url(../images/background.jpg) center top no-repeat;
	padding-bottom: 20px;
}
#mainsub {
	width: 100%;
	height: 100%;
	background: url(../images/background2.jpg) center top no-repeat;
	padding-bottom: 20px;
}  /*update*/

#blurby {
	margin-top:-90px;
}


#main_heading h1 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-left: 25px;
	border-bottom: 1px solid #fff;
	width: 940px;
	margin-top:-80px;
	line-height: 160%;

}





h3 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}


a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #000;
}


#wrap_all {
 	width: 980px; 
 	 margin-right: auto; 
	 margin-left: auto; 
	 background-color: transparent; 
	 margin-bottom: 0px;
}


/* header */


#header {
	clear: both;
	height: 307px;
}

#logo { 
	background:transparent url(../images/paccom-logo-large.png) left top no-repeat;
	width: 285px; 
	height: 106px; 
	margin-top: 8px;
	margin-left: 15px;
 }  /*update*/
 
 



/*navigation*/

.navwrap{
	height:60px;
	left:5px;
	line-height:150%;
	padding-right:18px;
	position:relative;
	top:-13px;
	font-size:12px;
	font-family: Tahoma, Arial, Verdana;
	z-index:6;
	} 

#top #nav{
	float:left;
	height:60px;
	/*line-height:50px;*/
	margin-top:28px;
	margin-left:-13px;
	padding-left: 15px;
	width:992px;
	/*background: transparent url(../images/menu-background.png) left top no-repeat;*/
}




#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
/*	line-height:50px; */
	z-index:5;

}


#top #nav a{
	height:33px;
	display:block;
	padding:11px 13px;
	margin-top: 1px;
	text-decoration:none;
	text-align:left;
	/*line-height:28px; */
	outline:none;
	z-index:35;
	position:relative;
	float:left;
	color:#000;
	font-size:16px;
	background:transparent url(../images/line.png) right  no-repeat;
	}
	
	
.desc_link {
	font-size: 10px;
	color: #fff;
}

#top #nav #lastitem a {
	background-image: none;
}

#top #nav ul a{
/*	line-height:33px; */
}

#top #nav li{
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;

}

#top #nav li ul a{
	width:130px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 29px;
}

#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:188px;
	top:0px;

}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;	
}

#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
	top: 61px;
}

#top #nav li:hover ul {
	height: 22px;

}

#top #nav li:hover ul a {
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}

#top #head #nav ul a, #top #head #nav ul li{
	background-color:#cccccc;
	background-image:none;
}

#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#D59870;
	color:#000;
	height: 22px;
}

#top #nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}

#top #nav li ul a{
	border-bottom:1px solid #B4B4B4;
	border-top:0px solid #B4B4B4;
}





#top #head #nav a:hover, #top #head #nav a:focus {
	color:#000;
	background-color: #E5420C;
	height: 37px;
	 
}

.page_item_left a:hover {
	color:#000;
	background-image: url(../images/header-background-left.png);
	height: 59px;
	top: 0px;
	left: -6px;
	margin-right: -6px;
	
}

#top #nav #lastitem a:hover {
	background-color: #E5420C;
	width: 132px;
}


.page_item_left a {
	color:#000;
	background-image: url(../images/header-background-left.png);
	height: 59px;
	top: 0px;
	left: -6px;
	margin-right: -6px;
		
}


#top #nav .current_page_item a{
	color:#000;
	background-color: #E5420C;
	height: 37px;
}

#top #nav .current_page_item_left {
	color:#000;
	background-image: url(../images/header-background-left.png);
/*	width: 74px;*/
	height: 59px;
	top: 1px;
	left: -6px;
	margin-right: -6px;
/*	height: 37px;*/
}

#top #nav .current_page_item_left a {
	color:#000;
	background-color: transparent;
	margin-top: 0px;

}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
}



/* blurb */
#blurb-home {
 	background: transparent url(../images/home-blurb-background.png)  left top no-repeat;
	height: 238px; 
}


#blurb-about {
 	background: transparent url(../images/about-blurb-background.png)  left top no-repeat;
	height: 238px; 
}

#blurb-policies {
 	background: transparent url(../images/policies-blurb-background.png)  left top no-repeat;
	height: 238px; 
}



/* Col 3 wrapper */


div.col_3_wrapper { 
	width: 978px; 
	display: inline-block; 
	font-size: 11px; 
	line-height: 130%;
	background-color: #F2F2F2;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
	 }
	
div.col_3_wrapper p {
	padding-top: 3px;
	padding-bottom: 10px;
}



	div.col_3_1 { 
	float: left; 
	display: inline-block; 
	width: 300px; 
	padding: 25px 10px 10px 20px;
	}
	
	div.col_3_2 { 
	float: left; 
	display: inline-block; 
	width: 300px; 
	padding: 25px 10px 10px 10px;
	}
	
	div.col_3_3 { 
	float: left; 
	display: inline-block; 
	width: 300px; 
	padding: 25px 10px 10px 10px;
	}



/* Col 4 wrapper */


div.col_4_wrapper { 
	width: 940px; 
	float: left; display: inline-block; 
	margin-top: 20px; 
	margin-left: 20px;
	font-size: 10px; 
	
	 }
	
div.col_4_wrapper p {
	padding-top: 3px;
}


	div.col_4_1 { 
	float: left; 
	display: inline-block; 
	width: 135px; 
	margin-right: 20px; 
	
	}
	
	div.col_4_2 { float: left; display: inline-block; width: 295px; margin-right: 30px; }
	
	div.col_4_3 { float: left; display: inline-block; width: 130px;  margin-right: 20px;}

	div.col_4_4 { float: left; display: inline-block;  width: 150px; }


/* Col 2 wrapper */

div.col2_wrapper { 
	width: 978px; 
	display: inline-block; 
	margin-top: 2px; 
	position: relative; 
	margin-left: 0px;
	font-size: 11px; 
	line-height: 130%;
	background-color: #F2F2F2;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
 }
 
 
h2 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 12px;
	margin-bottom: 15px;
	color: #333333;
	width: 100%:
	border-bottom: 0px solid #333;
	background: transparent url(../images/longline.png)  left bottom repeat-x;
}
 
 
 div.col2_wrapper p {
	padding-top: 3px;
	padding-bottom: 10px;
}

div.col2_wrapper_coda { width: 980px; display: inline-block; float: left; }

	div.col2_1 { 
	float: left; display: inline-block; 
	width: 621px;
	padding: 25px 10px 10px 20px;
	
	 }
	
	div.col2_2 { 
	
	display: inline-block; 
	float: left; 
	width: 300px;
	padding: 25px 10px 10px 10px;

	}
	
	div.col2_1b { 
	float: left; display: inline-block; 
	width: 300px;
	padding: 25px 10px 10px 20px;
	
	 }
	
	div.col2_2b { 
	
	display: inline-block; 
	float: left; 

	width: 621px;
	padding: 25px 10px 10px 10px;

	}
	
	div.news {
		background-color: #CCCCCC;
		width: 281px;
		padding: 10px;
		height: 100%;
	}
	
	
.submenu {
	padding-right: 0px;
 	/*	background: transparent url(../images/more.png)  right bottom no-repeat;	*/
 	font-size: 10px;
 	margin-bottom: 12px;
 	width: 280px;
}

.submeu_link {
 	display: inline-block;
 /*	background: transparent url(../images/more.png) right bottom no-repeat;
 	width: 280px;*/
}

.current_link {
	color: #FF6600;
	display: inline-block;
 	/*background: transparent url(../images/more.png) right bottom no-repeat;
 	width: 280px;*/
	
}

.submeu_link:hover {
	/*background: transparent url(../images/more-hover.png) right bottom no-repeat;	
 	width: 280px;*/
}




.link {
 	display: inline-block;
 	float:right;
 	padding-right: 10px;
 	color: #FF6600;
 	/*background: transparent url(../images/more.png)  right bottom no-repeat;	*/
}

.link:hover {
	/*background: transparent url(../images/more-hover.png)  right bottom no-repeat;	*/
}


.col2_1 li {
	 list-style-type: disc;
	 margin-left: 15px;
}


.under_line {
	display: block;
	width: 290px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent url(../images/greyline.png)  left top repeat-x;
	 
}

.under_line2 {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 12px;
	background: transparent url(../images/longline.png)  left top repeat-x;
	 
}

.under_linec {
	display: block;
	width: 280px;
	height: 1px;
	margin-top:12px;
	margin-bottom: 12px;
	background: transparent url(../images/greyline.png)  left top repeat-x;
	 
}


#footer_content {
	font-size: 11px;
	color: #CCCCCC;
	background-image: url(../images/footer.png);
	height: 161px;
	width: 980px;

}

#footer_content a {
	color: #CCCCCC;
}

.footer_header {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent url(../images/longline.png)  left bottom repeat-x;


}

.solution {
	vertical-align: middle;
	margin-bottom: 3px;

}

.promo_box {
	background-image: url(../images/transparent-box.png);
	width: 460px;
	height: 250px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	color: #CCCCCC;
}

.promo_box h1 {
	padding: 9px 0 2px 9px;
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
	border: 0;
}

.promo_box .dotted_line1 {
	background-image: url(../images/dotted-line1.png);
	width: 439px;
	height: 1px;
	margin-left: 9px;
}

.promo_box .link {
 	display: inline-block;
 	float:left;
 	color: #FF6600;
}


.dotted_line2 {
	background-image: url(../images/dotted-line2.png);
	width: 289px;
	height: 1px;
	margin-left: 0px;
}
	
.promo_box p {
	padding: 9px;
	font-size: 11px;
	line-height: 330%;
}

.promo_box a:hover {
    color: #fff;
    
    
}


.promo_link {
 	display: inline-block;
 	float:right;
 	color: #CC3333;
}

.footer_link {
 	color: #FF6600;
}

	
