
/****************************************************** CORE STYLES /
/*******************************************************************/
html {
margin:0px;
padding:0px;
background-color:#000000;
}

body {
margin:0px;
padding:0px;
background-color:#000000;
background-image:url(../../_pix/black.gif);
background-repeat:repeat-x;
background-position:top;
}

img {
border:none;
}


/**************************************************** GENERAL LAYOUT /
/********************************************************************/
div#base {
text-align:center;
width:100%;
float:left;
background-image:url(../../_pix/landscapes/green1.gif);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:100px;
}

div#container {
width:960px;
margin-left:auto;
margin-right:auto;
padding:0px 0px 0px 0px;
text-align:left;
}


/************************************************************ HEADER /
/********************************************************************/
div#header {
padding:0px;
background-image:url(../../_pix/barrLimited_mainlogo.png);
background-repeat:no-repeat;
background-position:right;
padding-top:50px;
padding-bottom:50px;
}

	div#header div.bigNav a {
	margin:0px 20px 0px 0px;
	font-size:20px;
	text-transform:lowercase;
	color:#666666;
	}
	div#header div.bigNav a:hover {
	color:#CC0000;
	}
	
	
	div#header a {
	text-decoration:none;
	color:#000000;
	}
	
	
/******************************************************* LEFT COLUMN /
/********************************************************************/
div#left {
float:left;
background-color:#A3A3A3;
width:200px;
text-align:left;
min-height:500px;
}


/****************************************************** RIGHT COLUMN /
/********************************************************************/
div#right {
float:left;
text-align:left;
width:470px;
min-height:500px;
padding:00px;
}
div#right p {
text-align:justify;
padding:0px;
margin:0px 0px 10px 0px;
}

/****************************************************** PAGE CONTENT /
/********************************************************************/
div#pageContent {
width:470px;
min-height:500px;
float:left;
text-align:left;
padding:0px 20px 0px 0px;
margin:0px;
}
	div#pageContent p {
	text-align:justify;
	}
/************************************************************ FOOTER /
/********************************************************************/
div#footer {
clear:left;
text-align:center;
padding:0px 0px 0px 0px;
color:#FFFFFF;
font-size:12px;
}
div#footer a {
color:#FFFFFF;
text-decoration:none;
}
	div#footer div.green1 {
	padding:0px;
	background-color:#375B13;
	border-bottom:1px solid #4E811B;
	float:left;
	width:100%;
	}
	div#footer div.green2 {
	background-color:#2F4D11;
	border-bottom:1px solid #4E811B;
	}
		div#footer div.green2 ul {
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		}
		div#footer div.green2 ul li {
		display:inline;
		list-style-type:none;
		margin:0px 10px 0px 10px;
		font-size:12px;
		line-height:28px;
		}
			div#footer div.green2 ul li a {
			text-decoration:none;
			color:#ffffff;
			}
			div#footer div.green2 ul li a.active, div#footer div.green2 ul li a:hover  {
			color:#FFFF66;
			}
		
	
	div#footer div.green3 {
	padding:5px 0px 5px 0px;
	background-color:#253E0D;
	border-bottom:1px solid #4E811B;
	}
		div#footer div.green3 ul {
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		}
		div#footer div.green3 ul li {
		display:inline;
		list-style-type:none;
		margin:0px 10px 0px 10px;
		font-size:11px;
		line-height:22px;
		}
			div#footer div.green3 ul li a {
			text-decoration:none;
			color:#ffffff;
			}
			div#footer div.green3 ul li a.active, div#footer div.green3 ul li a:hover {
			color:#FFFF66;
			}
	
	
	
	div#footer div.black {
	padding:5px 0px 10px 0px;
	background-color:#000000;
	}
	
/************************************************************* FORMS /
/********************************************************************/

form  {
}
	form p.label  {
	font-size:11px;
	margin:0px;
	}
	form input  {
font-family:trebuchet ms, verdana, arial;
	}
	form input[type=text] {
	}
	form select {
	}
	form input[type=password] {
	}
	form input[type=radio] {
	}
	form textarea {
font-family:trebuchet ms, verdana, arial;
	}
	form p.buttons {
	border-top:1px dotted #333333;;
	padding-top:10px;
	margin-top:10px;
	}

/********************************************************** GALLERY  /
/********************************************************************/

div.pageGallery  {
}
	div.pageGallery img#large  {
	border:9px solid #cccccc;
	margin-bottom:20px;
	}
	div.pageGallery img.thumb  {
	border:9px solid #cccccc;
	margin-right:8px;
	margin-bottom:8px;
	}


/*********************************************************** LINKS /
/******************************************************************/

div.pageLinks  {
}


/************************************************************ BLOG /
/******************************************************************/

