/* Niche Graphics */

.imagePadd{
	padding: 10px;
	white-space:none;
	border:solid #FFF 1px;
	background-color:#F0F8FF;
}

/* Home Button */

#homeButton{
  float:right;
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/home_button.gif") no-repeat 0 0;
  /*background-color:#CCCCCC;*/
  margin-top:12px;
  margin-right:40px;
  margin-left:5px;

}

#homeButton:hover
{ 
  background-position: 0 -36px;
}

#phoneButton{
  float:right;
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/home_button.gif") no-repeat -36px 0;
  /*background-color:#CCCCCC; */
  margin-top:12px;
  margin-right:5px;
  margin-left:5px;

}

#phoneButton:hover{ 
  background-position: -36px -36px;
}



/* Print Button */

#printButton{
  float:left;
  display: block;
  width: 100px;
  height: 20px;
  background: url("../images/button_print.gif") no-repeat 0 0;
  margin-left:10px;

}

#printButton:hover
{ 
  background-position: 0 -20px;
}

#backButton{
  float:left;
  display: block;
  width: 100px;
  height: 20px;
  background: url("../images/button_back.gif") no-repeat 0 0;
  margin-left:10px;

}

#backButton:hover
{ 
  background-position: 0 -20px;
}


.spacerTwenty{
	height:20px;
	clear:left;
}



/* <a id="printButton" href="#" title="Print Friendly Copy"></a> */


/* social icon buttons */

#facebook
{
  float:left;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/social_logos.gif") no-repeat 0 0;
  background-position: 0px 0px;
  margin-left:10px;
  margin-top:10px;

}

#facebook:hover
{ 
  background-position: 0px -40px;
}

/* <a id="facebook" href="#" title="FaceBook"></a> */

#twitter
{
  float:left;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/social_logos.gif") no-repeat 0 0;
  background-position: -40px 0px;
  margin-left:10px;
  margin-top:10px;/**/

}

#twitter:hover
{ 
  background-position: -40px -40px;
}

/* <a id="twitter" href="#" title="Twitter"></a> */








/* big buttons */
a.button {
    background: transparent url('../images/big_button_a.gif') no-repeat scroll top right;
    color:#FFFFFF;/**/
    display: block;
    /**/float: left;
    font: bold 14px arial, sans-serif;
    height: 40px; /* 24 px */
    margin:0px;
    padding-right: 36px; /* sliding doors padding */
    text-decoration: none;
	width:170px;/**/
}

a.button span {
    background: transparent url('../images/big_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 12px 0 12px 22px;
}

a.button:link {
    /*color:#999999;*/
}

a.button:visited {
    /*color:#999999; */
}

/**/a.button:hover {
    color:#FFFFFF;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

a.button:hover span {
    background-position: bottom left;
    padding: 12px 0 12px 22px;
}

a.button:active {
    background-position: bottom right;
    color:#FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 12px 0 12px 22px;
}





hr{ 
	colour: #efefef;
	background-color:#efefef;
	height:2px;
	border:#efefef;
}

.small {
	font-size:75%;
	color:#0099FF;
}


/*BC EZ*/

body{
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
	color:#404040;
	background-image:url('../images/bg-gradient.jpg');
	background-repeat:repeat-x;
	background-color:#990000;/**/
	min-width:982px;
	
}
img {border:0;}
form, fieldset{
	margin:0 0 10px 0px;
	padding:0;
	border:0;
}
input,textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	cursor:pointer;
	/*
	background-color:#F4F4F0;
	border:solid 1px #CCCCCC;*/
}
a{
	color:#529EE4;
	text-decoration:underline;
}
a:hover{text-decoration:none;}

#sidebar .keyButton{
	display:block;
	width:220px;
	height:39px;
	background-color:#efefef;
	border-bottom:solid 1px #FFFFFF;
}

#sidebar .keyButton a{
	background-color:blue;
}
#sidebar .keyButton a:hover{
	background-color:red;
}



#wrapper{
	width:auto;
	margin:0 auto;
	
	background-image:url(../images/header-bg-gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/*background-color:#E3E0D7;*/
	
	/*background:url(../images/bg-wrapper.jpg) no-repeat;
	background-color:#E3E0D7;*/
}

#headerContain {
	background-image:url(/graphics/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#001E5A;
	width:auto;
	height:280px;
}


#header{
	width:800px;
	margin:0 auto 0px;
	
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;

	
	/*overflow:hidden; needed to be off for nav*/
}

#header:after{
	display:block;
	clear:both;
	content:'';

}

