@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #5FA960;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/medford-oregon-web-design-cont-bkg.jpg);
} 
.twoColFixLtHdr #header {
	background-color: #D1EFE0;
	background-image: url(images/header-bkg.png);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #60C38A;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 a {      
   text-decoration: none;    
   font-weight: normal; 
}
#sidebar1 a:link {
	color: #166D14;
	font-weight: normal;
}
#sidebar1 a:visited {
	color: #135C11;
}  
#sidebar1 a:hover, #footer a:active, #footer a:focus {
	color: #66CC99;
	font-weight: normal;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #B5E6CD;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #66CC99;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/medford-oregon-web-design-footer-bar.gif);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header-kywrds {
	background-color: #66CC99;
	background-image: url(images/medford-oregon-web-design-kywrd-bkg1.png);
	background-repeat: no-repeat;
	background-position: left;

}
.hdr-kywrds-lft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight: bold;
	color: #003300;
	float: left;
	font-style: italic;
	padding-left: 10px;
}
.hdr-kywrds-rt {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006633;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	width: 150px;
	margin-right: 0px;
	float: none;
	clear: none;
	margin-left: 800px;
}
.header-kywrds-container {

}
#sub-header-kywrds a {
	font-size: 10pt;
	color: #66CC99;
}
#sub-header-kywrds a:link {
	text-decoration: none;
}
#sub-header-kywrds a:visited {
	text-decoration: none;
	color: #66CC99;
}
#sub-header-kywrds a:hover {
	text-decoration: underline;
	color: #66CC99;
}
#sub-header-kywrds a:active {
	text-decoration: none;
	color: #66CC99;
}
.sub-header-kywrds {
	background-image: url(images/medford-oregon-web-design-nav-bar.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #1A7E17;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
#footer a {      
   text-decoration: none;    
   font-weight: normal; 
}
#footer a:link {
	color: #66CC99;
	font-weight: normal;
}
#footer a:visited {
	color: #66CC99;
}  
#footer a:hover, #footer a:active, #footer a:focus {
	color: #66CC99;
	font-weight: normal;
	text-decoration: underline;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #66CC99;
}
.mainContent-p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
}
.footer-text-link {
	color: #1A7C17;
}
.mainContent-h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mainContent-h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}
.sidebar-h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #CCFF99;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #006600;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(images/medford-oregon-web-design-nav-bar.gif);
	border: 1px solid #006600;
}
div#news{
	width: 615px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#news div{
	float: left;
	width: 290px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.text-content-header-h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #003300;
}
.headerContent-h1 {
	font-family: Tahoma;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	margin-top: 0px;
	margin-bottom: 5px;
}
.text-content-header-h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #006600;
}
.header-subnav {
	background-color: #B5E6CD;
	margin-bottom: 0px;
	color: #009933;
	border-bottom-width: 1px;
	background-image: url(images/sub-header-nav-bkg.png);
	background-repeat: repeat-y;
	border-bottom-style: solid;
	border-bottom-color: #A6E1C4;
}
#header-subnav a:link {
	color: #009900;
	font-weight: normal;
}
#header-subnav a:visited {
	color: #009900;
}  
#header-subnav a:hover, #header-subnav a:active, #footer a:focus {
	color: #66CC99;
	font-weight: normal;
	text-decoration: underline;
}
.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 150px;
}
.news-n1 {
	background-color: #FFFF99;
	margin-left: 10px;
	border: 1px solid #FFCC33;
}
.news-n2 {
	background-color: #99FFFF;
	border: 1px solid #00CCFF;
}
.news-n3 {
	background-color: #99FFCC;
	border: 1px solid #009900;
}
.news-n4 {
	background-color: #FF9966;
	border: 1px solid #FF6600;
}
.child-mainContent-img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #078EC7;
	border-bottom-color: #ED561A;
	border-left-color: #009900;
}
.headerContent-h1-logo {
	margin: 0px;
	padding: 0px;
}
.usa-content-div {
	width: 600px;
}
.niche-market {
	background-color: #99FFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 595px;
	padding-left: 10px;
	padding-right: 0px;
	border: 1px solid #009900;
}
.keyword-research {
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 595px;
	padding-left: 10px;
	padding-right: 0px;
	border: 1px solid #FFCC33;
}
.seo-source-code {
	background-color: #FF9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 595px;
	padding-left: 10px;
	padding-right: 0px;
	border: 1px solid #FF6600;
}
.search-engine-submit {
	background-color: #99FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 595px;
	padding-left: 10px;
	padding-right: 0px;
	border: 1px solid #00CCFF;
}
.box-Content-p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.news-n3-img {
	float: left;
}
.textMain-rt-floatimg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.sidebar-privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}
.websites-management-img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3333;
	border-right-color: #FFCC00;
	border-bottom-color: #00CC33;
	border-left-color: #0033FF;
}
