/*--------------------------------------------- 
	SITE LAYOUT 
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {

}
ol, ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

html {
     overflow-y: scroll;
     overflow-x: auto;
}

body { 
	background: #999 url('images/layout/site_bg.jpg') repeat-x;
	text-align: center;
	padding:0px;
	margin:0px;
	height:100%;
}

#site_wrapper {
	/* Site Settings */
	width: 960px;
	background-color:#FFF;
	
	/* Site Border */
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	
	/* Center site */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	
}
.content_wrapper {
	clear:both;
	width: 100%;
	height: 100%;
	min-height:500px;
	background:#fff url("images/layout/page_grad.jpg") repeat-x;
	background-position: top left;
}
/*--------------------------------------------- 
	HEADER
--------------------------------------------- */
#header {
	float:left;
	height: 74px;
	width:100%;
	padding: 0px;
	margin:0px;
	background: #2b618f;// url('images/layout/portland_skyline.jpg') no-repeat;
	background-position: top right;
	padding-bottom:0px;
}
.header_logo {
	float:left;
	padding:0px;
}

.header_text {
	float: right;
	text-align:right;
	font-family: Arial, sans-serif;
	color: #eee;
	font-size: 11px;
	padding:5px;
	padding-right:10px;
	margin:2px;
}
.header_text a {
	font-size: 11px;
	color: #ffff33;
	text-decoration:none;
}
.header_text a:hover {
	color: #fff;
	background:#3366CC;
}
/*--------------------------------------------- 
	COLUMNS 
--------------------------------------------- */
#full_screen {
	width:100%;
	height:100%;
}
#main_column {
	float:left;
	width: 700px;
	height:100%;
}
#side_column {
	float:left;
	width: 260px;
	height:100%;
	
	
}
.side_column {
	
}
.honeycomb {
    background:#f8f8db url('images/layout/side_bg.jpg') repeat;
}


