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

/* CSS Resets */

/* These Reset styles were taken from: 

   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON  */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* End CSS Resets */

/* General Styles */

/* End General Styles */

/*h1, h2, h3, h4, h5, h6, p, table {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-size:20px;
	color:red;
	margin: 10px;

}*/

p {
	font-size:15px;
	margin: 20px;
}


/*NAVIGATION EFFECTS*/
.box_jq_easing_linear,
.box_jq_easing_swing,
.box_jq_easing_ease_out_bounce,
.box_jq_easing_ease_in_out_elastic {
	float: left;
	margin-right: 20px;	
	margin-bottom: 20px;
}
.box_color_easing_01,
.box_color_easing_02,
.box_color_easing_03,
.box_color_easing_04 {
	height: 80px;
	background-color: #DE56E9;
	margin-bottom: 12px;	
}
.box_jq_animate_queue_true,
.box_jq_animate_queue_false {
	height: 360px;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #000;
}
.box_color_animate_options_01,
.box_color_animate_options_02 {
	position: absolute;
	bottom: 50px;
	left: 16px;
	width: 100px;
	height: 80px;
	background-color: #1DE007;
	margin-bottom: 12px;	
}

/* Main Nav Styles */

ul.main_nav_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
ul.main_nav_menu li {
	display: inline;
}
ul.main_nav_menu li a {
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000;
	width:14%;
	line-height:22px;
}
ul.main_nav_menu li a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

.main_nav_hover_box {
	position: absolute;
	top: 0;
	background-color: #F15A29;
	z-index: -1;
}
.box_nav {
	height:32px;
	width:720px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* End Animated Main Nav Styles */ 

/*SLIDE*/

  .slides_container {
    width:470px;
    height:170px;
  }
  .slides_container div {
    width:470px;
    height:170px;
    display:block;
  }




/* Custom Styles */

.clear {
	clear: both;	
}
.center_text {
	text-align: center;	
}

#wrapper #content .corner .corner_content nav,
#wrapper #content .corner .corner_content #tabs,
#wrapper #content .corner .corner_content #accordion {
	width: 95%;
	margin:20px;
}

div.panel_slider, div.panel_date, div.panel_acoordion, div.panel_tab, div.panel_nav
{
	display:none;
	background-color: #FEF7DE;
	padding:10px;
}
.demo,
.open_panel_slider {
	width:40%;
	float: left;
	height:50px;
	text-align: center;
}
.box_outside {
	height: auto;
	border: 1px dashed #E1DFDF;
	width: 60%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #fff;
	box-shadow: 3px 3px 1px #ccc;	
	-moz-border-radius: 16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}
/* End Custom Styles */

