/* CSS Document */
/* ---------------------
   tags
--------------------- */
body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(/images/background.jpg) repeat-x #C4DBE0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p {
	margin:0;
	padding:3px 10px 5px 10px;
}
h1 {
	font-family:"Trebuchet MS","Tahoma", "Lucida Sans", Lucida, Helvetica, Arial,  sans-serif;
	font-size:19px;
	margin:0;
	padding:20px 10px 3px 10px;
	color:black;
	font-weight:normal;
}
h1 a {
	text-decoration:underline;
	color:black;
	font-weight:normal;
}
h2 {
	font-family:"Trebuchet MS", "Tahoma", "Lucida Sans", Lucida, Helvetica, Arial, sans-serif;
	font-size:16px;
	margin:0;
	padding:8px 10px 0 10px;
	color:#1E4B82;
	font-weight:normal;
}
h2 a {
	text-decoration:underline;
	color:#1E4B82;
	font-weight:normal;
}
h3 {
	font-family:"Trebuchet MS", "Tahoma", "Lucida Sans", Lucida, Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:6px 10px 0 10px;
	color:#BB5910;
	font-weight:normal;
}
h3 a {
	text-decoration:underline;
	color:#BB5910;
	font-weight:normal;
}
h4 {
	font-family:"Trebuchet MS", "Tahoma", "Lucida Sans", Lucida, Helvetica, Arial, sans-serif;
	font-size:13px;
	margin:0;
	padding:6px 10px 0 10px;
	color:#1E4B82;
	font-weight:bold;
}
h5 {
	font-family:"Trebuchet MS", "Tahoma", "Lucida Sans", Lucida, Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:4px 10px 0 10px;
	color:#1E4B82;
	font-weight:bold;
}
ul, ol {
	margin:0 5px 0 20px;
	padding:4px 10px;
	list-style-position:outside;
}
a {color:#316A95;
	
}
a:hover {
	color: #BB5910;
	text-decoration:none;
}
/* ---------------------
   structure 
--------------------- */
#wrap{
	width:820px;
	margin:0 auto;
	background:url(/images/frame-shadow.jpg) repeat-y top;
}
#head{
	width:100%;
	height:100px;
	background:url(/images/head-back.jpg) no-repeat top white;
}
#page {
	background:url(/images/content-back.jpg) repeat-y top white;
	clear:both;
	width:800px;
	margin:0 10px;
	text-align:left;
}
#content {
	/*background:url(/images/content-shadow.jpg) repeat-y top left white;*/
	float:right;
	width:75%;
	padding-bottom:10px;
	border-top:1px solid #BB5910;
	text-align:left;
}
#side {
	float:left;
	width:23%;
}
#foot {
	clear:both;
	width:800px;
	margin:0 10px;
	background-color: #BB5910;
	padding-top:10px;
}
#bottom {
	clear:both;
	width:100%;
	height:28px;
	background:url(/images/frame-bottom.jpg) no-repeat;
}
/* ---------------------
   navigation 
--------------------- */
#nav { width:25%; }
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-position:outside;
	font-family:"Trebuchet MS","Tohoma", "Lucida Sans", Lucida, Helvetica, Arial,  sans-serif;
}
#nav li {
	margin:0;
	padding:0;
	
}
#nav a {
	display: block;
	padding: 4px 5px 4px 20px;
	width: 173px;
	color:#BB5910;
	border-bottom: 1px solid #E8C04F;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
#nav a:hover {
	background: url(/images/nav-roll.jpg) repeat-y #BB5910;
	color: #fff;
}
#nav ul ul  { margin: 0; padding:0px;}
#nav ul ul li { margin: 0; }
#nav ul ul a
{
display: block;
padding: 4px 5px 4px 30px;
width: 163px;
color:#BB5910;
background: url(/images/nav-sub.jpg) repeat-y ;
text-decoration: none;
font-weight: normal;
}

#nav ul ul a:hover
{
color: white;
background: url(/images/nav-roll.jpg) repeat-y #BB5910;
text-decoration: none;
}
#nav .onpage {color:#7D3B0A;}
#nav .section {background: url(/images/nav-dot.gif) no-repeat;}
/* ---------------------
   header
--------------------- */
#logo {
	float: left;
	margin: 20px 0px 0px 0px;
	position: relative;
	left: 25px;
	width: 400px;
	background-color: white;
}

#logo a img {
	border: 0px;
}

#logo img {
	float:left;
}

