/* ****************  Section Styles ***************** */ 
/* ****************  Header  **************** */
.box_header{
  width: 1000px;
  height:92px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

.box_headerleft{
  width:429px;
  height:92px;  
  float:left;
  background-image: url(/images/background-header01a.gif);
  background-repeat: no-repeat;
}

.box_headerright{
  height:92px;  
  vertical-align: middle;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  margin-left: 369px;
  /*background-image: url(/images/background-header02.gif);*/
  background-repeat: no-repeat;  
}

.box_logobottom{
  position: absolute;
  left: 394px;
  top: 0px;
  z-index: 2;
  height:44px;
  width:96px;
  background-image: url(/images/bottom-button.gif);
  background-repeat: repeat-x;  
}

/* ****************  Nav **************** */

.box_nav{
  clear: both;
  width: 1000px;
  height:44px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  background-image: url(/images/background-nav.gif);
  background-repeat: repeat-x;  
}

.box_navleft{
  float:left;
}

.box_navright{  
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  padding-top:6px;
}

/* ****************  Floating Nav **************** */

.nav_categories{
  width: 150px;
  height:215px;
  background-color: #000000;
  z-index:5;
  position: absolute;
  left:50px;
  top:136px;
  visibility: hidden;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
}

.nav_useradmin{
  width: 150px;
  height:190px;
  background-color: #000000;
  z-index:5;
  position: absolute;
  left:280px;
  top:136px;
  visibility: hidden;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
}

.nav_support{
  width: 150px;
  height:85px;
  background-color: #000000;
  z-index:5;
  position: absolute;
  left:175px;
  top:136px;
  visibility: hidden;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
}

.nav_hideblock{
  width: 800px;
  height: 200px;
  z-index:4;
  position: absolute;
  left:0px;
  top:136px;
 visibility: hidden;
}

.dropmenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 150px;  
}

.dropmenu .menu li {
  border-top: 1px solid #FFFFFF;
  list-style: none;
  background-color: #000000;
  text-align: left;
  line-height: 20px;  
}

.dropmenu .menu li a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 10px;
  line-height: 20px;
}

.dropmenu .menu li a:hover {
  background-color: #F8941C;
  color: #FFFFFF;
}

#subnav table {
  padding: 2px;
}

#subnav td		{
	font-size:12px;
	line-height:26px;
	font-weight:bolder;  
	background-color: #000000;
	display: block; 
	width: 150px;
	height: 26px;
	color: #FFF;
	float: none;
}

#subnav td a		{
	font-size: 12px;
	font-weight:bolder;  
	line-height:26px;
	background-color: #000000;
	display: block; 
	width: 150px;	
	color: #FFF;
	float: none;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
}

#subnav td a:hover  {
	background-image: none;
	color: #FFF;
	background-color: #F8941C;
   	text-decoration : none;   
   	border-top: 1px solid #FFFFFF;
}

/* **************** Featured Box **************** */

