/*************************************
**  Reset all browsers to defaults
**************************************/
html, body {
	height: 100%;
}
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}
ul, ol {
    padding: 0 0 0 15px;
    margin: 15px;
}
td {
	vertical-align: top;
}
fieldset, img, a img {
	border: 0 none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal; 
	font-weight: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	border: 1px solid #BBBBBB;
}
textarea {
	height: 100px;
	width: 300px;
}




/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	cursor: pointer;
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
}

.homeQuoteContainer {
	border: none;
	width: 300px;
	height: 210px;
	margin: 0;
}

#homeQuoteControls {
	cursor: pointer;
	position: absolute;
	width: 300px;
	height: 210px;
	z-index: 5;
}


.loading {
	background: url(loading0.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #ddd;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #aaa;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #DDD;
	background-color: #DDD;
	display: none;
	z-index: 2000;
	text-align: left;
}

.MultiBoxLoading {
	background: url(loader00.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border:1px solid #AAA;
	background-color: #FFF;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(close000.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #DDD;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(left0000.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(right000.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(rightDis.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(leftDisa.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 28px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 70px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: right;
	font-weight: bold;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: left;
	line-height: 1.2em;
}



/*************************************************************/
