/* CSS Document */

/***********************************************/
/* global.css                                  */
/* Copyright 2007-2009 Osentric Studios        */
/***********************************************/

/***********************************************/
/* HTML Tag Styles                             */
/***********************************************/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1em;
	background-color: #162a20;
	color: #a5a5a5;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 10px 0;
}

h2 {
	font-size: 1em;
	color: #c5c5c5;
	margin: 0 0 3px 0;
	padding: 0;
}

h3 {
	font-size: 1em;
	color: #c5c5c5;
	margin: 0 0 3px 0;
	padding: 0;
}

p, ol, ul {
	margin: 0 0 18px 0;
}

p {
	padding: 0;
}

ul, ol {
	padding: 0 0 0 10px;
}

q {
	font-style: italic;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

small {
	font-size: .85em;
	line-height: 1em;
	font-weight: normal;
}

a:link, a:visited {
	color: #54798D;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	text-decoration: underline;
}

/***********************************************/
/* Layout Partitions                           */
/***********************************************/

/************** Wrapper Module **************/
#WrapperModule {
	width: 910px;
	margin: 0 auto;
	text-align: center;
}

/************** Holder Module **************/
#HolderModule {
	width: 880px;
	padding: 0 15px;
	background: url(/images/hm_background.gif) #0d1913 repeat-y;
}

#hm_top {
	width: 910px;
	height: 15px;
	background: url(/images/hm_top.gif) #0d1913 no-repeat;
}

#hm_bottom {
	width: 910px;
	height: 15px;
	background: url(/images/hm_bottom.gif) #0d1913 no-repeat;
}

/************** Navigation Module **************/
#NavigationModule {
	width: 880px;
	height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(/images/nm_background.gif) #000000 repeat-x;
}

#nm_left {
	width: 10px;
	height: 30px;
	float: left;
	background: url(/images/nm_left.gif) #000000 no-repeat;
}

#nm_body {

}

#nm_right {
	width: 10px;
	height: 30px;
	float: right;
	background: url(/images/nm_right.gif) #000000 no-repeat;
}

/* Navigation Module Lists */
#nm_body ul, #nm_body ul li {
/*	display: inline; */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nm_body > ul {
	padding-left: 2px;
	background: url(/images/nm_divider.gif) top left no-repeat;
}

#nm_body > ul > li {
	padding-right: 2px;
	background: url(/images/nm_divider.gif) top right no-repeat;
}

#nm_body ul li a {
	color: #d5d5d5;
	text-decoration: none;
	display: block;
/*	height: 20px; */
	line-height: 26px; /* Added */
/*	padding: 4px 30px 4px 30px; */
	padding: 0 30px 4px 30px; /* Added */
}

#nm_body ul li a:hover {
	background: url(/images/nm_btn_hover.gif) #4b7794 repeat-x;
}

#nm_body ul li a:active {
	background: url(/images/nm_btn_active.gif) #30b0c7 repeat-x;
}

#nm_body ul ul {
	position: absolute;
	display: none;
	text-align: left;
}

#nm_body ul ul li {
	float: none;
}

#nm_body ul ul li a {
	background: #333333;
	line-height: 26px;
	padding: 0 30px;
	border-bottom: 1px solid #000000;
}

#nm_body ul ul li:first-child a {
	background: url(/images/nm_subnav_top.gif) #333333 repeat-x;
}

#nm_body ul ul li a:hover {
	background: #666666;
}

#nm_body ul ul li:first-child a:hover {
	background: url(/images/nm_subnav_top_hover.gif) #666666 repeat-x;
}

#nm_body ul ul li a:active {
	background: #999999;
}

#nm_body ul ul li:first-child a:active {
	background: url(/images/nm_subnav_top_active.gif) #999999 repeat-x;
}

#nm_body ul li:hover {
	z-index: 100;
}

#nm_body ul li:hover ul {
	display: block;
}

/************** Brand Module **************/
#BrandModule {
	width: 880px;
	height: 150px;
	padding: 0;
	margin: 0 0 10px 0;
	background: url(/images/bm_blank.jpg) no-repeat;
}

#bm_flash {
	width: 880px;
	height: 150px;
	padding: 0;
	margin: 0;
}

/************** Dynamic Module **************/
#DynamicModule_SC, #DynamicModule_DC {
	width: 880px;
	padding: 0;
	margin: 0;
}

#DynamicModule_SC {
	background: url(/images/dm_background_sc.gif) #2c2c2c repeat-y;
}

#DynamicModule_DC {
	background: url(/images/dm_background_dc.gif) #2c2c2c repeat-y;
}

div#dm_top, div#dm_bottom {
	width: 880px;
	height: 10px;
	padding: 0;
	margin: 0;
}

