/* CSS for DifferentiationCentral.com. Designed by S.B. Brennan. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #daecf6;
	margin:0px;
	width:100%;
}
p, li, dd {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}


a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}


ul {
	list-style-image:url(images/bullet_green.gif); /* list-style-type:square; */
}
li {
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {color: #9c6;
	background-color: #9c6;
	height: 1px;
	border:0px;
	}

dt  {line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button 
	{-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#333;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica',Arial,sans-serif;
	font-size:16px;
	font-weight:500;
	height:24px;
	padding:4px 16px;
    
	text-shadow:#FE6 0 1px 0

}


/*----------------------HEADER + MENUS----------------------*/
#header {
	background:url(images/header_bkgd.jpg) repeat-x;
	margin:0px auto;
	width: 100%;
}
#header_centered {
	margin:0px auto;
	width: 900px;
}
#search {
	display:inline;
	float: right;
	margin-right: 70px; /* positions the search field away from the top menu tab */
	margin-top: 14px;
}
#search .button {
	background-color: #6d97af;
	border: 2px solid #6d97af;
	color:#fff;
}
#menu_top {
	display: inline;
	background:url(images/menu_top150.jpg) no-repeat;
	width: 150px;
	float: right;
	text-align:center;
	padding: 7px 0px; /* 7px centers the links vertically in the top menu tab */
	color: #daecf6;
	margin-top: 12px; /* Makes the top menu tab touch the title background bar; orig 14px */
	margin-bottom: 0px;
}
#title {
	background: #166069 url(images/title_bkgd.jpg) no-repeat;
	width: 900px;
	height:120px;
	float: right;
	margin-top:7px;
	margin-bottom: 7px; /* Sets the space between the title bar and the menu bar background */
}
#title h1 {
	float:left;
	padding-left:50px;
	display:inline;
	font-size:38px;
}
#title span {
	color:#daecf6;
	font-size: small;
}
#title a, #title a:visited {
	text-decoration: none;
	color: #fff;
}
#title a:hover, #title a:visited hover {
	color:#9cc;
}
#title #rotateImage {
	float:right;
	display:inline;
}

/* old menu */
#menu_main {
	background: url(images/menu_bkgd.jpg) no-repeat; /* Change to menu_bkgd_900.jpg when a wider menu is needed*/
	width: 758px; /* Change to 858px when the 900px menu bar is needed */
	height: 25px;
	clear:both;
	margin: 0px auto;
	color: #daecf6;
	text-align:center;
	padding: 7px 21px 0px 21px; /* 7px centers the links vertically in the menu bar */
}
#menu_main a, #menu_main a:visited, #menu_top a, #menu_top a:visited {
	padding: 1px 6px;
	margin: 1px 5px;
	text-decoration:none;
	color:#033;
}
#menu_main a:hover, #menu_main a:visited hover, #menu_top a:hover, #menu_top a:visited hover {
	color:#fff;
	border: solid 1px #4d804d;
	padding-left:5px; /* Compensates for the border addition, so there's no flickering on hover */
	padding-right: 5px; /* Compensates for the border addition, so there's no flickering on hover */
}
/* end old menu */

.main_menu {
	background-image:url(images/menu_bkgd.jpg);
	width:800px;
	height:30px;
	margin:auto;
	margin-top: 2px;
}


.main_menu ul {
	list-style:none;
	margin:0;
	padding:0px;
	position:relative;
	height:25px;
}

.main_menu > ul {
	display: table-row;	
}
.main_menu > ul > li {
	display: table-cell;	
}
.main_menu ul li {
	float:left;
	line-height:29px;
	color:#daecf6;
	margin: 0px 5px 0px 4px;
	position:relative;
}

.main_menu ul li a {
	padding: 1px 5px;
	color:#033;
	text-decoration:none;
	border: solid 1px #99CC67;
	position:relative;
}
.main_menu ul li a:hover {
	color:#fff;
	border: solid 1px #4d804d;
}

.main_menu ul li:hover > a,.main_menu ul li.active_nav > a {
	color:#fff;
	border: solid 1px #085c58;
}

.main_menu ul li:hover ul {
	display:block;
}

