/*-- Main Styles --*/
body
{
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  padding: 0;
  margin: 50px 0px 0px;
  behavior: url(../scripts/csshover.htc); /*-- Makes Pure CSS Menus work in IE --*/
}
a
{
  color: #2E3192;
  text-decoration: none;
  font-size: 12px;
}
a img
{
  border: 0;
}
a:hover
{
  color: #39c;
}
/*-- End Main Styles --*/


/*-- Global Classes --*/
.imageStyle
{
float:right;
}
blockquote
{
  font-style: italic;
  background: #e3f1fc;
  padding: 10px;
  font-size: 13px;
  color: #000;
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
}
h1
{
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 3px;
}
h2
{
  color: #000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 3px;
}
h3
{
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}
h4
{
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}
h5
{
  color: #000;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
}
.image-left
{
  float: left;
  margin: 3px 3px 3px 0px;
  padding: 3px 3px 3px 0px;
}
.image-right
{
  float: right;
  margin: 3px 0px 3px 3px;
  padding: 3px 0px 3px 3px;
}
/*-- End Global Classes --*/


/*-- Page Layout --*/


#splash
{
	width: 775px;
	text-align: left;
	font-family: arial;
	height: 400px;
	float: right;
	margin-top: 15px;
}


#pageheader
{
 float: left;
  width: 775px;
  text-align: left;
  list-style: none;
  height: 115px;
}

#print
{
width: 91px;
  height: 91px;
   float: left;
   margin: 20px 61px 0px 25px;
}

#web
{
width: 91px;
  height: 91px;
   float: left;
   margin: 20px 61px 0px 0px;
}

#broadcast
{
width: 91px;
  height: 91px;
   float: left;
   margin: 20px 61px 0px 0px;
}

#other
{

width: 91px;
  height: 91px;
   float: left;
   margin: 20px 61px 0px 0px;
}

#crossmedia
{
width: 91px;
  height: 91px;
   float: left;
     margin: 20px 25px 0px 0px;
}

