/* @group Reset */

/* Meyer's Browser Default Reset (http://meyerweb.com/eric/tools/css/reset/) - v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,


/*dl, dt, dd,*/


/*ol, ul, li,*/
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

fieldset {
  border: 1px solid rgb(120,120,120);
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ol, ul {}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @end */

body.intermotion, body.in-maintenance {
  background: #1b1e51 url(../images/bg-tile.jpg) left top repeat-x;
  font-family: Arial, sans-serif;
  font-size: 62.5%;
}

body.in-maintenance {
  font-size: 75%;
  line-height: 1.5em;
}

#page {
  margin: 0 auto;
/*   overflow: hidden; */
  padding: 0;
  width: 960px;
}

#pageinner {
  background: #fff url(../images/wrap-tile.jpg) left top repeat-x;
  border: 3px solid #fff;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 954px;
  zoom: 1; /*Same effect on ie6 as overflow: hidden*/
}

#header {
  border-bottom: 1px solid #fff;
  height: 101px;
  position: relative;
}

/* @group common elements */

/* @end */

/* Move out of document flow to position search box */

#site-name, #site-slogan {
  text-indent: -99999px;
  position: absolute;
}

/* @group Navigation Dropdowns */

/*Not sure what's causing this*/

span.nice-menu-hide-title {
  display: none;
}

/*This needs to be fixed in js*/

/*span.sf-sub-indicator {
  display: none;
}*/

#nav {
	display: inline;
	margin: 66px 0 0 0;
  padding: 0 9px;
  width: 936px;
}

#nav li {
  position: relative;
  float: left;
}

#nav li a {
  color: #fff;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  height: 16px;
  padding: 11px 8px 8px 8px;
  text-decoration: none;
}

#nav li:hover a {
  background: url(../images/nav-bg-tile.jpg) left top repeat-x;
  color: #0B0A34;
/* #303a84 */
}

/* Dropdowns */

#nav li ul {
  background: #fff;
  border-bottom: 1px solid #0B0A34;
  border-right: 1px solid #0B0A34;
  clear: left;
  display: block;
  float: left;
  height: auto;
  left: -999em;
  margin: 0;
  padding: 6px 0 6px 6px;
  position: absolute;
  top: 35px;
  width: 168px;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

#nav li:hover ul li {
  clear: left;
  height: auto;
  display: inline;
  position: relative;
  width: 168px;
}

#nav li:hover ul li a, #nav li.sfhover ul li a {
  background: none;
  border-top: 1px solid #999;
  color: #2C357E;
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  height: auto;
  padding: 6px;
  text-transform: none;
  width: 150px;
}

#nav li:hover ul li:first-child a, #nav li.sfhover ul li:first-child a {
  border-top: none;
  padding-top: 7px;
}

#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover {
  background: #FFFFCC;
  border: 1px solid #FFE599;
  padding: 6px 5px 5px 5px;
}

#nav li:hover ul li:hover+li a, #nav li.sfhover ul li.sfhover+li a {
  border-top: none;
  padding-top: 7px;
}

#nav li:hover ul li ul, #nav li.sfhover ul li ul {
  background: #fff;
  border-bottom: 1px solid #0B0A34;
  border-right: 1px solid #0B0A34;
  left: -999px;
  margin: 0 0 0 169px;
  position: absolute;
  top: 0;
}

#nav li:hover ul li:hover ul, #nav li ul li.sfhover ul {
  left: auto;
}

#nav li:hover ul li:hover ul li:first-child a, #nav li.sfhover ul li.sfhover ul li:first-child a {
  border-top: none;
  padding-top: 7px;
}

#nav li:hover ul li:hover ul li a, #nav li.sfhover ul li.sfhover ul li a {
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #999;
  color: #2C357E;
  padding: 6px 0 6px 6px;
}

#nav li:hover ul li:hover ul li a:hover, #nav li.sfhover ul li.sfhover ul li a:hover {
  background: #FFFFCC;
  border: 1px solid #FFE599;
  padding: 6px 5px 5px 5px;
}

#nav li:hover ul li:hover ul li:hover+li a, #nav li.sfhover ul li.sfhover ul li.sfhover+li a {
  border-top: none;
  padding-top: 7px;
}

/* Make top level hover state stick */

#nav li.sfhover ul li.sfhover ul {


/*top:auto;*/ top: 0px;
}

