/*---------- Reset Stuff ----------*/
html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/*---------- Basic Setup ----------*/

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #030506;
	margin: 0;
	background: #FFFFFF url(images/bg-main.jpg) no-repeat center top;
}

p {
	margin-bottom: 1.2em;
}
h1 {
	font-size: 22px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 9px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-family: Verdana;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	margin-bottom: 5px;
}

a {
	color: #1A4CDD;
	text-decoration: none;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #DD1A21;
	text-decoration: underline;
}
strong, b, .bold {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clr {
	clear: both;
}




/*---------- Main Design ----------*/

#wrapper {
	width: 900px;
	margin: 275px auto 0 auto;
}
#main {
	float: left;
	width: 590px;
}
#sidebar {
	float: right;
	width: 300px;
	padding-bottom: 35px;
}
.bluebox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #BCDAE2;
	background-color: #E8F6F8;
	padding: 10px;
	margin-bottom: 26px;
}
#sidebar li {
	list-style: disc outside;
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 3px;
}
#maincontent {
	padding: 10px 20px 8px 0;
	line-height: 145%;
	font-size: 14px;
}
#maincontent li {
	list-style: disc outside;
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 3px;
}
#fancyboxcontents div {
	display: none;
}






/*---------- Footer ----------*/

#footer {
	width: 900px;
	margin: 0 auto 7px;
	text-align: center;
	padding: 5px 0 16px 0;
	background: url(images/bg-footer.png) no-repeat center top;
	clear: both;
}


/*---------- Contact Form ----------*/

form.contactform {
	margin-top: 10px;
}

form.contactform input[type=text] {
	border: 0;
	background: url(images/bg-forminput.png) no-repeat;
	color: #81868B;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 10px;
	padding: 5px;
	width: 280px;
	height: 17px;
}
form.contactform textarea {
	border: 0;
	background: url(images/bg-formtextarea.png) no-repeat;
	color: #81868B;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 10px;
	padding: 5px;
	width: 280px;
	height: 151px;
}
form.contactform button {
	text-indent: -9999px;
	background: url(images/button-submit.png) no-repeat;
	width: 133px;
	height: 37px;
	border: 0;
	cursor: pointer;
}
form.contactform button:hover {
	background-position: 0 -37px;
}




/*---------- Slideshow ----------*/

#slideshow {
	width: 560px;
	background-color: #079CBE;
	display: block;
	padding: 3px;
	position: relative;
}
#slideshow #slidesContainer {
	margin: 0 auto;
	width: 560px;
	height: 270px;
	overflow: auto; /* allow scrollbar */
	position: relative;
}
#slideshow #slidesContainer .slide {
	margin: 0 auto;
	width: 540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height: 270px;
}

.controlStyle {
	display:block;
	width: 230px;
	height: 261px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}
#leftControl {
	top: 0;
	left :0;
	z-index: 9;
	background:transparent url(images/none.png) no-repeat;
}
.arrowLeftOver {
	background:transparent url(images/arrow-left.png) no-repeat 15px 190px  ! important;
}
#rightControl {
	top: 0;
	right: 0;
	background:transparent url(images/none.png) no-repeat center right;
}
.arrowRightOver {
	background:transparent url(images/arrow-right.png) no-repeat 155px 190px ! important;
}
.rightControlNext {
	background:transparent url(images/arrow-rightnext.png) no-repeat 155px 190px ! important;
}





















