@charset "UTF-8";
/* ---------------------------- */
/*		  		                */
/*      Barnett Lifestyles      */
/*		  		                */
/* ---------------------------- */

html { overflow-y: scroll; }
body {
	/* font-family: Verdana, Arial, Geneva, helvetica; */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:11px;
	line-height: 1.2;
	color:#9F735A;
	margin:0px;
	padding:0px;
	background-color:#F4EDE9;
}
td {
	font-size:11px;
	line-height: 1.2;
}
th {
	color: #FF6F42;
	font-size: 12px;
	font-weight: bold;
}

/* ---- Background Images/color ---- */
.bg_content { background: url(images/bg_menushadow.gif) repeat-x; }
.bg_mast { background: url(images/bg_masthead.gif) repeat-x; }
.bg_ggggggg { background: url(images/bg_gggggg.gif) repeat-y; }
.bg_main { background-color: #FFF; }

/* ---- Page Structure styles ---- */
#MainBox {
	width: 1000px;
	background-color: #ffffff;
	border-left: 1px solid #DE2D27;
	border-right: 1px solid #DE2D27;
	position: relative;
	vertical-align: top;
}
/* IE6 Only */
* html #MainBox { height: 100%; }
/* IE7 Only */
*:first-child+html #MainBox { height: 100%; }

#TableMast {
	height:187px;
	width:100%;
	background: url(images/bg_mast.jpg) no-repeat;
}
#TableFooter {
	height:24px;
	font-size:9px;
	color:#6F755C;
	border-top: 1px solid #DE2D27;
	background: url(images/bg_masthead.gif) repeat-x bottom;
}
#TableFooter div {
	height:24px;
	width:1000px;
	text-align:center;
	line-height:24px;
}
#LogoBox {
	position: absolute;
	top: 22px;
	left: 52px;
	width: 414px;
}
#HomeImage {
	position:absolute;
	right: 201px;
	top: 150px;
	width: 598px;
	height: 400px;
}
#BanBox {
	position:absolute;
	right: 13px;
	top: 11px;
	width: 220px;
}
#Twitter_Feed {
	position:absolute;
	left: 892px;
	top: 90px;
	width: 50px;
	height: 50px;
}
#RSS_Feed {
	position:absolute;
	left: 64px;
	top: 372px;
	width: 55px;
	height: 55px;
}
#MainMenuBox {
	position: absolute;
	top: 159px;
	left: 25px;
	min-width: 700px;
}
#SearchBox {
	margin-top: 10px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
#SearchBox input.SearchText {
	border: 2px inset #DEC530;
	background-color: #FFF;
	font-size: 10px;
	width: 104px;
	padding: 2px;
}
#CallBox {
	position: absolute;
	top: 159px;
	left: 650px;
	width: 180px;
	font-size: 13px;
	color: #9F735A;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: left;
}
#DateBox {
	position: absolute;
	top: 159px;
	right: 25px;
	width: 176px;
	font-size: 12px;
	color: #9F735A;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: right;
}
#ContentBox {
	position:relative;
	width: 981px; /* width total 1000px */
	margin: 0 0 0 19px;
	padding: 0;
}
#LeftColumn {
	float:left;
	margin: 19px 22px 26px 0px;
	padding: 0;
	width: 181px;
	height: 473px;
	color:#9F735A;
	background: url(images/bg_col_left.jpg) no-repeat;
}
#LeftColumnBlog {
	float:left;
	margin: 19px 22px 26px 0px;
	padding: 0;
	width: 181px;
	color:#9F735A;
	background: url(images/bg_lc_mid.gif) repeat-y;
}
#MainColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 560px;
	position: relative;
}
#RightColumn {
	float:left;
	margin: 19px 0 26px 22px;
	padding: 0;
	width: 181px;
	height: 500px;
	color:#9F735A;
	background: url(images/bg_col_right.jpg) no-repeat;
	position: relative;
}
#MainTwoColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 768px; /* width: 768px; */
	position: relative;
}
#CopyBox {
	width: 1000px;
	padding: 5px 0;
	font-size: 9px;
	color: #919194;
}
#MainColumn p {
	/* text-align:justify; */
	font-size: 12px;
}
.SideBarBox {
	padding: 5px 5px;
	width: 226px;
	font-size: 10px;
}
.PageTitle {
	padding-top: 20px;
}

/* ---- HOME Page Image styles ---- */
#HomeImgBox {
	position: absolute;
	width: 601px;
	top: 0;
	left: 184px;
}
#HomePicFrame {
	position: absolute;
	width: 50px;
	top: 234px;
	left: 785px;
}
#LeftColumn div.mylinks,
#RightColumn div.mylinks {
	position: absolute;
	top: 500px;
	margin-bottom: 10px;
}

div.mylinks h1 {
  font-family: "Times New Roman",Times,serif;
  font-size: 22px;
  color: #d36e1e;
  font-style: italic;
  margin-bottom: 20px;
  text-align:center;
  line-height:1;
}