#nav li:hover a, #nav li.sfhover a {
  background: url(../images/nav-bg-tile.jpg) left top repeat-x;
  color: #0B0A34;
}

#nav li:hover li:hover a, #nav li.sfhover li.sfhover a {
  background: #FFFFCC;
  border: 1px solid #FFE599;
  padding: 6px 5px 5px 5px;
}

/* @end */

#logo {
  display: inline;
  float: left;
}

/* @group Search */

#search-theme-form {
  background: url(../images/search-bg.jpg) left top no-repeat;
  display: inline;
  float: right;
  height: 27px;
  margin: 0 14px 0 0;
  padding: 0 9px 0 46px;
  width: 221px;
}

/* Override system.css file's wrapper div ".form-item" margins */

#search-theme-form .form-item {
  margin: 0;
}

#search-theme-form input.form-text {
  border: 1px solid #ccc;
  color: #666;
  float: left;
  font-size: 1em;
  height: 14px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  width: 159px;
}

#search-theme-form input.button {
  float: right;
  margin: 1px 0 0 0;
}

/* @end */

/* @group breadcrumb */

.breadcrumb {
  color: #999;
  padding: 7px 19px 10px 19px;
}

.breadcrumb a {
  color: #666;
}

/* @end */

#main {
  background: url(../images/content-bg-tile.jpg) left bottom repeat-x;
  float: left;
  padding: 0 17px 20px 17px;
}

/* @group Content */

#content {
  background: url(../images/content-bg-tile.jpg) left bottom repeat-x;
  float: left;
  margin: 0;
  padding: 0 17px 20px 17px;
  width: 920px;
}

#content-main blockquote {
  font-size: 1.4em;
  margin: 10px 15px;
}

#content-main ol {
  list-style-position: outside;
  list-style-type: decimal;
}

#content-main ul {
  list-style-position: outside;
  list-style-type: disc;
}

/*For admin pages*/

.page-admin #content-main ul {
  list-style: none;
}

/* @group Maintenance pages */
.in-maintenance #main {
  width: 90%;
  margin: 0 auto;
}

.in-maintenance #content-main p {
  width: inherit;
}

.in-maintenance #content-main {
  width: inherit;
}

/* @end */

#content-main ol li, #content-area ul li {
  font-size: 1.2em;
  line-height: 150%;
  margin: 0 0 0 20px;
}

#content-main dl {
  font-size: 1.2em;
  margin: 0 0 0 20px;
}

#content-main dt {
  font-weight: 900;
  margin: 10px 0 3px 0;
}

#content-main dd {
  margin: 0 0 0 10px;
}

#content-main tr {
  font-size: 1.2em;
}

#content-main td.region {
  font-weight: 900;
}

#content-main td.region, td.module, td.container, td.category {
  background: #ddd;
}

#content-main td, th {
  padding: .3em .5em;
}

#content-main .help, #content-area .form-item .description, #content-area .form-item .option, #content-area .form-item label {
  font-size: 1.1em;
}

#content-main .form-item div {
  margin: 0 0 0 5px;
}

#content-main code, #content-area samp, #content-area tt {
  font-size: 1.2em;
}

/* @group Content Left */

#col-1, #col-1 .block-user {
  background: #0b0a34 url(../images/int-left-bg.jpg) top left no-repeat;
  float: left;
  width: 230px;
}

#col-1 ol, #col-1 ul {
  list-style: none;
}

#col-1 h2 {
  background: url(../images/int-left-h2-bg-tile.jpg) top left repeat-x;
  color: #ccc;
  font-size: 1.4em; /*was 1.8em = wrapped*/
  font-weight: 100;
  padding: 10px 15px; /*was 10px 20px*/
}

#col-1 ul#temp_left-nav {
  margin-bottom: 2em;
}

#col-1 ul {
  padding: 0 20px 10px 20px;
}

#col-1 ul li {
  border-top: 1px solid #1D215D;
  font-size: 1.2em;
  padding: 12px 0 8px 0;
}

#col-1 ul li:first-child {
  border: none;
}

#col-1 li a {
  color: #FFCC66;
  text-decoration: none;
}

#col-1 li a:hover {
  text-decoration: underline;
}

#col-1 ul ul {
  padding: 0;
}

#col-1 li li {
  border: none;
  font-size: .9em;
  padding: 4px 0 4px 1px;
}

