/***********************************************/
/* destination_stylesheet.css                  */
/* Use for destination pages			       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #B73834;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E274E;
	font-size: 100%;
	text-align: left;
	}

a:link{
	color: #3399cc;
	text-decoration: underline;
}

a:visited{
	color: #F9579C;
	text-decoration: underline;
}

a:hover{
	color: #FF9900;
	text-decoration: underline;
}

a:active{
	color: #D27F2D;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
	color: #D24F2D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #D24F2D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #F9579C;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
 color: #3399CC;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #4E274E;
}

h6{
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: lighter;
color: #FF9900;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: square;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #F9579C;
	font-style: normal;
	background-color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-color: #932831;
	color: #FFFFFF;
	background-image: url(/images/destinationmasthead.png);
	background-repeat: repeat;
	background-position: top;
	height: auto;
}

#topnavbar{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: auto;
	background-color: #40075f;
	display: table;
	font-size: 100%;
	font-weight: bold;
	color: #3399cc;
	text-align: center;
}

#leftcol{
	float: left;
	width: 20%;
	min-width: 122px;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 0px;
	padding-right: 4%;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#rightcol{
	float: right;
	width:20%;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}

#content{
	width:48%;
	position: relative;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	left: auto;
	overflow: hidden;
}

#pageintro{
	width: 52%;
	background-color:#FFFFFF;
	position: relative;
	left: auto;
	top: auto;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 2;
	}

#footer{
	width: 100%;
	height: 100px;
	position: relative;
	text-align: center;
	visibility: inherit;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************** .leftcopy styles ***************/

.leftcopy{
	font-size: 90%;
	color: #f9579C;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.leftcopy img{
	padding: 0px;
	border-width: 0px;
	background-color: #FFFFFF;
}

/************** .rightcopy styles ***************/

.rightcopy{
	font-size: 100%;
	color: #f9579c;
	border-color: #FFFFFF;
	text-align: center;
}
/************** .copy styles ***************/

.copy{
	font-size: 90%;
	color: #4E274E;
	background-color: #FFFFFF;
	text-align: left;
}

.copy img{
	text-align: right;
	background-color: #FFFFFF;
	white-space: normal;
	margin-right: 5px;
}

/************** .footer styles ***************/

.footer{
	font-size: 90%;
	color: #4E274E;
	background-color: #FFFFFF;
	text-align: center;
	height: 100px;
}

/*********** #topnavbar link styles ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#topnavbar li {border-bottom: 1px solid #932831;}

/* fix for browsers that don't need the hack */
html>body #topnavbar li {border-bottom: 1px;}


/************** #ad styles **************/

#ad{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#ad img{
	display: none;
}
