@charset "utf-8";
body    {
	margin: 0px;
	color: #151515;
	font-family: 'Maven Pro', sans-serif;
	background-color: #F4F4F4;
	background-image: url(../images/MainBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}
main {
}
#wrapper main hr {
	float: left;
	width: 95%;
	height: 1px;
}


#wrapper {
	background-color: #FFF;
	width: 100%;
	min-width: 1000px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#space_mid {
    position: relative;
    clear: left;
}
#space_mid article {
	width: 27%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 40px;
	right: 5%;
	background-color: #FFC;
	color: #FFF;
	border-radius: 15px;
	text-align: left;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
#space_mid h2 {
	color: #900;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -7px;
	text-align: center;
}
#space_mid img {
    max-width: 100%;
}
#Mid_Line {
	position:relative;
	left:auto;
	float: left;
	width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-left-color: #F3F3F3;
	top:10%;
	background-color: #0C0;
}
#Mid_Line img {
height: auto;
max-height: 100% !important;

}


h1, h2 {
	color: #0080FF;
	font-style: normal;
	font-weight: 600;
/*	font-family: source-sans-pro;*/

}
h1 {
	font-family: 'Maven Pro', sans-serif;font-weight: normal;	
	font-size: 27px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0080FF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px #CEE7FF;

}
h2 {
	font-family: 'Maven Pro', sans-serif;font-size: 13px;
	font-size: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px #CEE7FF;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 13px;
	font-size: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}

#space_top {
	height: 20px;
}

#logo {
	height: 150px;
	margin-top: 0px;
	background-image: url(../images/LogoBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 1.5%;
}

#logoleft {
	width: 50%;
	margin-left: 2%;
	float: left;
	margin-top: 10px;
	height: 135px;
}
#YouAreHere {
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #666;
	width: 450px;
	text-align: left;
	float: left;
}
#YAH {
	font-family: 'Maven Pro', sans-serif;
	margin: 2px;
	float: left;
	width: auto;
	padding-right: 2px;
}
#YAH_Arrow {
	margin: 2px;
	float: left;
	width: auto;
	font-weight: bold;
	color: #00E100;
	padding-right: 2px;
	font-size: 18px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 14px;
	text-transform: uppercase;
}

#PageName{
	float: left;
	margin: 2px;
	width: auto;
}
#PageName h1{
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: normal;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #9C0607;
	text-transform: none;
}
#YouAreHere  {
	font-family: 'Maven Pro', sans-serif;font-size: 13px;
}


#logoright{
	width: 45%;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
	height: 125px;
}
#loginright{
	margin-left: 15px;
	float: left;
	margin-top: 7px;
	padding-top: 3px;
	width: 95%;
	height: 45px;
}
#loginright form #login {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 3px;
	background-color: white;
	border: 1px solid #0080FF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
	letter-spacing: 1px;
	height: 20px;
}
#loginright form #login:focus{
  border-color: #262626;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 8px #262626;
  -moz-box-shadow: 0 0 8px #262626;
  box-shadow: 0 0 8px #262626;
	}
#loginright form #button {
	display: inline-block;
	margin-bottom: 3;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 black;





  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-left: 10px;
	margin-top: 0px;
}
#loginright form #button:hover{
color: white;
  background-color: #222222;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
	}

#flags {
	height: 30px;
	width: 80px;
	margin-top: 3px;
	margin-bottom: 1%;
	margin-left: 10%;
	float: left;
	padding-top: 1%;
}
#contact_phone {
	float: left;
	font-size: 22px;
	color: #900;
	margin-top: 3px;
	text-align: right;
	width: 300px;
	margin-left: 1%;
	line-height: 30px;
	height: 65px;
}
#contact_hours {
	float: right;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_block {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 95%;
	height: auto;
	font-size: 18px;
	float: left;
	line-height: 25px;
	font-weight: normal;
	color: #333;
}
#main_block ul {
	padding-left: 30px;
}
#main_block ul li {
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 25px;
	list-style-image: url(../images/bullet.gif);
}
#main_block ul li ol {
	padding-bottom: 10px;
	padding-left: 20px;
}
#main_block ul li a:link {
	text-decoration: underline;
}
#main_block ul li a:hover {
	text-decoration: none;
}
#main_block_shadow {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 93%;
	height: auto;
	font-size: 17px;
	float: left;
	line-height: 25px;
	background-color: #FFF;
	color: #333;
	border-radius: 15px;
	text-align: left;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	margin-top: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