.main_menu ul li ul {
	display:none;
	position: absolute;
	top: 29px;
	left: -11px;
	right: -11px;
	margin: 0;
	background-image:url(images/submenu_bg.jpg);
	background-repeat:no-repeat;
	background-color:#99CC67;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:auto;
}
.main_menu ul li ul li {float:none;margin:0px;
	padding: 7px 17px;
	line-height: 16px;
}
.main_menu ul li ul li a {
	border:none !important;
	font-size: 11px;
	padding: 0;
	line-height: 7px !important;
}
.main_menu ul li ul li:hover {
	background-color:#085c58;
}

.main_menu ul li:hover .dark_bg {
	display:block;
}
.dark_bg {
	position:absolute;
	top:0;
	right:-11px;
	left:-11px;
	background-color:#085c58;
	height:30px;
	display:none;
}

.clear {
	clear:both;

}

.inner_nav {
	display:table;
	margin:auto;
}


/*----------------------INTRO----------------------*/
#intro {
	clear: both;
	margin:0px auto;
	width: 750px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#intro h2 {
	margin-top:0px;
	margin-bottom: 0px;
	color:#105861;
}
#intro img, #introvideo {
	float: right;
	margin: 8px 0px 20px 18px;
        border-width:2px;	
        border-style:outset;

    
}

}
#intro h3 {
	background:url(images/subtitle_bkgd.jpg) no-repeat;
	color:#fff;
	padding:4px 0px 10px 55px; /* 55px sets the space between the arrow and the text */
	margin: -3px 0px;
	font-size: 16px;
	clear:both;
}

#BPI
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#BPI td, #BPI th 
{
font-size:.8em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
text-align:left;
}
#BPI th 
{
font-size:1 em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#BPI tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}


.button2 {

    display: block;
 margin: 0 auto;
    height: 50px;
    width: 150px;
    background: #34696f;
    border: 2px solid rgba(33, 68, 72, 0.59);

 color: rgba(0, 0, 0, 0.55);
    text-align: center;
    font: bold 1.7em/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

 background: linear-gradient(top, #34696f, #2f5f63);
    border-radius: 25px;
    box-shadow: 0 8px 0 #1b383b;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

a.button {
    text-decoration: none;
}
 
/*----------------------COLUMNS----------------------*/
#content {
	width:800px;
	margin: 0px auto;
	clear:both;
}
.leftcol {
	width:380px;
	float:left;
	margin-right: 20px;
}
.rightcol {
	width:380px;
	float:right;
	margin-right: 0px;
}
.leftcol h3, .rightcol h3, #content h3 {
	background:url(images/subtitle_bkgd.jpg) no-repeat;
	color:#fff;
	padding:4px 0px 10px 55px; /* 55px sets the space between the arrow and the text */
	margin: -3px 0px;
	font-size: 16px;
	clear:both;
}
.leftcol h4, .rightcol h4, #content h4 {
	margin: 20px 10px -4px 10px;
	color:#105861;
	line-height:98%;
}
.leftcol p, .rightcol p, #content p {
	margin-left: 10px;
	margin-right: 10px;
}
.leftcol img, .rightcol img {
	float:left;
}
.center {
	text-align:center;
}
.player {
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 0px auto;
	width: 294px;
	}
	
.multiplayer {
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 15px auto;
	width: 294px;
	}
.morelinks {
	border-bottom: solid 1px #9c6;
	padding-bottom: 15px;
	text-align:right;
	clear:both;
}
.morelinks2 {
	text-align:left;
	clear:both;
}

.smalltext {font-size: x-small; color: #666;}
.thumb {border: solid 1px #9c6; margin-right: 10px;}


#cost
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#cost td, #cost th 
{
font-size:.8em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
text-align:center;
}
#cost th 
{
font-size:1 em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#cost tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

.right
{
float:right;
width:300px;

}

/*----------------------FOOTER----------------------*/
#footer {
	background:#9c6 url(images/footer_divide.jpg) repeat-x;
	text-align:center;
	padding: 10px;
	clear:both;
}
#footer a {color: #000;}

#footer a.spotlight, #content a.spotlight {
	border: solid 1px #daecf6;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	background-color:#105861;
	color:#fff;
	padding:3px 7px;
	text-decoration:none;
}
#footer a.spotlight:hover, #content a.spotlight:hover {
	border: solid 1px #4d804d;
	border-top: solid 2px #333;
	border-left: solid 2px #333;
	background-color:#4d804d;
}