/* ------------------------------------- 
		PANE
------------------------------------- */
.pane {
	clear:both;
	padding:0px 5px 10px 5px;

}
.pane-left {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_left.png") no-repeat;
	background-position: top left;
}
.pane-content {
	float:left;
	padding-top:10px;
	width:672px;

	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-right {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		PANE SMALL
------------------------------------- */
.pane_small {
	float:left;
	padding:0px 0px 0px 5px;
	min-height:64px;
}
.pane-small-left {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_left.png") no-repeat;
	background-position: top left;
}
.pane-small-content {
	float:left;
	padding-top:10px;
	width:320px;
	min-height:70px;
	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-small-content p {
	font-size:12px;
}
.pane-small-right {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		FONTS 
------------------------------------- */
p, a, h1, h2, h3, li, span, .content, .side_content, .input, .textarea, .select, .site_btn, .footer_menu, .fine_print, .navigation-side {
	font-family: Arial, sans-serif;
	color: #444;/*#5a5e66;*/
	font-size: 12px;
	margin-top:0px;
}
.navigation-side {
	font-size:11px;
}
p {
	padding:5px 10px 5px 10px;
}
.content, .side_content, .fineprint {
	clear: both;
	font-size: 11px;
	padding: 0px;
}
.content a, .side_content a, .fineprint a {
	color: #0f7cc2;
	text-decoration:none;
}
.content a:hover, .side_content a:hover, .fineprint a:hover {
	color: #67AD00;
}
.content p {
	margin-left:5px;
}
a.norm {
	background:#fff;
}
a.norm:hover {
	background:#FFF;
}

h1,h2 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:10px 0px 0px 0px;
	margin-left:5px;
	color:#3570a2;
	font-size:19px;
	padding-left:10px;
	font-weight:bold;
}

.side_content h2 { color: #a4936e; padding-left:5px; }

h3 {
	padding:0px;
	margin:1px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	background-color:#eee;
	
	padding:5px 10px 5px 10px;

}
h4 {
	padding-top:8px;
	padding-bottom:5px;
	margin-bottom:4px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	
}
h5 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:5px;
	margin:0px;
	color:white;
	background:#3570a2;
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	
}
.clean {
	margin:0px;
	padding:0px;
	border: 1px solid #666;
}
.title_bg {
	background:#fff url('images/title_bg.jpg') repeat-x;
	width:100%;
	height:35px;
}
.attr {
	font-weight:bold;
}
.attribute {
	text-align:right;
	padding:5px;
	color: black;
	background:#f8f8db url('images/layout/side_bg.jpg') repeat;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	font-weight:bold;
	width:125px;
}
/* ----------------------------------------------- 
	SITE SPECIFIC
-------------------------------------------------*/
.row_tab {
	text-align:center;
	width:85px;
	border:	1px solid #CCC;
}
.side_end {
    clear:both;
	background:#FFF url("images/layout/side_end.png") no-repeat;
	width: 260px;
	height:16px;
	float:right;
	padding-bottom:10px;
}
#news {
	width:95%;
	height:375px;
	overflow-y: auto;
	background-color:#FFF;
	border:1px solid #AAA;
	/*border-right:1px solid #FFF;
	//border-bottom:1px solid #FFF;*/
	margin-left:5px;
}
.testimonial {
    
    padding:10px;
    text-align:right;
}
.testimonial h2 , .testimonial p {

    text-align:left;
}

.testimonial span {
	padding-left:10px;
        font-style:italic;
	padding-top:0px;
}
.testimonial a {
    padding-top:5px;
}
.request_quote {
	width:100%;
	background: #2b618f url('images/layout/request_bg.jpg') no-repeat;
	background-position: top right;
	color:#fff;
	height:98px;
}
.request_quote p { color:#fff; }

.project p {
	font-size: 11px;
	padding-left:0px;
}
.services {
	float:left;
	padding-top:10px;
}
.service {
	line-height:24px;
	padding-bottom:0px;
	padding-top:0px;
}
div.tut_obj {
	text-align: center;
}
img.tut_obj {
	text-align: center;
	border: 1px solid #666;
	padding: 1px;
	margin:5px;
	margin-bottom:10px;
}
.stat {
	color:#000;
	font-size:11px;
	font-weight:bold;
}
.bookmarklets {
	float:right;
	padding:2px; 
	margin:0px; 
	border: 1px dashed #999;
}
.bookmarklets h3 { margin:1px; }
.bookmarks {
	text-align:center;
	padding-top: 0px;
}
.c-block {
	clear:both;
	text-align:center; 
	width:100%;
}
.c-item {
	float: left;
}
.c-item-bg {
	float: left;
	background: url('images/rp_create_plate.jpg');
	width:259px;
	height:246px;
}
.home_pane {
	float: left;
	padding-top:6px;
}
.intro_menu {
	padding-top:150px;
	padding-right:15px;
}
.side_title {
	padding-top:5px;
	padding-bottom:1px;
}


.navigation-wrap {
	float:left;
	width:100%;
	height:34px;
	padding:0px;
	margin:0px;
	background: #2b618f url('images/layout/nav_bg.jpg') repeat-x;
	border-bottom:1px solid #7a9bab;
}
.navigation {
	float:left;
	width:700px;
} 
.navigation-side {
	float:right;
	width:180px;
	height:34px;
	padding-top:10px;
	text-align:right;
	padding-right:10px;
	/*background: #2b618f url('images/layout/nav_bg_right.jpg') repeat-x;
	background-position: top right;*/
}
.nav_icon {
	float:left;
	padding:4px;
	position:relative;
	top:-5px;
}

.subnavigation-wrap {
	float:left;
	width:300px;
	height:35px;
	padding-left:5px;
	padding-top:10px;
}
.more {
	clear:both;
	text-align:right;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
}
.more a {
	padding:0px;
	margin:0px;
	}
.large_text {
	color:#666;
	font-size:25px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}
/* ----------------------------------------------- 
	TABLE STYLE
-------------------------------------------------*/
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

th {
	padding: 0 0.5em;
	text-align: left;
}

th {
	font-weight:bold;
	border-bottom:2px solid #d6d2c2;
	border-right:1px solid #aca899;
	background: #ebeadb;
	padding:4px 10px 4px 10px;
}
tr.header td {
	font-weight:bold;
	border:1px solid #eee;
	background: #FFC;
}

td {
	padding: 2px;
	padding-left:5px;
	margin: 0px;
}

td.design {
	border-bottom: 1px solid #CCC;
}

tr.alt {
	background: #F3F3F3;
}

table.admin {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border:2px solid #ccc;
	background:#edece1;
}

tr.admin_header td {
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFC;
}
table.resources {
	margin-bottom:10px;
}

/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/


.horz_menu, .horz2_menu {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;

}
.horz_menu ul, .horz2_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.horz_menu ul li, .horz2_menu ul li {
	float: left;
	display: inline;

	padding: 0px;
	margin: 0px;
	padding-top:9px;
}
.horz_menu ul li a, .horz2_menu ul li a {
	font-family: Arial, sans-serif;
	color: #214f75;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top:1px;
	margin-top:3px;
	

}
.horz2_menu ul li a {
	font-weight: normal;
}
.horz2_menu ul li a:hover {
	font-weight: normal;
	text-decoration:underline;
}
.horz_menu ul li a.currentpage {
	color: #244d70;
	text-decoration: none;
	font-weight:bold;
	background:#FFF;
}
.horz_menu ul li a:hover {
	color: #244d70;
	background:#FFF;
}

/*--------------------------------------------- 
	VERTICAL NAVIGATION
--------------------------------------------- */
.vert_menu {
	float:left;
  	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.vert_menu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

.vert_menu ul li { display: inline;
}

.vert_menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	
	display: block;
	height:12px;
	padding: 6px 10px 8px 28px;
	margin:0px 1px 0px 1px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #CCC;
	cursor: pointer;
}
.vert_menu ul li a.norm {
	background: #fff;
}
.vert_menu ul li a.alt {
	background: #f5f5f5;
}
.vert_menu ul li a.currentpage {
	color: #FFFFFF;
	font-weight:bold;
	background: #699bb4;
}
.vert_menu ul li a:visited {

}
.vert_menu ul li a.norm:hover {
	color: #111;
	text-decoration: none;
}
.vert_menu ul li a.alt:hover {
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	VERTICAL SUBNAVIGATION
--------------------------------------------- */
.vert_submenu {
	float:left;
  	width:97%;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border: 1px solid #aaa;
}
.vert_submenu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;			
}
.vert_submenu ul li { display: inline;}
.vert_submenu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	
	display: block;
	height:11px;
	padding: 5px 3px 7px 5px;
	margin:0px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #748697;
	cursor: pointer;
}
.vert_submenu ul li a.norm {
	background: #d4ebf7;
}
.vert_submenu ul li a.alt {
	background: #d4ebf7;
}
.vert_submenu ul li a.currentpage {
	background: #FFF;
	color: #000;
}
.vert_submenu ul li a.norm:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}
.vert_submenu ul li a.alt:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	PAGINATION NAVIGATION
--------------------------------------------- */
.page_bar {
	font-size:11px;
	color:#999;
	text-align:center;
	font-weight:bold;
	
	width:100%;
	text-indent:3px;
	padding-top:3px;
	padding-bottom:5px;
}
.page_bar {
	color: #3366CC;
}
.page_bar a:hover {
	color:#000;
}
.page_bar a.currentpage  {
	color: #999;
	border:1px solid #999;
	
	padding:2px 4px 2px 4px;
	margin:0px 4px 0px 4px;
}

/* -------------------------------------
	FOOTER
------------------------------------- */

#footer {
	color:#FFF;
	clear: both;
	width: 100%;
	padding: 0px;
	font-size: 0px;
	background:#2b618f;
	height:35px;
}
.copyright {
	float: left;
	
	font-family: Arial, sans-serif;	
	font-size: 11px;
	color: #FFF;
	
	display: block; 
	padding: 11px 6px 0px 6px;
	margin: 0px;
}

