/*----------------GENERAL HTML-------These rules are strictly for global styles.--------------------*/
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

table {
}

td {

}

h1, h2, h3, h4, h5, h6, p, td, {
	font-family: Arial, Helvetica, sans-serif;
}
h1
h2 {

}
h6 {

}
p {
	font-size: 12px;

}
strong {

}
small {

}
img {

}
ul {

}
li {

}
/*----------------HYPERLINKS AND ROLLOVERS -------These rules are for global purposes only--------------------*/
a:link {
}
a:hover {
}
a:visited {
}
/*----------------MAIN NAVIGATION LINKS AND ROLLOVERS----these rules are for styling your main navigation and hyperlinks--------------------*/


#main_nav li a {
	display:inline-block;
	background-image:url(../images/navbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	**font-size:10px;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding:0px 7px 0px 7px;
	**padding: 0px 9px 0px 9px;
	height: 30px;
	border-left: 1px solid #333333;
}
#main_nav a:hover {
	background-image:none;
	background-color:#242424;
	color: #CCCCCC;

}
#main_nav a.current {
	background-image:none;
	background-color:#000000;
}

/*----------------THIS IS THE SECTION FOR ALL MAIN LAYOUT RULES--------------------*/
#maincontainer {
	width: 900px;
	margin-top: 25px;
	**margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	**top:25px;
	background-image: url(../images/main_borders.gif);
	background-repeat: repeat-y;
	background-color: #141414;
}
#counter {
	width: 290px;
	**width:280px;
	position: absolute;
	z-index: 10;
	top: -15px;
	left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cecece;
	text-align: left;

}
#counter input {
	position:relative;
	top:-17px;
	**margin-top:-23px;
	left:200px;
	**left:199px;
	color: #cecece;
}


#header {
	margin: 0px;
	height: 308px;
	width: 900px;
	position: relative;
	z-index: 0;
	clear: both;

}
#main_nav {
	background-color:#333333;
	width:900px;
	height:30px;
	border-top:solid 1px #898989;
}
#main_nav ul {
	margin: 0px;
	padding: 0px;
}

#main_nav li {
	float:left;
	list-style-type: none;
}
#main_content {
	width: 900px;
	float: left;
	background: url(../images/middle_borders.gif) no-repeat;
}
#left_column {
	float: left;
	width: 404px;
	margin-left: 35px;
	**margin-left:0px;
	margin-top: 20px;
	**position:relative;
	**left:35px;
	display: table;
	text-align: left;
	background-repeat: no-repeat;

}
#left_column1 {
	float: left;
	width: 591px;
	padding-left:30px;
	margin-top: 20px;
	display: table;
	text-align: left;
	background-repeat: repeat-y;

}
#right_column {
	float: left;
	width: 404px;
	margin-left: 20px;
	**margin-left:0px;
	margin-top: 20px;
	**position:relative;
	**left:60px;
	text-align: left;

}
#right_column1 {
	float: left;
	width: 228px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;

}
.top_container {
	background-image: url(../images/top_borders.gif);
	background-repeat: repeat-y;
	width: 404px;
	display: table;
}
.top_content {
	background-image: url(../images/top_head.jpg);
	width: 404px;
	background-repeat: no-repeat;
	text-align: left;
	display: table;
}

.gray_container {
	background-image: url(../images/gray_borders.gif);
	background-repeat: repeat-y;
	width: 404px;
	display: table;
	margin-top: 15px;

}
.gray_top {
	background-image: url(../images/gray_bottom.jpg);
	width: 404px;
	background-repeat: no-repeat;
	text-align: left;
	display: table;
	background-position: bottom;
	height: 200px;

}
.gray_top2 {
	background-image: url(../images/gray_bottom.jpg);
	width: 404px;
	background-repeat: no-repeat;
	text-align: left;
	display: table;
	background-position: bottom;
	height: 275px;

}
.right_content {
	background-image: url(../images/right_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
}
.inner_left {
	width: 591px;
	background-image: url(../images/inner_borders.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	padding:0px;
}
.inner_top {
	width: 591px;
	background-image: url(../images/inner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}
.inner_right {
	width: 228px;
	background-image: url(../images/inner_right_borders.jpg);
	background-repeat: repeat-y;
	padding:0px;
	margin-bottom:15px;
}
.inner_top2 {
	width: 228px;
	background-image: url(../images/inner_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 10px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3d3d3d;
	background-position: right;
	clear: both;
	background-color: #000000;


}
#subnav {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 12px;
	background:#000000;
	width:900px;
}
#copy {
	font-size: 10px;
	color: #CCCCCC;
	clear: both;
	width: 900px;
	text-align: center;
	background:#000000;
}


/*----------------THIS IS THE SECTION FOR ALL CUSTOM TAGS AND FONT FORMATTING--------------------*/
#left_column p {


}
#left_column a {

}
#left_column a:hover {

}

