/* 
~~ Saz's: Main Template Formatting ~~
Copyright ©2006 MCITY CREATIVE and Casper Creative Group
Last Modified: 2006.02.18 
*/

h1, h2, h3, h4, p{
	padding: 0px 10px;
	margin: 5px 0px 0px;
	text-align: left;
}
h3, h4 {
	/*Typically used as headings inside content sidebars*/
	color: #A00706;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
}
h4 {
	/*Typically used as headings NEXT TO images inside content sidebars*/
	padding: 0px;
	margin: 0px;
}
input, select, textarea, textfield {
	font: normal 1em Arial, Helvetica, sans-serif;
	}
.checkBox {
	width: 10px;
	height: 10px;
}
.required {
	color: #A00706;
}


a:link, a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#000000;
}

/* Misc */
.divider {
	/* used to divide content in columns */
	margin: 5px 0px;
	padding: 0px;
	height: 1px;
	line-height: 0px;
	border: 1px solid #EEEEEE;
	clear: both;
}
.inlineImage{
	padding: 0px;
	margin: 0px 5px 5px 10px;
	/* height: 60px;
	width: 60px; */
	border: 1px solid #EEEEEE;
	/* Typically images within each column */
}
.inlineImageNoBorder{
	border: 0px;
}
h5 {
	font-size: 1.2em;
	text-align: left;
	padding-left: 10px;
	color: #666666;
}
hr {
	margin: 5px 0px;
	padding: 0px;
	height: 1px;
	background: #EEEEEE;
	color: #EEEEEE;
	display: block;
	border-style: none;
}
.quickLinkLast{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul,
ol
{
	text-align: left;
	margin-right: 20px;
}