/* CSS Document */

/* ------------------------------------------------------------------
www.fluidevents.com style sheet
author:	vikki neal
email: vikki@strangecorp.com
use of conditional comments have been used throughout site, therefore several styles have been filtered
into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
	}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ol, ul {
	list-style: none;
	}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
	}
/* ------------------------------------------------------------------
Generic classes
-------------------------------------------------------------------*/
.floatleft {
	float: left !important;
	}
.floatright {
	float: right !important;
	}
.clearboth {
	clear: both;
	}
/* ------------------------------------------------------------------
=body
-------------------------------------------------------------------*/
html, body {
	height: 100%;
	}
body {
	background: url(/images/shared/page_bg.gif) repeat-x bottom;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	}
/* ------------------------------------------------------------------
=flash
-------------------------------------------------------------------*/
#flashwrapper {
	background-color: #000;
	width: 100%;
	margin: 0;
	}
#flash {
	margin: auto;
	text-align: center;
	}
#flashlogo {
	width: 376px !important;
	margin-bottom: 10px;
	}
/* ------------------------------------------------------------------
=content area
-------------------------------------------------------------------*/
.container {
	width: 760px;
	margin: 0 auto;
	padding-top: 30px;
	}
/* Columns */
#col1 {
	float: left;
	width: 335px;
	padding: 0 0 0 10px;
	}
#col2 {
	float: right;
	width: 376px;
	margin-right: 10px;
	}
#col2 img {
	float: right;
	width: 376px;
	margin-bottom: 15px;
	}
p {
	color: #5D5D5D;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	}
h1, h2 {
	font-weight: normal;
	}
h1 {
	background: url(/images/shared/h1_background.gif) left no-repeat;
	font-size: 2.3em;
	color: #50B848;
	margin: 0;
	text-indent: -9999px;
	}
h2 {
	font-size: 1.6em;
	color: #000;
	margin-bottom: 10px;
	}
ul {
	margin: 0 0 0 15px;
	overflow: hidden;
	}
	
#quotepanel ul{
padding: 5px 0 5px 0;
}	
ul li {
	color: #000;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	background: url(/images/shared/li_background.gif) center left no-repeat;
	padding-left: 20px;

	}
#quotepanel	ul li a{
color: #50B848;
text-decoration: none;

}
#contactpanel {
	text-align: center;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dashed #CCC;
	}
#contactpanel p {
	font-size: 1.7em;
	color: #5D5D5D;
	margin-bottom: 15px;
	}
#contactpanel a {
	background-color: #333;
	text-align: left !important;
	float: left;
	display: block;
	width: 95%;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	padding: 2px 0 2px 10px;
	}
#contactpanel a:hover {
	text-decoration: underline;
	}
.greentext {
	color: #50B848;
	padding-right: 3px;
	}
.greytext {
	color: #5D5D5D;
	padding-left: 3px;
	}
p.blacktext {
	color: #000;
	font-size: 1.9em !important;

	}
#quotepanel {
	padding: 0 10px 5px;
	border-bottom: 1px dashed #CCC;
	}
.getquote, a.viewwalkthrough {
	background-color: #50B848;
line-height: 1.2em;
	display: block;
	width: 95%;
	color: #fff;
	text-decoration: none;
	font-size: 1.7em;
	padding: 3px 0 3px 10px;
	margin-bottom: 5px
	}
.viewwalkthrough {
	background: url(/images/shared/grey_arrow.gif) right center no-repeat !important;
	background-color: #A1A0A5 !important;
	}
/* ------------------------------------------------------------------
=footer
-------------------------------------------------------------------*/
.footer {
	font-weight: bold;
	color: #545454;
	font-size: 1.1em;
	padding-left: 10px;
	float: left;
	}
.footer a {
	text-decoration: none;
	color: #545454;
	}
.footer a:hover {
	text-decoration: underline;
	}
.container .floatright {
	padding-right: 10px !important;
	}