div#dm_bottom {
	clear: both;
}

#DynamicModule_SC div#dm_top {
	background: url(/images/dm_top_sc.gif) #2c2c2c no-repeat;
}

#DynamicModule_DC div#dm_top {
	background: url(/images/dm_top_dc.gif) #2c2c2c no-repeat;
}

#DynamicModule_SC div#dm_bottom {
	background: url(/images/dm_bottom_sc.gif) #2c2c2c no-repeat;
}

#DynamicModule_DC div#dm_bottom {
	background: url(/images/dm_bottom_dc.gif) #2c2c2c no-repeat;
}


/************** Content Module **************/
#DynamicModule_SC div#ContentModule, #DynamicModule_DC div#ContentModule {
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#DynamicModule_DC div#ContentModule {
	width: 630px;
}

#DynamicModule_SC div#ContentModule {
	width: 860px;
}

/* Gallery Item */
#DynamicModule_SC div#ContentModule div.GalleryItem {
	width: 860px;
	height: 450px;
	margin: 0px 10px;
	text-align: center;
}

#DynamicModule_SC div#ContentModule div.GalleryItem div.gi_top {
	width: 860px;
	height: 8px;
	background: url(/images/gi_top_sc.gif) no-repeat;
}

#DynamicModule_SC div#ContentModule div.GalleryItem div.gi_body {
	width: 860px;
	height: 434px;
	background: url(/images/gi_body_sc.gif) no-repeat;
}

#DynamicModule_SC div#ContentModule div.GalleryItem div.gi_bottom {
	width: 860px;
	height: 8px;
	background: url(/images/gi_bottom_sc.gif) no-repeat;
}

#DynamicModule_SC div#ContentModule div.GalleryItem div#gi_swf {
	line-height: 434px;
}

.cm_date {
	color: #c5c5c5;
	text-align: right;
	clear: both;
}

/* Content Item */
#DynamicModule_DC div#ContentModule div.ContentItem {
	width: 590px;
}

#DynamicModule_SC div#ContentModule div.ContentItem {
	width: 840px;
}

div#ContentModule div.ContentItem {
	line-height: 1.6em;
	padding: 10px 0;
	margin: 20px 20px 0 20px;
}

div#ContentModule div.ContentItem:first-child {
	margin-top: 0;
}




/* WORDPRESS */

div#ContentModule div.ContentItem div.ci_news_post {
	
}

div#ContentModule div.ContentItem div.ci_news_post_title {
	font-size: 1em;
	color: #c5c5c5;
	margin: 0 0 3px 0;
	padding: 0;
}

div#ContentModule div.ContentItem div.ci_news_post_date {
	font-size: .85em;
	line-height: 1em;
	font-weight: normal;
}

div#ContentModule div.ContentItem div.ci_news_post_description {
	border-top: 1px solid #444444;
}

div#ContentModule div.ContentItem div.ci_news_post_more {
	
}

div#ContentModule div.ContentItem div.ci_news_post_description_imageblock {
	text-align: center;
}

div#ContentModule div.ContentItem div.ci_news_post_description_imageblock img {
	margin: 8px;
	border: 1px solid #a5a5a5;
}

div#ContentModule div.ContentItem div.ci_news_page_title {
	text-align: center;
	font-weight: bold;
}

div#ContentModule div.ContentItem div.ci_news_page_title,
div#ContentModule div.ContentItem div.ci_news_nav {
	height: 20px;
	line-height: 20px;
	background-color: #1c1c1c;
	color: #72838B;
	margin-bottom: 5px;
}

div#ContentModule div.ContentItem div.ci_news_page_title_left,
div#ContentModule div.ContentItem div.ci_news_nav_prev {
	float: left;
	background: url(/images/ci_nav_left.gif) left no-repeat;
	padding: 0 10px;
	height: 20px;
}

div#ContentModule div.ContentItem div.ci_news_page_title_right,
div#ContentModule div.ContentItem div.ci_news_nav_next {
	float: right;
	background: url(/images/ci_nav_right.gif) right no-repeat;
	padding: 0 10px;
	height: 20px;
}

#ci_news_commentbox{
	width: 425px;
	height: 100px;
}

/* WORDPRESS */


div#ContentModule div.ContentItem div.ci_definition {
	width: 500px;
	background-color: #313131;
	border: 1px dashed #777777;
	padding: 10px;
	margin: 20px 0 20px 20px;
}

div#ContentModule div.ContentItem div.ci_definition_pron {
	color: #c5c5c5;
	font-weight: bold;
}

div#ContentModule div.ContentItem div.ci_definition_type {
	font-style: italic;
}

div#ContentModule div.ContentItem ol.ci_definition_defs {
	margin-left: 25px;
}

