﻿/* This stylesheet contains the styles for the whole website 

Don't worry too much about using any CSS shorthand - I'll show you a site that gives a good tutorial on how to do that. 
CSS Shorthand is just a good way of narrowing down your CSS Styles so that they are shorter and therefore quicker to download.
We try (try being the operative word) - to keep everything under the correct headings shown below:

////////// colours used //////////////////

the deep red colour = #BE0D0D

//////////////////////////////////////////

/* All Page Styles (body, page layout, etc) */
body{
	font-size:0.75em;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/topgrad.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	line-height:1.7em;
}

p.small {font-size: 11px; line-height:140%; width:120px; padding:8px 0 0 3px;}

#container {
	margin: 0 auto;
	width: 998px;
	background-color: #FFFFFF;
	background-image: url(../images/backtile.gif);
	clear: both;
}

#header {
	margin: 0 auto;
	width: 998px;
	height: 164px;
	clear: both;
}

/* ________TOP________ */

#logo{
	float:left;
}


#rightSideForm{
	/*margin: 0 0 0 300px;*/
	padding: 5px 0 0 0;
	width:450px;
	float:left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ________LEFTSIDE________ */

#leftside{
	width:175px;
	padding: 0px 10px 10px 10px;
	text-align:left;
}

#leftside_pic{
	width:175px;
	padding: 60px 10px 10px 10px;
	text-align:left;
}

/* ________RIGHTSIDE________ */

#righttside_blocks{
	width:350px;
	padding: 0px 20px 0px 0px;
	float: right;
}

#rightside{
	width:780px;
	padding: 0px 0px 20px 0px;
	float: right;
	clear: both;
	height: inherit;
}

#rightside p{

margin-right: 25px;
}

#rightbox{
	width:181px;
	float: right;
	margin: 0px 18px 10px 10px;
}

#rightbox .rightbut{
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}

#rightside a{
	font-weight: bold;
	color:#BE0D0D;
	

}
#rightside a:hover{
	font-weight: bold;
	color:#000;
	

}

.fullWidthCentered{
	margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}

.gradebox{
	width:750px;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	float:left;
	margin-right:3px;
}


img .getquote{
	background-color:#FFFFFF;
	padding: 2px 4px 2px 4px;
}


ul{
 	padding-right:30px;
}


#rightside ol{
 	padding-right:30px;
}

/* ________FOOTER________ */

#footerlegals{
	float:left;
	padding: 10px 30px 10px 30px;
	margin: 0px;
	font-size: 0.9em;
	color: #333333;
	clear:both;
	text-align: center;
	line-height: 98%;
	background:#fff;
}

.footerright{
	float:right;
	padding: 8px 110px 10px 10px;
	margin: 0px;
	clear:both;
}

#footer a{
	color:#fff; 
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer {
	padding: 0;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	height: 34px;
	background-color:#fff;
	clear: both;
}

#footergrades{
	padding:10px 10px 0px 10px;
	font-size: 0.9em;
	background:#fff;
}

#footergrades a{
	color:#BE0D0D;
}

#footergrades a:hover{
	color:#000;
}




/* ________MAIN NAV________ */

#topnav{
	background-image: url(../images/bodytop.gif);
	background-repeat: no-repeat;
	height: 24px;
	clear: both;
}

/* ________MAIN NAV________ */

#menu {
	font-size:0.95em;
	width: 175px;
	float: left;
	margin-bottom: 15px;
	padding-top: 10px;
}
	
#menu ul {
	list-style: none;
	text-align: right;
	width: 175px;
	margin: 0px;
	padding: 0px;
	margin-right: -5px;
}

#menu img {
    border: none;
} 
	
#menu li a {
	font-weight: normal;
	height: 18px;
	text-decoration: none;
	margin-top: 3px;
	padding:0px;
	line-height: 18px;
	padding-right: 22px;
	color:#000000;
	background-image:url(../images/navbut_back.gif);
	background-repeat:no-repeat;
	font-weight: bold;
}	
	
#menu li a:link {
	display: block;
}
	
#menu li a:hover {
	color: #FFF;
	background-image:url(../images/navbut_back_hover.gif);
	background-repeat:no-repeat;
}

#menu li#current a {
	color: #FFF;
	background-image:url(../images/navbut_back_hover.gif);
	font-weight: bold;	
}

#menu li.special a:link  {
	color: #BE0D0D;
}

#menu li.special a:hover {
	color: #FFF;
}

#menu li.special a:visited {
	color: #BE0D0D;
}

#menu li a:visited {
	display: block;
}

/* Text Styles */ 
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color:#BE0D0D;
	display:block;
	padding: 9px 0px 9px 0px;
	margin-right: 15px;
	margin-top: 0px;
	border-bottom: 1px solid #BE0D0D;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #B10E11;
	padding: 0px;
}

h3{
	font-size: 1.1em;
}

h4{
	font-size: 1.1em;
	font-weight: bold;
	
	color: #000000;
	background-color: #F0F0F0;
	display: block;
	padding: 5px 0px 5px 0px;
	margin-top: 0px;
}

h5{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height:22px;
	/*display: block;*/
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.noback a{
background-color:#fff;
padding:0px;
}
.noback a:hover{
background-color:#fff;
padding:0px;
}
a:visited {

}

.scroll{height:230px; overflow:auto; align:left}

.bluetext {color: #BE0D0D}

.largetext {
	font-size: 1.25em;
	line-height: 130%;
	height:260px;
}

.mediumtext {
	font-size: 1.15em;
}


.italtitle {
	font-size: 1.4em;
	font-weight: bold;
	
	color: #B10E11;
}

.italtitle {
	font-size: 1.4em;
	font-weight: bold;
	
	color: #B10E11;
}

#datepicker {
	font: 100% "Trebuchet MS", sans-serif;
}

#accordion {
	
	font: 100% "Trebuchet MS", sans-serif;
		
	width: 500px;
	height: 200px;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
#accordion ul {
	padding-top: 0px;
	padding-left: 0px;
}

#accordion li {
	padding-top: 0px;
	padding-left: 0px;
}

.quoteTable{float:left;}
.quote_panels{width:211px;height:118px;float:right;margin:0px 10px 10px 0px;color:#fff;}
.quote_panels p{margin:5px;}

.quote_panels_small{width:200px;height:90px;float:left;padding:10px 10px 10px 10px;margin:0px 0px 10px 0px;color:#fff;}
.quote_panels_small p{margin:0px;line-height:1.4em;}

.red{background-color:#BD0D0D;}
.black{background-color:#191919;}

#quote_form{width:340px;float:left;}

#quote_form_parkhotel{width:310px;float:left;}

#info_colum{width:420px;float:left;}

/* FORM STYLES */

label{display:block;font-weight:bold;}

/* HACKS */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Accessiblity Bit */
#access{
display:none;
}