#main_block_shadow #PrA {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 90%;
	font-size: 21px;
	color: #900;
}
#main_block_shadow #PrB {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 45px;
	width: 87%;
}
#main_block_shadow #PrC {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 45px;
	width: 87%;
	color: #333;
	font-size: 15px;
	line-height: normal;
	font-style: italic;
}
#main_block_shadow #PrD  {
	float: left;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 35px;
	width: 87%;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #0080FF;
	height: 1px;
}
#main_block_partners {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 93%;
	height: auto;
	font-size: 17px;
	float: left;
	line-height: 25px;
	background-color: #FFF;
	color: #333;
	border-radius: 15px;
	text-align: center;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	margin-top: -40px;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 35px;
	padding-left: 5px;
}
#floating_block  {
	font-family: 'Maven Pro', sans-serif;
	float: left;
	position: relative;
	left: 330px;
	top: -170px;
}

#partners {
	font-size: 19px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px #CEE7FF;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}
#partners_bg {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}



#PrE {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 35px;
	width: 87%;
	color: #900;
	font-size: 16px;
	line-height: normal;
	font-style: italic;
	text-align: center;
}
#PrF {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	color: #900;
	font-size: 16px;
	line-height: normal;
	font-style: italic;
	text-align: right;
}

#PrB select, #PrB input {
	border: 1px solid #cccccc;
	background-color: white;
    height: auto;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
#PrB select:hover, #PrB input:hover {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}


#CentLarge {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 95%;
	float: left;
	margin-left: 5px;
}
#CentLarge a {
	color: #FF0;
}
#CentLarge button {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#CentLarge button:hover{
color: white;
  background-color: #222222;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;

	}
input[type="submit"],input[type="button"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
input[type="submit"]:hover, input[type="button"]:hover {
  color: white;
  background-color: #222222;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}





#services_left {
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
#services_right {
	width: 250px;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}




#main {
	width: 58%;
	margin-left: 2%;
	float: left;
}
#main_60_percent {
	width: 60%;
	margin-left: 0%;
	float: left;
}

#main_full_width {
	width: 100%;
	margin-left: 2%;
	float: left;
}

#sidebar {
	width: 35%;
	float: left;
	padding-left: 3.3%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E2E1E1;
	padding-top: 10px;
}
#sidebar ul {
	padding-left: 15px;
}
#sidebar ul li {
	padding-top: 5px;
	list-style-type: disc;
}
#sidebar ul li a:link {
	text-decoration: underline;
}
#sidebar ul li a:hover {
	text-decoration: none;
}

aside p {
	line-height: 23px;
}

#RightSmFont {
	font-size: 12px;
	font-style: italic;
	color: #060;
}

footer {
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1%;
	color: #FFFFFF;
	background-image: url(../images/FooterBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
}
.allrights {
	width: 93%;
	margin-top: 25px;
	font-size: 10px;
	color: #333;
	font-family: 'Maven Pro', sans-serif;
	margin-left: 5px;
}
.copyright {
	color: #000;
	width: 93%;
	margin-top: 35px;
	font-size: 12px;
	margin-left: 5px;
}


figure {
	width: 500px;
}
figure img {
	padding: 10px;
	background-color: #666;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
figure iframe {
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 15px #999999;
    box-shadow: 1px 1px 15px #999999;
}


#main_block figure {
	text-align: center;
}
#main_block figure iframe {
	float: left;
}



