@import url("/styles/menu.css");
/* PB BASE CSS
*
*  I.Typography (paragraphs,links,lists,headers,etc.)
*  II. Colors (common background/text colors,border styles)
*  III. Page Structure (header,content,footer,etc.)
*  IV. Elements (tables,boxes,buttons,etc.)
*
*	Rules for updating this file:
*		- To change page dimensions, change the values at the top of section III
*		- Colors are all located in section II, if there are colors defined outside of this section, I did it wrong
*		- Properties (height,width,padding,margin,etc.) should all be alphabetized within each element declaration
*
*/

/* I. Typography ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
    display:block;
    font-weight:bold;
    line-height:2em;
    margin:0 0 .5em 0;
    padding:0px;
}
h1,h2{
    text-align:center;
}
h3,h4,h5,h6{
    font-size:9pt;
    text-align:left;
}
h1{
    font-size:14pt;
}
h2{
    font-size:9pt;
}
h4{
    font-style:italic;
    font-weight:normal;
}
p,address,blockquote,ul,ol{
    line-height:1.4em;
    margin:0 0 1.4em 0;
}
ul,ol{
	padding:0 0 0 3em;
}
a{
    font-weight:bold;
    text-decoration:underline;
}

/* II. Colors ------------------------------------------------------- */
/* Text colors */
html,a{
    color:#000; /* Base text color */
}
.crumb a,#footer a,#footer address{
    color:#666; /* Crumbs and Footer text */
}
#footer a:hover,.crumb a:hover{
    color:#333; /* Crumbs and Footer text link hover */
}
/* Background Colors */
#content{
    background-color:#fff; /* Content background color */
}
#banner{
    background-color:#2e3e7e; /* Banner Background color */
}
#footer{
    background-color:#eee; /* Footer background color */
}
#menu a{ /* Top-level menu text style */
    color:#000;
}
#menu a:hover, #menu li:hover a { /* Top level menu hover */
    color:#fff;
}
#menu ul li,#menu{ /* Top-level background color and top-level text style */
    background-color:#eee;
}
#menu a:hover, #menu li:hover a,#menu ul li ul li { /* Top-level hover background and sub-menu background */
    background-color:#5674B9;
}
#menu ul li ul li a { /* Sub-menu link color */
    color:#fff;
}
#menu ul li ul li a:hover { /* Sub-menu link hover effect */
   background-color:#fff;
   color:#000;
}
#menu ul li ul li a.drop { /* Additional dropdown image style */
   background-image:url(http://www.portlandbolt.com/image/common/arrow.gif);
   background-position:right;
   background-repeat:no-repeat;
}
/* Border Styles */
#content,#footer,#menu,#menu ul li ul,#menu ul li ul li{
    border:1px solid #bfbfbf;
}

/* III. Page Structure ---------------------------------------------- */

    /*
	* The below styles are used to set the basic dimensions for the site.
	* the #container selector is 2px wider than the others to accomodate for a 1px stroke
	*/
 
    #container{width:668px;}/*2px more than the the width of the below line if there is a stroke on any of the below line items*/
    #content,#footer,#menu{width:666px;} /*Content widths*/
    #top{height:25px;}/*The space between the top of the window and the banner*/
    #banner{height:82px;}/*Height of the banner*/
    #menu{height:20px;}/*Height of the menu*/
    #content{height:500px; min-height:500px;}/*Minimum height of the content*/

html {
    font-family:verdana, helvetica, sans-serif;
    height:100%;
}
body {
    background-image:url(http://www.portlandbolt.com/image/common/bg_tan2.gif);
    font-size:12px;
    margin:0;
    min-height:101%;
    padding:0;
    text-align:center;
    width:100%;
    padding-bottom:10px;
}
#container {
    margin:0 auto;
    text-align:left;
}
/* Banner */
#bannercontainer {
    width:100%;
}
#banner {
    background-image:url(http://www.portlandbolt.com/image/common/banner-right.gif);
    background-position:top right;
    background-repeat:no-repeat;
    position:relative;
    width:100%;
}
    #banner img{
        margin-bottom:-2px;
        padding:0;
    }
    .header_link{
	   left:310px;
	   position:absolute;
	   top:53px;
    }
	   .header_link img{
		  height:20px;
		  width:210px;
	   }
