/*----------------------------------------------------------
	
	Copyright 2009 Sunron International
	
	Author: Kitch & Schreiber Marketing & Advertising
			www.kitchandschreiber.com
			kands@kitchandschreiber.com
			
----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
		
a{
	text-decoration: underline;
	color: #333333;
	}
	
a:hover{
	text-decoration: none;
	color: #0294CF;
	}	
	
a img{
	border: none;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	font-weight: bold;
	}
	
h2{
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006633;
	}

h3{
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	}
	
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 0px;
	}	

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #028fcc;
	background-image: url(IMAGES/largeBackground.jpg);
	background-repeat: no-repeat;
	}

#container {
	width: 987px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 
	
/*----------------------------------------------------------
	
	                 	Sidebar 1
			
----------------------------------------------------------*/

#rotatingPics{
	height: 563px;
	width: 470px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-position: center;
	}
	
#rotatingPics a{
	color: #40C8F4;
	}	
	
#rotatingPics a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}	

#sidebar1 {
	width: 470px;
	float: right;
	margin-left: 19px;
	height: 563px;
	}
	
#handleWrap{
	float: right;
	width: 162px;
	}

#handle{
	background-image: url(IMAGES/handle.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 162px;
	float: left;
	}
	
#IWCA{
	height: 89px;
	width: 150px;
	float: left;
	margin-top: 25px;
	}	
	
#referralBox{
	height: 175px;
	width: 275px;
	float: left;
	background-color: #c1ffc4;
	margin-top: 25px;
	border: thin dashed #336633;
	background-image: url(IMAGES/referralPic.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#referralText{
	color: #336633;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 75px;
	text-align: justify;
	}
	
		

/*----------------------------------------------------------
	
	                  	Main
			
----------------------------------------------------------*/

#logo{
	height: 331px;
	width: 496px;
	background-image: url(IMAGES/logo.png);
	background-repeat: no-repeat;
	}

#main-wrap{
	width: 498px;
	min-height: 300px;
	padding-top: 0px;
	background-position: left top;
	margin-top: 0px;
	padding-bottom: 0px;
	float: left;
	}

#mainContent {
	padding: 0 25px;
	background-image: url(IMAGES/mainBackground.png);
	background-repeat: repeat-y;
	background-position: center top;
	} 

#mainText{
	padding: 25px 20px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(IMAGES/freeQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#mainText  ul{
	padding-left: 25px;
	color: #333333;
	padding-bottom: 15px;
	}		

#mainText  li{
	padding-top: 5px;
	}
	
			
	

/*----------------------------------------------------------
	
	                    Footer
			
----------------------------------------------------------*/

#footer-wrap{
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	background-color: #004C95;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
	clear: both;
	width: 987px;
	margin-right: auto;
	margin-left: auto;
	height: 65px;
	color: #0066CC;
	font-weight: bold;
	padding-top: 35px;
	} 
	
#footer a{
	color: #0099FF;
	}
	
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}	

.fltrt { 
	float: right;
	margin-left: 8px;
	}

.fltlft {
	float: left;
	margin-right: 8px;
	}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