#col-1 li li a {
  color: #fff;
}

/* @end */

/* @group Content Main */

/* @group Before-After */
.node-type-before-after #content-main .content-multigroup-wrapper h3, #content-main .before-after-views-table h3 {
  margin: 0;
  text-align: center;
  font-size: 1.6em;
}

#content-main .before-after-views-table tr {
  font-size: inherit; /* overriding so font size in previous rule is consistent */
}

#content-main .before-after-views-table thead th {
  border: none;
  padding: 0;
}

.node-type-before-after .content-multigroup-wrapper {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.node-type-before-after .content-multigroup-wrapper .field-item {
  height: 325px; /*Images inside this div are 325px. Snug the div to the image.*/
  border: 1px solid black;
}
.node-type-before-after .field-field-image-before {
  float: left;
}
.node-type-before-after .field-field-image-after {
  float: right;
}


/* @end */

#content-main {
  float: left;
  padding: 0 0 0 20px;
  /*width: 670px;*/
  width: 664px;
  line-height: 200%;
}

/* If no left column, body.no-sidebars, expand main column to fill space
   #content-main is normally 664px
   Add in width of missing left column: 230px
   Total: 664 + 230 = 894px
 */
.no-sidebars #content-main {
  width: 894px;
}

#content-main h1 {
  background: url(../images/int-right-h2-bg-tile.jpg) top left repeat-x;
  border-bottom: 1px solid #95979B;
  color: #0B0A34;
  font-size: 1.8em;
  font-weight: 100;
  padding: 10px 20px;
}

#content-main h3 {
  color: #333;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 150%;
  margin: 3px 0 0 15px;
}

#content-main p {
  color: #666;
  font-size: 1.2em;
  line-height: 150%;
  margin: 3px 0 20px 15px;
  width: 644px;
}
/* If no left column, body.no-sidebars, expand p width to fill space
   #content-main p: 644px;
   Add in width of missing left column: 230px
   Total: 644 + 230 = 874px
 */
.no-sidebars #content-main p {
  width: 874px;
}

/*If there is a column of sidebar images reduce width of p*/
#content-main .sidebar-images p {
  width: 375px;
}

/* If no left column, body.no-sidebars, expand p width to fill space
   #content-main .sidebar-images p: 375px
   Add in width of missing left column: 230px
   Total: 375 + 230 = 605px
 */
.no-sidebars #content-main .sidebar-images p {
  width: 605px;
}

#content-main a {
  color: #336699;
}

/* Main image at top of Page content types */
#content-main img.imagecache-large-image-page {
  background: url(../images/lg-img-tile.jpg) left bottom repeat-x;
  padding: 10px;
  width: 644px;
}
/* If no left column, body.no-sidebars, expand padding on image to fill space
   Add in width of missing left column, 230px, split between left and right padding: 10px + 115px = 125px
 */
.no-sidebars #content-main img.imagecache-large-image-page {
  padding:10px 125px;
}
 
/* Sidebar images on Page content types */
#content-main .sidebar-images-column {
  clear: right;
  color: #666;
  float: right;
  margin: 8px 0 20px 0;
  width: 265px;
}

#content-main .sidebar-images-column img {
  background: #ccc;
  margin: 0 0 5px 0;
  padding: 5px;
  width: 255px;
}

/*Caption underneath sidebar images*/
#content-main .sidebar-images-column p {
  margin: -5px 5px 20px; /*top margin negative in case there isn't a caption*/
  font-size: 1.0em;
  width: 98%;
}



/* @end */

/* @end */

/* @group Home Styles */

/* Home Styles */

#home-top {
  background: url(../images/home-top-bg.jpg) left top no-repeat;
  float: left;
  height: 280px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 12px 20px;
  width: 880px;
}

#home-top h2 {
  color: #fff;
  font-family: Myriad Pro, Arial;
  font-size: 1.8em;
  font-weight: 100;
  margin: 0 0 20px 0;
  width: 300px;
}

#home-top h3 {
  color: #FFCC66;
  font-size: 1.3em;
  line-height: 130%;
  width: 300px;
}

#home-top .view-news-headlines h3 a {
   color: #FFCC66;
}

#home-top p {
  color: #999;
  font-size: 1.1em;
  line-height: 130%;
  margin: 0 0 10px 0;
  width: 300px;
}

