/* -------------------------------------------------------------
	Hooked On Safety
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			17 March 2006
------------------------------------------------------------- */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #000 url(/images/bg_body.jpg) no-repeat top center;
	font: normal 11px/1.5 Verdana, Helvetica, sans-serif;
	color: #000;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
dl, dt, dd,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:active, a:visited {
	color: #b2161b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_listArrow.gif) no-repeat 0 8px;
	padding-left: 10px;
	position: relative;
}

hr {
	height: 1px;
	background: #999;
	color: #999;
	border: 0px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rootDiv {
	width: 750px;
	margin: 0 auto;
	overflow: visible;
	padding-top: 21px;
}

#interior .rootDiv {
	background: url(/images/img_callUsTop.jpg) no-repeat top left;
}

#home .rootDiv {
	background: url(/images/img_callUsTopHome.jpg) no-repeat top left;
}

.indexDiv {
	width: 744px;
	border: 3px solid #fff;
	border-top: 0px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

.rootDiv:after,
.indexDiv:after,
.featured:after, 
.featured dl:after,
.featured ul:after,
.indexDivFooter .footerLinks:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}



/*	uiDiv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.uiDiv {
	background: #6a6a6a url(/images/bg_uiDiv.jpg) no-repeat top left;
	width: 186px;
	float: left;
	text-align: center;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#brand {
	width: 182px;
	height: 118px;
	margin: 2px;
}

#brand a {
	width: 182px;
	height: 118px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	background: url(/images/logo_hookedOnSafety.gif) no-repeat top left;
}


/* --- ui definition --- */
.uiDiv .uiList {
	text-align: left;
	width: 182px;
	margin: 2px auto 2px auto;
	min-height: 310px;
	background: url(/images/bg_ui.jpg) no-repeat bottom left;
}

.uiDiv .uiList li {
	display: block;
	padding-top: 1px;
	line-height: 19px;
	padding-left: 0;
	background: url(/images/line_horizontal.gif) no-repeat top left;
}

.uiDiv .uiList li.last {
	background: url(/images/line_horizontalDouble.gif) no-repeat top left;
	padding-bottom: 1px;
}

.uiDiv .uiList li ul {
	display: block;
	clear: both;
}


/* --- ui primary --- */
.uiDiv ul.uiList li a {
	display: block;
	height: 19px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/images/icon_uiListRollout.gif);
	color: #fff;
	text-decoration: none;
	padding-left: 24px;
}

.uiDiv ul.uiList li a:hover,
.uiDiv ul.uiList li.active a {
	background-image: url(/images/icon_uiListRollover.gif);
	color: #e9a126;
}


/* --- ui secondary --- */
.uiDiv ul.uiList li ul li a,
.uiDiv ul.uiList li.active ul li a {
	color: #fff;
	background-image: url(/images/icon_uiListSubRollout.gif);
	padding-left: 34px;
}

.uiDiv ul.uiList li ul li a:hover,
.uiDiv ul.uiList li.active ul li a:hover,
.uiDiv ul.uiList li ul li.active a {
	color: #e9a126;
	background-image: url(/images/icon_uiListSubRollover.gif);
}


/* --- Featured --- */

.featured {
	background: #fff url(/images/bg_featured.gif) no-repeat top left;
	color: #666;
	width: 170px;
	margin: 4px auto 0px auto;
	padding: 31px 0 15px 0;
}


.featured dl {
	display: block;
	clear: both;
	text-align: center;
	min-width: 80px;
}

.featured dl dt,
.featured dl dd {
	clear: both;
	text-indent: 0;
	line-height: 1.3;
}

.featured dl dd {
	padding: 4px 0;
}

.featured ul {
	margin: 0 auto;
	padding: 0 25px;
	width: 120px;
	display: block;
	position: relative;
	text-align: center;
}

.featured ul li {
	float: left;
	display: block;
	padding: 0 3px;
	background: none;
}

.featured ul .oldprice {
	text-decoration: line-through;
}

.featured ul .newprice {
	font-weight: bold;
}

