/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		.awesomeStyle
		{
			font-family:century gothic, sans-serif;
			font-size:18px;
			font-weight:bold;
			color:#27247e;
		}
		
		div.decisions4
		{
			background: url(/resources/images/4decisions.jpg) no-repeat;
			width:348px;
			height:68px;
			padding: 33px 15px 0px 15px;
			color:#fff;
			font-family:'trebuchet ms', sans-serif;
			margin-bottom:15px;
			line-height:14px;
		}
		
		div.execution3
		{
			background: url(/resources/images/3execution.jpg) no-repeat;
			width:348px;
			height:68px;
			padding: 33px 15px 0px 15px;
			color:#fff;
			font-family:'trebuchet ms', sans-serif;
			margin-bottom:15px;
			line-height:14px;
		}
		
		div.drivers2
		{
			background: url(/resources/images/2drivers.jpg) no-repeat;
			width:348px;
			height:68px;
			padding: 33px 15px 0px 15px;
			color:#fff;
			font-family:'trebuchet ms', sans-serif;
			margin-bottom:15px;
			line-height:14px;
		}
		
		div.catalyst1
		{
			background: url(/resources/images/1catalyst.jpg) no-repeat;
			width:348px;
			height:68px;
			padding: 33px 15px 0px 15px;
			color:#fff;
			font-family:'trebuchet ms', sans-serif;
			margin-bottom:15px;
			line-height:14px;
		}
		
		
		div.readmore4
		{
			z-index:5;
			position:absolute;
			margin-top:-39px;
			margin-left:240px;
		}
		
		
		
		
		.nmsTable
		{
			width:50%;
		}
		.tableRowHeader td
		{
			font-weight:bold;
			background: #E47721;
			color:#fff;
			font-size:14px;
			height:30px;
			padding:20px;
			border:3px solid #BF6217;
		}
		.tableRow1 td
		{
			background: #E0EFB3;
			border:2px solid #BCCF81;
		}
		.tableRow2 td
		{
			background: #E0EFB3;
			border:2px solid #BCCF81;
		}
		
		
		
		
		
		
		
		
		
		
		.tooltip{ position: absolute; top: 0; left: 0; z-index: 300; display: none; text-decoration:none;
		width:235px;
		padding:0px 10px 0px 10px;
		
		font-size:11px;
		font-weight:normal;
		}

		#pop4
		{
			z-index:40;
			position:relative;
			background: url(/resources/images/4.gif) no-repeat;
			width:347px;
			height:106px;
		}
		#pop4:hover
		{
			z-index:50;
			position:relative;
		}
		#pop4 div a span
		{
			display:none;
		}
		#pop4 div a 
		{
			display:block;
			width:347px;
			height:106px;
		}
		
		
		
		#pop3
		{
			z-index:30;
			position:relative;
			background: url(/resources/images/3.gif) no-repeat;
			width:347px;
			height:106px;
			margin-top:-65px;
		}
		#pop3:hover
		{
			z-index:50;
			position:relative;
		}
		#pop3 div a span
		{
			display:none;
		}
		#pop3 div a 
		{
			display:block;
			width:347px;
			height:106px;
		}
		
		
		
		
		#pop2
		{
			z-index:20;
			position:relative;
			background: url(/resources/images/2.gif) no-repeat;
			width:347px;
			height:106px;
			margin-top:-65px;
		}
		#pop2:hover
		{
			z-index:50;
			position:relative;
		}
		#pop2 div a span
		{
			display:none;
		}
		#pop2 div a 
		{
			display:block;
			width:347px;
			height:106px;
		}
		
		
		
		#pop1
		{
			z-index:10;
			position:relative;
			background: url(/resources/images/1.gif) no-repeat;
			width:347px;
			height:106px;
			margin-top:-65px;
		}
		#pop1:hover
		{
			z-index:50;
			position:relative;
		}
		#pop1 div a span
		{
			display:none;
		}
		#pop1 div a 
		{
			display:block;
			width:347px;
			height:106px;
		}
		
		
		
		


		
		
		
		#logoDizzle
		{
			z-index:5;
			position:absolute;
			margin-left:-50px;
		}
		
		
		
		.aboutSide
		{
			margin: 10px 0px 0px 0px;
			line-height:34px;
			background: url(images/sidenavbg.gif) repeat-x top #232175;
			width:297px;
			text-decoration:none;
			padding:10px 0px 10px 10px;
			border:2px solid #232175;
			
		}
		.aboutSide ul
		{
			color:#fff;
		}
		.aboutSide a.subNav 
		{
			font-size:16px;
			color:#C1C1D8;
			text-decoration:none;
		}
		.aboutSide a:hover
		{
			color:#fff;
		}
		
		html {
			overflow-y: scroll;
		}
		
		body {
			margin: 0;
			padding: 0;
			background: #E0E0EF url(images/bodyBG.gif) repeat-x;
			color: #000;
			font-family:Arial,Verdana,Helvetica,sans-serif;
			font-size:12px;
		}
		
		#siteContainer {
			width: 960px;
			margin: auto;
		}
		
		#bodyContainer {
			width: 958px;
			background: #f7fbff;
			border-right: 1px solid #c5c5c5;
			border-left: 1px solid #c5c5c5;
			border-bottom: 1px solid #c5c5c5;
		}
		
		.bodyContents {
			color: #000;
			font-family:Arial,Verdana,Helvetica,sans-serif;
			font-size:12px;
		}
		
		#contentContainer {
			width: 582px;
			float: left;
			clear: none;
			padding: 56px 22px 0 22px;
		}
		
		#sideContentContainer {
			width: 332px;
			float: left;
			clear: none;
			padding: 8px 0 0 0
		}
		
		.newsBox-top {
			width: 307px;
			height: 58px;
			background: url(images/newsEvents-top.gif) no-repeat;
			margin: 5px 0 0 0;
		}
		
		.newsBox-repeat {
			width: 273px;
			background: #dbdbdb url(images/newsEvents-repeat.gif) repeat-y;
			padding: 24px 17px;
			margin: 0;
		}
		
		.newsBox-bottom {
			width: 307px;
			height: 12px;
			background: url(images/newsEvents-bottom.gif) no-repeat;
			margin: 0 0 10px 0px;
		}
		
		
		.newsbelly
		{
			background: url(/resources/images/newsboxrepeat.jpg) repeat-x top #bfbfbf;
			border-right:1px solid #000;
			border-left:1px solid #000;
			padding: 0px 10px 0px 10px;
			line-height:20px;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#flashElement {
			width: 960px;
			height: 215px;
			background: url(images/flashElement.jpg) no-repeat;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#topNav {
			width: 958px;
			height: 34px;
			text-align: center;
		}
		
		ul#nav  {
			list-style-type: none;
			margin: 0;
			padding: 0;
			width:600px;
		}
		
		ul#nav li {
			display: inline;
			margin: 0 15px 0 15px;
			font-size:12px;
		}
		
		.nav {
			color: #000;
			text-decoration: none;
			font-weight: bold;
			line-height: 34px;
		}
		
		.nav:hover {
			color: #0051f6;
			text-decoration: none;
		}	
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footer {
			width: 914px;
			border: 1px solid #000;
 			padding: 22px 22px 10px 22px;
 			text-align: center;
 			font-size: 10px;
 			color: #fff;
 			background: #18165c;
		}
		
		ul#footerNav  {
			list-style-type: none;
			margin: 0 0 10px 0;
			padding: 0;
			text-align: center;
 			font-size: 10px;
 			color: #fff;
		}
		
		ul#footerNav li {
			display: inline;
			margin: 0 15px 0 15px;
		}
		
		
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
			color: #232075;
			font-size: 20px;
			font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			margin: 0 0 16px 0;
		}
	
		h2 {
			color: #232075;
			font-size: 28px;
			font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			margin: 0 0 16px 0;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		p, ul, ol, li, table, div {
			font-family:Arial,Verdana,Helvetica,sans-serif;
			font-size:12px;
		}
		
		div.first {
			font-variant: small-caps;
			border-bottom: 1px solid #666;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a, a:visited {
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		#footer a, #footer a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #d6e5a9;
			text-decoration: underline;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.imgLink {
			border: none;
		}
		
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/