#logo h1{
	float:left;
	padding:20px 0 0 10px;
	font-weight:normal;
	font-size:22px;
	color:black;
}
#contact {
	float:right;
	color:#999999;
	font-size:9px;
	text-align:right;
	margin:20px 20px 0 0;
	background-color:white;
}
#newsletter {
	float:right;
	color:#316A95;
	font-size:10px;
	text-align:right;
	margin:20px 50px 0 0;
	background-color:white;
}

#newsletter2 {
	margin-right:8px;
	margin-left:10px;
	padding-top:-10px;
	padding-bottom:10px;
	width: 300px;
	border: 1px solid #000000;
	float:right;
}
#newsletter3 {
	width: 300px;
	float:left;
}
/* ---------------------
   header images
--------------------- */
#headerimage {
	clear:both;
	width:800px;
	height:100px;
	background-color:white;
}
#headerimage div {
	float:right;
	width:200px;
	height:30px;
}
.default {
	background:url(/images/headers/default.jpg) no-repeat;
}
.web-design {
	background:url(/images/headers/web_design.jpg) no-repeat;
}
.seo {
	background:url(/images/headers/seo.jpg) no-repeat;
}
.about {
	background:url(/images/headers/about.jpg) no-repeat;
}
.marketing {
	background:url(/images/headers/marketing.jpg) no-repeat;
}
.blog {
	background:url(/images/headers/blog.jpg) no-repeat;
}
.hosting {
	background:url(/images/headers/hosting.jpg) no-repeat;
}
.services {
	background:url(/images/headers/services.jpg) no-repeat;
}
.consulting {
	background:url(/images/headers/consulting.jpg) no-repeat;
}
.personality {
	background:url(/images/headers/personality.jpg) no-repeat;
}
.articles {
	background:url(/images/headers/articles.jpg) no-repeat;
}
.contact {
	background:url(/images/headers/contact.jpg) no-repeat;
}
/* ---------------------
   intro
--------------------- */
#rowOne {
	width: 600px;
	height: 35px;
	float: left; 
	background: url(/images/intro-header.jpg) repeat-y top left #BB5910;
}

#rowTwo {
	width: 400px;
	height: 29px;
	float: left; 
	background: url(/images/intro-header.jpg) repeat-y top left #BB5910;
}

#rowOne div {
	float: left; 
	padding: 8px 0px 0px 0px;
	width: 200px;
}

#rowOne h1 {	
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
}

#rowTwo div {
	float: left; 
	width: 200px;
}

#rowTwo h1 {	
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
}

#quoteForm {
	padding: 5px;
	background-image: url(../images/quoteForm.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #1C3599;
	border-bottom: solid 2px #BF6417;
}

#introThree #quoteForm form input.btnHomeSubmit {
	background-image: url(../images/btnHomeSubmit.jpg);
	border: 0px; 
	width: 57px; 
	height: 23px;
}

#introTwo {
	border-left: 1px dotted #BB5910;
}

#introThree {
	width: 200px; 
	float: right;
}

#introFive {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #39739C;
	text-align: center;
	line-height: 18px;
	height: 10px;
	border-left: 1px dotted #BB5910;
	float: left; 
	width: 199px;
	min-height: 100px;
	height: 100px; !important
	height: auto;
	padding-bottom: 5px;
}

#seoengContainerNew {
	margin: 0px; 
	margin-bottom: -5px; 
	padding: 0px 0px 6px 0px; 
	width: 600px; 
	background-image: url(../images/seoengBgNew.jpg); 
	background-position: bottom right; 
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #26357E; 
	font-weight: bold;
}

#seoengContainerNew p {
	margin-top: 10px; 
	float: left;
}

#seoengSearchNew {
	position: relative;
	left: -10px;
	margin: 0px 0px 5px 0px;
	padding: 7px 0px 7px 35px;
	width: 350px;
	background-color: #FFFFFF;
	background-image: url(/images/search-engine-optimization-engine-mini.gif);
	background-repeat: no-repeat;
	float: right;
	border: solid 1px #696D31;
}

.seoengTextFieldNew {
	border-width: 1px;
	border-color: #666600;
	border-style: solid;
}








