/* LAYOUT STRUCTURE */
body{
	font-size: 15px;
	font-family: arial;
	background: #FFFFFF url(../images/common/background.png) fixed center top;
	margin: 0px;
	padding: 0px;
	color: #584318;
	text-align: center;
	behavior: url("csshover3.htc");
}

#outer{
	width: 950px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 7px;
	position: relative;
	text-align: left;
}

#outer2{
	width: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 7px;
	position: relative;
	text-align: center;
}

/* NAVIGATION */
#navigation{
	padding-left: 5px;	
	padding-right: 5px;	
	padding-top: 7px;	
	padding-bottom: 7px;	
	margin: 0px;
	width: 950px;	
	height: 48px;
	z-index: 5;
	position: relative;
	font-size: 18px;
	background:  url(../images/common/navBackground.png) no-repeat center top;
}

#navigationMenu{
	padding: 0px;
	margin: 0px;
}

#navigationMenu .menuOption{
	float: left;
	width: 157px;	
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #A89368; 
	line-height: 42px;
	z-index: 5;
	position: relative;
}

#navigationMenu .lastMenuOption{
	border-right: 0px solid #A89368; 
}

#navigationMenu .menuOption a{
	color: #584318; 	
	width: 157px;
	display: block;
}

#navigationMenu .menuOption a:hover{
	color: #584318;		
	font-weight: bold;
	text-decoration: none;
}

#navigationMenu .menuOption ul{
	position: absolute;	
	border: 2px solid #584318;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	top: 18px;
	left: 0px;	
	width: 140px;
	background-color: #BBC0A1;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	z-index: 5;
	display: none;
	/*filter: alpha(opacity=90);  IE */
	/*-moz-opacity: 0.9; 		    Old mozilla */
	/*-khtml-opacity: 0.9; 	    Safari */
	/*opacity: 0.9;               CSS Standard */
}

#navigationMenu .menuOption ul .subLink{
	border-top: 1px solid #A89368;
	padding-top: 2px;
	padding-bottom: 2px;	
	width: 165px;	
}

#navigationMenu .menuOption ul .subLink a{
	color: #584318;
	width: 140px;
}

#navigationMenu .menuOption ul .subLink a:hover{
	background-color: #D9D9D9; 
	width: 140px;
	text-decoration: none;
}

#navigationMenu .menuOption ul .subLink:hover{
	background-color: #D9D9D9; 
}

/* HEADER */
#header {
	height: 140px;
	position: relative;	
}

/* LOGO */
#logo{
	margin-top: 30px;
	margin-left: 25px;	
	float: left;
}

/* LOGIN */
#login{
	float: right;
	margin-top: 8px;	
}
	
#loginForm{
	display: inline;
}

#loginForm .input{
	height: 20px;
	color: #BFBFBF;
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
	vertical-align: middle;
}

#loginForm .submit{
	padding-left: 2px;
	padding-right: 7px;
	color: #7F7F7F;
	vertical-align: middle;             		
}

#loginForm .submit:hover{
	text-decoration: none;	
}

#login .signUpArea{
	color: #584318;
	vertical-align: middle;
}

#login .signUp{
	color: #7F7F7F;
	padding-left: 7px;
}

#login .signUp:hover{
	text-decoration: none;
}

/* PRIORITY */
#priority{
	right: 0px;
	bottom: 0px;
	position: absolute;	
}

/* MENU */
#menu{
	width: 190px;
	padding: 20px;
	position: relative;
	background-color: #BBC0A1;	
	filter: alpha(opacity=80); /* IE */
	-moz-opacity: 0.8; 		   /* Old mozilla */
	-khtml-opacity: 0.8; 	   /* Safari */
	opacity: 0.8;              /* CSS Standard */
}

#menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

#menu ul li{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dashed #FFFFFF;	
	line-height: 35px;
	font-size: 18px;
}

#menu ul .first{
	border-top: 1px dashed #FFFFFF;	
}

#menu ul li a{
	padding-left: 35px;
	font-size: 18px;
	color: #584318;
}	

/* CONTENT STYLE */
#content{
	margin-top: 20px;
	padding: 0px;
	position: relative;
	text-align: left;
}

#contentLeft{
	width: 473px;
	float: left;	
}

#contentRight{
	width: 473px;
	float: left;	
}

#contentLeftSmall{
	width: 275px;
	float: left;	
}

#contentRightBig{
	width: 675px;
	float: left;	
}

#contentRightBig #textRegion{
	width: 605px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	filter: alpha(opacity=80); /* IE */
	-moz-opacity: 0.8; 		   /* Old mozilla */
	-khtml-opacity: 0.8; 	   /* Safari */
	opacity: 0.8;              /* CSS Standard */	
	position: relative;
}

#contentRightBig .text{
	font-size: 14px;	
	line-height: 20px;
}

#contentFull{
	width: 880px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	filter: alpha(opacity=80); /* IE */
	-moz-opacity: 0.8; 		   /* Old mozilla */
	-khtml-opacity: 0.8; 	   /* Safari */
	opacity: 0.8;              /* CSS Standard */	
}

/* FOOTER */
#footer {
	width: 100%;
	height: 75px;
	background: #FFFFFF url(../images/common/footerBackground.png) repeat-x left top;	
	text-align: center;
	line-height: 75px;
	vertical-align: middle;
	position: relative;
	font-size: 12px;
}
#footer2 {
	width: 950px;
	height: 35px;	
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	position: relative;
	font-size: 12px;
}

#footer #designBy, #footer2 #designBy{
	right: 15px;
	bottom: 0px;
	position: absolute;
}

#footer #designBy a, #footer2 #designBy a{
	color: #584318;	
}

/* BOX */
#startedBox{
	padding-top: 10px;
	width: 230px;
	height: 205px;
	text-align: center;
	background: url(../images/common/box.png) no-repeat left top;
}

#startedBox p{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}

#startedBox a{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
}

#startedBox img{
	margin-top: 10px;	
}

/* ADDRESS */
#address{	
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	margin-left: 43px;
	margin-bottom: 15px;
}

/* BBB */
#bbbSmall{
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}

/* FLOAT STYLES */
.clearFloats{
	clear: both;
	clear: all;
}

/* LAYOUT STYLES */

p{
	margin: 0px;
	padding: 0px;	
}

form{
	margin: 0px;
	padding: 0px;
}

.dottedLine{
	padding-top: 10px;
	border-bottom: 1px dashed #FFFFFF;	
}

.dottedBrownLine{
	padding-top: 10px;
	border-bottom: 1px dashed #442F04;	
}

/* LINK STYLES */
a{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0px;
}

a img:hover{
	text-decoration: none;
}

/* TEXT STYLES */
.size13Text{
	font-size: 13px;	
}

.size18Text{
	font-size: 18px;	
}

.size20Text{
	font-size: 20px;	
}

.size24Text{
	font-size: 24px;	
}

.lightBrownText{
	
	/*color: #B28730; */
	color: #584318;	
}

.blackText{
	color: #000000;	
}

.greyText{
	color: 	#505050;
}

.whiteText{
	color: #FFFFFF;	
}

.title{
	color: #442F04;
	font-size: 22px;	
}

.justify{
	text-align: justify;
}

.error{
	color: #E41B17;	
	font-weight: bold;
	font-style: italic;
}

/* PRINT */
.print{
	position: absolute; 
	right: 85px;
	top: 25px;	
}

.print a{
	color: #442F04;	
}

.printImage{
	position: absolute; 
	right: 25px;
	top: 9px;	
}

/* NEWSLETTER ARTICLE */
#article{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
}
