@charset "utf-8";
/* CSS Document */


body  {
background:#000;
background-image:url(../images/common/bg.png);
background-repeat:repeat-x;

	
}

/* Basic Positional Holders Starts */

.container_12 {
    /* wraps the whole of the content. Appears directly after the body tag*/
    /* temp background image used as visual aid for grid*/
}

.hd.print {
	/* hides inline logo for print.css use*/
	display:none;
}


.bd {

}

.ft {

}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1 {
	/*22px equivalent*/
	font-size:120%;
	color:#000;
}

h2 {
	/*18px equivalent*/
	font-size:167%; 
}

h3 {
	/*14px  equivalent*/
	font-size:157%;  
}

h4 {
	/*11px  equivalent*/
	font-size:110%; 
	padding-bottom:15px;
	border-bottom:2px solid #CCC;
	color:#333;
	font-style:bold;
}

h1, h3 {
	/* top & bottom margin based on font size */
	margin:10px 0 15px 0;
	padding-bottom:15px;
	border-bottom: 2px solid #99A49C;
	color: #004479;
}

h2 {
	/* top & bottom margin based on font size */
	margin:18px 0 7px 0;
	padding-bottom:2px;
	border-bottom: 2px solid #99A49C;
	color: #004479;
}


h1, h2, h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family: 'Lucida sans',arial,helvetica,clean,sans-serif;
    font-weight:normal; 
}

strong {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
}


p 
{
    /* Sets equilant of 12px */
	font-size:110%;
    line-height:170%;
    color:#000;
    margin-bottom:1em;
	
    
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong, b {
	/*bringing bold back to the strong and b elements*/
	font-style:italic;
}

.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	margin:4px 0;	
}

blockquote 
{
	/*callout text holder default styling*/
	border-bottom:1px solid #ccc;
	border-top:10px solid #ccc;
	display:block;
	float:left;
	margin:10px 20px 20px 0;
	padding:10px 0;
	width:220px;
	display:block;
}

blockquote  p {
	/*callout text default styling*/
	color:#666666;
	display:block;
	float:left;
	font-size:130%;
	line-height:140%;
	margin:0 15px 5px;
	padding:0 !important;
}

.annotation 
{
	display:block;
	padding:10px;
	font-size:93%;
	color:#999;
	background-color:#ededed;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
}


/* Basic Element Styles Ends */



/* Basic Link Styles Start */

a.header:link {
	/* unvisited link */
	color: #000000;
	text-decoration: none;
} 
a.header:active {
	color: #999;
	text-decoration: underline;
}

a:visited {
	/* visited link */
	color: #FFFFFF;
}

a {
	 /* mouse over link */
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	 /* mouse over link */
	color: #FFFFFF;
	text-decoration: underline;
}

/* Basic Link Styles End */


.logo a{
	padding-top:21px;
	margin:0;
	position:relative;
	width:244px;
	height:79px;
	font-size:77%;
	display:block;
	margin-top:30px;
}