figcaption {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	float: left;
	width: 100%;
	color: #060;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.floatleft {
    margin-right: 10px;
    float: left;
}
.floatright {
    margin-left: 10px;
    float: right;
}
#inaction  {
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}
a:link {
	color: #9C0708;
}
a:visited {
	color: #666;
}
a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainnav a {
	width: 124px;
	display: block;
	float: left;
	background-color: #FFF;
	text-align: center;
	color: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	text-shadow: 1px 1px #FFFFFF;
}
#mainnav #ddtopmenubar ul .highlight a:link {
	background-image: url(../images/MenuBG_d.png);
	color: #900;
	text-shadow: 1px 1px #FFFFFF;
}
#mainnav #ddtopmenubar ul .highlight a:hover {
	background-image: url(../images/MenuBG_b.png);
	color: #900;
	text-shadow: 1px 1px #fff;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-image: url(../images/MenuBG_b.png);
	text-shadow: 1px 1px #FFFFFF;
}
article, aside, figure, footer, header, nav {
    display: block;
}
summary {
display: block; }
#main_block fieldset {
	text-align: center;
	border-radius: 15px;
	padding-bottom: 15px;
}
#main_block fieldset legend {
	text-align: left;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	color: #666;
}
#Box_Notes {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Box_Inner_Top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#Box_Inner_Mid {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#Box_Inner_Bot {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #sidebar #Box_Notes tr td #Box_Inner_Top td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #sidebar #Box_Notes tr td #Box_Inner_Mid td {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #sidebar #Box_Notes tr td #Box_Inner_Bot td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* BOX RIGHT SIDEBAR */
.BoxBG_left {
	background-image: url(../images/Box_BG_Left.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BoxBG_right {
	background-image: url(../images/Box_BG_Right.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BoxBG_top {
	background-image: url(../images/Box_TopMid.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.BoxBG_bot {
	background-image: url(../images/Box_BotMid.png);
	background-repeat: repeat-x;
	background-position: center 3px;
}
.BoxSm_main {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BoxSm_main ol {
	padding-right: 5px;
	padding-left: 50px;
}
.BoxSm_main ol li {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.BoxHeader{
	color:#0080FF;
	font-size:16px;
	padding-bottom:16px;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 0px;
	background-image: url(../images/Box_Top_Header.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0080FF;
}
.BoxSm_main ul li {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #sidebar article {
	width: 90%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	right: 5%;
	color: #333;
	border-radius: 15px;
	text-align: left;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	margin-left: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#wrapper #sidebar article p{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#wrapper #sidebar article h2 {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	width: 96%;
	margin-top: 5px;
}
#wrapper #sidebar article ul {
	padding-bottom: 15px;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 20px;
}
#wrapper #sidebar article ul li {
	font-size: 15px;
	padding-bottom: 10px;
}
#wrapper #sidebar article ol  {
	margin-right: 15px;
	margin-left: 0px;
	padding-left: 15px;
}
#wrapper #sidebar article ol li {
	font-size: 15px;
	padding-bottom: 10px;
}
#BoxYellow {
	width: auto;
	padding-left: 10px;
	padding-right: 5px;
	position: relative;
	right: 5%;
	background-color: #FFC;
	color: #FFF;
	border-radius: 15px;
	text-align: left;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	padding-top: 10px;
}
#wrapper #sidebar article iframe {
	margin-left: 0px;
}

.area {
	height: 85px;
	width: 160px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Maven Pro', sans-serif;
}
.area p {
	padding-top: 15px;
	padding-bottom: 15px;
}
.area_name {
	padding-right: 10px;
	padding-left: 10px;
}
p.area_name {
	color: #900;
}


.area_name em {
	font-size: 12px;
	color: #63F;
}
.area_name a {
	font-size: 16px;
}
.area_name a:link {
	color: #900;
}
.area_name a:visited {
	color: #333;
}
.area_name a:active {
	color: #900;
}
.area_name a:hover {
	color: #60F;
}
.Q {
	text-align: left;
	padding-left: 0px;
	color: #9c0607;
	font-weight: normal;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0080FF;
}
.faq {
	text-align: left;
	padding-top:8px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0080FF;
	padding-bottom: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #0080FF;
	border-left-color: #0080FF;
}
#map {
	background-color: #CCC;
	-webkit-box-shadow: 1px 1px 15px #999999;
    box-shadow: 1px 1px 15px #999999;

}
#footer_left {
	width: 53%;
	height: 123px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#footer_right {
	float: left;
	width: 45%;
	height: 123px;
	margin-top: 5px;
	margin-left: 5px;
}
#footer_left_top {
	width: 97%;
	margin-top: 20px;
	font-size: 10px;
	color: #333;
	font-family: 'Maven Pro', sans-serif;
	margin-left: 5px;
	height: 30px;
	text-align: center;
}
#footer_left_bot {
	color: #000;
	width: 97%;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 5px;
	height: 33px;
}
#BoxLeft {
	width: auto;
	padding-left: 10px;
	padding-right: 5px;
	position: relative;
	right: 5%;
	background-color: #F8F8F8;
	color: #333;
	border-radius: 15px;
	text-align: left;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	padding-top: 10px;
	margin-left: 5%;
}
#block_a1 {
	margin: 5px;
	height: 100px;
	float: left;
	font-size: 80px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px #333;
}
#block_a2 {
	margin: 5px;
	height: 100px;
	float: left;
	font-size: 70px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px #333;
}
#block_a3 {
	margin: 5px;
	height: 100px;
	float: left;
	font-size: 60px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px #333;
}
#block_a4 {
	margin: 5px;
	height: 100px;
	float: left;
	font-size: 50px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px #333;
}
#block_a5 {
	margin: 5px;
	height: 100px;
	float: left;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px #333;
}
#block_b {
	margin: 5px;
	height: 100px;
	width: 40px;
	float: left;
	font-size: 40px;
	line-height: 100px;
	color: #00E100;
	text-shadow: 1px 1px #333;
}
#block_b_blank {
	margin: 5px;
	height: 100px;
	width: 20px;
	float: left;
	font-size: 40px;
	line-height: 100px;
	color: #00E100;
	text-shadow: 1px 1px #333;
}
#block_long {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #333;
	text-align: center;
	vertical-align: top;
	line-height: 30px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#block_c {
	width: 84px;
	float: left;
	font-size: 12px;
	color: #900;
	line-height: 15px;
	margin-left: 15px;
}
.dollar {
	width: 40px;
	color: #0080FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.SpecialPrice .CampPrice {
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #900;
}
.SpecialPrice em {
	color: #00F;
}

#special_link {
	color: #900;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
#FQ {
	padding-left: 70px;
	padding-top: 50px;
}
#eTicketsThums {
	display: none;
}