/*if js is off color text where flash movie should be to black (#999 on gray is hard to read)*/
#home-top .swftools p {
  color: #000;
  width: 98%;
}

#home-top a {
  color: #336699;
  text-decoration: none;
}

#home-top a:hover {
  text-decoration: underline;
}

#home-top #news {
  float: left;
}

#home-top #video {
  float: right;
  width: 560px;
}

#home-top #video h2 {
  color: #78797D;
  float: left;
  margin: 200px 0 5px 0;
  text-align: right;
  width: 75px;
}

/*for words "more videos"*/

#home-top #video a {
  display: block;
  float: left;
  text-align: right;
  width: 75px;
}

/*Title of video*/

#home-top #video .view-videos a {
  width: inherit;
  text-align: inherit;
}

#home-top #video .views-row-1 {
  float: right;
}

#home-top #video .view-videos h3 {
  width: 100%;


/*padding: 1em;*/
  text-align: center;
}

#home-top #video .swftools-wrapper {
  background: #A8AAAE;
  border: 1px solid #fff;

/*float: right;*/
  height: 255px;
  padding: 7px;
  width: 450px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}

#home-mid {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 20px 0 20px 20px;
  width: 900px;
}

#home-mid h2 {
  color: #797A7E;
  font-family: Myriad Pro, Arial;
  font-size: 1.8em;
  font-weight: 100;
  line-height: 120%;
  width: 370px;
}

#home-mid p {
  color: #666;
  font-size: 1.3em;
  line-height: 130%;
  margin: 5px 0 15px 0;
  width: 370px;
}

#home-mid div {
  float: left;
}

/*For View, Edit tabs and for page editing*/
#home-mid div.tabs, #home-mid div.node-form div {
  float: none;
}

#home-mid #yellow {
  background: #FFFFCC;
  border: 1px solid #FFE599;
  float: right;
  padding: 14px;
  width: 452px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#home-mid #yellow h2 {
  /*display: inline;
  float: left;*/
  width: auto;
}

#home-mid #yellow .img {
  background: #ffe599;
  border: none;
  clear: left;
  display: inline;
  float: left;
  margin: 5px 10px 0 0;
  padding: 4px;
  width: 100px;
  overflow:hidden; /*Needed for IE 6*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#home-mid #yellow .img img {
  display: inline;
  float: left;
  width: 100px;
}

#home-mid #yellow .img span {
  display: inline;
  float: left;
  margin: 5px 0;
  padding: 0 5px;
  width: 136px;
}

#home-mid #yellow .b {
  background: #FFCC66;
  clear: none;
}

#home-mid #yellow p {
  /*color: #000;
  display: inline;
  line-height: 150%;*/
  width: auto;
  margin: 5em 0 0 .5em;
}

/*words under the heading*/
#home-mid #yellow .view-content p {
  display: inherit;
  padding: 0;
  margin: 0;
}

#home-mid #yellow a {
  color: #336699;
}

#home-bottom {
  float: left;
  width: 900px;
}

#home-bottom .block {
  float: left;
  margin: 20px 0 0 40px;
  width: 185px;
}

#home-bottom h2 {
  color: #797A7E;
  float: left;
  font-family: Myriad Pro, Arial;
  font-size: 1.8em;
  font-weight: 100;
  margin: 20px 0 0 20px;
  width: 185px;
}

#home-bottom h3 {
  color: #0B0A34;
  font-size: 1.4em;
  line-height: 130%;
}

#home-bottom p {
  color: #999;
  font-size: 1.1em;
  line-height: 130%;
}

#home-bottom a {
  color: #336699;
  text-decoration: none;
}

#home-bottom a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer {
  color: #7479ad;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
  width: 950px;
  zoom: 1;
}

#footer a {
  color: #7479ad;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Drupal Elements */

/* Tabs */

.tabs {
  font-size: 1.1em;
  margin: 15px 0;
}

.tabs ul.primary li a {
  height: auto;
  margin-right: 10px;
  padding: 3px 10px 0;
  text-decoration: none;
  text-transform: lowercase;
}

/* Messages */

.not-logged-in div.messages.error,
.not-logged-in div.messages.warning,
.not-logged-in div.messages.status
{
  display: none;
}

div.messages, div.status {
  font-size: 1.1em;
  line-height: 125%;
  color: #33A333;
}