.logo a span {
	background: url(../images/branding/bg-logo.png) no-repeat left top;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.pc {
    /*class name to identify the main content on a page*/
    
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
	
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

.np { /* Navigate Primary*/ 
    float:right;
    width:100%;
    font-size:100%;
    line-height:normal;
    padding:0;
    margin:0;
	
	
  }
  

.np ul {
float:right;
    margin:0 0 1px 20px;
    padding:30px 0px 0 0px;/* Controls the indentation of the tabs */
    list-style:none;
	margin-top:30px;
  }
.np li {
    display:inline;
    margin:0 0px 0 0;
    padding:0;
  }
.np a {
    float:left;
    margin:0 0px 0 0;/* Controls the space between the tabs */
    padding:0 0 0 0px;
    text-decoration:none;
  }
.np a span {
    float:left;
    display:block;
    padding:10px 6px 10px 6px;
    color:#999;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.np a span 
{
   float:none;}
/* End IE5-Mac hack */
.np a:hover span {
  color:#333;

  }
.np a:hover {
  background-position:0% -42px;/* Controls position of left hover state graphic */
  }
.np a:hover span {
  background-position:100% -42px;/* Controls position of right hover state graphic */
  }

.np .selected a {
  background-position:0% -42px; /* Controls position of left Selected state graphic */
}
.np .selected a span {
    background-position:100% -42px; /* Controls position of right Selected state graphic */
    color:#fff;
}
/* Navigate Primary Styles End */


/* Navigate Secondary Styles Start */
.ns .ns-hd { /* Navigation Secondary header span*/ 
     display:block;
     color:#666;
     font-weight:bold;
     padding:8px 0 8px 10px;
     margin:10px 0 0 0;
     background-color:#ddd;
     
}

.ns { /* Navigation Secondary*/ 
}

.ns li a {
    display:block;
	height: 24px; /* minimum height = desired height - top + Bottom padding used in following class */
    text-decoration: none;
    color:#000;
	font-size:93%;

}

.ns li a:link, .ns li a:visited {
        color:#1F9FB1;

    padding: 8px 0 0 10px;
}

.ns li a:hover, .ns li.selected a {

color:#ccc;
    padding: 8px 0 0 10px;
	text-decoration:none;
}

.ns li.selected 
{
    padding:0;
}

/* Navigate Secondary Submenu Styles Start */
    
.ns ul ul 
{
    margin:0 0 1px 0px;
    padding:0 0 0 20px;
    background-color:#ffffff;
}

.ns ul ul li a 
{
    height:auto;
    padding:5px 10px;
    margin:1px 0 0 0;
}

.ns ul ul li a:link, .ns ul ul li a:visited {
    color: #000;
    display: block;
    background-color:#fff;
    background-image:none;
    padding:5px 10px;

}

.ns ul ul li a:hover, .ns ul ul li.selected a {
    color:#333;
    background-color:#dddddd;
    background-image:none;
}

.ns li{ border-bottom:2px solid #CCC;}

/* Navigate Secondary Submenu Styles End */     
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:85%;
    color:#999999;
    margin:10px 0px;
    padding:0 10px;
    border-bottom:1px solid #dddddd;
    background-color:#eee;
}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:4px solid #99A49C; 
}

.nb ul 
{
    margin:0;
    padding:0;
    float:left; 
}
.nb ul li
{
    display:inline;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0px 0 10px;
}

.nb ul li a
{
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../images/navigation/bg-nbc-li.png) no-repeat right center;
}

/* Navigate Breadcrumb Styles End */

.hd {
background-image:url(../images/common/h_bg.png);
height:126px;}


/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/  
    margin-top:20px;
    font-size:85%;
    color:#999999;
	bottom:15px;
color:#CCCCCC;
position:fixed;
left:35px;
z-index:99;

}

.ftlog { /* Navigation Footer*/  
    margin-top:20px;
position:fixed;
left:60px;
bottom:45px;
z-index:99;

}

.ft p 
{
    font-size:110%;
    color:#666666;
    margin:0;
    padding:10px 10px 0;
	float:left; 
}

.ft ul 
{
    margin:0;
	margin-top:10px;
	margin-right:10px;
    padding:0;
    float:right; 
	display:none;
}
.ft ul li
{
    display:inline;
    float:left;
    margin:0px 0 10px 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.ft ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

/* Navigate Footer Styles End */

/* Navigate Tools Styles Start */
.tools 
{
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
	
}
.tools ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:10px 10px 0;
	text-align:right;

}

.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	
}

.tools ul li a {
	float:right;
	color:#999;
	font-size:93%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tools ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.tools ul li a.print span.icon 
{
}

.tools ul li a.print span.icon,
.tools ul li a.top span.icon,
.tools ul li a.email span.icon
{
	
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);

}

.tools ul li a.print span.icon {
	background-position:-48px 0;
}

.tools ul li a.top span.icon {

	background-position:-64px 0;
}

.tools ul li a.email span.icon {
	
	background-position:-80px 0;
	
}

/* Navigate Tools Styles End*/

/* Navigation Styles End  */

	
	.masthead{
		height:218px;
		}
		
.home .ad-thumbs{display:none;}

.home .ad-gallery {
  width: 960px;
}

.bcopy{
margin-left:65px;
margin-top:30px;
}

.videocont{margin-left:200px;}



.videothumbs{
border:3px solid #ccc;
  width: 100px;
  height:75px;
  float:left;
  margin-left:20px;margin-bottom:30px;margin-top:20px;
}

.videoon{
border:3px solid #fff;
  width: 100px;
  height:75px;
  float:left;
  margin-left:20px;margin-bottom:30px;margin-top:20px;
}

.video{
  width: 400px;
  height:300px;
  margin-left:60px;
}

.videodes{
color: #fff;
  width: 400px;
  height:100px;
  margin-left:60px;
}