#chat {
    position:absolute;
    right:0;
    top:50px;
}
/* Content */
#content {
    border-top:0px none transparent;
    height:auto !important;
}
#pagecontent,#pagecontentwide{
    clear:both;
}
#pagecontent {
    padding:10px 25px;
}
#pagecontentwide {
    padding:10px 3px;
}
#footer {
    font-size:8pt;
    line-height:17px;
    margin:5px 0px 0px 0px;
}
#footer a {
    font-weight:normal;
}
#footer address{
    font-style:normal;
    text-align:right;
}
/* Layout */
.align-left{
    text-align:left;
}
.align-right{
    text-align:right;
}
.center{
    text-align:center;
}
.center img{
    margin:auto;
}
a.center{
    display:block;
}
.col1,.col2,.col3,.col23{
    display:block;
    float:left;
    padding:10px 0;
}
.col1,.colend,#padding,.padding{
    clear:both;
    width:100%;
}
.colend{
    height:0px;
}
.col2{
    width:50%;
}
    .col1 *,.col2 *,.col3 *,.col23 *{
        margin:0px 10px;
    }
        .col1 * *,.col2 * *,.col3 * *,.col23 * *{
            margin:0px;
        }
    .col1 > *,.col2 > *,.col3 > *,.col23 > *{
        margin:0 10px;
    }
.col3{
    width:33%;
}
.col23{
    width:66%;
}
.clearfix:after{
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
    width:0;
}
.clearfix{
    display:inline-block
}
* html .clearfix{
    height:1%
}
.clearfix{
    display:block
}
.vborder,.hborder{
    background-color:#000;
    display:block;
}
.vborder{
    float:left;
    height:100%;
    margin:0;
    width:1px;
}
.hborder{
    height:1px;
    width:100%;
}
div.style1 {
    background-color:#eee;
    border:1px solid #BFBFBF;
    padding:1.4em;
}
    .style1 p,.style1 ul,.style1 ol,.style1 div{
        margin:0;
    }

