@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #f3f3f4;
}
#holder {
	width: 1000px;
	background-image: url(img/bg-home.jpg);
	background-repeat: no-repeat;
}
.header {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A2CD37;
}
.strap {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 3em;
	font-weight: 900;
	text-transform: capitalize;
	color: #A7CF3B;
}
h1 {
	font-family: "Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #193282;
}
#menu {
	width: 187px;
}
#menu a:link {
	background-image: url(img/menubuts.gif);
	background-position: -187px top;
	width: 187px;
	display: block;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 2em;
	text-transform: uppercase;
}
#menu a:hover {
	background-image: url(img/menubuts.gif);
	background-position: 0px top;
	width: 187px;
	display: block;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 2em;
	clip: rect(auto,187px,auto,auto);
	text-transform: uppercase;
}
#menu a:visited {
	background-image: url(img/menubuts.gif);
	background-position: -187px top;
	width: 187px;
	display: block;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 2em;
	text-transform: uppercase;
}
#menu a:visited:hover {
	background-image: url(img/menubuts.gif);
	background-position: 0px top;
	width: 187px;
	display: block;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 2em;
	clip: rect(auto,187px,auto,auto);
	text-transform: uppercase;
}



.footer {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #193282;
	border-right-color: #193282;
	border-left-color: #193282;
	background-color: #193282;
}
#holder .footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footersmall {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #A2CD37;
}
#content {
}
#content p {
	font-family: "Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: 2em;
}
#content hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6CE39;
}
#content li {
	font-family: "Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: 2em;
	list-style-type: square;
}
#content a {
	color: #193282;
}
#content a:hover {
	color: #A6CE39;
}
.active {
	background-image: url(img/menubuts.gif);
	background-position: 0px top;
	width: 187px;
	display: block;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 2em;
	clip: rect(auto,187px,auto,auto);
	text-transform: uppercase;
}
.brdr {
	border: thin solid #193282;
	margin: 5px;
}/* ------------------------------------------------------------------------
	Lightbox Code
------------------------------------------------------------------------- */

	div.pictureHolder .top .left {
	background: url(img/tl.gif) top left no-repeat;
} /* Top left corner */
div.pictureHolder .top .middle {
	background: #fff;
} /* Top pattern/color */
div.pictureHolder .top .right {
	background: url(img/tr.gif) top left no-repeat;
} /* Top right corner */
div.pictureHolder .content a.next:hover {
	background: url(img/btnNext.gif) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.pictureHolder .content a.previous:hover {
	background: url(img/btnPrevious.gif) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.pictureHolder .content a.close {
	width: 52px;
	height: 26px;
	background: url(img/btnClose.gif) center left no-repeat;
	cursor: pointer;
} /* Close button */
div.pictureHolder .bottom .left {
	background: url(img/bl.gif) top left no-repeat;
} /* Bottom left corner */
div.pictureHolder .bottom .middle {
	background: #fff;
} /* Bottom pattern/color */
div.pictureHolder .bottom .right {
	background: url(img/br.gif) top left no-repeat;
} /* Bottom right corner */
div.pictureHolder .loaderIcon {
	background: url(img/loader.gif) top left no-repeat;
} /* Loader icon */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
	background: #003367;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
div.pictureHolder {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 100px;
}
div.pictureHolder .top {
	position: relative;
	height: 20px;
}
* html div.pictureHolder .top {
	padding: 0 20px;
}
div.pictureHolder .top .left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .top .middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* html div.pictureHolder .top .middle {
	position: static;
}
div.pictureHolder .top .right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .content {
	position: relative;
	background-color: #fff;
	text-align: left;
	width: 100%;
	height: 40px;
}
div.pictureHolder .content .details {
	display: none;
	margin: 10px 15px 0 15px;
}
div.pictureHolder .content .details p {
	float: left;
	clear: left;
	margin: 0;
}
div.pictureHolder .content div.hoverContainer {
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
}
div.pictureHolder .content a.next {
	position: relative;
	z-index: 2000;
	display: block;
	float: right;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(img/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}
div.pictureHolder .content a.previous {
	cursor: pointer;
	display: block;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(img/btnPrevious.gif) -10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}
div.pictureHolder .content a.close {
	float: right;
	display: block;
	text-indent: -10000px;
}
div.pictureHolder .bottom {
	position: relative;
	height: 100px;
}
* html div.pictureHolder .bottom {
	padding: 0 20px;
}
div.pictureHolder .bottom .left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .bottom .middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* html div.pictureHolder .bottom .middle {
	position: static;
}
div.pictureHolder .bottom .right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .loaderIcon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
}
div.pictureHolder #fullResImage {
	display: block;
	margin: 0 auto;
}

