
/*****************************************
 CSS rules common to all, or most, of site
******************************************/


/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #e51422;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: url(/images/layout/body-bgd.png) repeat-x;
    color: #36444d;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
	line-height: 1.6em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

h1
{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 36px;
}

h2
{
	font-size: 24px;
	font-weight: bold;
	color: #e51422;
	margin-bottom: 20px;
}

h3
{
	font-size: 16px;
	margin-bottom: 20px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -15px;
}

p
{
	font-size: 14px;
	margin-bottom: 20px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

.logo-list li
{
	list-style-image: url(/images/layout/bullet-point.png);
	list-style-type: circle;
}

hr
{
	width: 600px;
	text-align: left;
	margin: 20px 0px;
}

/***************
 Overall layout
****************/
#outer-wrap
{
    background: url(/images/layout/outer-wrap-bgd.png) top center no-repeat;
    min-width: 960px;
    margin: 0px auto 0px auto;
    text-align: center;
}


#wrap
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
}


/*******
 Header
********/
#header
{
    margin: 0px;
    padding: 0px;
    text-align: right;
    border: 1px solid #e51422;
}

#logo
{
    font: bold 26px 'Helvetica', 'sans-serif';
    color: green;
    padding: 65px 36px 0px 0px;
    float: right;
}


/**********
 Navigation
***********/
#navigation
{
    float: left;
    margin: 90px 0px 0px 0px;
    display: block;
    height: 35px;
    padding: 0px;
}

#navigation li
{
  	float: left;
    list-style: none;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    height: 35px;
    font-size: 14px;
    display: block;
  	background: url(/images/layout/navigation/nav-pink-right-bgd.png) no-repeat top right;
  	color: white;
  	font-weight: normal;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 10px 17px;
  	background: url(/images/layout/navigation/nav-pink-left.png) no-repeat top left;
  	color: white;
  	font-weight: normal;
}

#navigation li a:hover
{
  	color: #e51422;
  	text-decoration: none;
}

#navigation li.selected
{
    display: block;
  	background: url(/images/layout/navigation/nav-white-right-bgd.png) no-repeat top right;
  	color: #e51422;
  	font-weight: bold;
}

#navigation li.selected a:link,
#navigation li.selected a:visited
{
    display: block;
  	background: url(/images/layout/navigation/nav-white-left.png) no-repeat top left;
  	color: #e51422;
  	font-weight: bold;
}

/****
 Body
*****/
#page-home
{
    padding: 270px 20px 5px 0px !important;
    padding/**/: 0px;
    margin: 10px 0px;
}

#page
{
    padding: 200px 0px 25px 0px;
    margin: 10px 0px;
}

#page h1,
#page h2,
#page p
{
    padding-right: 350px;
}

#page img
{
	margin: 0px 20px 50px 0px;
}

#slideshow
{
	margin: -95px 45px 20px 0px;
}

#side
{
	float: right;
	clear: right;
	text-align: left;
	width: 277px;
    padding: 0px 0px 25px 0px;
    margin: 15px 0px 0px 0px !important;
    margin/**/: 15px 10px 0px 0px;
}

#side h1,
#side h2,
#side p
{
	padding: 0px;
}

/******
 Footer
*******/
#footer
{
    color: #ccc;
    text-align: left;

}

#footer td
{
	width: 300px;
	border-right: 1px solid #45525a;
	padding: 0px 10px;
}

#footer p
{
    font-size: 0.9em;
    margin: 0px 10px 10px 0px;
}

#footer h4
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

#footer-bgd
{
	clear: both;
	background: url(/images/layout/footer-bgd.png) repeat-x;
	height: 310px;
	padding-top: 40px;
}

#footer-content
{
    margin: 0px auto;
    width: 960px;
}

#footer-admin
{
	margin-top:  50px;
}

#footer-admin a:link,
#footer-admin a:visited
{
	color: #36444d;
}

#footer a:link,
#footer a:visited
{
	color: #fff;
}

td#book-now
{
	padding-right: 0px;
	border-right: none;
}

#book-now
{
	text-align: right;
	padding-right: 0px;
	border-right: none;
}

#book-now p
{
	margin: 0px 0px 10px 20px;	
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.intro
{
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2em;	
}

.float-l
{
	float: left;
	margin: 5px 15px 0px 0px;
}

.float-r
{
	float: right;

}

.ebook
{
	width: 280px;
	margin-top: 20px;	
}

#page .ebook h2,
#page .ebook p
{
	padding-right: 0px;	
}

.highlight
{
	color: #e51422;
}

.news-buttons
{
	clear: both;	
}

.news-images
{
	float: right;
	width: 283px;
	margin: 40px 40px 10px 10px;	
}

.preview-link
{
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;	
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

.back
{
	font-weight: normal;
	font-size: 50%;	
}