.navCont{
	margin-left:10px;
	margin-right:30px;

}


.nav-holder{
	width:796px;
	margin:0 auto 20px;
}



/* e4 buttons */
a.nav-button {
    background: transparent url('../images/nav_button_a.gif') no-repeat scroll top right;
    /*color:#999999;*/
    display: block;
    /**/float: left;
    font: bold 14px arial, sans-serif ;
    height: 40px; /* 24 px */
    margin-right: 10px; 
	margin-left:0px;
	margin-bottom: 4px;
	margin-top:4px;
    padding-right: 36px; /* sliding doors padding */
    text-decoration: none;
	/*width:133px; be aware of the button title lengths with concern to wrapping */
	color:#7F7F7F;
}

a.nav-button span {
    background: transparent url('../images/nav_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 10px 0 14px 22px;
}

a.nav-button:link {
    /*color:#999999;*/
}

a.nav-button:visited {
    /*color:#999999; */
}

/**/a.nav-button:hover {
    color:#333333;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

a.nav-button:hover span {
    background-position: bottom left;
    padding: 10px 0 14px 22px;
}

a.nav-button:active {
    background-position: bottom right;
    color:#333333;
    outline: none; /* hide dotted outline in Firefox */
}

a.nav-button:active span {
    background-position: bottom left;
    padding: 10px 0 14px 22px;
}







.logo{
	background:url(../images/bg-logo.png) no-repeat;
	margin:70px 0px 0px 30px;
	float:left;
	overflow:hidden;
	width:260px;	
	height:140px;
	text-indent:-9999px;
}
.logo a{
	height:100%;
	display:block;
}

.search-box{
	width:200px;
}


.slogan{
	float:right;
	/*background:url(../images/bg-slogan.png) no-repeat 100% 0;*/
	background-position:right;
	font:italic 14px/18px 'AdobeGaramondProRegular', "Times New Roman", Times, serif;
	padding:15px 10px 20px 0px;
	margin:0px;
	word-spacing:5px;
}
* +html .slogan{padding:48px 20px 24px 0;}



.larger {font-size: larger}

#break{
	width:800px;
	height:10px;
	margin:0 auto 0px;
	overflow:hidden;
	
	background-image:url(/graphics/break-line.jpg);
	background-position:top;
	background-repeat:no-repeat;		
}	



#mainContain {
	width:auto;
	background-color:#FFF;
}	
	
#main{
	width:800px;
	margin:0 auto 0px;
	overflow:hidden;
	background-color:#FFFFFF;
	
}
.gallery{
	width:800px;
	position:relative;
	overflow:hidden;
	margin:0 0 38px;
}
.gallery-holder{
	height:300px;
	width:800px;
	position:relative;
	overflow:hidden;
}
.gallery-holder ul{
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-holder ul li{
	position:absolute;
	left:0;
	top:0;
	height:300px;
	width:800px;
}
.gallery-holder ul li img{display:block;}
.gallery-holder ul li span{
	position:absolute;
	right:21px;
	top:-7px;
	color:#f60;
	font:65px/53px 'Calibri', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.gallery-holder ul li span{top:-2px}

/* Intro */
.main-holder{
	overflow:hidden;
	padding:0 0 0 0px;
	background-color: #ffffff;
	
	/*border-top:solid 4px #F0F8FF;*/

}

/* Main */

.main-holder-default{
	overflow:hidden;
	padding:0 0 0 0px;
	/*border-top: 1px solid #FF8434;*/
	background-color: #ffffff;
}

#mainHead{
	width:800px;
	margin-bottom:0px;
	background-color:#323232;
	border-bottom:#55650C solid 5px;
	
	height:10px;
}

#mainHeadCore{
	width:800px;
	background-image:url(../images/main-header-bg.jpg);
	height:40px;	
}

/* Photo Gallery BC */

.photogalleryItem{
	padding: 4px;
	margin:10px 5px 0px 5px;
	/*border:solid #EEEFE7 1px;*/
	float:left;
	background-color:#FFFFFF;
	/*height:130px;
	width:130px;*/
}


.photogalleryItem a{
	padding:2px;
}

.photogalleryItem a img{
	background-color:#EEEFE7; /* edrill light tan */
	padding:4px;
}

.photogalleryItem a:hover img{
	background-color:#AAB286; /* edrill green #55650C*/
}

/* Next Previous */

/*.photogalleryNavigation{
	background-color:#666666;
	padding:20px;
	border-left:solid 100px #FFFFFF;
	border-right:solid 100px #FFFFFF;
	margin:20px;
}
*/

