/* GLOBAL */
* {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

body {
	width:100%;
	color:#111;
	line-height:1.5em;
	font-size:11px;
	background-image: url('images/gradient.gif');
	background-repeat: repeat-x;
	background-color: #8b8d90;
	font-family:Andale Mono, Monaco, Lucida Sans Typewriter, Lucida Sans Unicode, monospace;
}

h1 {
	color:#666;
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:3px;
	padding:37px 0 10px 15px;
}

h2 {
	color:#F0511D;
	font-size:1.5em;
	font-weight:normal;
	/*padding:0 0 5px 35px;*/
	margin-top: 10px;
}

h3 {
	color:#555;
	font-size:1.1em;
	font-weight:100;
}

input, textarea {
	background-color: #eee;
}

h4 {
	color:#333;
	font-size:1.1em;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-right:15px;
	padding-bottom:3px;
	font-weight:100;
}

h4 a, h4 .pseudolink {
	font-size:1.4em;
	color:#f0511d;
}

h5 {
	color: #333;
	font-size:0.9em;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p {
	margin:3px 0 15px;
}

p.postmeta {
	color:#999;
	padding:10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom: 30px;
}

a {
	text-decoration:none;
	color:#666;
}

.clr {
	clear:both;
}

/* HOME PAGE */
.content_main {
	width:950px;
	margin:0 auto;
	background:#000 url('images/bk_home.jpg') right top no-repeat;
	padding:10px;
}

.welcome {
	width:400px;
	margin-left:77px;
	color:#fff;
}

.welcome h1 {
	color:#F0511D;
	font-size:2.5em;
	font-weight:normal;
	padding:17px 0 5px 0;
}

h2.small {
	color:#F0511D;
	font-size:1.8em;
	font-weight:normal;
	padding:10px 0 5px 0;
}

.boxes {
	width:800px;
	margin:0 auto;	
	margin-top:27px;
}

.boxes .tag {
	color:#666;
	font-size:1.3em;
}

.content_main ul li {
	display:inline;
}

.sm_boxes {
	width:770px;
	margin:0 auto;
	text-align:right;
	margin-top:10px;
}

.sm_boxes .tag {
	float:left;
	width:500px;
}

.sm_boxes p {
	padding:0;
	margin:0;
	color:#fff;
	font-weight:bold;
}

/* HIDDEN TAG LINES */
#tag_2, #tag_3, #tag_4, #tag_2sm, #tag_3sm, #tag_4sm {
	display:none;
}


/* CONTENT */
.wrap {
	width:980px;
	background: url('images/bk_main.png') center top no-repeat;
	margin:0 auto;
}
.underwrap {
	width:980px;
	background: url('images/bk_main_bottom.png') center top repeat-y;
	margin:0 auto;
}

.header {
	width:970px;
	margin:0 auto;
	background: url('images/bk_logo.png') 50px 19px no-repeat;
	height:119px;
}

.content {
	width:970px;
	margin:0 auto;
	background:#fff;
}

.footer {
	width:970px;
	margin:0 auto;
	background:#fff;
/*	border-top:1px solid #ccc;*/
}

.footer .copyright {
	padding:7px;
	background-color: #4A4A4A;
	text-align:right;
	color:#999;
}

.tagline{
	background:#000 url('images/bk_tagline.jpg') right top no-repeat;
	padding:7px;
	color:#666;
}

.headings {
	float:left;
	width:67.5%;
}

.headings ul li {
	display:inline;
}

.icons {
	float:right;
	width:32.5%;
}

.left_side {
	float:left;
	width:250px;
	margin-top:-4px;
}

.middle {
	float:left;
	width:690px;
	border-top:2px solid #ccc;
	border-left:1px solid #ccc;
	padding:15px 0 0;
	padding-left:15px;
	margin-top:-4px;
}

.middle_left {
	float:left;
	width:415px;
	margin-left:15px;
}

.middle_small_column {
	float:left;
	width:200px;
	padding-left:10px;
}

.middle_large_column {
	float:left;
	width:400px;
	padding-left:15px;
}

.middle_bottom {
	clear:both;
	margin-left:15px;
}

.middle_bottom b {
	font-weight: 900;
}

.middle_right {
	width:226px;
	float:right;
	margin:0 0 20px 20px;
}

.center {
	text-align:center;
	width:100%;
}

blockquote {
	color:#F0511D;
	padding:10px;
	font-size:1.6em;
	line-height:1.9em;
	font-weight:100;
	text-align:left;
}

/* MAIN MENU */
ul.menu {
	position:relative;
	left:190px;
	top:88px;
	text-align:right;
	width:730px;
	padding:7px;
	background: url('images/bk_menu.png') right top repeat-y;
}

ul.menu li {
	display:inline;
	padding:7px;
}

ul.menu li a {
	font-weight:100;
	letter-spacing:1px;
	color:#fff;
	padding:7px 7px 7px 16px;
	background: url('images/bk_menu_li.png') left center no-repeat;
}

ul.menu li a:hover {
	color:#F0511D;
}

/* ICON MENU */
ul.icon {
	text-align:right;
	margin-top:7px;
	margin-bottom:2px;
	width:330px;
	float:right;
}

ul.icon li {
	display:inline;
	float:left;
	height:100px;
}

ul.icon li a {
	position:relative;
	z-index:1000;
}

/* LEFT MENU */
ul.left_menu {
	border-bottom:1px solid #ccc;
}

ul.left_menu li {
	padding:0 0 0 0;
}

ul.left_menu li a {
	font-size:1.2em;
/*	background: url('images/bk_li.png') 0 10px no-repeat;*/
	padding:10px 0 10px 32px;
	border-top:1px solid #ccc;
	display:block;
	text-transform:uppercase;
}

ul.left_menu li a:hover {
	background-color: #eee;
}

ul.left_menu li .current a {
	background-color: #eee;
}


/* ACCORDIAN */
#accordion {
	width:246px;
	float:right;
	margin:0 0 20px 20px;
	border:1px solid #ccc;
}

