/*************************************************************************

Author: Stephen Saugestad
Development by : Nine Mile Studio
Last updated: 6/13/05

*************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 19px;
}

body a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

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

a img{
   border : none;
}

/* IE inherit font size in tables */

table {
	font-size: 1.0em;
}

/* tag defs */

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

textArea {
	border: 1px solid #ccc;
	color: #000;
	background-color: #EAEAEA;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	border: 1px solid #ccc;
	background-color: #EAEAEA;
	color: #000;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-size: 9px;
	font-weight: bold;
	color: #FF9900;
}

h3 {
	font-size: 9px;
	font-weight: bold;
	color: #CCC;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 9px;
	font-weight: bold;
	color: #7E7E7E;
}


h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 9px;
	font-weight: bold;
	color: #7E7E7E;
	margin: 0;
	padding: 0;
}

h1.clear {
	display:none;
}

acronym {
	border-bottom: 1px #999 dotted; 
	cursor:help; 
	font-style:normal
}

/* Use as class because of the unwanted borders */

.input {
	border: 1px solid #ccc;
	color: #000;
	background-color: #EAEAEA;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Clearing hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* Main styles */
	
#wrap {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

#top {
	background: url(../images/p3top.gif) no-repeat;
	height: 90px;
	width: 700px;
}

#middle {
	background: url(../images/p3mid.gif) repeat-y;
	width: 700px;
	margin: 0;
}

.content {
	font-size:11px;
}

.content a:link, .content a:visited, .content a:active {
	color: #FF9900;
	text-decoration: none;
}

.content a:hover {

	color: #996600;
}

.contentWide a:link, .contentWide a:visited, .contentWide a:active {
	color: #FF9900;
	text-decoration: none;
}

.contentWide a:hover {
	color: #996600;
}

.content ol{
		list-style-type:lower-alpha;
}

.content li {
	line-height: 16px;
	list-style-type:lower-alpha;
	ackground: url(../images/bullet1.gif) no-repeat 2px 6px;
	padding-left: 12px;
	padding-bottom: 4px;
}

.orange li {
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 0% 50%;
}

#bottom {
	background: url(../images/p3foot.gif) no-repeat;
	height: 79px;
	width: 700px;
	margin: 0;
}

#banner {

        height: 251px;
		width: 700px;
		padding-left: 50px;

}

#banner_small {
        height: 200px;
		width: 700px;
		padding-left: 50px;
}

#nav li {
	list-style:none;
	display: inline;
	margin-right: 5px;
}

#nav {
	width: 400px;
	float:right;
	margin-top: 61px;
	margin-right: 0px;
}

#nav a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#nav li a span {
	border:solid 1px #ccc;
	padding:4px;
	line-height:22px;
}

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

#nav a.selected {
        color: #FF9900;;

}

#feature {
	width: 130px;
	border-right: 1px solid #E1E1E1;
	padding-right: 10px;
	padding-left: 25px;
	color: #999;
	float: left;
	font-size: 9px;
}

#sampleFeature {
	width: 130px;
	border-right: 1px solid #E1E1E1;
	padding-right: 10px;
	color: #999;
	float: left;
	font-size: 9px;
}

/* IE */
#feature {margin-left:14px;}
/* MOZ */
html>body #feature {margin: 0px 0px 0px 26px;}

.content {
	width: 450px;
	margin-left: 200px;
	text-align: justify;
}

.contentWide {
	width: 550px;
	margin-left: 82px;
	text-align: justify;
	padding-bottom: 30px;
}

.contentPopup {
	width: 450px;
	padding-left: 10px;
	padding-right: 20px;
}

.contentPopup li {
	line-height: 16px;
	background: url(../images/bullet1.gif) no-repeat 2px 6px;
	padding-left: 12px;
	padding-bottom: 4px;
}



#feature li {
	margin-top: 4px;
	margin-bottom: 4px;
}

#feature a:link, #feature a:visited, #feature a:active {
	text-decoration: none;
}

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

#feature a.selected {
        color: #FF9900;
        text-decoration: none;
}

