/*
  This document controls the primary universal styles of the site
  Other universal stylesheets are directly referenced from this document. 
*/

/* External Stylesheet References */
	@import URL(sidebar.css);

/* HTML Redefinitions */

body {
	background-color: #4c5e70;
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: x-large;
	font-family: "Trebuchet MS", Georgia, Times New Roman, serif;
	color: #006DAF;
}

h2 {
	font-family: "Trebuchet MS", Georgia, Times New Roman, serif;
	font-size: large;
}

h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #004F7F;
}

p {
	text-indent: 3em;
	margin: 15px 5px;
}

a {
	text-decoration: none;
	color: #00639F;
}

	a:hover {
		text-decoration: underline;
		color: #007CCD;
	}

hr {
	margin: 20px 0;
}

/* Element Definitions */

#header {
	width: 720px;
	margin: 0 auto;
	background-color: #FFF;
}

	#header p {
		color: #999;
		font-size: small;
		line-height: 10;
		margin: 0;
		padding: 0;
	}

	#header p a	{
		color: #999;
		text-decoration: none;
		text-indent: 5px;
	}
	
		#header p a:hover {
			color: #0099ff;
			text-decoration: underline;
		}

#main-container {
	width: 720px;
	margin: 0 auto;
	min-height: 950px;
	background-color: #FFF;
	background-image: url("../images/bg_stretch.gif");
	background-position: left;
	background-repeat: repeat-y;
}

#content {
	width: 411px;
	padding: 35px;
	margin-left: 194px;
	background-image: url("../images/right_stretch.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

#content ul {
	list-style-image: url("../images/bullet.gif");
}

#footer {
	clear: both;
	width: 720px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	background-color: #FFF;
	background-image: url("../images/bottom_stretch.gif");
	background-repeat: repeat-x;
}

	#footer #right {
		width: 18px;
		height: 50px;
		background-image: url(../images/bottom_right.gif);
		background-position: right;
		background-repeat: no-repeat;
		float: right;
	}
	
	#footer #left {
		width: 204px;
		height: 50px;
		background-image: url(../images/bottom_left.gif);
		background-position: left;
		background-repeat: no-repeat;
		float: left;
	}

	#footer a {
		color: #AFE0FF;
	}
	
		#footer a:hover {
			color: #FFF;
		}

	#footer ul {
		padding: 0px;
		margin: 0px;
	}
	
	#footer li {
		display: inline;
		list-style-type: none;
		padding-left: 20px;
		padding-right: 20px;
	}

#legal {
	margin: 10px auto 4px auto;
	text-align: center;
	width: 720px;
	color: #999;
}

.phone {
	width: 200px;
	height: 150px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	float: right;
}

.contact-header {
	font-size: medium;
	font-weight: bold;
}

div.request-quote-button {
	width: 360px;
	height: 98px;
	margin: 10px auto;
}

	div.request-quote-button img {
		border: none;
		width: 350px;
		height: 88px;
		margin: 10px 0 0 10px;
	}

div.package-deals-button {
	width: 360px;
	height: 98px;
	margin: 10px auto;
}

	div.package-deals-button img {
		border: none;
		width: 350px;
		height: 88px;
		margin: 10px 0 0 10px;
	}


div.pull-quote {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 25px;
	color: #006DAF;
	margin: 10px;
	border-top: thin dotted #123448;
	border-bottom: thin dotted #123448;
	background: url(../images/quote_open.gif) top left no-repeat;
	padding: 5px 0;
}

	div.pull-quote > blockquote {
		font-size: medium;
		text-indent: 1.5em;
		background: url(../images/quote_close.gif) bottom right no-repeat;
		margin: 0;
		padding: 25px 15px 15px 25px;
	}

ul.medium-bullets > li {
	font-size: medium;
	list-style-image: url(../images/bullet_med_fullcolor.gif);
	margin: 10px;
	vertical-align: middle;
}