#intro {
	width:600px;
	float:right;
	background: url(/images/intro-shadow.jpg) repeat-y top left #FFFFDD;
	margin-bottom:10px;
	padding:0;
}
.introhead {
	float:left; 
	width:600px;
	background: url(/images/intro-header.jpg) repeat-y top left #BB5910;
}
.introhead div {
	float:left; 
	width:200px;
}
.introhead h1 {	
	font-size:13px;
	color:white;
	text-align:center;
	padding:10px 0;
}	
.introhead img {	
	margin:0;
	padding:0;
}	
.intros {
	color:#7D3B0A;
	float:left; 
	width:199px;
	min-height:140px;
	padding-bottom:5px;
}
#intro .intros p {	
	padding:3px 8px 3px 12px;
	margin:0;
}	
.more a {
	background: url(/images/dwaButton.gif) no-repeat right;
	padding:10px 25px 10px 0;
	text-transform:uppercase;
	font-size:10px;
	color:#316A95;
}
.more a:hover {
	background: url(/images/dwaButtonHit.gif) no-repeat right;
}
/* ---------------------
   content
--------------------- */
#redbar {
	background: url(/images/content-grad.jpg) repeat-y top left #BB5910;
	width:100%;
	height:20px;
}
#content p, h1, h2, h3, h4, ol, ul {
	padding-left:20px;
	padding-right:20px;
}
#content h5 {
	text-align:center;
	text-decoration:none;
	font-size:20px;
	color:#000000;
	}
#content hb {
	padding-top:-30px;
	text-align:left;
	font-size:15px;
	color:#000000;
	}
#content li {
	padding:1px 0;
}
#domains {
	background-color:#FFFFDD;
	border:1px solid #BB5910;
	width:225px;
	float:right;
	margin:5px 10px;
	padding:5px 0;
}
#domains h3 {
	color: #BB5910;
	font-size:15px;
}
#domains form {
	margin:0;
	padding:5px 5px 5px 10px;
}
#domains select, input {
	margin:0;
	padding:2px;
}
#rightPanel {
	margin-top:7px;
	margin-right:8px;
	margin-left:20px;
	width: 200px;
	float:right;
	}
	
.rightPanel {
	margin-top:7px;
	margin-right:8px;
	margin-left:20px;
	width: 200px;
	float:right;
	}
	
.schedules {
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 20px;
	width: 200px;
	background-color: #DBE6E8;
	border: 1px solid #6699FF;
	float: right;
	}
	
#schedule {
	margin-top:20px;
	margin-right:8px;
	width: 200px;
	background-color: #DBE6E8;
	border: 1px solid #6699FF;
	float:right;
	}
.schedule {
	margin-top:10px;
	color:#FFFFFF;
	text-align:center;
	}
.round_btn {
    /* This part hides the original button. */
    background-color: transparent;
    border: 0px;
    padding: 0px;
    overflow: hidden;
    /* This part defines its new look. */
    background-image: url(/images/dwaButton.gif);
    background-position: center center;
    background-repeat: no-repeat;   
    width: 30px;
    height: 20px;
    max-width: 30px;
    max-height: 20px;
	cursor:pointer;
}
.yellowbox {
	color:#7D3B0A; 
	background-color:#FFFFDD;
	border:1px solid #BB5910;
	width:225px;
	float:right;
	margin:5px 10px;
	padding:5px 0;
}
.yellowbox ul {
	font-size:10px;
	margin-left: 15px;
	padding:3px 5px;
	line-height:14px;
}
.yellowbox a {
	color:#7D3B0A; 
}
.red {
	color:#BB5910;
	font-weight:bold;
}
.staff {
	clear:both; 
	padding:10px 5px 10px 0;
}
.staff img {
	float:left;
	margin:0 20px 5px 20px;
	border:1px solid #BB5910;
}
.staff h3 {
	background: url(/images/staff-grad.jpg) repeat-y top left;
	margin:0 0 5px 20px;
	padding: 5px 0 5px 0;
}
.article_foot {
	font-size:10px;
	clear:both; 
	border:1px solid #1E4B82; 
	margin:10px 10px 0 10px; 
	padding:5px;
	background-color:#EEF5F2; 
}

#domainLogin {
	margin-top: -18px; 
	margin-right: 30px;
}
/* ---------------------
   side bar
--------------------- */
#tip {
	width:200px;
	border-top:1px solid #BB5910;
}
#tip h2 {
	background-color:#BB5910;
	color:white;
	font-size:13px;
	padding:5px 10px;
}
#tip h3 {
	padding: 10px 10px 0 10px;
	font-size:12px;
}
#tip p{
	color:#7D3B0A;
	padding: 3px 10px;
	font-size:10px;
	line-height:14px;
}
.pic {
	border-top:1px solid #BB5910;
	border-bottom:1px solid #BB5910;
}

