/*CONSTANTS & CLASSES*/
/*=================================================================================================*/
*
{
	position:relative;
	margin:0;
	padding:0;
}

.cms
{
	width:860px;
	padding-top:10px;
	font-family:Calibri, Arial, Verdana, sans-serif;
}

.centered
{
	margin-left:auto;
	margin-right:auto;
}

.corner
{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.fixWidth
{
	width:1024px;
}

.lineDiv
{
	clear:both;
	width:904px;
	min-height:8px;
	background-image:url(images/rl.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.contentDiv
{
	clear:both;
	width:100%;
	height:66px;
	background-image:url(images/swirlrule.png);
	background-position:center;
	background-repeat:no-repeat;
}

.fltLeft
{
	float:left;
	min-height:100px;
	display:inline-block;
}

.fltRight
{
	float:right;
	min-height:100px;
	display:inline-block;
}

.btn
{
	background-image:url(images/butSprite.png);
	background-position:top;
	background-repeat:no-repeat;
	width:76px;
	height:50px;
	padding-top:22px;
	text-align:center;
	color:#432b17;
}

.btn:hover
{
	background-position:bottom;
}

body
{
	background-color:#190B03;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a 
{
	text-decoration:none;
	border:none;
}

a:visited
{
	outline: none;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}


.brown
{
	color:#432b17;
}

.cream
{
	color:#BDB19F;
}


h1
{
	font-size:30px;
}

h2
{
	font-size:22px;
}

h3
{
	font-size:18px;
}

h4
{
	font-size:15px;
}

.clear
{
	clear:both;
}


/*=================================================================================================*/
/**/
/**/
/**/
/**/
/*WRAPPERS*/
/*=================================================================================================*/
#outsideWrapper
{
	width:1240px;
}

#bgWrapper
{
	width:100%;
	background-color:#190B03;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-position:bottom;
}

#content
{
	color:#BDB19F;
}

#subCont
{
	background-image:url(images/lightbg.png);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
	color:#190B03;
}

#subContTop
{
	background-image:url(images/lightbgtop.png);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
}

.subContent
{
	margin-top:-100px;
	width: 800px;
}

#subContBot
{
	clear:both;
	background-image:url(images/lightbgbottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:100%;
	height:49px;
}

/*=================================================================================================*/
/**/
/**/
/**/
/**/
/*TOP*/
/*=================================================================================================*/
#header
{
	height:200px;
}

#logo
{
	width:220px;
	height:156px;
	background-image:url(images/logo.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#headSwirls
{
	width:100%;
	height:100%;
	background-image:url(images/headerswirls.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#headContent
{
	margin-top:-92px;
	padding-right:84px;
	float:right;
}

/*divider/contact top*/
#headContact
{
	font-family:Candara, Calibri, Arial, Verdana, sans-serif;
	font-size:12px;
	width:330px;
	line-height:24px;
	color:#BDB19F;
	text-align:right;
	float:right;
}

#headContact span
{
	padding-left:10px;
	padding-right:10px;
}
/*=================================================================================================*/
/**/
/**/
/**/
/**/
/*BOTTOM*/
/*=================================================================================================*/
#footer
{
	width:100%;
	height:322px;
	background-color:#190B03;
	background-image:url(images/footerfade.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footSwirls
{
	height:257px;
	
	background-image:url(images/footerswirls.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#footContent
{
	background-position:top;
	width:910px;
	height:77px;
	margin-top:-165px;
}

#atms
{
	float:right;
	width:150px;
	height:70px;
	margin-top:6px;
	background-image:url(images/atms.png);
	background-position:left;
	background-repeat:no-repeat;
}

#footLinks
{
	width:435px;
	margin-top:6px;
	padding-top:6px;
	float:right;
	height:64px;
	text-align:center;
	font-size:10px;
	color:#bdb19f;
	font-size:13px;
	line-height:16px;
}

#footCms
{
	list-style:none;
    overflow:hidden; /* makes sure the container fits the floated list-items below */
}

#footCms li
{
 	display: inline;
 	padding-left:3px;
	padding-right:3px;
}

#footLinks a
{
	color:#bdb19f;
}

#footLinks a:hover
{
	color:#badc9d;
}

#footLinks p
{
	font-size:11px;
	line-height:30px;
}

#botLine
{
	margin-left:auto;
	margin-right:auto;
}
/*=================================================================================================*/
/**/
/**/
/**/
/**/
/*MENUS*/
/*=================================================================================================*/
#OuterMenuWrap
{
	line-height:48px;
	width:710px;
	height:55px;
	float:right;
	background-image:url(images/menubar.png);
}


#menuWrap
{
	margin-top:14px;
	height:24px;
	font-size:14px;
	line-height:24px;
	width:611px;
	padding-left:15px;
	font-weight:bolder;
}

#menuWrap a
{
	color:#badc9d;
}

ul.lavaLampmenu {
	list-style:none;
	overflow:auto; /* makes sure the container fits the floated list-items below */
}

ul.lavaLampmenu li
{
	z-index:5; /* raises the z-index of the line item 5 levels all other elements */
	padding-left:12px;
	padding-right:12px;
	float:left; /* floats list items to the left, creating a horizontal menu */
}

ul.lavaLampmenu li.backLava {
	background-color:#685040;
}

/*=================================================================================================*/
/**/
/**/
/**/
/**/
/*Service tabs*/
/*=================================================================================================*/
ul.tabbed
{
	list-style:none;
	overflow:hidden; /* makes sure the container fits the floated list-items below */
	font-size:16px;
	margin-bottom:-13px;
	z-index:7;
	font-family:Candara, Calibri, Arial, Verdana, sans-serif;
	}

ul.tabbed li
{
	padding-left:9px;
	width:126px;
	line-height:43px;
	float:left; /* floats list items to the left, creating a horizontal menu */
}

.tabIMG
{
	width:100%;
	height:43px;
	line-height:30px;
	text-align:center;
	background-image:url(images/about_you/tabSprite.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#685040;
}

.tabIMG:hover
{
	background-position:bottom;
	color:#432b17;
}

.tabSelect
{
	background-image:url(images/about_you/tabSelect.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#432b17;
}

.tabSelect:hover
{
	background-position:bottom;
}

#Lservice
{
	margin-top:-90px;
	padding-left: 30px;
}
	
#Lservice ul
{
	margin: 1em;
	line-height:em;
}

#Rservice
{
	margin-top:-90px;
	padding-right:30px;
}

#Rservice a
{
	text-decoration:underline;
	color:#432b17;
}

#Rservice a:hover
{
	color:#badc9d;
}

#Lservice a
{
	text-decoration:underline;
	color:#432b17;
}

#Lservice a:hover
{
	color:#badc9d;
}
