﻿/*\
*** This style sheet holds the global styles for the Web Pyro website.
\*/

/*--Tags--*/
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, html {
	background: rgb(94, 94, 94);
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  rgb(255, 249, 232);
	z-index: 1;
}

img {
	border: none;
}
a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{
	color: rgb(200, 200, 200);
}
h4{
	font-size: 14px;
	font-weight: bold;
}
h5{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

/*--Header stuff--*/
.mastheadBackground{
	margin-top: 8px;
	margin-left: 0px;
	width: 100%;
	height: 61px;
	background: url('images/clip-MastHeadBackground.jpg') repeat-x top left;
	z-index: 2;
}
.mastheadContainer{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	z-index: 3;
}
.logo-WebPyro{
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	z-index: 4;
}
.tagLine{
	float: left;
	margin-top: 38px;
	margin-left: -25px;
}
.button-ClientLogIn{
	float: right;
	margin-right: 70px;
	color:  #FFFFFF;
	z-index: 4;
}
.text-ClientLogIn{
	margin-top: -29px;
	margin-left: 22px;
	font-size: 16px;
	font-weight: bold;
	color:  #FFFFFF;
	z-index: 5;
}
.profile {
	display: block;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 644px;
}
.picColumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 135px;
	height: 150px;
}
.officialPic {
	
}
.textColumn {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.profile h2 {
	float: left;
	margin: 0px 0px 15px 0px;
}
.officialTitle {
	float: left;
	margin: 6px 0px 15px 15px;
	font: normal normal normal 8px 50% Arial, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.officialBio {
	display: inline;
}
.clearIt {
	height: 10px;
	clear: both;
}
.text-ClientLogIn a.hover{
	rgb: (147, 20, 18);
	}

/*--Navigation stuff. Some of this was based loosely on a tutorial found at projectVII.com.--*/
.navigationBackground{
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 49px;
	background: url('images/clip-NavigationBackground.jpg') repeat-x top left;
	z-index: 2;
}
.navigationContainer{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	width: 1024px;
	z-index: 3;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navigation {
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 10;
}
#navigation ul {
	padding: 0;
	margin-left: 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 10;
}
#navigation a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	color: #333333;
}
#navigation a.trigger {
	padding: 5px 21px 5px 15px;
	background-image: url('images/icon-DownArrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}
#navigation a.notTrigger {
	font-weight: bold;
}
#navigation li {
	float: left;
	width: 10em;
}
#navigation li ul, #navigation ul li  {
	width: 10em;
}
#navigation ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#navigation li ul {
	position: absolute;
	display: none;
	background-color: rgb(94, 94, 94);
	border-top: 1px solid #FFFFFF;
}
#navigation li:hover a, #navigation a:focus,
#navigation a:active, #navigation li.navigationHover a {
	color: rgb(147, 20, 18);
}
#navigation li:hover ul, #navigation li.navigationHover ul {
	display: block;
}
#navigation li:hover ul a, #navigation li.navigationHover ul a {
	color: rgb(255, 249, 232);
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
}
#navigation ul a:hover {
	background-color: #FFFFFF!important;
	color:rgb(147, 20, 18)!important;
}
#navigation li {
	width: auto;
}
/*--Main Content stuff--*/
.contentBackground{
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 1;
}
.contentContainer{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1024px;
	color: rgb(95, 95, 95);
	background: url('images/bar.jpg') repeat-y top left;
}
.leftSide{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 730px;
	background: #FFFFFF;
}
.box1{
	margin-top: 0px;
	margin-left: 0px;
	margin-right:-20px;
	padding: 12px;
	width: 690px;
	height: 480px;
	overflow: hidden;
	z-index: 4;
}
.hook{
	margin: -20px 0px 0px 210px;
}
.buttonContainer{
	position: absolute;
	margin: -36px 0px 0px 10px;
	z-index:10;
	width: 690px;
}
.button-Homepage{
	float: left;
	margin: 0px 1px 0x 0x;
}
.columnHolder{
	padding-left: 24px;
	width: 687px;
}
.column{
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 12px;
	width: 204px;
	height: 446px;
	background: url('images/box4.png') no-repeat top left;
}
.rightSide{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 294px;
}
.rightSideContent{
	margin: 20px 12px 0px;
}
.rightSideContent li{
	list-style-type: none;
	margin-bottom: 7px;
}
.rightSideContent a{
	color: #FFFFFF;
	text-decoration: underline;
}
.rightSideContent a:hover{
	color: #DDDDDD;
}
.rightBarContent{
	padding: 6px;
	width: 250px;
	border: 2px solid #FFFFFF;
	font: normal normal bold 9px/100% Arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.rightBarContent h1{
	font: normal normal bold 28px/100% Arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.rightBarContent h5{
	font: normal normal bold 10px/100% Arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.rightBarContent sub{
	font: normal normal normal 8px/50% Arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#theStretcherDiv{
	clear: both;
}
.box2{
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	padding: 8px;
	width: 270px;
	height: 470px;
	background: url('images/box2.png') no-repeat top left;
	overflow: hidden;
	z-index: 4;
}
.paintSplotch{
	margin-top: -35px;
	margin-left: -7px;
	z-index: 5;
}
.box3{
	margin-top: -155px;
	margin-left: 0px;
	padding: 8px;
	width: 968px;
	height: 256px;
	background: url('images/box3.png') no-repeat top left;
	overflow: hidden;
	z-index: 6;
}
.centerBox3{
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background: red;
}
.bigGreyBox{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -12px;
	padding: 16px;
	width: 953px;
	height: 745px;
	background: url('images/bigGreyBox.png') no-repeat top left;
	overflow: hidden;
	z-index: 4;
}
.serviceOffered{
	float: left;
	margin-bottom: 8px;
	margin-right: 20px;
	width: 100px;
	text-align: center;
}
.contentBottomBorder{
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 40px;
	background: url('images/clip-ContentBottomBorder.jpg') repeat-x top left;
	z-index: 4;
}

/*--Bottom section stuff--*/
.bottomSectionContainer{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	z-index: 5;
}

/*--Footer stuff--*/
.footerContainer{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	font-size: 10px;
	z-index: 6;
}
.footerLeft{
	margin-top: 0px;
	float: left;
	width: 250px;
	text-align: left;
	z-index: 7;
}
.footerRight{
	margin-top: 0px;
	float: right;
	width: 250px;
	text-align: right;
	z-index: 7;
}
#twitter_update_list{
    list-style-type: none;
    font: normal normal normal 9px 100% Arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    float: right;
}

#twitter_update_list li{
    margin-top: 10px;
    padding-bottom: 6px;
    border-bottom: 2pt solid #FFFFFF
}
    