/* ---- Gallery Page styles ---- */
#GalLeftBox {
	float: left;
	width: 400px;
	font-size: 12px;
}
#GalThumbBox {
	position: relative;
	width: 400px;
	height: 87px;
}
#GalRightBox {
	float: right;
	width: 145px;
	background: url(images/bg_gal_frame.jpg) no-repeat;
}
#GalRightBox p {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.GalleryThumb {
	float: left;
	width: 80px;
	margin: 5px auto;
}
.GalleryThumb a.submit {
	background: none;
	border: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.GalleryThumb a.submit:hover, .GalleryThumb a.submit:active, .GalleryThumb a.submit:focus {
	background: none;
	border: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #FF6F42;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #DE2D27;
	text-decoration: underline;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #FFF;
	text-decoration: none;
}
a.alt:hover {
	color: #F8F0AE;
	text-decoration: underline;
}
a.copy:link, a.copy:visited, a.copy:active {
	color: #6F755C;
	font-weight: normal;
	text-decoration: none;
}
a.copy:hover {
	color: #CCC;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ---- Element Styles ---- */
p.first {
	margin-top: 0;
}

ul.bullet {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}
ul.close {
	margin-top: 0px;
	padding-top: 0px;
}
ul.none {
	list-style: none;
}
ul.bullet ol {
	list-style: decimal;
}
ul.alumni li {
	padding-bottom:6px;
	font-size: 11px;
}
ul.SideMenu {
	margin-left: 11px;
	padding-left: 0px;
	font-size: 12px;
	list-style: none;	
}
ul.SideMenu li {
	padding-bottom: 10px;
}
hr {
	color:#F8F0AE;
	height: 1px;
}

/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size0  { font-size: 2px; }
.size9  { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size24 { font-size: 24px; }
.size30 { font-size: 30px; }

/* ---- Font Colors ---- */
.cWhite 	{ color:#FFFFFF; }
.cRed	 	{ color:#DE2D27; }
.cTan 		{ color:#9F735A; }
.cGold		{ color:#F0C67F; }
.cOrange 	{ color:#FF6F42; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.normal 	{ font-weight:normal; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
h1 {
	font-family: "Trebuchet MS", arial, verdana, serif;
	color:#F0C67F;
	font-size:20px;
	font-weight: normal;
	margin: 15px 0 15px 0;
}
h1 span.orange	{ color:#FF6F42; }
h1.orange	{ color:#FF6F42; }
h1.white 	{ color:#FFF; }
h1.tan		{ color:#EDD494; }
h1.first	{ margin-top: 0; }
h2 {
	/* font-family: Arial, Verdana, Geneva, helvetica; */
	color: #FF6F42;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}
h2.green {
	color:#659B00;
}
h2.first {
	margin-top: 0;
}
h2 .alt {
	color: #5F4563;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	color:#DE2D27;
	font-size:14px;
	font-weight:bold;
	margin: 0;
}
h4 {
	color:#35382C;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.small {
	color:#35382C;
	font-size:9px;
	font-weight:normal;
}

/* ---- SideBar styles ----*/
.left_note {
	margin-top: 36px;
	font-size: 9px;
	line-height: 1;
}
.sidebar_title {
	color:#FF6F42;
	font-size:18px;
	font-weight:bold;
	height:31px;	
	padding: 0 10px;
	text-align:left;
	line-height:31px;
}
.sidebar_title span.gray {
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:17px;
	color:#ACA5A4;
	font-weight:normal;
}
.sidebar_sub {
	color:#7D7878;
	font-size:11px;
	font-weight:bold;
	line-height: 1.2;
}
.success {
	color:#00FF00;
	font-size:13px;
	font-weight:bold;
}
.error {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}

/* ---- Border Lines ---- */
.border_all, .border    { border: 1px solid #DE2D27; }
.border_left   { border-left: 1px solid #DE2D27; }
.border_right  { border-right: 1px solid #DE2D27; }
.border_top    { border-top: 1px solid #DE2D27; }
.border_bottom { border-bottom: 1px solid #DE2D27; }
.border_none { border-right: 0px solid #FFF; }

.horiz_line	{ 
	margin: 10px 0;
	font-size: 2px;
	empty-cells: show;
	border-top: 1px solid #DE2D27;
}
.horiz_3 {
	margin: 20px 0;
	font-size: 2px;
	empty-cells: show;
	height: 3px;
	background-color:#DE2D27;
}

/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px;}

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;
	border: 3px double #CC95D5;  
	margin: 0 0 10px 0;
	padding: 4px;
}
fieldset div {  
	float: left;  
	clear: left;  
	width: 100%; 
	padding-bottom: 4px;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
}

legend {  
margin-left: 6px;  
padding: 0 2px;  
font-weight: bold;
font-size: 14px;
}
label { 
	font-size:10px;
	color:#CC95D5;
	/* display: block; */ /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
label.label-left {
	float: left;  
	font-size:11px;
	color:#CC95D5;
	margin: 3px 10px 0px 0px;
	padding-left: 6px;
	width: 12em;
}
form span { 
	font-size:10px;
	color:#A09600;
}
select, textarea {
	font-size: 11px;
	border:1px solid #D8C6BC;
	margin-bottom:3px;
	background: #F7EFEB;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.inp_custom {
	font-size: 11px;
	background-color: #F7EFEB;
	border:1px solid #D8C6BC;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#000;
	background-color: #FAE0FF;
	border:0px solid #000;/* not good for input buttons */
	margin-bottom:0px;
}
input.btn, div.btn {
	margin-top:0px;
	color: #DE2D27;
	border: 1px solid #9A8C86;
	border-top-color: #CCBBB2;
	border-left-color: #CCBBB2;
	background: url(images/bg_button_on.gif) repeat-x 0px 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Geneva, helvetica;
}
/* IE6 Only */
* html input.btn { padding: 3px 0px; }
/* IE7 Only */
*:first-child+html input.btn { padding: 3px 0px; }

input.btnhov, div.btnhov {
	background: url(images/bg_button.gif) repeat-x 0px 0px;
	color: #FF6F42;
	border: 1px solid #CCBBB2;
	border-top-color: #9A8C86;
	border-left-color: #9A8C86;
}

/* ADM Table styles */
table.adm {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}
table.adm th {
	background-color: #9F735A;
	color: #FFFFFF;
	text-align: left;
}
table.adm td {
	border-bottom: 1px solid #DDDDDD;
	empty-cells: show;
}

