@charset "UTF-8";
/* CSS Document */



/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET */

body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		background-color:#eeeeee;
	}
	
html, body {
	height: 100%;
}



p
	{
		margin:0 0 10px 0;
		line-height:1.3em;
	}
	
a
	{
		color:#c4161c;
	}
	
.left
	{
		float:left;
	}
	
.right
	{
		float:right;
	}
	
.clear
	{
		float:none;
		clear:both;
	}

.note
	{
		font-size:10px;
	}
	

li
	{
		list-style-image:url(../images/bullet-arrow.jpg);
		padding:0 0 8px 0;
	}
ul
	{
		margin:8px 0 0 20px;
	}
	

#site
	{
		margin:0 auto;
		width:958px;
		background-image:url(../images/bg-mid.jpg);
		background-repeat:repeat-y;
		padding:0 6px;
	
	}

#content
	{
		margin:0 auto;
		width:958px;
		background-image:url(../images/bg-home-content.jpg);
		background-repeat:repeat-y;
		padding:0 6px;
	
	}


#subcontent
	{
		margin:0 auto;
		width:958px;

		padding:0 6px;
	
	}

.main
	{
		padding:10px;
		width:510px;
	}
	

.submain
	{
		padding:20px 10px 10px 10px;
		width:630px;
	}
.submain_rates
	{
		padding:20px 0 10px 10px;
		width:920px;
	}

.sideBar
	{
		padding:10px 0 10px 10px;
	}
.ctaservices
	{
		padding:20px;
	}
	

#top
	{
		margin:0 auto;
		width:970px;
	}
	
#btm
	{
		margin:0 auto;
		width:970px;
	}
	
	
#landing
	{
		width:644px;
		margin:50px auto;
		text-align: center;
		font-size: 18px;
		
	}

#nav
	{
		background-image:url(../images/bg-nav.jpg);
		background-repeat:repeat-x;
		height:58px;
		
		margin:10px 0 0 0;
		
	}
	
#nav ul
	{
		margin:0;
	}
	
#nav li
	{
		
		display:inline;
	}
	

#nav li a
	{
		
		margin:0 18px;
	}

h1
	{
		color: #333333;
		font-size: 22px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	

.landingFlag
	{
		padding:120px 0 0 0;
	}

#landingInfo
	{
		font-size:14px;
		text-align:center;
		padding:20px 0;
	}


#footer
	{
		margin:0 auto;
		width:958px;
		text-align:center;
	}
#footer ul
	{
		margin:10px 0;
	}
	

#footer li
	{
		display:inline;
		padding:0 40px;
		
	}

#footer li a
	{
		color:#333;
		text-decoration:none;
	}
	
.table
	{
		border: 0px;
		background-color: #eeeeee;
		width: 500px;
		margin-left: 75px;
		margin-top: 10px;
	}

.tablebook
	{
		border: 0px;
		background-color: #eeeeee;
		width: 450px;
		margin-left: 10px;
		margin-top: 10px;
	}

.table td
	{
		padding: 4px;
	}
.tablebook td
	{
		padding: 4px;
	}
    
.darker
	{
		width: 300px;
		background-color: #c2c2c2;
	}

.table th
	{
		padding: 4px;
		background-color: #fcc010;
	}
.tablebook th
	{
		padding: 4px;
		background-color: #fcc010;
	}

.testimonials
	{
		margin-top: 10px;
	}

.who
	{
		font-style: italic;
		font-weight: bold;
	}

.even	{
		padding: 4px;
	}
.odd	{
		padding: 4px;
		background-color: #eeeeee;	
	}
.rates
        {
                border: 1px solid #c5c5c5;
                margin: 0 5px 5px 0;
        }

