﻿/*
Property of User Friendly PC, Reno NV
http://www.userfriendlypc.net
Copyright © 1999-2011 User Friendly PC
All Rights Reserved
Webmaster: Stephen P. Wilbanks
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #915417;
}

#container {
	position: relative;
	min-height: 650px;
	min-width: 980px;
	width: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #F95100;
	padding: 4px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
}

h4 {
	font-size: 12px;
	color: #000000;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.indented {
   padding-left: 10pt;
}

a {
	color: #0033ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; color: #F95100;
}

/* classed link styles for navigation area */
a.nav {color: white; text-decoration: none;}
a.nav:link {color: #ffffff;}
a.nav:hover {color: #F95100;}

#topbanner {
	color: #ffffff;
	background-color: #CA0000;
	height: 18px;
	margin: auto;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
}

#banner {
	color: #ffffff;
	background-color: #CA0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: none;
}

#header {
	height: 140px;
	margin: auto;
	width: 100%;
	background: url(http://www.userfriendlypc.net/images/header1.png) repeat-x;
}

#logo span {
	position: absolute;
	left: 15px;
	top: 25px;
	z-index: 1;
	width: 199px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background: url(http://www.userfriendlypc.net/images/ufpclogo9.png) no-repeat;
}

#phone span {
	position: absolute;
	right: 6px;
	top: 20px;
	z-index: 1;
	width: 216px;
	height: 144px;
	margin: 0px;
	padding: 0px;
	background: url(http://www.userfriendlypc.net/images/ufpcphone9.png) no-repeat;
}

#servicesbanner {
	width: 420px;
	height: 128px;
	position: relative; text-align: center; top: 7px; padding: 0px 0px 0px 0px;
	background-image: url(http://www.userfriendlypc.net/images/testimonialwall1.png); 
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#servicesbanner img {
	position: absolute; left: 0px; top: -5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 1px;
	border: 0px;
}

#top_nav {
	background-color: #2F0000;
	width: 100%;
	height: 32px;
	margin: 0px;
	border-bottom: 4px solid #FFFF00;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top_nav li {
	display: inline;
	text-align: center;
}

#top_nav a {
	float: left;
	padding: 9px 15px 0px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #D8D8D8;
}

#top_nav a:hover {
	color: #FF6600;
	font-style: italic;
}

#page_content {
	background-color: #FFF8F0;
	margin-right: 220px;
	margin-left: 220px;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
}

/*Left Side of the Page*/
#left_col {
	height: 80%;
	width: 200px;
	left: 0px;
	position: absolute;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#links {
	float: left;
	width: 180px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 2px solid #ffffff;
}

#links ul li {
	position: relative;
}
	
#links li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#links ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #773C00;
	padding: 5px;
	border: 2px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	font: bold 12px verdana;
	text-align: center;
}

#links li a:hover {
	text-decoration: underline;  
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Expanding Menu */		
#links li:hover ul { display: block;
}

#security_advisor {
	float: left;
	width: 200px;
	margin-top: 10px;
	font: 12px verdana;
	text-align: justify;
	color: #ffffff;	
}

#security_advisor a:hover {
	text-decoration: underline;  
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}
/*End Left Side*/

/*Right Side of the Page*/
#right_col {
	height: 80%;
	width: 200px;
	right: 0px;
	top: 198px;
	position: absolute;
	float: right;
	padding: 0px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

/*Social Networking Links*/
#soclinks {
	float: left;
	width: 180px;
}

#soclinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	width: 200px; /* Width of Menu Items */
}

#soclinks ul li {
	position: relative;
}
	
/* Styles for Menu Items */
#soclinks ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	padding: 8px 5px;
	font: bold 14px verdana;
	text-align: left;
	vertical-align: super;
}

#soclinks li a:hover {
	text-decoration: underline;  
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}
/*End Social Networking Links*/

#rlinks {
	float: left;
	width: 180px;
}

#rlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 2px solid #ffffff;
}

#rlinks ul li {
	position: relative;
}
	
#rlinks li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#rlinks ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #773C00;
	padding: 5px;
	border: 2px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	font: bold 12px verdana;
	text-align: center;
}

#rlinks li a:hover {
	text-decoration: underline;  
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
#rlinks li:hover ul { display: block; } /* Expanding Menu */

#newsticker {
	width: 185px;
	border: 0px solid #773C00;
	padding: 5px;
	position: absolute;
	right: 8px;
	top: 50px;
	z-index: 1;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
}

#newsticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: transparent;
}

#newsticker a{
	font-weight: normal;
	font-size: 12px;
}
/*End Right Side*/

#footer {
	background-color: #FFF8F0;
	width: 100%;
	margin: auto;
	padding: 5px 0px 5px 0px;
	clear: both;
	float: left;
	line-height: 1.5em;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	border-top: 1px solid #915417;
}

