/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Arial, Sans-Serif;
	text-decoration: none;
	color: #333333;
}

/* Lists */
ul, ol {}
li{
	margin-bottom:2px;
}
/* Formatted Text */
pre {}

/* Headings */
h1{
	font-size: 20px;
line-height: 2.5ex;
	margin:2px;
	color: #666666;
}

h2 { 
	font-size: 18px; 
	color: #666666;
	line-height: 2.5ex;
	margin:2px;
}

h3 { 
	font-size: 16px; 
	color: #666666;
	line-height: 2.5ex;
	margin:2px;
}

h4 { 
	font-size: 14px;
	color: #666666;
	line-height: 2.5ex;
	margin:2px;
}	

h5 { 
	font-size: 11px;
color:#ffffff;
	line-height: 2.5ex;
		margin:2px;
margin-top:10px;
	background: #666666;
	padding: 3px;
}

h6 { 
	font-size: 12px;
	color: #666666;
	line-height: 2.5ex;
	margin:2px;
	font-style: italic;
}

/* Links - default */
a:link, a:active, a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #486eb7;
}	



/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
		color: #486eb7;
}	
.topmenu a:link, .topmenu a:active, .topmenu a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	padding-right:6px;
	padding-left:6px;
	
}	



/* Links - hover (onmouseover) */
.topmenu a:hover {
	text-decoration: underline;
		color: #ffffff;
		text-transform: uppercase;
}	

.copyright_tagline a:link, .copyright_tagline a:active, .copyright_tagline a:visited, .copyright_tagline a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
.newsletter_copyright_tagline a:link, .newsletter_copyright_tagline a:active, .newsletter_copyright_tagline a:visited, .newsletter_copyright_tagline a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */
.dark_h2 { 
	font-size: 18px; 
	color: #465466;
	line-height: 2.5ex;
	margin:2px;
}


a.reserve   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/button-reserve-red.jpg) no-repeat top left;
}
a.request   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/button-request-red.jpg) no-repeat top left;
}
a.subscribe   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/button-subscribe-red.jpg) no-repeat top left;
}
a.apply   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/button-apply-red.jpg) no-repeat top left;
}
a.reserve2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/button-reserve-red-small.jpg) no-repeat top left;
}
a.request2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/button-request-red-small.jpg) no-repeat top left;
}
a.subscribe2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/button-subscribe-red-small.jpg) no-repeat top left;
}
a.apply2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/button-apply-red-small.jpg) no-repeat top left;
}



a.greserve   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/gbutton-reserve-red.jpg) no-repeat top left;
}
a.grequest   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/gbutton-request-red.jpg) no-repeat top left;
}
a.gsubscribe   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/gbutton-subscribe-red.jpg) no-repeat top left;
}
a.gapply   {
    display: block;
    width: 155px;
    height: 165px;
    background: transparent url(/images/gbutton-apply-red.jpg) no-repeat top left;
}
a.greserve2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/gbutton-reserve-red-small.jpg) no-repeat top left;
}
a.grequest2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/gbutton-request-red-small.jpg) no-repeat top left;
}
a.gsubscribe2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/gbutton-subscribe-red-small.jpg) no-repeat top left;
}
a.gapply2   {
    display: block;
    width: 150px;
    height: 54px;
    background: transparent url(/images/gbutton-apply-red-small.jpg) no-repeat top left;
}
