/*	universal selector which will set ALL margins for EVERY tag to 0.  The same with padding and will turn off borders for images that are links	*/
*
{
	margin: 0;
	padding: 0;	/*	this ensures that the cellspacing of the td cells are 0px	*/
	font-family: arial, helvetica, serif;
	font-size: 12px;
	border-collapse: collapse;

}

.smalltext {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



html, body
{
	background: #fff;
	font-size: 1em;
}

#container
{
	background: #fff;
	border: none;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

#container td
{
	vertical-align : top;
	padding: 0;
}

#header
{
	position: relative;
	background : #000;
	height : 103px;
	text-align : left;
	white-space:nowrap;
	width: 100%;
}

#header #headertag1
{
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 20px;
	font-weight: bold;
	color: #CCCCCC;
}

#header a
{
	color : #ff9;
}	

#header a:hover
{
	color : #fff;
}	

#header #headertag2
{
	position: absolute;
	z-index: 10;
	top: 55px;
	right: 20px;
	font-weight: bold;
	color: #ff0000;
}

#parentnav
{
	background: #ddd;
}

#parentnav a
{
	vertical-align: middle;
	margin : 5px;
	padding : 0 0 0 10px;
	font-weight : bold;
	color : #C94342;
	text-decoration : none;
	white-space: nowrap;
}

#parentnav a:hover
{
	color : #000;
	font-weight : bold;
}

#parentnav #tagline
{
	float : right;
	margin : 0 10px 0 0;
	padding : 2px 0 2px 0;
	font-size : 15px;
	font-weight : bold;
}

#navbar form
{
	margin : 0 0 10px 5px;
	padding : 0;
	width : 100%;
}

#navbar form input#searchterm
{
	border : 1px solid #c94342;
	width : 105px;
}

#navbar form input#searchbutton
{
	background:	transparent;
	color : #c94342;
	font-size : 12px;
	text-decoration : underline;
	cursor: pointer;
}

#content
{
	margin : 0;
	padding : 0 55px 10px 45px;
	width: 80%;
}

#content p, dl
{
	padding : 0px 75px 10px 20px;
}

#content h1, h2, h3
{
	margin : 0 15px 20px 10px;
}

#content h1
{
	color : #c94342;
	font-size : 1.5em;
	margin-top: 5px;
}

#content h2
{
	font-size : 1.15em;
}

#content h3
{
	padding : 0;
}

#content ul
{
	padding : 0 20% 20px 0;
}

#content li
{
	margin : 0 15px 10px 45px;
}

#content dl dt
{
	font-weight: bold;
	font-size: 1.25em;
}

#content dl dd
{
	margin: 0 0 10px 0;
}

#content .emphasizetext
{
	font-weight: bold;
	color: #c94342;
}

#content a:hover
{
	color : #f00;
	text-decoration : none;
}

/* defines column with right redline border and grey background*/
td#rightcolbkgd
{
	background : #ddd repeat-y;
	border-left : 2px solid #c94342;
	width: 20%;
}

/* defines picture background with margins for text */
td#rightcolpicture
{
	background : url(../images/rightbar_bg-5.jpg) no-repeat;
	margin: 0;
	padding: 0 0 0 95px;
	height : 374px;
}

/* defines text area for anything in rightcol */
#rightcol h2,
#rightcolpicture h2
{
	color : #fff;
	background : #c94542;
	padding : 5px 0 5px 15px;
	margin : 0 0 10px 0;
	font-size : 12px;
}
#rightcol h3
#rightcolpicture h3
{
	color : #000;
	padding : 5px 0 5px 15px;
	margin : 0 0 10px 0;
	width: 100%;
	font-size : 12px;
}

#rightcol p,
#rightcolpicture p
{
	color : #000;
	padding : 5px 0 5px 15px;
	font-size : 12px;
}


#rightcol ul,
#rightcolpicture ul
{
	padding : 5px 0 5px 15px;
	color : #f00;
	list-style-type: none;
}

#rightcol li,
#rightcolpicture li
{
	font-size: 12px;
	color : #f00;
	margin : 0 0 5px 0;
}

#rightcol a
{
	font-size: 12px;
	color : #000;
	text-decoration: underline;
}

#rightcol a:hover
{
	color : #c94542;
}

#footer
{
	background : url(../images/footer/bkgd-horiz.gif);
	height : 175px;
	padding : 0 0 10px 0;
	width: 100%;
}

#footer div#footer-links
{
	float : left;
	margin: 10px 0 0 0;
}

#footer div#footer-links h2
{
	margin: 0 0 0 15px;
	padding: 0;
	color: #CCCCCC;
	font-size: 12px;
}

#footer div#footer-links ul
{
	list-style-type : none;
	margin : 0 0 10px 15px;
	clear : both;

}
#footer div#footer-links ul li
{
	display : inline;
	margin : 5px 5px;
	font-size: 12px;
}

#footer div#footer-links ul li a
{
	color : #c94542;
	text-decoration : none;
	font-weight: bold;
}

#footer div#footer-links ul li a:hover
{
	color : #fff;
	text-decoration : underline;
}

#footer div#footer-address
{
	float: right;
	text-align: center;
}

#footer div#footer-address address
{
	color : #CCCCCC;
	font-weight: bold;
	font-size : 12px;
	font-style : normal;
	margin : 10px 0;
}

.colorized
{
	color : #c94542;
}

.clearall
{
	clear: both;
	height: 1em;
}

.floatright
{
	float: right;
	margin: 5px 5px 5px 10px;
}

.floatleft
{
	float: left;
	margin: 5px;
}

.border-01
{
	border: 1px solid #c94542;
}

.border-02
{
	border: 2px solid #c94542;
}

.border-03
{
	border: 3px solid #c94542;
}

hr
{
	background: #c94542;
	margin: 10px;
	color: #c94542;
	height: .25em;
}
#container #footer #footer-address a {
	color: #CCCCCC;
	font-size: 11px;
}