.footer_menu {
	float:right;
	padding:2px 6px 0px 6px;
}
.footer_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer_menu ul li {
	float: left;
	display:inline;
	line-height: 30px;
	color: #FFF;
}
.footer_menu ul li a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding:0px 2px 0px 2px;
	float:left;
	
	display: block;
	
}
.footer_menu ul li a:hover {
	color:#67AD00;
}

.fineprint {
	font-size: 10px;
	color: #999;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

/* --------------------------------------------- 
	FORM STYLING
--------------------------------------------- */
.input, .textarea, .select {
	/*padding:1px 2px 1px 2px;
	margin:2px;*/
}
.select {
	padding:0px;
}

/* Form Button Style  */
.site_btn
{
	background:url('images/tq_button.png') no-repeat;
	width:66px;
	height:25px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
}
.site_btn:hover
{
	background:url('images/tq_button-over.png') no-repeat;
}

/* form user feedback */
.error_box {
	padding: 10px;
	background-color: #f3f3f3;
	border: 2px solid #ec9393;
}

.success_box {
	padding: 10px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
	margin:10px;
}

/* -------------------------------------------
	COMMONLY USED STYLES
------------------------------------------- */
div.clear, .bulletwrapper {
	clear: both;
}
div.dotted_line{
	clear: both;
	border: 1px dotted #DDD;
	margin: 1px 2px 1px 2px;
}
div.line_divider{
	clear: both;
	border-top: 1px solid #DDD;
	margin: 0px 2px 0px 2px;
}
div.admin_line{
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 5px 2px 5px 2px;
}

/*	IMAGE STYLES 	*/
.screen_style {
	border: 1px solid #999999;
	padding: 1px;
	margin:10px;
}
.img_left, .imgleft {
	float: left;
	padding-right:10px;
}
.img_lft {
	float: left;
}

.img_right, .imgright {
	float: right;
	margin-bottom:4px;
	margin-right:10px;
	margin-top:0px;
	padding:0px;
}
.solid_border {
	border: 1px solid #ccc;
	padding:1px;
	margin: 5px;
}
.dashed_border {
	border: 1px dashed #ccc;
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.icon_border {
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.success{
	padding: 10px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
}
.item_btn {
	float:left;
	padding:5px;
	padding-top:0px;
}
.submit_button {
	background:url('images/btn_submit.jpg') no-repeat;
	width:156px;
	height:31px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
	font-weight:bold;
}


.create_header {
	padding:0px;
	margin:3px;
	background-color:#bfe894;
	height:15px;
	padding:3px;
	padding-left:10px;
}
/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/

.menu_options {
	padding: 0px 0px 0px 0px;
	float: right;
	height:36px;
	border:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:2px;
	padding:5px;
	background:#2b618f;
}
.menu_options ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu_options ul li {
	float: left;
	display: inline;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #ccc;*/
	padding: 0px;
	margin: 0px;
}

.menu_options ul li a {
	font-family: Arial, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #999;
	border-left:1px solid #FFF;
	padding-right:5px;
	padding-top:10px;
	height:24px;
	background: #FFF url('images/buttons/btn_bg.gif') repeat-x;
}


.menu_options ul li a.currentpage {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
.menu_options ul li a:hover {
	color:#000;
	background-color: #d1e7fb; /*#89b1df;*/
}
.menu_options_icon {
	float:left;
	padding:5px;
	padding-top:0px;
	position:relative;
	top:-4px;
}

.nav_items {
	background:white; margin:5px; border:1px solid #ccc;
	height:500px;
	overflow-y: auto;
}
.nav_items ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
.nav_items ul li {
	background:#FFFFFF url(images/layout/page_grad.jpg) repeat-x scroll left top;
	border-top:1px solid #ccc;
	border-bottom:1px solid #FFF;
	font-weight:normal;
	padding:4px;
	margin:0px;
	line-height:30px;
}
.nav_items ul li a {
	color: #333;	
}

#notice {
	padding: 10px;
    background-color: #E8FAE1;
    border: 1px solid #063;
    margin: 10px;
	font-weight:bold;
	font-size:14px;
	border-radius:5px;
}


