

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*             Luna                 */
/*       Main Style Sheet   	    */
/*     Purple Monkey Studios        */
/* 	 Created on 5/3/2005 by KateB   */
/*  Updated on 5/12/2005 by KateB   */
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^/
/* GENERAL STYLES   */
/*^^^^^^^^^^^^^^^^^^*/
@import "/styles/custom.css";

html, body
{
	margin: 0;
	background-color: #afc6bc;
}
.breadcrumbText
{
	color: #FFF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;	
	background-color:#b2c7be;
	width:711px;
	padding:1px 0 1px 15px;
}
.ControlTitle
{
	position: relative;
}
.cmsWrapper
{
	padding: 0;
	margin: auto;
}
img
{
	border-style: none;
}
/*^^^^^^^^^^^^^^^^^^^/
/* STRUCTUAL STYLES */
/*^^^^^^^^^^^^^^^^^^*/
#outerwrapper
{
	padding: 0;
	margin: 0 auto;
	width: 992px;
	position: relative;
}

#shadowbox
{
	width: 992px;
	padding: 0 10px;
	background: transparent url(/images/common/body_bg1.gif) center top repeat-y;
}

.cleaner
{
	clear: both;
	float: none;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-color: inherit;
}

/*^^^^^^^^^^^^^^^^^^^/
/* HEADER STYLES    */
/*^^^^^^^^^^^^^^^^^^*/
#headertop
{
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 992px;
	height: 130px;
	background-color: #fcfbf9;
}
* > #headertop
{
	margin-left: 0px;
}
#headertop #logo
{
	float: left;
	display: inline;
	margin: 5px 0 0 30px;
}
/*^^^^^^^^^^^^^^^^^^^/
/* TOP NAVIGATION   */
/*^^^^^^^^^^^^^^^^^^*/
#headertop ul
{
	margin: 8px 20px 0 0;
	padding: 0;
	float: right;
	display: inline;
	width: 350px;
	list-style: none;
	font: normal bold 11px sans-serif;
	letter-spacing: -.03em;
}
#headertop ul li a
{
	text-decoration: none;
	color: #315B8B;
	margin: 5px 5px 0 0;
	line-height: 15px;
}
#headertop ul li a:hover
{
	text-decoration: underline;
}
#headertop ul li
{
	list-style: none;
	float: right;
	padding-right: 5px;
}
.link_luna
{
	top: 60px;
	position:absolute;
	right:25px;
}

/*^^^^^^^^^^^^^^^^^^^/
/* MAIN NAVIGATION  */
/*^^^^^^^^^^^^^^^^^^*/
#nav
{
	height: 25px;
	width: 992px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #293e6b;
}
#nav ul
{
	margin: 0 0 0 30px;
	height: 25px;
	padding: 0;
	list-style: none;
	color: #315B8B;
}
#nav ul li
{
	float: left;
	padding: 0 20px 0 0;
	color: #472B25;
	font: normal 700 12px Helvetica, Arial, sans-serif;
	letter-spacing: -.01em !important;
	line-height: 25px;
	cursor: default;
}
#nav ul li a
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/images/common/nav/bullet_arrow_down.gif) left 5px no-repeat;
	padding-left: 12px;
}
#nav ul li a.active
{
	color: #edcb5a;
	background: transparent url(/images/common/nav/bullet_arrow.gif) left 5px no-repeat;
}
#nav ul li a:hover
{
	color: #edcb5a;
}

/*^^^^^^^^^^^^^^^^^^^/
/* CONTENT STYLES   */
/*^^^^^^^^^^^^^^^^^^*/
#websitecontent
{
	position: relative;
	width: 992px;
	height:auto !important;
	height:550px;
	min-height: 550px;	
	margin: 0;
	padding: 0 0 50px 0;
	text-align: left;
	background:white url(/images/common/sidebar_bg.gif) top right repeat-y;
}
/* WinIE7 */
*:first-child+html #websitecontent{padding: 0 0 80px 0;}