/* ---------------------
   foot
--------------------- */
#foot p {
	color:#F3E18C;
	line-height:16px;
	font-size:10px;
	padding:4px 20px;
}
#foot a {
	color:#F3E18C;
	padding:2px;
	text-decoration:underline;
}
#foot a:hover {
	color:#F3E18C;
	background-color:#7D3B0A;
	text-decoration:none;
}

/* ---------------------
   form
--------------------- */

#contact_form {margin:20px;}

#contact_form label {
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display:block;
	color:black;
}
#contact_form submit {
	margin-left: 4.5em;
}
.button {
	color: white;
	background-color:#BB5910;
	border: 2px outset #BB5910;
}
#contact_form input {

	color: #000;
	border: 1px outset #516A89;
}
#contact_form textarea {
	color: #000;
	border: 1px outset #516A89;
}
#contact_form fieldset {
	width: 90%;
	border: 1px solid #BB5910;
	background-color:#FFFFDD;
}
#contact_form legend {
margin-left:20px;
	padding: 5px;
	color:#BB5910;
	font-size:14px;
}  


/**PORTFOLIO LAYOUT CLASSES**/

.searchBox01 {background-image:url(http://www.portlandwebnet.com/images/portfolio-searchbox01.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 202px;
	height: 128px;
	text-align: left;
	vertical-align: top;
}

.searchBox02 {background-image:url(http://www.portlandwebnet.com/images/portfolio-searchbox02.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 374px;
	height: 158px;
	text-align: left;
	vertical-align: top;
	padding-top: 14px;
}

.keywordSearch {height: 50px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0059ab;
	padding-left: 15px;
}

.keywordSearchSml {height: 50px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0059ab;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	
}

.keywordSearchSml a {font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#9f2857;
	text-decoration: none;
}

.keywordSearchSml a:hover {
	color:#eb4e25;
	text-decoration: none;
	
}

.searchBoxTitle {background-color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0059ab;
	margin-left: 15px;
}

.searchBoxContent {padding: 15px 0px 0px 10px;
	line-height: 18px;
	
}


.searchBoxContent  a {
	color:#9f2857;
	text-decoration: none;
	
}

.searchBoxContent  a:hover {
	color:#eb4e25;
	text-decoration: none;
	
}

.portfolioDivider {padding: 5px 0px 5px 0px;
}

.contentDivider {margin: 5px 0px 10px 0px;
	text-align: center;
}

div.moreBtn {text-align: right;
	padding: 0px;
	margin: -5px 20px -10px 0px;
}
	

.detailsBtn {float: right;
	margin: 5px 0px 0px 0px;
}


.portfolioHd {background-image:url(/images/portfolio-hd-bg.gif);
	background-repeat:no-repeat;
	background-color: #ffb02a;
	width: 580px;
	height: 30px;
	text-align: left;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	text-indent: 10px;
	margin-top: 20px;
	
}

.portfolioThmb {background-image: url(http://www.portlandwebnet.com/images/portfolio-thmbg.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 112px;
	padding: 6px 0px 0px 5px;
}

.portfolioShortInfo {
	height: 112px;
	width: 555px;
	float: right;
	color: #657177;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 12px 60px 13px 0px;
}

.portfolioShortInfo a {color: #0059ab;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.portfolioShortInfo a:hover {color: #007cbe;
	text-decoration: none;
}

.shortInfoTitle {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	font-size: 13px;
	
}

.resultsTitle {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #ff9b0c;
	padding-left: 10px;
}
.resultsTitleSub {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffaa13;
}

.gentext {
	color: #5e727b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imgspace {
	padding-right:20px;
	padding-left:15px;
} 

.int_img {
	margin: 10px;
	margin-left: 20px;
	float: left;
}

#seoengContainer {
	margin: 0px; 
	margin-bottom: -5px; 
	margin-top: 200px;
	padding: 0px; 
	width: 600px; 
	height: 67px; 
	background-image: url(../images/seoengBg.jpg); 
	background-position: right; 
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #26357E; 
	font-weight: bold;
}

#seoengContainer p {
	margin-top: 10px; 
	float: left;
}

#seoengSearch {
	margin: 0px;
	margin-right: 16px;
	margin-top: 15px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 40px;
	width: 260px;
	height: 25px;
	background-image: url(/images/search-engine-optimization-engine-mini.gif);
	background-repeat: no-repeat;
	float: right; 
}

.seoengTextField {
	border-width: 1px;
	border-color: #666600;
	border-style: solid;
}