/*******************Style and programing done by Brian Kitching :: Oregon Publishing, Step Beyond Design. http://www.oregonpublishing.com**********/

/********************************Main Container*******************/
html, body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 16px;
}

.mainContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#preload { display: none; }
#list { font-size: 13px; line-height: 1.4em }

h1 {
color:#FFFFFF;
background-color:#000000;
}
/********************************Header*******************/

.HeadBox {
	text-align: left;
	float: left;
	height: 187px;
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-attachment: scroll;
	background-image: url(images/header-pic.jpg);
	background-repeat: no-repeat;
	
}
.HeadAds {
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

.Logo {
	float:left;
	width:352px;
	height:187px;
}

.HeadNav {
	float: left;
	height: 1px;
	width: 958px;
	background-color:#000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
/******************************Nav Bar**********************/
.menu { position:relative;  height:30px; width:958px; }
.menu ul { list-style:none; z-index:100; position:absolute; z-index:1000; padding:0 px; margin: 0px; height:30px; }
.menu li { float:left;	margin: auto;	padding: 0;	width: 130px;	height: 30px;	text-align:center; }
.menu a, .menu a:active, .menu a:visited { text-decoration:none; color:#FFFFFF; font-family:Verdana, sans-serif; font-size:12px;	font-weight: bold; padding:10px; }
.menu a:hover { color:#000000}
#slide { position:absolute; bottom:0; height:30px; background:url(images/nav-on.gif) no-repeat; z-index:100; }

/
ul#navlinks  {
	list-style: none;
	margin: 0px;
	padding: 0;
	height: 30px;
}
	
ul#navlinks li {
	display: inline;
	float: left;
	margin: auto;
	padding:0 25px;
	text-align:center;
}
	
ul#navlinks a {
	color: #FFFFFF;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
	
ul#navlinks a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
		
ul#navlinks a:hover {
	padding-bottom: 10px;
	color: #000000;
	background-image: url(images/nav-on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

			body#home ul#navlinks li a.home,
		    body#domains ul#navlinks li a.domains,
		    body#services ul#navlinks li a.services,
		    body#quote ul#navlinks li a.quote,
			body#contact ul#navlinks li a.contact,
			body#newsletter ul#navlinks li a.newsletter,
		    body#policy ul#navlinks li a.policy {
			padding-bottom: 10px;
			color: #000000;
			background-image: url(images/nav-on.gif);
			background-repeat: no-repeat;
			background-position: center bottom;
		}
		
/********************************Content*******************/
.ContentBox {
	width: 960px;
	float: left;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-y;
}


.ContentLeft {
	border-right: 1px dashed #666666;
	float: left;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	width: 230px;
}

.ContentText {
	padding: 5px 10px 0px 5px;
}

.ContentRight {
	width: 336px;
	float: right;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

#HomeImageLeft {
	margin-top: 45px;
}

.tooltip{
	width: 200px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}
/*******************************Homepage*******************/
.HomeBox {
	width: 940px;
	float: left;
	background-image: url(images/bg-home.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
#HomeLinks { float:right; width: 465px;}
#ArticleLinks1 {float:left; width:185px; clear:both; padding:3px; }
#ArticleLinks2 { float:left; width: 185px; padding:3px; }
#HomeBanners { clear:both; margin: 35px; padding-top: 25px;}


/********************************ToolTip Bubble*******************/
.tooltip span.top{
	padding: 30px 8px 0;
    background: url(images/bt.gif) no-repeat top
}

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #548912;
    background: url(images/bt.gif) no-repeat bottom
}

/********************************Boxes - Elements -Other in site containers - Elements *******************/
.ImageBoarderPad {
	padding: 2px;
	border: 1px solid #000000;
}

.BlackboxTop {
	width: 450px;
	height: 5px;
	background-image: url(images/bg-boxtop-blk.gif);
}

.BlackboxBottom {
	width: 450px;
	height: 5px;
	background-image: url(images/bg-boxbottom-blk.gif);
}

.Blackbox {
	background-color:#000000;
	color: #FFFFFF;
	font-weight:bold;
	width: 450px;
	text-align:center;
	vertical-align: top;
}

.GrayboxTop {
	width: 450px;
	height: 5px;
	background-image: url(images/bg-boxtop-gray.gif);
}

.GrayboxBottom {
	width: 450px;
	height: 5px;
	background-image: url(images/bg-boxbottom-gray.gif);
}

.Graybox {
	background-color:#999999;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 430px;
}

.NewsletterForm {
	width: 370px;
	height: 100px;
	margin-top: 20px;
	float: left;
	text-align: right;
}

.TopBar {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	height:15px;
}

.testimonial {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:5px 5px 0;
	padding:5px;
	width:98%;
}
/*/////////////////////////////////////////Names Set*/
.DomainLinks1 {
	width: 175px;
	float: left;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.DomainLinks2 {
	width: 175px;
	float: left;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#DomainBox {
	text-align: left;
	float: left;
	margin: 10px 15px;
	width: 930px;
}

.LeaseNames {
	width: 200px;
	text-align: center;
	background-image: url(images/bg-name-lease.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
}

.BigBlackboxTop {
	width: 930px;
	height: 20px;
	background-image: url(images/big-blk-top.gif);
}

.BigBlackboxBottom {
	width: 930px;
	height: 18px;
	background-image: url(images/big-blk-bottom.gif);
}

.BigBlackbox {
	background-color:#000000;
	color: #FFFFFF;
	font-weight:bold;
	width: 930px;
	height: 165px;
}

.names1 {
	width: 175px;
	float: left;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.names2 {
	width: 175px;
	float: left;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.names3 {
	width: 175px;
	float: left;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.names4 {
	width: 175px;
	float: left;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
/********************************Footer*******************/
.Footer {
	width: 958px;
	height: 190px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	float: left;
}


#copyright {
	margin-top: 30px;
	text-align: center;
	font: normal 12px Arial, sans-serif;
}


/******************************Domains************************/
#DomainAquire {
	background-image:url(images/domain-blkbox.gif);
	height: 37px;
	width: 434px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height: 1em;
}
/******************************Contact************************/
#ContactInput {
	width: 390px;
	text-align:right;
}

#twitterme {
	float:right;
}	
/*****************************Request Quote Form**************/
.RequestQuoteForm{
padding: 20px 0px 0px 80px;
width: 800px; 
text-align:left;
}

form fieldset{
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	display:block;
	padding: 0px 5px 5px 5px;
	margin-bottom: 15px;
}

form fieldset legend{	
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	padding:2px 5px;
	margin: 0px 0px 5px 0px;
	position:relative;
	top: -12px;
	
}

.selectbox{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
overflow: hidden;
background-color:#CCCCCC;
}	 

.contactinfo{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
overflow: hidden;
background-color:#CCCCCC;
}


.collect { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
overflow: hidden;
padding: 5px;
margin:10px;
}

.label{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 135px; /*width of label (left column)*/
text-transform: capitalize;
font-family:Arial, Helvetica, sans-serif 12px;
border-bottom: 1px dotted black;
}
.thefieldcollect{ /* wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-left: 15px;
}

.thefield{ /* wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
}
.thefieldright{ /* 2nd side wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

.theinputfield[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

.textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

.buttonswrap{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
padding: 5px 0px 0px 165px;
}

.buttonsinput{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}

/*//////////////////////////Marketing///*/
.tableNetwork {
float: left;
padding:5px 15px;
width: 550px;
}

.dataNetwork {
border-top: 1px solid #000000;
padding: 10px 0;
clear: both;
}
.networkImage {
float:left;
}

#linkbox {
padding: 5px;
float: left;
width:180px;
vertical-align: top;
color: #000000;
text-align:left;
}

.L1 {
color: #FFFFFF;
border: solid #000000 1px;
background-color:#666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

#Adcolum {
	float: right;
	width: 140px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}

.ArticleText {
	float: left;
	padding:5px;
	width: 590px;
}

.articleads {
	float: right;
	padding:5px;
	width: 336px;
}

.ArticleH1 {
color:#FFFFFF;
background-color:#0000FF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
text-align:center;
}

/***************************Bank Pages*************************/
.BankText {
	float: left;
	padding: 5px;
	width: 590px;
}

.BankH1 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
text-align:center;
}

#banklogo {
background-color:#FFFFFF;
text-align:center;
}

.BankContentLeft {
	border-right: 1px dashed #666666;
	float: left;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	width: 230px;
}

.BankContentRight {
	width: 336px;
	float: left;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

#cgbText {
padding: 10px;
}
/********************************Links ***********************/
a.ublack:link {color: #000000; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.ublack:visited {color: #000000; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.ublack:hover {color: #cccccc; background-color:#000000; text-decoration: none; font: normal 12px Arial, sans-serif;}

a.blackwhite:link {color: #FFFFFF; background-color:#000000; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.blackwhite:visited {color: #FFFFFF; background-color:#000000; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.blackwhite:hover {color: #000000; background-color:#FFFFFF; text-decoration: none; font: normal 12px Arial, sans-serif;}

a.ContentLink:link {color: #000000; text-decoration: underline; font: normal 16px "Times New Roman", Times, serif;}
a.ContentLink:visited {color: #000000; text-decoration: underline; font: normal 16px "Times New Roman", Times, serif;}
a.ContentLink:hover {color: #0000FF; text-decoration: none; font: normal 16px "Times New Roman", Times, serif;}

a.nameL:link {color: #ffffff; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.nameL:visited {color: #ffffff; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.nameL:hover {color: #cccccc; text-decoration: none; font: normal 12px Arial, sans-serif;}

a.cross-link:link {color: #000000; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.cross-link:visited {color: #000000; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.cross-link:hover {color: #cccccc; background-color:#000000; text-decoration: none; font: normal 12px Arial, sans-serif;}

a.grayboxlink:link {color: #FFFFFF; text-decoration: underline; font: bold}
a.grayboxlink:visited {color: #FFFFFF; text-decoration: underline; font: bold}
a.grayboxlink:hover {color: #000000; background-color:#FFFFFF; text-decoration: none; font: bold;}

a.navboxlink:link {color: #0000FF; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.navboxlink:visited {color: #0000FF; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.navboxlink:hover {color: #000000; text-decoration: underline; font: normal 12px Arial, sans-serif;}

a.navText:link {color: #0000FF; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.navText:visited {color: #0000FF; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.navText:hover {color: #000000; text-decoration: underline; font: normal 12px Arial, sans-serif;}


.LeaseText {color: #FFFFFF; font:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}