#pageheader img
{
	display: inline;
  float: left;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
#pageheader h1
{
  color: #000;
  margin: 0px;
  text-align: left;
  font-size: 26px;
  letter-spacing: 2px;
  padding: 30px 20px 5px 30px;
}
#pageheader h2
{
  color: #000;
  margin: 0px;
  font-size: 12px;
  text-align: left;
  padding-right: 20px;
  padding-left: 30px;
  letter-spacing: 3px;
}
#contentcontainer
{
	width: 550px;
	float: right;
	text-align: left;
}
#contentcontainer #content
{
	width: 550px;
	height: inherit;
	float: left;
	text-align:center;
	top: 100px;
	margin-top: 10px;
	z-index:10;
}
#sidebarcontainer
{
	font-size: 26px;
	color:#2E3192;
	width: 150px;
	float: left;
	text-align: center;
	margin-left: 45px;
	margin-top: 50px;
	height: 250px;
}
#sidebarcontainer .sidebar
{
}
#contact
{
	position: relative;
	width: 91px;
	height: 59px;
	float:left;
	left: 450px;
	top: 30px;
}
#ground
{
	float:right;
	position:absolute;
	top: 476px;
	left: 67px;
}



#footer
{
	width: 775px;
	margin: 0px auto;
	text-align: center;
	height: 25px;
	color: #c93;
	position: relative;
	top: -37px;
}
  
#footer p
{
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 7px;
}
#footer a
{
  color: #c93;
}
#footer a:hover
{
  color: #2E3192;
  text-decoration: none;
}
/*-- End Page Layout --*/


/*-- Bread Crumb --*/
#breadcrumbcontainer
{
  text-align: left;
  padding: 0px;
  margin-top: 10px;
}
#breadcrumbcontainer ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}
#breadcrumbcontainer li
{
  padding: 0px;
  display: inline;
}
#breadcrumbcontainer a
{
  display: inline;
}
#breadcrumbcontainer a:hover
{
  display: inline;
}
/*-- End Bread Crumb --*/


/*-- Toolbar --*/
#navcontainer
{
	line-height: normal;
	margin-top: 5px;
	text-align: center;
	width: inherit;
}
#navcontainer .button
{
	padding:7px;
	height: 30px;
	float: left;
	font-size: 18px;
	color:#2E3192;
	width: 135px;	
}

#navcontainer .button a
{
font-size: 18px;
	
}
#navcontainer .button a:hover
{
color:  #39c;
font-size: 18px;
}

#navcontainer ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
  border-bottom: 1px solid #777;
}
#navcontainer ul li
{
  position: relative;
}
#navcontainer li ul
{
  position: absolute;
  left: 179px; /*-- 1px less than navcontainer ul width --*/
  top: 0;
  display: none;
}
#navcontainer ul li a
{
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  padding: 5px;
  border: 1px solid #777;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
#navcontainer ul li a:hover
{
  color: #fff;
  background: #777;
}
#navcontainer li ul li a
{
  padding: 6px 5px 6px 5px;
}
#navcontainer li:hover ul, #navcontainer li.over ul
{
  display: block;
}
/*-- End Toolbar --*/


/*-- Photo Album --*/
.album-title
{
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}
.album-description
{
}
.thumbnail-frame
{
  margin: 0px;
  padding: 0px;
}
.thumbnail-frame a
{
}
.thumbnail-frame a:hover
{
  height: 30px;
}
.thumbnail-frame img
{
  border-style: none;
}
.thumbnail-caption
{
  margin-top: -2px;
  font-size: 0.8em;
}
.photo-background
{
  text-align: center;
  margin: 10px;
}
.photo-navigation
{
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.photo-navigation a
{
}
.photo-navigation a:hover
{
}
.photo-frame
{
  margin: 0px;
  border: 5px solid #ffffff;
}
.photo-links
{
}
.photo-title
{
  color: #000;
  font-size: 18px;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
}
.photo-caption
{
  font-size: 13px;
  margin: 0px;
  color: #000;
}
/*-- End Photo Album --*/


/*-- Blog --*/
.blog-archive-background
{
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: arial;
  background: #fff;
}
.blog-archive-headings-wrapper
{
	text-align: left;
	width: 500px;
	height: auto;
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 15px;
}
.blog-archive-entries-wrapper
{
  text-align: left;
  width: 475px;
	height: 300px;
	float: left;
}
.blog-archive-month
{
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}
.blog-archive-link
{ 
}
.blog-entry
{
	text-align:left;
	width: 500px;
	float: left;
	margin-left: 15px;
}
.blog-entry-title
{
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 20px;
}
.blog-entry-date
{
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666666;
}
.blog-entry-body
{
	margin-bottom: 15px;
	float: left;
	padding-right: 10px;
}
.blog-entry a
{
  font-size: 12px;
}
.blog-entry-permalink
{
font-weight: bold;
 color: #039;
}
.blog-rss-link
{
font-weight: bold;
 color: #039;
}
.blog-read-more
{
font-weight: bold;
 color: #039;
}
.blog-archive-link-enabled
{
font-weight: bold;
 color: #039;
}
/*-- End Blog --*/


/*-- File Sharing --*/
.filesharing-description
{
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.filesharing-item
{
}
.filesharing-item-title
{
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.filesharing-item-description
{
  margin-bottom: 10px;
}
/*-- End File Sharing --*/


/*-- Quicktime Page --*/
.movie-title
{
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.movie-description
{
  text-align: center;
}
.movie-frame
{
  text-align: center;
  margin-bottom: 10px;
}
.movie-page-title
{
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}
.movie-page-description
{
  margin-bottom: 10px;
}
.movie-thumbnail-frame
{
  float: left;
  display: inline;
  margin-right: 40px;
}
.movie-thumbnail-caption
{
  text-align: center;
  color: #333;
  margin-bottom: 5px;
}
.movie-background
{
  background: #ffffff;
  margin-top: 5px;
}
.movie-title
{
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
  text-align: center;
}
.movie-frame
{
  text-align: center;
  margin-bottom: 10px;
}
/*-- End Quicktime Page --*/
/*-- Form page --*/
.message-text
{
	text-align: center;
}
#chest {
	float: left;
	height: 100px;
	width: 100px;
	left: 90px;
	position: relative;
	top: -10px;
}