div.messages ul li, div.status ul li {
  list-style-type: circle;
  padding: 0 0 0.2em 1.5em;
}

/* @group filefield-sources */
#content-main div.filefield-source, #content-main div.filefield-upload {
  margin-top: 2em;
  margin-bottom: 2em;
}

div.filefield-source-imce:before {
  content: 'File Browser';
}

div.filefield-upload:before {
  content: 'Upload File';
}

div.filefield-source-reference:before {
  content: 'Reference Existing File';
}

div.filefield-source-remote:before {
  content: 'Remote URL';
}

div.filefield-source-attach:before {
  content: 'File Attach from FTP';
}

div.filefield-source-imce:before, div.filefield-upload:before, div.filefield-source-reference:before, div.filefield-source-remote:before, div.filefield-source-attach:before {
  font-weight:bold;
  display: block;
}
/* @end */
/* @group Search results */

/* Search snippet */
#content-main .search-results p.search-snippet{
  font-size: 1em;
}
/* Search results: date */
#content-main .search-results p.search-info {
  font-size: .85em;
}

/* @end */

/* @end */

/* @group Video */
/*Header styling*/ 
div.view-id-Video_2 .other_tax_title {
  background: url(../images/int-right-h2-bg-tile.jpg) top left repeat-x;
  border-bottom: 1px solid #95979B;
  color: #0B0A34;
  font-size: 1.4em;
  font-weight: 100;
  padding: 7px 14px;
  margin: 10px 0 .8em 0;
  clear: both;
}

div.view-id-videos table.views-view-grid,
div.view-id-Video_2 table.views-view-grid {
  width: 98%;
}

#content-main div.view-id-videos table.views-view-grid td,
#content-main div.view-id-Video_2 table.views-view-grid td {
	padding-bottom: 1em;
	width: 33%;
}

div.view-id-videos table.views-view-grid a,
div.view-id-Video_2 table.views-view-grid a {
  text-decoration: none;
}
 /*copy from #home-mid h2*/
div.view-id-videos h2 {
  color: #797A7E;
  font-family: Myriad Pro, Arial;
  font-size: 1.8em;
  font-weight: 100;
  line-height: 120%;
  margin: .6em 0 .3em;
}
div.view-id-Video_2 .node {
  background: url(../images/lg-img-tile.jpg) repeat-x scroll left bottom transparent;
  border: 5px solid #A8AAAE;
  height: 200px;
  padding: 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

/* change background on hover */
div.view-id-Video_2 .node:hover,
div.view-id-Video_2 .video_thumbnail_hover {
  background-image: none;
  background-color: #d0d1d6;
  border-color: black;
}

div.view-id-Video_2 .node h2 {
  font-size: .9em;
  height: 7em; /* make height consistent for image aligment */
}
div.view-id-Video_2 .node h2 a {
  height: 7em; /* make height consistent for image aligment */
}

div.view-id-Video_2 .node .content {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
div.view-id-Video_2 .thumbnail_play_arrow {
  background: transparent url(../images/movie-arrow-for-center-of-movie-thumbnail.png) no-repeat scroll 0 0;
  height: 50px;
  width: 50px;
  position: absolute;
  margin-top: 31px; /* (113-50)/2 */
  margin-left: 50px; /* (150-50)/2 */
}
div.view-id-Video_2 .thumbnail_play_arrow:hover {
  background-position: -50px 0;
}
div.view-id-Video_2 .imagecache-video_thumbnail {
  border: 1px solid black;
}



div.view-id-Video_2 .views-row-odd {
  float: left;
  margin-bottom: 10px;
}

div.view-id-Video_2 .views-row-even {
  float: right;
  margin-bottom: 10px;
}

div.view-id-Video_2 .views-row-last {
  margin-bottom: 20px;
}

/* @end */

/* @group TinyMCE */
#tinymce p {
  margin-bottom: 1em;
}

/* @end */

/* @group Photo Galleries */
#content-main .view-id-photo_gallery ul
{
  list-style-type: none;
  margin: 0;
}

#content-main .view-id-photo_gallery .view-content ul li
{
  float: left;
  height: 175px;
  list-style-type: none;
  margin: 15px 5px 0 6px;
  text-align: center;
}

#content-main .view-id-photo_gallery.view-display-id-node_content_1 ul li
{
  height: 150px;
}

/* @end */