.subNav {
	width: 110px;
	text-decoration: none;
	background: url(../images/bg_nav.jpg) no-repeat;
	padding-bottom: 20px;
} 

.subNav ul {
	margin: 0;
	padding: 0;
} 

.subNav h3 a {
	text-decoration:none;
	}

.subNav a:link, .subNav a:visited, .subNav a:active {
	line-height: 22px;
	text-decoration: none;
	color: #999;
}

.subNav a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.subNav ul li {
	background: url(../images/arrow.gif) no-repeat 0px 8px;
	padding-left: 12px;
}

#breadcrumbs {
	margin-right:30px;
	float: right;
	width: 580px;
	height:30px;
	text-align: right;
	color: #ccc;
}

#breadcrumbs a {
	color: #ccc;
}

#breadcrumbs a:hover {
	color: #FF9900;
}

#breadcrumbs > li:first-child {
	background:none;
}

#breadcrumbs li {
	display: inline;
	padding-left: 1px;
	list-style-type: none;
}

.right {
	float: right;
	margin-right: 160px;
	padding-bottom: 10px;
}

.phoneList li {
	display:inline;
	padding-right:20px;
	width: 160px;
	margin-left:0;
}

.quote {
	background-image: url(../images/quotes.gif);
	float: left;
	padding-bottom: 20px;
	padding-left: 60px;
	background-repeat: no-repeat;
	padding-top: 16px;
}

.closeLink {
	text-align: center;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	margin-top: 20px;
}

.cell {
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
}

.green {
	color: #006600;
	font-weight: bold;
}

.sitemap {
	padding-left: 30px;
}

.clientLogin {
	padding-left:14px;
}

.portfolioImg {
	float: left;
	width: 156px;
	padding-right: 6px;
}

.sample {
	padding-bottom: 16px;
	width: 400px;
	float: left;
}

.popupTitle {
	float: right;
	padding-right: 30px;
	color: #FF9900;
	font-weight: bold;
	font-size: 9px;
	padding-top: 26px;
}

.break {
	width: 100%;
	border-top: 1px dotted #ccc;
}

.resources {
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #ccc;
}

.partnerLogos {
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #E5E5E5;
}

.expand {
	padding-top: 10px;
	padding-bottom: 10px;
}

.note {
	padding: 6px;
	border: 1px solid #ccc;
	font-size: 9px;
	background-color: #F4F2F0;
	color: #999;
	margin-top: 6px;
	margin-bottom: 6px;
}

.map {
	background: url(../images/icon_world.gif) no-repeat 0px 1px;
	padding-left: 18px;
	padding-bottom:2px;
	padding-top:2px;
}

/* portfolio stuff */

.sampleSites {
	list-style-type: none;
	margin:0;
	padding:0;
}

.sampleSites li	{
	float: left;
	display: inline;
	width:80px;
	height: 86px;
	background: url(none);
}

.sampleSitesMain li	{
	float: left;
	display: inline;
	width:50px;
	height: 40px;
	background: url(none);
}

.sampleSites li a, .sampleSitesMain li a {
	text-decoration: none;
	color: #A5A5A5;
}

.sampleSites li img, .sampleSitesMain li img	{
	border: 1px solid #ccc;
	background-color: #fff;
}

.sampleSites li a:hover img, .sampleSitesMain li a:hover img {
	border: 1px solid #FF9900;
}

#clients {
	width: 400px;
	float: left;
}

#clientsMain {
	width: 110px;
	padding-left:20px;
	padding-bottom: 20px;
}

.description li {
	background: url(../images/bullet_arrow.gif) no-repeat 0px 5px;
	padding-left: 12px;
	height: 12px;
}

/* fix for the peekaboo bug on projects page */

.projects {
	float: left;
}

.homeForm li {
	display: inline;
	background-image: none;
}

/* platinum logo page */

#platinum {
	text-align:center;
}

#platinum img {
	border:solid 1px #ccc;
	text-align:center;
}

.image-text{
	font-size:10px;
}

.TXT-Red {
	color:#CC0000;
}