/* Content Snippet */
div#ContentModule div.ContentSnippet {
	line-height: 1.3em;
	width: 610px;
	height: 100px;
	margin: 10px 10px 0 10px;	
}

div#ContentModule div.ContentSnippet:first-child {
	margin-top: 0;
}

.cs_image, .ci_image {
	width: 200px;
	height: 100px;
	float: left;
	background: #1c1c1c;
}

.ci_image {
	margin: 20px 10px 0 0;
}

.cs_image_top, .ci_image_top {
	width: 200px;
	height: 8px;
	background: url(/images/cs_image_top.gif) #1c1c1c no-repeat;
}

.cs_image_body, .ci_image_body {
	width: 184px;
	height: 84px;
	line-height: 84px;
	color: #cccccc;
	padding: 0 8px;
	text-align: center;
	overflow: hidden;
	background: url(/images/cs_image_body.gif) #1c1c1c no-repeat;
}

.cs_image_bottom, .ci_image_bottom {
	width: 200px;
	height: 8px;
	background: url(/images/cs_image_bottom.gif) #1c1c1c no-repeat;
}

.cs_info {
	padding: 10px 10px 0px 10px;
	width: 390px;
	height: 78px;
	text-align: left;
	float: right;
	overflow: hidden;
}

.cs_title {
	color: #ffffff;
}

.cs_description {
	color: #a5a5a5;
}


/************** Side Module **************/
#SideModule {
	font-size: 0.9em;
	width: 250px;
	padding: 0;
	margin: 0;
	float: right;
}

.SideItem {
	line-height: 1.6em;
	width: 250px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}

.si_top, .si_bottom, .si_body {
	margin: 0 10px 0 10px;
}

.si_top {
	width: 230px;
	height: 40px;
	padding: 0;
	background: url(/images/si_top.gif) #294252 no-repeat;
}

.si_bottom {
	width: 230px;
	height: 16px;
	padding: 0;
	background: url(/images/si_bottom.gif) #1c1c1c no-repeat;
}

.si_body {
	width: 214px;
	padding: 0 8px 0 8px;
	background: url(/images/si_body.gif) #1c1c1c repeat-y;
	color: #72838B;
}

.si_body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.si_body ul ul {
	padding-bottom: 20px;
}

.si_body h2 {
	color: #72838B;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
	border-bottom: 1px solid #666666;
}



.si_body ul li a {
	display: block;
	width: 194px;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
}

.si_body ul li a:hover {
	color: #c5c5c5;
	background-color: #222222;
	text-decoration: none;
}

#si_news_calendar {
	text-align: center;
}

#si_news_calendar table {
	border-top: 1px solid #666666;
	margin: 0 auto;
}

#si_news_calendar table caption{
	font-weight: bold;
	margin: 0 auto;
}

#si_news_calendar table tr td{
	padding: 0 0.5em;
}

#si_news_search{
	text-align: center;
	padding: 10px 0;
}

#si_news_notification{
	text-align: center;
	margin: 0 10px;
}

/************** Info Module **************/
#InfoModule {
	text-align: center;
	margin: 10px 0 0 0;
}

#InfoModule a {
	color: #11774b;
}

#InfoModule a:hover {
	color: #1abb76;
}

#im_logo {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
	vertical-align: middle;
	background: url(/images/im_logo.gif) no-repeat;
}

#im_navigation, #im_copyright {
	width: 840px;
	float: right;
	text-align: left;
	font-size: 0.8em;
	color: #55816e;
}

#im_copyright {
	margin-top: 0.4em;
	line-height: 1.4em;
}

#im_navigation a {
	padding-left: 8px;
	padding-right: 5px;
	border-left: 1px solid #55816e;
}

#im_navigation ul, #im_navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#im_navigation ul li:first-child a {
	border-left: none;
	padding-left: 0;
}

/************** WordPress **************/

#searchform{
	padding: 0px;
	margin: 0px;
}

#searchform table{
	margin: 0 auto;
}

#searchbody{
	background: url(/images/si_searchfield.gif) no-repeat;
	width: 163px;
	height: 27px;
}

.searchfield {
	width: 151px;
	padding: 2px 6px 0 6px;
  color: #ffffff;
	font-weight: bold;
	background: none;
	border: 0px solid #999999;
}

#searchsubmit{
	background: url(/images/si_btn_search.gif) #0099ff no-repeat;
	width: 23px;
	height: 23px;
	margin: 2px;
	border: 0px solid #0099ff;
}

#wpPostNavTop a, #wpPostNavBottom a{
	color: #ffffff;
}

#wpPostNavTop a:hover, #wpPostNavBottom a:hover{
	color: #0099ff;
}