@charset "utf-8";
/* CSS Document */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clear {
	clear: both;	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*img, div { behavior: url(../iepngfix/iepngfix.htc) }*/

.blue {
	color: #4ba6fe;	
}

.bold {
	font-weight: bold;	
}

/************ FORM STYLES ************/

input {

  	padding: 2px;
	font-size: 1.2em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #a6c2c8;
	margin: 5px 0;
}

textarea {
	border: 1px solid #a6c2c8;	
  	padding: 3px;
  	font-size: 1.3em;
	color: #666666;
  	background: #F5F5F5;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 170px;
	font: bold 1.2em "Trebuchet MS", Geneva, sans-serif;
	padding-top: 8px;
}

textarea:focus, input:focus {
	border: 1px solid #658c95;
}

input.button {
	border: 1px solid #4BA6FE;
	cursor: pointer;
	margin-left: 185px;
	width: 80px;
	height: 30px;
	color: #fff;
	background: #01255D;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.errormsg {
	border: 1px solid #b70000;
	padding: 5px 0 5px 35px;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 10px;
	background: #ffbdbd url(../images/cross.gif) no-repeat 10px center;
}

.success_msg {
	border: 1px solid #388c30;
	padding: 5px 0 5px 35px;
	margin-top: 10px;
	background: #ceffd1 url(../images/tick.gif) no-repeat 10px center;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}


/****************** SLIDESHOW STYLES **********************/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:289px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