/* IV. Elements ----------------------------------------------------- */
img{
    border:0px none transparent;
    margin:0;
    padding:0;
}
a.pdf,a.external{
    background-repeat:no-repeat;
}
a.pdf {
    background-image:url(http://www.portlandbolt.com/image/common/pdficon_small.gif);
    padding-left:20px;
}
a.external {
    background-image:url(http://www.portlandbolt.com/image/common/external.gif);
    background-position:right;
    padding-right:18px;
}
.icon {
	border-style:none;
}
.underline {
    text-decoration:underline;
}
.red {
    color:red;
}
.caption{
	font-size:80%;
	color:#aaa;
	text-align:center;
}
.border-black{
	border:1px solid #000;
}
.border-gray{
	border:1px solid #bfbfbf;
}
img.align-left{
	float:left;
	margin:0 10px 10px 0;
}
img.align-right{
	float:right;
	margin:0 0 10px 10px;
}
/* Page Crumbs */
.crumb {
    color:#666;
    font-size:7.5pt;
    font-weight:bold;
    line-height:19px;
    padding:5px 0px 0px 10px;
    text-align:left;
}
/* Search Bar */
.searchbar,.crumb{
    height:20px;
}
.searchbar {
    float:right; 
    padding:5px 10px 0 0;
}
.searchbar input{
    font-size:8pt;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding-top:2px !important;
}
.searchbar input.button{
    background-image:url(http://www.portlandbolt.com/image/common/searchbutton.gif);
    background-position:0 -19px;
    background-repeat:no-repeat;
    border:0px none transparent;/**/
    /*border:1px solid #bbb;
    background-color:#ddd;
    border-bottom-width:2px;
    border-right-width:2px;/**/
    padding-top:0px !important;
    cursor:pointer;
    height:19px;
    width:62px;
}
.searchbar input.button:hover{
    background-color:#eee;
    background-position:0 0;
}
.searchbar input.button:active{
    background-position:0 -38px;
}
/* Tables */
table,th,td{
    border:1px solid #000;
}
th,td{
    border-style: none solid solid none;
}
table {
    background-color:#fff;
    border-collapse:collapse;
    border-style:solid none none solid;
    font-size:8pt;
    text-align:center;
}
th {
    background-color:#E0E0E0;
    font-weight:bold;
    padding:2px 5px 2px 5px;    
}
td {
    border-style: none solid solid none;
    padding:1px 3px 1px 3px;
}
.noborder,.noborder td,.noborder th{
    border:0px none transparent;
}
.tableRollOverEffect{
    background-color:#ddd;
    color:#000;
}
.tableRowClickEffect{
    background-color:#336699;
    color:#FFF;
}
.tableRowClickEffect a, .tableRowClickEffect a:hover{
    color:#fff !important;
}
.tableRowClickEffect:hover {
    background-color:#336699 !important;
    color:#FFF;
}
td.caption {
    margin:5px 10px;
}
td.caption ul {
    list-style:none;
    margin:0px;
    padding:0px;
    text-align:left;
}
td.caption ul li {
    margin:0px 0px 5px 0px;
}
.tab-content{
    clear:both;
}
    .tab-content ul.tabs{
        float:left;
        margin:0px;
        padding:0px;
        list-style-type:none;
    }
        .tab-content ul.tabs li{
            float:left;
		  margin-right:2px;
        }
        .tab-content ul.tabs a{
            display:block;
            width:10em;
            text-align:center;
            background-color:#d6d6d6;
            border:1px solid #bfbfbf;
            border-top-right-radius:3px;
            border-top-left-radius:3px;
            -moz-border-radius-topright:3px;
            -moz-border-radius-topleft:3px;
            height:20px;
            line-height:20px;
            border-bottom:0px none transparent;
            position:relative;
        }
        .tab-content ul.tabs a.active{
            top:1px;
            background-color:#eee;
        }
    .tab-content .content{
        background-color:#eee;
        border:1px solid #bfbfbf;
        float:left;
        clear:left;
        width:100%;
        min-height:200px;
	   padding:10px 0;
	   list-style-type:none;
    }
        .tab-content .content li{
            margin:10px;
        }
/* Index Pages */
.indexpagescard {
    width:290px;
    margin:3px;
    border:1px solid #555;
    background-color:#eee;
    padding:5px;
    float:left;
}
    .indexpagescard img {
        float:left;
        border:1px solid #000;
        margin:0px 5px 0px 0px;
        width:100px;
        height:100px;
    }
    .indexpagescard h2 {
        line-height:1em;
        text-align:left;
    }
    .indexpagescard p {
        margin:0px;
        font-size:8pt;
        line-height:13px;
        float:right;
        display:block;
        text-align:left;
        width:183px;
    }
    .indexpagescard a:link, .indexpagescard a:visited {
        color:#000;
    }
    .indexpagescard a:hover {
        color:#336699;
    }
.expanded{
    cursor:pointer;
}
.expanded:hover{
    background-color:#ddd;
}
.gallery{
    margin:0px;
    padding:10px;
    background-color:#eee;
    border:1px solid #bfbfbf;
}
#top.alert{
    margin:5px;
    border:3px solid #f00;
    padding:10px;
    font-weight:bold;
    height:auto;
    background-color:#fff;
}/*55,126,194*/
#indexcontent{
	width:634px;
	margin-left:16px;
     font-size:9pt;
}
	#indexcontent h1 {
		margin:0px;
		padding:0px;
		font-size:16px;
		line-height:48px;
	}
	#indexcontent h2 {
		font-size:14px;
		margin:0px;
	}
	#indexcontent h3 {
		font-size:12px;
		margin:0px;
	}
	#largebox{
		width:618px;
		padding:8px;
		float:left;
		background-image:url(../image/frontpage/indexback.jpg);
		background-repeat:no-repeat;
		margin-bottom:16px;
	}
	#indexcontent a{
		outline:none;
	}
	/*FEATURE BOX*/
	#feature{
		width:377px;
		float:left;
		height:174px;
		margin-right:9px;
	}
		#feature div{
			display:none;
		}
		#feature h3, #feature p, #feature ul{
			float:right;
			clear:right;
			width:154px;
			text-align:left;
			padding:0px 8px 0px 0px;
			margin:0px;
		}
			#feature p.small-hero-text{
				font-size:8pt;
				line-height:12px;
			}
			#feature p, #feature ul{
				margin-bottom:8px;
				/*padding-top:8px;/**/
				/*line-height:15px;/**/
			}
		#feature ul{
			font-size:9pt;
			list-style-type:none;
		}
		#feature ul li{
			margin-bottom:7px;
		}
		#feature ul li a {
			font-weight:normal;
		}
		#indexcontent #feature h3 {
		}
		#feature img{
			display:block;
			width:197px;
			height:133px;
			margin:8px;
		}
			#feature img.large-hero {
				width:361px;
			}
		#feature #nav{
			background-image:url(../image/frontpage/background.gif);
			height:23px;
			text-align:center;
			display:block;
			width:375px;
			border:1px solid #555;
			position:relative;
		}
			#feature #nav img {
				width:auto;
				height:23px;
				margin:0px;
				display:inline;
			}
		#feature div#featlist{
			display:block;
			background-color:transparent;
			position:absolute;
			top:4px;
			left:6px;
		}
		#featlist a{
			float:left;
			border:1px solid #888;
			margin:2px;
			background-color:transparent;
		}
		#featlist a:hover{
			background-color:#bbb;
		}
		#featlist a.featlink_active {
			background-color:#ccc;
		}
		#indexcontent #feature #nav #featlist img {
			width:6px;
			height:10px;
		}
	/*SEARCH*/
	#search,#contact{
		width:218px;
		float:left;
		padding:6px 0 0 11px;
	}
	#search h2,#contact h2{
		line-height:18px;
		text-transform:uppercase;
		text-align:left;
	}
	#search{
		height:57px;
		margin-bottom:9px;
	}
		#search form{
			margin:0px;
		}
			#search input{
				margin:6px 4px 8px 0px;
				width:165px;
				float:left;
				border:1px solid #aaa;
			}
			#search input.submit{
				margin:7px 0px 0px 0px;
				float:none;
				width:32px; 
				height:20px; 
				border:none;
				background-color:transparent;
				background-image:url(../image/frontpage/go.png);
				background-position:0 0;
                    cursor:pointer;
			}
			#search input.submit:hover{
				background-position:0 -22px;
			}
	/*CONTACT*/
	#contact {
		height:96px;
	}
		#contact h2{
			float:left;
		}
		#contact .phone_num {
			font-size:8pt;
			color:#555;
			padding:0px 0px 0px 5px;
			line-height:18px;
			display:block;
			float:left;
		}
		#indexcontent #contact div{
			float:left;
			margin:6px 0px 0px 0px;
			background-color:#777;
			padding:1px 0px 1px 1px;
		}
			#contact div a {
				height:59px;
				display:block;
				margin:0px;
				background-image:url(../image/frontpage/indexback.jpg);
			}
			#contact div#contact_quote a{
				width:70px;
				background-position:-138px -191px;
			}
				#contact div#contact_quote a:hover{
					background-position:-138px -253px;
				}
			#contact div#contact_chat {
				/*margin-left:14px;/**/
			}
			#contact div#contact_chat a{
				width:68px;
				background-position:-1px -191px;
			}
				#contact div#contact_chat a:hover{
					background-position:-1px -253px;
				}
			#contact div#contact_email a{
				width:67px;
				background-position:-70px -191px;
			}
				#contact div#contact_email a:hover{
					background-position:-70px -253px;
				}
				/*EMAIL FORM*/
				div#dark {
					position:absolute;
					width:100%;
					top:0px;
					left:0px;
					background-color:#000;
					z-index:11;
					opacity:.7;
					filter:alpha(opacity=70);
					display:block;
				}
				#eForm {
					position:absolute;
					top:200px;
					left:50%;
					margin-left:-250px;
					width:500px;
					z-index:12;
					background-color:#fff;
					padding:10px;
					border:2px solid #000;
				}
				#cLinkDiv {
					width:100%;
					display:block;
					text-align:right;
					margin-bottom:5px;
				}
				#cLinkDiv a {
					color:#bbb;
					text-decoration:none;
					margin-right:10px;
				}
				#eForm label, #eForm input, #eForm textarea {
					margin-top:5px;
					margin-bottom:5px;
				}
				#eForm label {
					width:15%;
					text-align:right;
					float:left;
					clear:left;
				}
				#eForm input {
					width:80%;
				}
				#eForm textarea {
					width:95%;
					height:150px;
				}
				#eForm #emailCopy {
					width:auto;
					margin:0px 10px;
					padding:0px;
				}
				#sendEmail {
					padding:5px 0px;
					width:120px;
					display:block;
					color:#000;
					margin:5px;
					background-color:#ddd;
					font-weight:bold;
					text-decoration:none;
					border:2px solid #bbb;
					border-color:#eee #bbb #bbb #eee;
					float:left;
					margin-left:190px;
				}
				#alertDiv p {
					color:red;
				}
				#alertDiv p.sent {
					color:green;
				}
		/*LINKS*/
	#indexcontent #links{
		margin-bottom:16px;
	}
		#indexcontent #links h2 {
			clear:left;
		}
		#indexcontent #links ul{
			list-style-type:none;
			font-size:9pt;
			text-align:center;
			margin:0px;
			padding:0px;
			float:left;
		}
		#links ul li {
			text-decoration:underline;
			float:left;
			font-size:7pt;
			text-align:center;
			margin:5px;
			line-height:12px;
		}
		#links ul li a{
			display:block;
			padding:4px;
			width:82px;
			height:106px;
			border:1px solid #aaa;
			background-color:#f2f2f2;
		}
			#links ul li a span {
				display:block;
				float:left;
				height:24px;
				width:100%;
				vertical-align:middle;
			}
		#links ul li a:hover{
			background-color:#5674B9;
			color:#fff;
		}
		#links ul li a img {
			float:left;
			width:80px;
			height:80px;
			border:1px solid #aaa;
		}
		#indexcontent #links p{
			padding:8px;
		}
	/*ABOUT*/
	#about{
		clear:both;
	}
	#indexcontent #about h2{
		text-align:center;
		margin:16px;
	}