﻿/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica;
 font-size: 13px;
 background-image:url('new/images/textbg.gif');
 background-repeat: no-repeat;
 background-attachment: fixed;

}
a:link { 
	color: #000000;
	font-weight:bold;
	}
a:visited { 
	color: #000000;
	font-weight:bold;
	}
a:active { 
	color: #000000;
	font-weight:bold;
	}
		     a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(http://dcsomonitor/gtWebs/Hr/Images/pdf.gif) center left no-repeat;
    }

    a[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(http://dcsomonitor/gtWebs/Hr/Images/email.gif) center left no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(http://dcsomonitor/gtWebs/Hr/Images/excel.gif) center left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(http://dcsomonitor/gtWebs/Hr/Images/ppt.gif) center left no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(http://dcsomonitor/gtWebs/Hr/Images/word.gif) center left no-repeat;
    }
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#header {
	color: #333;
	width: 900px;
	float: center;
	padding: 0px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	background-image: url('http://nashville-sheriff.net/images/clearheader800.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: none;
 margin: 0px 0px 5px 0px;
 background: none;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid black;
 background: white;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 900px;
 display: inline;
}
#footer {
    float: left;
	width: 880px;
	clear: both;
	color: #FFFFFF;
	border: 1px solid #ccc;
	background: black;
	font-color: white;
	margin: 0px 0px 3px 0px;
	padding: 10px;
	p {color: rgb(255,255,255);
}
}