#accordion p {
	padding:10px;
}

#accordion h3 {
	padding:9px 10px 6px 25px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	background:#eee url('images/bk_plus.png') 0 10px no-repeat;
	cursor: pointer;
	cursor: hand;
}

/* LINES */
.lines_1 {
	height:37px;
	border-top:1px solid #ccc;
	background: url('images/bk_lines1.png') left top repeat;
}

.lines_2 {
	padding:7px;
	border-bottom:1px solid #ccc;
	background: url('images/bk_lines2.png') left top repeat;
	color:#333;
	font-size:1.3em;
}

/* SITEMAP */

#sitemap_hold {
	overflow: hidden;
	width: 430px;
	height: 320px;
	margin-top: -330px;
	z-index: 50000;
	position: absolute;
	margin-left: 420px;
	margin-right: 10px;
	display: none;
}

#sitemap {
	font-size: .8em;
	background: #4a4a4a;
	text-align: left;
	color: #fff;
	width: 410px;
	height: 320px;
	margin-top: 300px;
	filter: alpha(opacity =   0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 50000;
	padding: 10px;
	padding-right: 15px;
	margin-right: 10px;
}

#sitemap p {
	text-align: right;
}

#sitemap p a {
	color: #fff;
}

#sitemap ul {
	margin-right: 15px;
}

#sitemap ul li ul {
	margin-right: 0;
}

#sitemap ul li a {
	margin-left: 10px;
	padding: 2px 0;
	border-bottom: 1px dotted #fff;
	margin-bottom: 2px;
	display: block;
	color: #fff;
}

#sitemap ul li a:hover {
	margin-left: 10px;
	background: #F0511D;
	color: #fff;
}

#sitemap ul li ul {
	margin-left: 15px;

}

/* ----- SIDE BAR ----- */
#sidebar h3 {
	display: block;
	padding: 5px 15px;
	background: #EEEEEE;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

#sidebar #cat {
	border: 1px solid #999999;
	padding: 3px;
	margin: 10px 0px 15px 20px;
}

#sidebar ul {
	margin: 10px 0px 15px 20px;
}

#sidebar ul a {
	margin: 0px;
}

#sidebar a {
	margin-left: 20px;
	margin-top: 3px;
	white-space: nowrap;
}


#main p .alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

/* ----- PRESS RELEASE SIDE BAR ----- */
.middle_right {
	border: 1px solid #999999;
	background: #EEEEEE;
}

.middle_right h3 {
	display: block;
	background: #999999;
	color: #000000;
	text-align: center;
	padding: 8px;
}

.middle_right li {
	margin: 10px;
}

.middle_right li h4 {
	border: none;
	color: #F0511D;
	margin: 0px;
}
