
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #F6931D;
	background-image: url(/core14/img/body.png);
	background-position: top;
	background-repeat: repeat-x;
}

a, a:link, a:visited { color: #000000; font-weight: normal; text-decoration: none }
a:hover { text-decoration: underline; }

a.more { display: block; color: #000000; text-align: center; text-decoration: underline }
a.more span { font-size: 14px; letter-spacing: -3px; }
a.more:hover { text-decoration: none }


p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color: #5f5d5d; }
cite a, cite a:link, cite a:visited  { font-weight: bold; color:#5f5d5d; }
cite span { font-weight: 400; color: #514e51; }
em { color: #5f5d5d; }

h1, h2, h3, h4, h5, h6 { color: #000000; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 24px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 20px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 5px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_frame { display: inline-block; border: 5px solid #cdcccc; margin-bottom: 10px }
.image_fl { float: left; margin: 3px 30px 0 0 }
.image_fr { float: right; margin: 3px 0 0 30px }

.tmo_list { list-style: disc; padding: 0 0 0 15px }
.tmo_list li { color:#5f5d5d; margin-bottom: 8px }
.tmo_list li a { color: #5f5d5d; font-weight: normal; text-decoration: none }
.tmo_list li a:hover { text-decoration: underline }

#body_wrapper {
	width: 100%;
	background: url(/core14/img/top.png) no-repeat top center
}

#wrapper {
	width: 960px;
	padding: 38px 10px 0;
	margin: 0 auto;
	background: url(/core14/img/top.png) no-repeat top center
}

#header {
	width: 960px;
	height: 80px;
	overflow: hidden;
}

#site_title { float: left; margin: 0; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 380px; height: 80px; color: #fff; text-indent: -10000px; background: url(/core14/img/logo.png) no-repeat center center }


/* menu */


#menu {
	float: left;
	margin-left: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	font-size: 16px;
	color: #FFDF58;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #EC068D;
}

#menu ul .last { background: none }


/* content */


#middle {
	clear: both;
	position: relative;
	width: 940px;
	height: 300px;
	padding: 50px 10px 0;
	position:relative;
}
.middle_yum {
	position:absolute;
	right:200px;
	top:40px;
	width:309px;
	height:290px;
	overflow:visible;
	display:block;
}


#mid_title { font-size: 26px; font-weight: 400; color: #EC008C; margin-bottom: 20px; line-height:1; }
#mid_left { float: left; margin-left: 30px; margin-top: 0px; width: 450px; }
#mid_left p { font-size: 18px; color: #313131; margin-bottom: 15px; }
#mid_left .viewall { clear: both; float: right; display: block; margin-top: 0px; width: 136px; height: 50px; margin-right: 60px; }
#middle img { float: left; margin-left: 60px }

#main {
	clear: both;
	padding: 30px 0 0
}

.cbox_fw {
	clear: both;
	margin-bottom: 40px;
}

.cbox_3b {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.cbox_large { width: 630px }
.cbox_small { width: 300px }

.cbox_rm { margin: 0 }

.fp_box  { position: relative; height: 110px; width: 220px; padding: 20px 20px 20px 60px; background: url(/core14/img/fp_box.png) no-repeat }
.fp_box h4, .fp_box h4 a { color: #00ADEF; }
.fp_box span { position: absolute; top: 20px; left: 20px; width: 30px; height: 30px; }
.fp_box span.b1 {  background: url(/core14/img/facebook.png) no-repeat }
.fp_box span.b2 { background: url(/core14/img/instagram.png) no-repeat }
.fp_box span.b3 { background: url(/core14/img/twitter.png) no-repeat }

.tw_bullet { color: #ec008c; height: 25px; padding-left: 30px; font-weight: 600; background: url(favicon.png); background-size:25px 25px; background-repeat:no-repeat; background-position:left center; }

.rp_box { clear: both; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #000; }
.rp_box img { float: left; margin-right: 15px; }




/* footer */


#footer_wrapper {
	clear: both;
	width: 100%;
	background: #A9CA2E;
	margin-bottom: 20px;
}

#footer{
	clear: both;
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	color: #ec008c;
	font-size: 11px;
	text-align: center;
}

#footer a{
	color: #ec008c;
}



/* contact */


#contact_form {
	padding: 0;
	width: 430px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 270px;
	padding: 5px;
	color: #333333;
	background: #f4f6f9;
	border: 1px solid #999999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 12px;
	font-size: 13px;
}

#contact_form form textarea {
	width: 420px;
	height: 200px;
	padding: 5px;
	color: #333333;
	background: #f4f6f9;
	border: 1px solid #999999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	padding: 8px 14px;
	color: #333333;
	background: #f4f6f9;
	border: 1px solid #999999;
	font-size:14px;
	margin: 10px 0px;
}

sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
}


















#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/core14/img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/core14/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/core14/img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	