@charset "utf-8";
/* CSS Document */

/* Font Sizes*/
.nine {
	font-size: 9px;
}
.ten {
	font-size: 10px;
}
.eleven {
	font-size: 11px;
}
.twelve {
	font-size: 12px;
}
.thirteen {
	font-size: 13px;
}
.fourteen {
	font-size: 14px;
}
.fifteen {
	font-size: 15px;
}
.sixteen {
	font-size: 16px;
}
.seventeen {
	font-size: 17px;
}
.eighteen {
	font-size: 18px;
}
.nineteen {
	font-size: 19px;
}
.twenty {
	font-size: 20px;
}
.twentyone {
	font-size: 21px;
}
.twentytwo {
	font-size: 22px;
}
.twentythree {
	font-size: 23px;
}
.twentyfour {
	font-size: 24px;
}
.twentyfive {
	font-size: 25px;
}
.twenysix {
	font-size: 26px;
}
.thirty {
	font-size: 30px;
}
.white {
	color: #FFFFFF;
}
/* Colors */
.black {
	color: #000000;
}
.orange {
	color:#f58220;
}
.gray {
	color:#7F7F7F;
}
.blue {
	color:#0086ff;
}
/* Text Decorations*/
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.strikeout {
	text-decoration: line-through;
}
.uppercase {
	text-transform: uppercase;
}
/* Font Family */
.tre {
	font-family: "Trebuchet MS";
}
.times {
	font-family: "Times New Roman", Times, serif;
}
/* Links */
.u2n {
	text-decoration: underline !important;
}
.u2n:hover {
	text-decoration: none !important;
}
.n2u {
	text-decoration: none;
}
.n2u1 {
	text-decoration: none;
}
.n2u1:hover {
	text-decoration: underline;
}
/* Headings */
h1 {
	color: #141414;
	font-size: 25px !important;
	font-weight:normal;
	margin:0 0 15px 0 !important;
	padding: 0;
	text-transform:uppercase;
}
h2 {
	color:#000;
	font-size:15px;
	font-weight:bold;
}
h2 a {
	color:#000;
	text-decoration:none;
}
/* Positions */
.floatleft {
	float: left;
	margin: 0;
	padding: 0;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.word-wrap {
	white-space: pre-wrap;
	word-wrap: break-word;
}
p {
	margin:0 0 15px 0;
}
/*Slide Show*/
#slideshow {
	height: 363px;
	position: relative;
	width: 1170px;
	margin:0 0 20px;
}
#slideshow DIV {
	height: 363px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 8;
}
#slideshow DIV.active {
	opacity: 1;
	z-index: 10;
}
#slideshow DIV.last-active {
	z-index: 9;
}
#slideshow DIV IMG {
	border: 0 none;
	display: block;
	height: 363px;
	margin-bottom: 10px;
}
/*Gallery Css*/
.gallery {
	background:#f6f6f6;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:20px;
}
div.gallery-right {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px;
}
div.gallery-right a, div.gallery-left a {
	text-decoration: none;
	color: #777;
}
div.gallery-right a:focus, div.gallery-right a:hover, div.gallery-right a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:14px;
}
div.controls a:hover{
	color:#8D0104;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	/*height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow2 {
}
div.slideshow2 span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow2 a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: right;
}
div.slideshow2 a.advance-link:hover, div.slideshow2 a.advance-link:active, div.slideshow2 a.advance-link:visited {
	text-decoration: none;
}
div.slideshow2 img {
	vertical-align: top;
	border: 1px solid #ccc;
	padding:2px;
	width:540px;
	height:440px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	display:none;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/*Login Box*/
#vpb_pop_up_background {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CECECE;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
#vpb_signup_pop_up_box {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 20px #000000;
    display: none;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    padding: 10px 20px;
    position: fixed;
    right: 30%;
    top: 20%;
    width: 420px;
    z-index: 2147483647;
}
#vpb_login_pop_up_box {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 20px #000000;
    display: none;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    padding: 10px 20px;
    position: fixed;
    right: 30%;
    top: 20%;
    width: 420px;
    z-index: 2147483647;
}
.vpb_textAreaBoxInputs {
    border: 1px solid #66CCFF;
    border-radius: 2px 2px 2px 2px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    min-width: 260px;
    outline: medium none;
    padding: 7px 10px;
    width: auto;
}
.vpb_textAreaBoxInputs:focus {
    border: 1px solid #66CCFF;
    box-shadow: 0 0 10px #6AB5FF;
    outline: medium none;
}
.vpb_general_button {
    background:url(../images/footer-bg.jpg) repeat-x;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 2px;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
	text-decoration:none;
}
.vpb_general_button:hover {
    color:#8E0205;
}
/*Tables*/
table {
    border-collapse: collapse;
    color: #333333;
    font-weight: normal;
    text-align: left;
}
table a {
    text-decoration: underline;
}
table a:visited {
    text-decoration: none;
}
tr.odd {
    background-color: #FFFFFF;
}
tr a {
    color: #333333;
}
thead th {
    background-color: #F4F4F4;
	border-bottom:2px solid #000;
    color: #333333;
}
thead th:hover {
    background-repeat: repeat-x;
}
tr {
    vertical-align: top;
}
tr, th, td {
    padding: 0.75em;
}
td {
    border-left: 1px solid #FFFFFF;
}
tfoot tr {
    background-color: #FFFFFF;
	border-bottom:2px solid #000;
    background-repeat: repeat-x;
}
tfoot td, tfoot th {
    border: 0 none;
    color: #000000;
}
/*Tabbed Panel*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 8px 15px;
	margin: 0px 5px 0px 0px;
	font: bold 12px sans-serif;
	background-color: #151515;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
	transition: all 0.3s ease 0s;
}
.TabbedPanelsTabHover {
	background-color: #151515;
	color:#8D0104;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
	color:#000;
}
.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
}
.TabbedPanelsTab a:hover{
	color:#8D0104;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
}
.TabbedPanelsContent {
	padding: 10px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #f7f7f7;
	position: relative;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #ccc;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.messageStackError {
	background:#8d0104;
	padding:5px;
	border:1px solid #000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}