/* Embedding fonts 
=====================================================================*/
@font-face {
	font-family: 	'ChunkFiveRegular';
	src: 			url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.eot');
	src: 			local('?'), 
						url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.woff') format('woff'), 
						url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.ttf') format('truetype'), 
						url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
.singleentry ol li{
font-size:15px;
margin:auto;
font-family:Arial,Helvetica,sans-serif;
margin-bottom:10px;
margin-left:25px;
padding-left:5px;
line-height:1.3em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global Classes
=====================================================================*/
.distext { display: none; }
.clearboth { clear:both; }
.clearleft { clear: left; }
.clearright { clear:right; }


/* Library
=====================================================================*/
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; height: 1px; display: block; content: ' ', font-size: 0px; }
.clear-left { clear: left; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.red { color: #900; }
.white { color: #fff; }


/* General Typography
=====================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: inherit;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 { font-family: ChunkFiveRegular, Arial, Helvetica, sans-serif; font-weight: normal }
h2 { font-size: 32px; margin-bottom: 15px; }
h3 { font-size: 25px; letter-spacing: 0; margin-bottom: 15px; }
h4 { color: #900; font-size: 20px; margin-bottom: 10px; }
h5 { font-size: 16px; margin-bottom: 2px; margin-top: 0; }

p.servhd { font: normal normal 16px ChunkFiveRegular, Arial, Helvetica, sans-serif; margin: 10px 0 5px; }



body, p, form, ul, ol, li { margin:0; padding:0; }
a img { outline:0; border:0;}
ul { list-style:none; }

.header { background:#121212 url(../img/navstrip.png) repeat-x left top; height:85px; }
.tube { margin:0 auto; position:relative; width:1000px;}
.nav ul { height:85px; list-style:none; }
.nav ul li { background:url(../img/sep.png) no-repeat right center; float:left; line-height:85px; }
.nav ul li a { display:block; padding: 25px 15px; }
.search { position:absolute; right:0; top:15px; width:205px; }
.search-head { color:#CCC; font:normal normal 13px/110% Arial, Helvetica, sans-serif; padding-bottom:8px; }
.search input { color:#999; font:bold 14px Arial, Helvetica, sans-serif; padding:7px 10px; width:180px;}


.search form { position:relative; }

.search input#s { 
    color:#999; 
    font:bold 14px Arial, Helvetica, sans-serif; 
    padding:7px 35px 7px 10px; 
    width:160px;
    border:none;
}

.search input#go { 
    background:transparent url(../img/searchmirror.gif) no-repeat top left; 
   border:none; 
   cursor:pointer; 
   display:block; 
   width:19px !important; 
   height:16px; 
   position:absolute; 
   right:5px; 
   top:10px; 
   text-indent:-9999px; 
}



.socialholder { width:320px;padding-top:5px; }
.socialholder h5 { border-bottom:solid 1px #DEDEDE; color:#C00; font: bold 18px/130% Arial, Helvetica, sans-serif; padding-bottom:5px; margin:0 0 15px; text-transform:capitalize; }
.socialholder ul li { border-right:solid 1px #dedede; float:left; padding:0px 15px; }
.socialholder ul li.fb { padding-left:0;}
.socialholder ul li.twt { border-right:none; padding-right:0;}