.top_content a:hover {
	color: #CC0000;

}
.top_content h1 {
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;
	margin: 0px 0px 10px 0px;
	padding:10px 0px 10px 10px;
	text-align:left;
}
.top_content h1 a {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	margin: 0px 0px 10px 0px;
	padding:10px 0px 10px 10px;
	text-align:left;
	text-decoration:none;
}
.top_content h1 a:hover {

}
.top_content h2 {
	background-image: url(../images/top_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 4px;
	width: 404px;
	margin: 0px;
	padding: 0px;
}
.top_content p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 16px;
	margin-left: 15px;
	color: #CCCCCC;
}
.top_content a {
	color:#FFFFFF;
	font-size:12px;
	**font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.top_content a:hover {
	color: #CC0000;
	text-decoration: none;

}
.top_content ul {
	margin: 0px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.top_content li {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 6px;
	color: #999999;
	
}
.gray_top h1 {
	font-size: 13px;
	color: #d7d7d7;
	background-image: url(../images/gray_top.jpg);
	margin:0px 0px 5px 0px;
	background-repeat: no-repeat;
	width:394;
	**width:404;
	height:37px;
	font-weight: bold;
	padding:5px 0px 0px 10px;
	text-align: left;

}
.gray_top h1 a {
	font-size: 13px;
	color: #d7d7d7;
	text-decoration:none;

}
.gray_top h1 a:hover {
	font-size: 13px;
	color: #d7d7d7;
	text-decoration:none;

}
.gray_top h2 {

}
.gray_top p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 16px;
	margin-left: 15px;
	color: #000000;
}
.gray_top a {
	color:#CC0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.gray_top a:hover {
	color: #666666;
}
.gray_top ul {
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.gray_top li {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 6px;
	color: #000000;
	
}
/**Gray top2**/
.gray_top2 h1 {
	font-size: 13px;
	color: #d7d7d7;
	background-image: url(../images/gray_top.jpg);
	margin:0px 0px 5px 0px;
	background-repeat: no-repeat;
	width:394;
	**width:404;
	height:37px;
	font-weight: bold;
	padding:5px 0px 0px 10px;
	text-align: left;

}
.gray_top2 h1 a {
	font-size: 13px;
	color: #d7d7d7;
	text-decoration:none;

}
.gray_top2 h1 a:hover {
	font-size: 13px;
	color: #d7d7d7;
	text-decoration:none;

}
.gray_top2 h2 {

}
.gray_top2 p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 16px;
	margin-left: 15px;
	color: #000000;
}
.gray_top2 a {
	color:#CC0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.gray_top2 a:hover {
	color: #666666;
}
.gray_top2 a span {
	font-size:10px;
	color:#000000;
	line-height:12px;
}
.gray_top2 ul {
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.gray_top2 li {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 6px;
	color: #000000;
	
}

/**Gray Top2**/


.inner_top h1 {
	font-size: 16px;
	color: #000000;
	width:581px;
	**width:591px;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	padding:5px 0px 0px 10px;
	text-align: left;
	background-image: url(../images/inner_head.jpg);
	background-repeat: no-repeat;

}
.inner_top h2 {
	font-size: 13px;
	font-weight:bold;
	padding: 0px;
	text-align:center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/**.inner_top li {
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 6px;
	color: #000000;
	
} **/
.inner_top a {
	color:#CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.inner_top a:hover {
	color: #999999;
}
.inner_top p {
	padding:0px;
	margin: 0px 15px 15px 15px;
}
.inner_top h4 {
	margin-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}
.inner_top td {
	font-size: 12px;
}
.inner_top td a {
	font-weight: normal;
}


.inner_top2 h1 {
	font-size: 13px;
	color: #d7d7d7;
	width:218px;
	**width:228px;
	height:37px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/inner_right_top.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 10px;

}
.inner_top2 p {
	color:#d7d7d7;
	margin: 0px 15px 15px 15px;
}
.inner_top2 a {
	color:#CC0000;
	font-size: 11px;
	text-decoration: none;
	font-size: 11px;
}
.inner_top2 a:hover {
	color: #29a8aa;
}
#footer small {


}
#footer h1 {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
#footer table {
	margin-left:33px;
}
#footer td {
	font-size: 12px;
	color: #c2c2c2;
}
#footer td a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#footer a {


}
#subnav a {
	color: #666666;
	font-size: 12px;
}
#subnav a:hover {
	color: #efefef;
}


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.right {
	float:right;
	margin: 0px 0px 10px 10px
}
.left {
	float:left;
	margin: 0px 10px 10px 0px
}
#bio {
	margin-left:15px;
}
#bio a img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
h3.divider {
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 23px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3.divider2 {
	background-image: url(../images/divider2.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 10px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.current_jump {
	color: #b5eced;

}
#images {
	margin-left: 12px;
}
#images p {
	font-size: 10px;
	line-height: 13px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
.addthis_toolbox addthis_default_style {
	padding-left: 15px;
}
.article_list {
	list-style-type: disc;

}
.article_list li {
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#release_date {
	width: 150px;
	font-size: 10px;
	position: relative;
	top: -10px;
	z-index: 5;
	text-align: right;
	float: right;
	margin-right: 15px;
}
#featured {
	margin-left: 15px;
}
#featured td {
	font-size: 12px;
}