.featured ul a {
	font-weight: bold;
}



.featured2 {
	background: #fff ;
	color: #666;
	width: 164px;
	margin: 4px auto 0px auto;
	padding: 2px 3px 15px 3px;
}


.featured2 dl {
	display: block;
	clear: both;
	text-align: center;
	min-width: 80px;
}

.featured2 dl dt,
.featured2 dl dd {
	clear: both;
	text-indent: 0;
	line-height: 1.3;
}

.featured2 dl dd {
	padding: 4px 0;
}

.featured2 ul {
	margin: 0 auto;
	padding: 0 25px;
	width: 120px;
	display: block;
	position: relative;
	text-align: center;
}

.featured2 ul li {
	float: left;
	display: block;
	padding: 0 3px;
	background: none;
}

.featured2 ul .oldprice {
	text-decoration: line-through;
}

.featured2 ul .newprice {
	font-weight: bold;
}

.featured2 ul a {
	font-weight: bold;
}


/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#interior .rootDiv .indexDiv .indexDivMessaging {
	background: url(/images/bg_messagingInterior.jpg) no-repeat top left;
	width: 556px;
	height: 257px;
	float: right;
	display: block;
	color: #fff;
}

#interior .rootDiv .indexDiv .indexDivMessaging p {
	width: 310px;
	float: right;
	margin: 44px 23px 0 0;
	font-style: italic;
	text-align: right;
	line-height: 1.5;
}

#interior .rootDiv .indexDiv .indexDivMessaging p strong {
	display: block;
	font-size: 90%;
	font-style: normal;
}

#home .rootDiv .indexDiv .indexDivMessaging {
	width: 555px;
	float: right;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Content
- - - - - - - - - - - - - -  */

#interior .rootDiv .indexDiv .indexDivBody #header {
	float: right;
	position: relative;
	height: 54px;
	width: 430px;
	margin: -89px 0 0 0;
	font: bold 160%/54px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -0.4mm;
}

#home .rootDiv .indexDiv .indexDivBody h2 {
	font: bold 125%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

#interior .indexDivBody h3 {
	font-size: 12px;
	font-weight: bold;
}

#interior .rootDiv .indexDiv .indexDivBody {
	width: 486px;
	padding: 0 20px 0 30px;
	float: right;
}

#interior .indexDivBody ul {
	margin-top: -10px;
}

#home .rootDiv .indexDiv .indexDivBody {
	width: 445px;
	min-height: 245px;
	background: #cdcdcd;
	padding: 0 55px;
	margin-top: -6px;
	float: right;
}

#home .rootDiv .indexDiv .bodySub {
	width: 480px;
	height: 92px;
	padding: 35px 20px 0 55px;
	border-top: 3px solid #fff;
	background: url(/images/bg_bodySub.jpg) no-repeat top left;
	float: right;
	color: #fff;
	line-height: 1.6;
	font-style: italic;
}

#home .rootDiv .indexDiv .bodySub p strong {
	display: inline;
	font-size: 90%;
	font-style: normal;
	float: right;
	clear: both;
	margin: 4px 72px 0 0;
}

.indexDivBody p, 
.indexDivBody ul {
	margin-bottom: 15px;
}

.indexDivBody ul {
	padding-left: 10px;
}

#interior .indexDivBody a:link,
#interior .indexDivBody a:active,
#interior .indexDivBody a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#interior .indexDivBody a:hover {
	text-decoration: none;
	color: #b2161b;
}

#home .indexDivBody a {
	font-weight: bold;
}

#home .rootDiv .indexDiv .indexDivBody ul {
	padding-left: 10px;
	color: #b2161b;
}

#home .rootDiv .indexDiv .indexDivBody ul li {
	list-style-type: none;
	background: url(/images/icon_listArrowHome.gif) no-repeat 0 8px;
	padding-left: 10px;
	position: relative;
}

/* --- callUs --- */

#callUs {
	background: url(/images/bg_number.gif) no-repeat bottom right;
	height: 59px;
	margin-right: -20px;
}