.box_featured{
  width: 1000px;
  height:372px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

.box_featured_short{
  width: 1000px;
  height: 153px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

.box_blue{
  width: 100%;
  height:315px;
  z-index: 0;
  top: 1px;
  position: absolute;
  background-image: url(/images/background-bluebox.gif);
  background-repeat:no-repeat;
  background-color: #0099FF;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px; 
}

.box_blue_short{
  width: 100%;
  height:105px;
  z-index: 0;
  top: 1px;
  position: absolute;
  background-image: url(/images/background-bluebox.gif);
  background-repeat:no-repeat;
  background-color: #0099FF;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px; 
}

.feature_blueleft{
  position: absolute;
  left: 13px;
  top: 1px;
  width:670px;
  height:364px;
  z-index:2;
  background-image: url(/images/background-featureblock01.gif);
  background-repeat:no-repeat;
}

.feature_blueleft_short{
  position: absolute;
  left: 13px;
  top: 1px;
  width:670px;
  height:100px;
  z-index:2;
  background-repeat:no-repeat;
}

.feature_blueleft_content{
  position: absolute;
  left: 36px;
  top: 32px;
  width:300px;
  height:300px;
  text-align: left;
}

.feature_blue_short{
  position: absolute;
  left: 36px;
  top: 0px;
  width:300px;
  height:71px;
  text-align: left;
}

.feature_blueleft_infoblock{
  position: absolute;
  left: 365px;
  top: 57px;
  width:500px;
  height:219px;
  text-align: center;
  background-color: #FFFFFF;
  padding-left:6px;
  padding-right: 10px;
  padding-top: 4px;
   /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  z-index:0;
}

.feature_blueleft_infoblock_short{
  position: absolute;
  left: 20px;
  top: 0px;
  width:350px;
  height:70px;
  text-align: left;
  background-color: #FFFFFF;
  padding:10px;
   /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  z-index:0;
}

.feature_blueleft_infoblock_short h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.feature_blueleft_infoblock h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-top: 10px;
}

.feature_blueleft_infoblock_header{
  position: absolute;
  left: 377px;
  top: 28px;
  width:500px;
  height:32px;
  font-family: arial, helvetica, sans-serif;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: 2px;
  color:#FFFFFF;
}

.feature_bluecenter_infoblock_short{
  position: absolute;
  left: 20px;
  top: 0px;
  width:530px;
  height:90px;
  text-align: left;
  background-color: #FFFFFF;
  background-image: url(/images/random-photos-header.gif);
  background-repeat:no-repeat;
  padding:0px;
   /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  z-index:0;
}

.feature_blueright{
  font-family: Arial,Helvetica,sans-serif;
  text-align:left;
  color:#FFFFFF;  
  margin-left: 765px;
  margin-right: 10px;
  margin-top: 15px;
  height: 313px;
}

.feature_blueright_short{
  font-family: Arial,Helvetica,sans-serif;
  text-align:left;
  color:#FFFFFF;  
  margin-left: 745px;
  margin-right: 10px;
  margin-top: 15px;
  height: 75px;
}

.feature_blueright p {
  color:#FFFFFF;
  font-size: 11px;
}

.feature_blueright h1 {
  font-family: Arial,Helvetica,sans-serif;
  color:#FFFFFF;  
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: normal;
}

.feature_blueright b {
  font-family: Arial,Helvetica,sans-serif;
   color:#FFFFFF;  
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.feature_blueright_infoblock_short{
  position: absolute;
  left: 670px;
  top: 0px;
  width:280px;
  height:78px;
  text-align: left;
  background-color: #FFFFFF;
  padding:10px;
   /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  z-index:0;
}

/* **************** Location/Nav Box  *************** */

.box_orange{
  width: 1000px;
  height:64px;
  z-index: 0;
  top: 315px;
  position: absolute;
  background-image: url(/images/background-orangebar2.gif);
  background-repeat:repeat-x;
}

.box_orange_short{
  width: 100%;
  height:64px;
  z-index: 0;
  top: 105px;
  position: absolute;
  background-image: url(/images/background-orangebar2.gif);
  background-repeat:repeat-x;
  margin-right: 10px;
}

.box_orangecap{  
  float:right;
  background-image: url(/images/background-orangecap.gif);
  background-repeat: no-repeat;  
  height:57px;
  width:37px;
}

.nav_orangebar{
 position: absolute;
 left:0px;
 top: 315px;
 margin-right: 37px;
 margin-left: 400px;
 text-align:left;
 height:64px;
 z-index:3;
}

.nav_orangebar_short{
	position: absolute;
	left:0px;
	top: 111px;
	margin-right: 37px;
	margin-left: 80px;
	text-align:left;
	height:43px;
 	z-index:3;
}

.orangebar_icon{
	float: left;
	text-align:left;
	height:43px;
	width: 53px;
}

.orangebar_text{
	float: left;
	text-align:left;
	height:43px;
	line-height: 47px;
	font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
	font-size: 26px;
	color: #ffffff;
	white-space: nowrap;
}

.orangebar_boxfloat{
	float: left;
	text-align:left;
	height:43px;
	padding-left: 20px;
}

.orangebar_boxes{
	margin-top: 13px;
	height:20px;
	line-height: 20px;
	background-color: #FBC429;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	width: 100px;
}

.orangenav ul {
  height: 64px;
  padding: 0;
  margin: 0;
  color: #fff;
  float: left;
  width: 100%;
}
.orangenav li { display: block; }

/* **************** Content Box  *************** */

.box_content{
  clear: both;
  width: 1000px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: absolute;
  top: 298px;
  left: 0px;
}

.box_content_con{
  clear: both;
  width: 1000px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: absolute;
  top: 508px;
  left: 0px;
}

.box_content_long{
  clear: both;
  width: 1000px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: absolute;
  top: 508px;
  left: 0px;
}

.box_content_long_con{
  clear: both;
  width: 1000px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: absolute;
  top: 508px;
  left: 0px;
}

.box_contentleft{
  float:left;
  width:120px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
}

.box_contentleft p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
}

.box_contentcenter{
   margin-left: 140px;
   margin-right: 254px;
   width: 600px;
}

.box_contentcenter_con{
   margin-left: 140px;
   margin-right: 254px;
   width: 600px;
}

.box_contentcenter_imagedetail{
   margin-left: 140px;
   margin-right: 10px;
   width: 840px;
}

.box_contentcenter_noright{
   margin-left: 140px;
}

.box_contentright{
  float:right;
  width:244px;
  z-index: 2;
}

.box_contentright_con{
  float:right;
  width:244px;
  z-index: 2;
}

.imgwrap { 
	overflow:hidden; 
	width:100%; /* Force hasLayout in IE */ 
	text-align: center;
	background-color: #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.clearing {
	height: 0;
	clear: both;
}

/* **************** Footer  *************** */

.box_footer{
  clear: both;
  width: 1000px;
  height:140px;  
  z-index: 0;
  position: relative;
  text-align: left;
  background-color: #0099FF;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
}

.box_footer_left{
  float:left;
  width:205px;
  height: 110px;
  margin-top: 10px;
  margin-left:10px;
}

.box_footer_left_160{
  float:left;
  width:160px;
  height: 110px;
  margin-top: 10px;
  margin-left:10px;
}

.box_footer_right_400{
  float:right;
  width:400px;
  height: 90px;
  margin-top: 10px;
  margin-right:10px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: right;
}

.box_footer_catleft{
  float: left;
  width:90px;
  height: 80px;
}

.box_footercap{
  clear: both;
  width: 100%;
  height:15px;  
  z-index: 0;
  position: relative;
  text-align: left;
 background-color: #000000;
}

.box_copyright{
  clear: both;
  width: 100%;
  height:15px;  
  z-index: 0;
  position: relative;
  text-align: right;
  color:#FFFFFF;
  font-size: 10px;
  padding-top:2px;
  padding-right:5px;
}

/* **************** Right Column Items  *************** */

.box_signup{
  text-align: right;
  width: 100%;
  padding-bottom:10px;
}


/* **************** Image Gallery  *************** */

div.img
{
  margin: 5px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  width:165px;
  height: 180px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

div.img_sm
{
  margin: 5px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  width:110px;
  height: 145px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

div.imghomerandom
{
  margin: 2px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
  width:292px;
  height: 248px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}  

div.imghomeheaderrandom
{
  margin-top: 8px;
  margin-left: 20px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 2px;
  width:210px;
  height: 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

div.imgheaderrandom
{
  margin: 5px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 2px;
  width:210px;
  height: 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

div.img_noborder_lg
{
  margin: 5px;
  float: left;
  text-align: center;
  padding: 10px;
  width:160px;
  height: 180px;
}  

div.img_noborder
{
  float: left;
  text-align: center;
  padding: 2px;
  width:110px;
  height: 150px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    vertical-align: middle;
} 

div.img_nofloat
{
  margin: 0px;
  text-align: center;
  padding: 7px;
  width:120px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

div.desc
{
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  width: 165px;
}

div.desc_sm
{
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  width: 110px;
}

div.desc_lg
{
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  width: 140px;
}

div.desc_noborder
{
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  width: 100px;
}

div.desc_nofloat
{
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  width: 120px;
}

/* **************** Calendar Listings Box  *************** */

div.cal
{
  margin: 5px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  width:165px;
  height: 80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}  
div.caldesc
{
  margin-top: 2px;
  text-align: center;
  font-weight: normal;
  width: 165px;
}

div.cal_recent
{
  margin: 5px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  width:125px;
  height: 105px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}  
div.caldesc_recent
{
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  width: 125px;
}

/* **************** Comments  *************** */

.box_comments_wrapper{
  clear: both;
  width: 95%;
  background-color:  #EBEFF4;
}

.comments_icon {
  float:left;/*fix for  buggy browsers*/
  display:  table-cell;
  text-align: center; 
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;  
}

.comments_text {
  float:left;/*fix for  buggy browsers*/
  display:  table-cell;
  padding: 10px;
}

.comments_row  {
  display:  table-row;
  width:auto;
  width: 100%;
}

.box_comments_footer{
	width: 95%;
	height: 5px;
	background-color: #D1DBE5;
}

/* ************ Infoboxes ************* */

.info_boxes{
	float: right;
	margin-top: 13px;
	line-height: 20px;
	background-color: #0099FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.TableStructures td {
	padding: 5px;
}

.box_yellow{
  width: 230px;
  background-color: #FFFABF;
  /*** not standards compliant but rounds corners for safari (webkit) and mozilla (moz) ***/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
  padding: 10px;
}