div.pageBlog  {
border:0px solid red;
}
	div.pageBlog div.blogEntry {
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:2px solid #cccccc;
	}
		div.pageBlog div.blogEntry h1  {
		margin:0px;
		font-size:14px;
		}
		div.pageBlog div.blogEntry h2  {
		margin:0px;
		font-size:10px;
		font-weight:normal;
		}
		
	div.pageBlog div.blogListEntry  {
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #cccccc;
	}
		div.pageBlog div.blogListEntry h1  {
		margin:0px;
		font-size:12px;
		}
		div.pageBlog div.blogListEntry h2  {
		margin:0px;
		font-size:10px;
		font-weight:normal;
		}

/****************************************** SOCAIL NETWORK STYLING /
/******************************************************************/

div#socialNetworkButtons  {
background-color:#ffffff;
float:left;
border-top:1px dotted #CC0000;
border-bottom:1px dotted #CC0000;
margin-bottom:20px;
clear:both;
width:100%;
}

	div#socialNetworkButtons a {
	text-decoration:none;
	color:#000000;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:26px;
	float:right;
	margin:0px;
	}
	div#socialNetworkButtons a:hover {
	background-position: 0px -30px;
	}
		div#socialNetworkButtons a#blinklist {
		background-image:url(../../_pix/socialnetworks/blinklist.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#blogmarks {
		background-image:url(../../_pix/socialnetworks/blogmarks.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#digg {
		background-image:url(../../_pix/socialnetworks/digg.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#delicious {
		background-image:url(../../_pix/socialnetworks/delicious.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#facebook {
		background-image:url(../../_pix/socialnetworks/facebook.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#furl {
		background-image:url(../../_pix/socialnetworks/furl.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#newsvine {
		background-image:url(../../_pix/socialnetworks/newsvine.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#reddit {
		background-image:url(../../_pix/socialnetworks/reddit.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#stumbleupon {
		background-image:url(../../_pix/socialnetworks/stumbleupon.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#technorati {
		background-image:url(../../_pix/socialnetworks/technorati.jpg);
		margin-right:0px;
		}
		div#socialNetworkButtons a#yahoo {
		background-image:url(../../_pix/socialnetworks/yahoo.jpg);
		margin-right:0px;
		}

/**************************************************** SLIDESHOW **** /
/********************************************************************/
div#slideshow {
height:362px;
width:422px;
background-image:url(../../_pix/slideshowBG.gif);
background-repeat:no-repeat;
padding:12px 24px 0px 24px;
margin-bottom:20px;
}
div#slideshow div#imageTitle {
font-size:11px;
font-weight:bold;
}
div#slideshow img {
margin:2px 0px 0px 0px;
border:1px solid #333333;
}
div#slideshow div#imageNav {
text-align:right;
width:422px;
margin:0px 0px 0px 0px;
}
div#slideshow div#imageNav img {
margin:0px 0px 0px 0px;
border:none;
vertical-align:text-bottom;
}
div#imageCount {
font-size:10px;
float:left;
}
/**************************************************** breadcrumbs ******** /
/********************************************************************/
div.breadcrumbs {
margin:0px 0px 10px 0px;
color:#666666;
font-size:10px;
}
div.breadcrumbs a {
font-size:10px;
text-decoration:none;
}

/**************************************************** Boxes ******** /
/********************************************************************/
div.Box220 {
width:185px;
background-image:url(../../_pix/BG220.gif);
background-repeat:repeat-y;
padding:20px;
}
div.Box220 h2 {
font-size:11px;
color:#660000;
border-bottom:1px dotted #660000;
}
div.Box220 p {
font-size:11px;
margin:0px;
padding:0px;
}
div.Box220 h6 {
font-size:10px;
margin:0px;
padding:0px;
color:#006600;
}

div.Box422 {
width:430px;
background-image:url(../../_pix/BG422.gif);
background-repeat:repeat-y;
padding:20px;
margin-bottom:20px;
}

div#newsBox {

}

/***********************************************KEY PEOPLE */
table#keyPeople {
margin:30px;
}
table#keyPeople th {
width:100px;
padding:0px 0px 20px 10px;
vertical-align:top;
}
table#keyPeople th img {
border:5px solid #eaeaea;
}
table#keyPeople td {
padding:0px 0px 20px 10px;
vertical-align:top;
}
table#keyPeople td.spacer {
padding:0px 0px 0px 0px;
height:20px;
border-top:1px dotted #990000;
}
/***********************************************DATA TABLE  */
table.dataTable {
width:100%;
background-color:#CCCCCC;
}
table.dataTable th {
background-color:#f1f1f1;
font-size:14px;
}
table.dataTable td {
background-color:#f1f1f1;
font-size:10px;
text-align:center;
}