.photogalleryNavigation a{
	padding:8px 30px 8px 30px;
	border:solid 20px #FFFFFF;
	margin:20px 90px 20px 90px;/**/
	
	background: transparent url('../images/bg_nav_button.gif') no-repeat;
    display: block; /**/
    line-height: 14px;
    padding: 5px 0 5px 18px;
	text-decoration:none;
	width:100px;
	
	float:left;

}

.photogalleryNavigation a:hover{
	background-position: 0px -24px;
	color:#E3E0D7;
}



.goBack a{
	padding:8px 30px 8px 30px;
	margin:10px 0px 40px 0px;/**/
	
	background: transparent url('../images/bg_nav_button.gif') no-repeat;
    display: block; /**/
    line-height: 14px;
    padding: 5px 0 5px 18px;
	text-decoration:none;
	width:100px;


}



.goBack a:hover{
	background-position: 0px -24px;
	color:#E3E0D7;
}


/* general buttons grey */

.literature-container{
	display:block;
	background-color:#f1f1f1;
	padding:8px;
	width:auto;
}


/* other */

.print{ 
	float:right;
	width:auto;
	
	/*background-color:#ff8434;*/
	padding:5px 0px 5px 10px;
}

.back{ 
	width:auto;
	/*background-color:#efefef;*/
	padding:5px 5px 5px 0px;
}

.whoLogin{ 
	float:right;
	width:auto;
	font-size:11px;
	color:#5B5B5B;
	
	/*background-color:#f1f1f1;*/
	padding:5px 0px 5px 10px;
	border-bottom:solid 2px #f1f1f1;
}



#content{
	float:left;
	/*width:520px;*/
	padding:10px 20px 30px 20px;
	line-height:1.4em;
	width:100%;
	min-height:300px;

}

h1 { font-style:italic;
	color:#CC0000;
}

h2 { color:#496383; 
}

#contentWidthIntro{
	width:540px;
	background-color:#efefef;


}


#contentWidthMain{
	width:760px;
}


#content h3{
	margin-bottom:5px;/**/
	margin-top:20px;
	font-size:130%;
	color:#529EE4;
}

#content h4{
	margin-bottom:5px;/**/
	margin-top:15px;
	font-size:110%;
}

#content p{
	margin:5px 0px 5px 0px;
}

.questions-box{font:italic 17px/19px 'Calibri',Arial,Helvetica,sans-serif; margin: 10px;}
.questions-box p{margin:0 0 21px;}
.questions-box p.large{
	font:italic 20px/19px 'Calibri', Arial, Helvetica, sans-serif;
	margin:29px 0 39px;
}
.questions-box p.large strong{
	font:italic bold 27px/29px 'Calibri', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

#sidebar{
	float:right;
	width:204px;
	height:100%;
	margin-bottom:10px;
	padding:50px 0px 10px 0px;
	background-color:#F0F8FF;/**/
	margin-right:10px;
}
.search-form{
	border-bottom:1px solid #fff;
	padding:0 0 11px;
	margin:0 0 12px;
}
.search-form .text{
	border:none;
	background:#fff;
	width:190px;
	outline:none;
	padding:4px 5px;
	margin:0;
}
.search-form .submit{
	width:65px;
	height:22px;
	margin:7px 0 0 auto;
	cursor:pointer;
	display:block;
}

#sidebar h2{
	margin:0 0 6px 10px;
	font:12px 'Calibri', Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#529EE4; 
}

#sidebar h2 a{
	color:#B7D7F4; 
	text-decoration:none;
}

#sidebar h2 a:hover{
	color:#529EE4; 
	text-decoration:none;
}


.sidebar-box{
	overflow:hidden;
	background:url(../images/bg-shadow.png) repeat;
	padding:10px 11px 13px;
	margin:0 0 10px;
}











#footerContain {
	width:auto;
	background-color:#990000;
}

#footer{
	width:800px;
	margin:0 auto;
	overflow:hidden;
	background-color:#990000;
	padding:0;
	border-top:#95BFFF solid 5px;
	font-size:12px;
}

.footer-logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-footer-logo.png) no-repeat;
	width:221px;
	height:21px;
	margin:0 0 0 31px;
}

#footer ul{
	margin:18px 16px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}
#footer ul li{
	float:left;
	background:url(../images/seperator.gif) no-repeat 0 2px;
	margin:0 1px 0 -1px;
	padding:0 5px;
	color:#FFFFFF;
}

#footer ul li a{
	color:#DFF0FF;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#ffffff;
}