/* RESET */

html, body, div, span, h1, h2, h3, h4, h5,
h6, p, blockquote, pre,
a, code, em, font, img, small, strong, center,
dl, dt, dd, ol, ul, li, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input:focus, textarea:focus {
	outline:none;
}



/* STANDARD RIGHT LEFT BOLD ETC STUFF */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.italic {
	font-style: italic;
}
.greenText {
	color: #006600;
	font-weight: bold;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}



/* H TAGS */

h1 {
	text-indent: -9999px;
}
h2 {
	font-size: 63px;
	font-weight: bold;
	letter-spacing: -5px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #881015;
	text-transform: capitalize;
	padding-bottom: 6px;
}
h4 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #333333;
	padding-bottom: 16px;
}



/* CONTAINERS and CONTROLLERS */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 889px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 33px;
	padding-left: 33px;
}
.logoHolder {
	height: 98px;
	width: 185px;
	margin-top: 33px;
}
#header {
	height: 163px;
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat;
	background-position: 557px bottom;
}
#midHeader {
	height: 143px;
	padding-top: 59px;
	background-image: url(images/midHeaderBG.png);
	behavior: url(scripts/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: 552px top;
	position: relative;
}
#sidebarMarkit {
	width: 176px;
	margin-bottom: 33px;
	margin-top: 25px;
}
.sidebarBox {
	border: 1px solid #aeaeae;
	background-color: #eeeeee;
	background-image: url(images/boxBG.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding-left: 12px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#mainPanel {
	width: 668px;
	margin-bottom: 33px;
	margin-top: 25px;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	margin-bottom: 30px;
	padding-top: 5px;
	font-size: 12px;
	color: #2a2a2a;
	height: 15px;
}



/* LINKS */

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
h1 a {
	display: block;
	height: 98px;
	width: 185px;
	background-image: url(images/Smart-Fill_logo.gif);
	background-repeat: no-repeat;
}
.homeButton a {
	display: block;
	height: 24px;
	width: 174px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	color: #333333;
	padding-top: 6px;
}
.homeButton a:visited {
	color: #333333;
}
.homeButton a:hover {
	color: #990000;
}
.sidebarBox li a {
	color: #5f5f5f;
	text-decoration: underline;
}
.sidebarBox li a:visited {
	color: #5f5f5f;
	text-decoration: underline;
}

.sidebarBox li a:hover {
	text-decoration: none;
	color: #990000;
}



/* ALL THINGS TABLES */

td {
	vertical-align: top;
	padding: 5px;
}
.tableDataBG {
	background-image: url(images/tableDataBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a5a5a5;
}
.tableheadlines {
	font-weight: bold;
	font-size: 14px;
	color: #424242;
}
.tableData {
	font-size: 12px;
}
.TableredSubHeadline {
	color: #990000;
}



/* LISTS */

.sidebarBox ul {
	list-style-type: none;
	font-size: 13px;
}
.sidebarBox li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 1px;
}
#mainPanel ul {
	list-style-type: none;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#mainPanel li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 1px;
}



/* SEARCH BOX */

.searchBox {
	border: 1px solid #aeaeae;
	background-color: #eeeeee;
	background-image: url(images/boxBG.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px;
	margin-bottom: 5px;
}
#sidebar input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	background-color: transparent;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.textBox {
	width: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding: 3px 5px 3px 7px;
}
.btn {
	height: 14px;
	width: 14px;
}



/* STUFF THAT DIDN'T GET NONE */

.homeButton {
	background-image: url(images/homeLinkBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 132px;
	text-align: center;
}
.midHeaderSubCaption {
	font-size: 13px;
	font-weight: bold;
	color: #4e0101;
	margin: 0px;
	padding: 0px;
	left: 105px;
	top: 120px;
	letter-spacing: -1px;
	position: absolute;
}
.formBG {
	background-image: url(images/boxBG.gif) !important;
	background-repeat: repeat-x!important;
	background-position: top!important;
	padding: 5px!important;
}