/* --- sitemap --- */

#interior .indexDiv .indexDivBody h3 a:link,
#interior .indexDiv .indexDivBody h3 a:visited {
	text-decoration: none;
}

#interior .indexDiv .indexDivBody h3 a:hover,
#interior .indexDiv .indexDivBody h3 a:active {
	text-decoration: underline;
}

#interior .indexDiv .indexDivBody ul.siteMapUL {
	margin-top: 5px;
	padding: 0;
}

#interior .indexDiv .indexDivBody ul.siteMapUL a {
	font-weight: normal;
}



/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivFooter {
	color: #4f4f4f;
	font-size: 10px;
	height: 85px;
	position: relative;
	background: url(/images/logo_csp.gif) no-repeat center bottom;
}

.indexDivFooter a:link, 
.indexDivFooter a:active, 
.indexDivFooter a:visited {
	color: #4f4f4f;
	text-decoration: none;
}

.indexDivFooter a:hover {
	text-decoration: underline;
}

.indexDivFooter .footerLinks {
	float: left;
	width: 200px;
	margin-top: 5px;
}

.indexDivFooter .footerLinks li {
	float: left;
	display: block;
	height: 12px;
	line-height: 12px;
	border-left: 1px solid #4f4f4f;
	padding: 0 6px;
}

.indexDivFooter .footerLinks li.first {
	border: 0px;
	padding-left: 0;
}

.indexDivFooter .footerLinks li.last {
	padding-right: 0;
}

.indexDivFooter #copyright {
	float: left;
	width: 320px;
	margin-top: 3px;
}

.indexDivFooter #siteCredit {
	float: right;
	text-align: right;
	width: 150px;
	margin-top: 3px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	border: 1px solid #999;
	color: #333;
	font: normal 11px/1 Verdana, Helvetica, sans-serif;
}


/* --- calendar --- */

#calendarSelect select, #calendarSelect img {
	float: left;
	clear: none;
	display: block;
	margin-right: 10px;
}

#calendarSelect img {
	padding-top: 1px;
}

.calWrapper {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 20px;
}

.calWrapper h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.calWrapper .calSeparator {
	border: 0px;
	background: #999;
	height: 1px;
	margin: 25px 0 5px 0;
	clear: both;
	padding: 0;
	width: 100%;
}

.calWrapper dl .calSeparator {
	background: #999;
	margin: 10px 0;
}

.calWrapper dl {
	margin: 0;
	padding: 0;
}

.calWrapper dl dt {
	display: block;
	width: 40px;
	position: relative;
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
}

.calWrapper dl dt, .calWrapper dl dd ul li.eventTitle h4 {
	font-size: 14px;
	font-weight: bold;
}

.calWrapper dl dt {
	color: #900;
}

.calWrapper dl dd {
	padding: 10px 0 1px 20px;
	display: block;
	width: 350px;
	float: left;
}

.calWrapper dl dd ul li {
	background: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.calWrapper dl dd ul li.eventTime {
	font-style: oblique;
}

.calWrapper dl dd ul li.eventDetail p {
	padding: 0;
	margin: 0;
}

.calWrapper dl dd ul li.eventDetail p span.detail {
	font-size: 100%;
	display: inline;
	float: left;
	clear: none;
	font-weight: bold;
	padding-right: 10px;
}

.calendarPanel {
	height: 173px;
	width: 182px;
	position: relative;
	margin-left: 16px;
	color: #000000;
	float: left;
	clear: left;
}

.calendarBody {
	width: 175px;
	height: 135px;
	color: #000;
	margin-left: -13px;
	position: relative;
}

.calendarHeader {
	text-align: center;
	vertical-align: center;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #484947;
}

.calendarDays {
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	color: #494a49;
}

.calendarDates {
	text-align: center;
	vertical-align: center;
	padding: 2px;
	color: #6b6c6a;
}
.cellevent {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #dcdbda;
	color: #484947;
	cursor: pointer;
}



 


/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vcard {
	display: none;
}