/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		SHELL
		Includes: Shell (div that acts as a container for every div in the site)
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
		
		body {	margin:0px;	background-image:url(../img/bg.jpg);	background-repeat:repeat-x;	font-family:Arial, Helvetica, sans-serif;	letter-spacing: -1px;}	
		#shell {	width:640px;	background-image:url(../img/shell_bg.jpg);	background-repeat: no-repeat;	margin-right: auto;	margin-left: auto;	padding-top: 33px;}
		h1 { color:#000074; font-size:18px;}
	
/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		HEAD
		Includes: Navigation, Logo, CTAs (located in header area), Phone Numbers, Search Box (located in header area)
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
		
		#h_shell {	width:435px;	height:132px;	background-image:url(../img/imperial-swan-portal.jpg);	background-repeat:no-repeat;	margin-left:auto;	margin-right:auto;}	
			
/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		BODY
		Includes: Content Text, CTAs (located in body area), Search Box (located in header area)
		
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
		#b_shell {	padding-right: 35px;	padding-left: 35px;	min-height:375px; height:auto !important; height:375px;}
		#b_imperialLakeland {	color: #B10057;	font-size:12px;	letter-spacing:normal;	width:265px;	background-image:url(../img/swan-lakeland-bg.jpg);	background-repeat:no-repeat;	padding-top: 160px;	float: left;	text-align: center;	line-height: 20px;}
		#b_imperialOrlando {	color: #B10057;	font-size:12px;	letter-spacing:normal;	width:265px;	background-image:url(../img/swan-orlando-bg.jpg);	background-repeat:no-repeat;	padding-top: 160px;	float: right;	text-align: center;	line-height: 20px;}
	
/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		FOOTER
		Includes: SR/Vantis Signature, Footer Nav, Phone Number, Any Association Logos (AAA, AARP, etc) 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */			
	
		#f_shell {	background: url(../img/f_bg.jpg) no-repeat;	width: 640px;	padding-top: 55px;	text-align: center;}
		
		
		#vizsig { margin: 0 0 0 220px;color:#B10057 }
#vizsig span#text { float: left; margin: 8px 0 0 5px;font-size: 11px; font-family: "Trebuchet MS"; }
#vizsig span a { float: left; margin: 8px 0 0 0; font-size: 11px; font-family: "Trebuchet MS"; color:#B10057}
#vizsig span a:hover { text-decoration: none; }
#vizsig img { float: left; padding: 0; margin: 0 0 0 8px; /*border: 1px solid #000*/} 
