@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;	
}

body {
	font-size: 62.5%;	
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/bk_seam.png");
	background-repeat: repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 110px;
	background-image: url("images/header.png");
	background-repeat: none;	
}

#topnav {
	height: 30px;
	padding: 15px 0 15px 490px;	
}

#topnav ul {
	
}
/*
#topnav ul li {
	
	display: inline;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 60px;	
}

#topnav ul li a{
	text-align: center;
	display: block;
	float: left;
	width: auto;
	height: 60px;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;	
}

#topnav ul li a:hover {
	color: #FC0;
	text-decoration: underline;	
}
*/
#phome #tagger,
#pservices #tagger{
	background-image: url(images/tagger.png);
	padding: 50px 0 0 0;
}

#tagger {
	width: 960px;
	height: 350px;
	background-image: url(images/tagger_NR.png);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
		
}

#tagline h2{
	padding: 13px 0 0 0;
	font-size: 3em;
	text-align: center;
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
}

#tagger p {
	margin: 0 0 0 200px;
	padding: 40px 0 0 300px;
	font-size: 2em;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	color: #FFF;	
}

#pcontact #tagger img {
	padding: 20px 0 0 103px;
	width: 282px;
	height: 300px;
	float: left;
}

/* --------------- MAIN CONTENT -------------------*/
#main-content {
	width: 960px;
	font-size: 1.2em;	
	line-height: 1.9em;
}

#main-content h3 {
	padding: 15px 40px;
	color: #666;
	font-size: 1.6em;	
}

#main-content p {
	padding: 0 40px;	
}

#main-content p a{
	text-decoration: none;
	font-weight: bold;
	color: #3399cc;	
}

#main-content p a:hover{
	text-decoration: underline;	
}

#main-content hr{
	border-top: dashed 1px;
	border-left: none;
	border-bottom: none;
	border-color: #CCC;
	margin: 10px 30px;
}

#main-content #top-main{
	width: 645px;
	float: left;
}

/* ABOUT MAIN CONTENT */
#pabout #main-content #top-main p{
	margin: 0 0 15px 0;
	font-size: 1.1em;
}



#main-content #breakup-halves {
	padding: 0 15px;	
}
#main-content #first-half{
	float: left;
	width: 215px;
	height: 160px;
	background-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	padding: 10px;
	margin: 25px 45px 25px 25px;
}

#first-half h3{
	font-size: 1.6em;
	padding: 5px 0;
	text-align: center;
	font-family: Arial;
}

#first-half p{
	text-align: center;
	padding: 5px; 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #333;
	
}

#first-half img{
	margin: 15px 0 0 27px;
	border: none;	
}

#first-half img a{
	text-decoration: none;	
}

#pservices #first-half ul{
	padding: 2px 0 0 15px;
	font-weight: bold;
	font-size: 1.8em;	
}

#pservices #first-half ul li{
	padding: 0 0 0 15px;
	list-style: circle;
	font-size: .6em;	
}

#main-content #breakup-halves #second-half ul {
	padding: 10px;
	margin: 25px 0;

}

#main-content #breakup-halves #second-half ul li{
	float: left;
	display: block;
	width: 240px;
	height: 60px;
	background-image: url(images/tan1.png);
	background-repeat: none;
	list-style-type: none;
	font-family: Rockwell, Arial Bold, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	line-height: 75px;
	padding: 0 0 0 30px;
		
}

.dudehuge {
	font-size: 2.8em;	
}

.ts_orange {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF9900;
}

.tss_orange {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;	
}

.ts_blue {
	font-size: 1.4em;
	font-weight: bold;
	color: #3399cc;
}

#othersites {
	margin: 0 30px;
	font-size: 1.6em;	
}

#othersites ul li{
	display: inline;
	text-align: center;	
	margin: 0 15px;
}

/* SOCIAL MEDIA STYLES */

#social32 ul{
	padding: 0 0 0 35px;	
}

#social32 ul li,
#social64 ul li{
	display: inline;
	list-style-type: none;	
}

#social32 ul li a img,
#social64 ul li a img{
	text-decoration: none;
	border: none;	
}

#social32 ul li a:hover,
#social64 ul li a:hover{
	position: relative;
	top: 1px;
	left: 1px;	
}


/* SIDEBAR IN MAIN CONTENT */
#main-content #sidebar {
	width: 315px;
	float: right;
}

#main-content #sidebar h3 {
	margin: 0 auto;
	}

#main-content #sidebar #blog-feed {
	width: 230px;
	height: 160px;
	background-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	margin: 0 auto;
	
} 

#main-content #sidebar #freshies {
	width: 200px;
	background-color: #ffcc33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ff9900;
	margin: 20px auto;
	padding: 15px;
}

#main-content #sidebar #freshies h2{
		
}

#main-content #sidebar #freshies ul li{
	list-style-type: none;
}

#sidebar #freshies ul li a{
			font-size: 1em;
	font-weight: bold;
	color: #3399cc;
}


/* ----------------CONTANT PAGE STYLES ------------------*/

#pcontact #main-content #sidebar ul {
	padding: 5px;	
}

#pcontact #main-content ul li{
	list-style-type: none;	
}

#pcontact br{
	clear: both;
}

#pcontact fieldset{
	padding: 15px;
	border: solid 5px #FF9900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;	
}

#pcontact legend {
    font-size: 1em;
	font-weight: bold;
	color: #3399cc;
}

#pcontact label {
	font-size: 1.2em;	
}
#pcontact input{
	float: right;
	margin: 5px 0;
}

#sidebar #blog-feed h4{
	padding: 7px;
	font-size: 1.6em;		
}

#pcontact select,
#pcontact textarea{
	float: right;
	margin: 2px 0;
}
#blog-feed p{
	padding: 0 14px ;	
}




/* --------------- FOOTER CONTENT -------------------*/
#footer {
	width: 960px;
	height: 60px;
	margin: 10px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	text-align: center;	
	color: #999;
	clear: both;
}	

#footer hr {
	border-top: dashed 1px;
	border-left: none;
	border-bottom: none;
	border-color: #CCC;	
	margin: 0 15px;
}

#footer p {
	margin: 5px 0 0 0;
}

#footer ul#foot_nav li{
	display: inline;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.8em;
}

#footer ul#foot_nav li a{
	padding: 0 3px;	
	color: #999;
}

