@charset "UTF-8";

/*Reset Styles*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;padding:0;
}table {
	border-collapse:collapse;border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;font-size:inherit;font-weight:inherit; 
}
legend{color:#000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

/*Sitewide Styles*/
body {
	background-color: #ffffff;
	background-image: url(../images/pacBackgroundTile.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #000;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link, a:visited{
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #03F;
	text-decoration: underline;
}
/*UNUSED STYLES*/
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
/*a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. 
	text-decoration: none;
}*/

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
#clearDiv {
	clear:both;
	width: 864px;
	background: #0063C4;
	height: 5px;
	margin-top: 10px;
}

/* Start Template */
.container { /*Wrapper*/
	width:864px;
	background: #FFF;
	background: url(../images/masthead.png) no-repeat center 0px;
	margin: 40px auto 0px;
	padding: 128px 0px 0px;
}

/* ~~ Start Navigation ~~ */
.header {/*Navigation Container*/
	background: #FFF;
	height:35px;
}
#pageContent {
	background: #FFF url(../images/pacelineHeader.jpg) no-repeat center 4px;
	padding: 145px 0px 0px;
	clear: both;
}
#navServices {
	background: #FFF;
	margin: 0px;
	padding: 5px 0px 5px 12px;
	display: block;
	float: left;
	border-bottom: thin ridge #999;
	width: 852px;
}
#navServices a img {
	padding-right: 5px;
}
/* ~~ Start Footer ~~ */
#footer {
	width:859px;
	height:35px;
	margin: 0px auto;
	text-align: right;
	font-size: 0.8em;
	color: #CCC;
	padding-right: 5px;
	padding-top: 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footerTwitterLogo {
	float: left;
	margin-right: 5px;
	display: block;
	clip: rect(auto,auto,auto,33px);
}
#footer img {
	float: left;
	margin-right: 5px;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:visited {
	color: #CCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