/*^^^^^^^^^^^^^^^^^^^/
/* FOOTER STYLES    */
/*^^^^^^^^^^^^^^^^^^*/
#footer
{
	background: #afc6bc url(/images/common/body_bg_bottom.gif) center top no-repeat;
	width: 992px;
	padding: 0 10px;	
	position: absolute;
}
#footer p, #footer a, #footer img, .footerContent
{
	padding: 0;
	margin: 0;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #4a695e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: top;
	text-decoration: none;	
}
.footerContent, .footerContent p {
  line-height:12px;
}

#footer #name
{
	text-decoration: underline;
}
#footer ul
{
	margin: 20px 0 0 0;
	padding: 0;	
	list-style: none;	
	letter-spacing: -.03em;	
}
#footer ul.footerNav,
#footer .copyright {
  text-align: center;
}
.copyright {
	clear:both;
}

#footer ul.footerNav li a
{
	text-decoration: none;
	color: #293E6B;
	margin: 5px 5px 0 0;
	line-height: 15px;
	font: normal bold 11px sans-serif !important;
}
#footer ul.footerNav li a:hover
{
	text-decoration: underline;
}
#footer ul.footerNav li
{
	list-style: none;
	display:inline;	
}#divider
{
	margin: 0;
	padding: 0;
	margin-left: 3px;
	margin-right: 3px;
}
.showHandCursor
{
	cursor: pointer;
}
/*-----form styles-----*/
table.forms
{
	border: 0;
}
.forms *
{
	line-height: 15px;
	font-size: 12px;
}
.forms span
{
}
.forms input, .forms textarea, .forms select
{
	width: 180px;
	height: 18px;
	border-collapse: collapse;
	border: 1px solid #666;
	background: #fff url(/images/bg_input_250.gif) left top no-repeat;
}
.forms textarea
{
	height: 75px;
	background: #fff url(/images/bg_textarea_250x75.gif) left top no-repeat;
	overflow: auto;
}
/* for IE */
select.ddl
{
	width: 185px !important;
	height: 20px;
}
/* for modern browsers */
html > /**/ body select.ddl
{
	width: 182px !important;
}
.forms input[type=submit], .forms input[type=button], .forms input[type=image]
{
	width: auto;
	height: auto;
}
.forms input[type=radio], .forms input[type=checkbox]
{
	width: auto;
	height: auto;
	border: none;
}
.nostyle *
{
	width: auto !important;
	height: auto !important;
	border: none !important;
}
.forms td
{
	padding: 0 0 5px 5px;
	vertical-align: baseline;
	position: relative;
}
/*------end form styles------*/
/* form validation */
.req
{
	color: red;
	padding-left: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	position: absolute !important;
	left:-10px;	
}
/* end validation */

#photo_caption {
	position:absolute;
	width:350px;
	height:120px;
	top:300px;
	left:300px;
}
#actionbar
{
	background: white url(/Images/common/body_bg_fade.png) left bottom repeat-x;
	padding: 15px;
	position: absolute;
	bottom: 0;
	width: 962px;
	height: 120px;
	z-index:999;
}
/* files in sitefinity admin that have been modified

/Sitefinity/Admin/Themes/Default/AjaxControlsSkins/Sitefinity/EditorContentArea.css
/Sitefinity/Admin/Themes/Default/EditorConfig.css

Sitefinity admin overrides:

*/

.sf_wrapper #actionbar {
	position:relative;
	top:450px;
}
.sf_eventMap {
	width:auto !important;
}
.PageDesPropTh {
  display: none !important;
}

/**/

.ControlTitle {
	position:absolute;
	z-index:999;
}
#testimonial, #offer1, #offer2
{
	width: 310px;
	height: 120px;
	float: left;
	position: relative;
	padding: 0 5px;
}
#testimonial img, #offer1 img, #offer2 img
{
	position: absolute;
	bottom: 0;
}

#pillow
{
	display: none;
}
.abTrack {
	height:20px;
	width:20px;
	position:absolute;
	overflow:hidden;
	bottom:20px;
	left:20px;
}
.footerlogos {
	display:none;
	text-align: center;
	width: 994px;
	position:relative;
	z-index:999;
}