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

/*RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, ol, ul, dl,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	
	/*--Main Container--*/
.main_view {
 float: left;
 position: relative;
}
/*--Window/Masking Styles--*/
.window {
 height:286px; width: 790px;
 overflow: hidden; /*--Hides anything outside of the set width/height--*/
 position: relative;
}
.image_reel {
 position: absolute;
 top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
 position: absolute;
 bottom: 40px; right: -7px;
 width: 178px; height:47px;
 z-index: 100; /*--Assures the paging stays on the top layer--*/
 text-align: center;
 line-height: 40px;
 background: url(paging_bg2.png) no-repeat;
 display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
 padding: 5px;
 text-decoration: none;
 color: #fff;
}
.paging a.active {
 font-weight: bold;
 background: #920000;
 border: 1px solid #610000;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
	
	line-height: 1;
	font-size: 62.5%;
	font-family:Tahoma, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus{
		outline:0;
}
a {
  text-decoration: none;
  color: 65BDFF;
}

a:hover {
	text-decoration:underline;
	font-family: Tahoma, Geneva, sans-serif;
}

p {
  
  line-height: 20px;
  font-size: 13px;
  margin: 0 0 1em 0;
}

strong {
	color:6C6C6C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* INPUTS */

div.buttons {
  background: url(../images/buttonGradientBG.png) repeat-x;
	margin-right: 1em;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #bfbfbf;
  height: 12px;
  line-height: 12px;
  padding: .5em;
 	float: left;
  color: #0380a5;
  font-size: 14px;
}

.bunttons img {
  height: 12px;
}
/*MAIN STYLES */
html {
background: url(../images/background.png) repeat;
}

#container {
	width: 800px;
	margin: 3em auto;
	font-family: Tahoma, Geneva, sans-serif;
}

#header {
	overflow: hidden;
	height: 100%; /* Needed for IE6 */
	font-family: Tahoma, Geneva, sans-serif;
}

#header img {
float: left;

}

#header ul#nav {
	float: right;
	font-size: 11px;
	position: relative;
	top: 40px;
	font-family: Tahoma, Geneva, sans-serif;
}

#nav li {
display:inline;
padding-right: 10px;
}

#nav li a {
	color:000000;
	font-family: Tahoma, Geneva, sans-serif;
}

#featured {
	background: url(../images/featuredBG.jpg) no-repeat;
	margin-top:0px;
	overflow: hidden;
	padding-right: 35px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}

#featured img.featuredImage {
float: left;
border: 0px solid #d4d4d4;
margin: 1em;
}

#featured h2 {
	color: #F30;
	font-size: 26px;
	margin-top: 18px;
	margin-bottom: 15px;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}

#featured p {
	color: #626262;
	margin-bottom: 25px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}

#featured p#details {
	color: #215379;
	font-family: Tahoma, Geneva, sans-serif;
}

#main {
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}

#main #slogan {
	font-size: 30px;
	line-height: 32px;
	color: red;
	padding-top: 76px;
	padding-bottom: 97px;
	width: 770px;
	font-family: Tahoma, Geneva, sans-serif;
}

#slogan span {
  color: #65bdff;
}

#main img#mainGraphic {
 	position: absolute;
  right: -105px;
  top: 35px;
}

#main p {
	font-size: 12px;
	color:black;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#col1, #col2, #col3 {
  float:left;
  width: 248px; 
  margin-right: 27px;
}

#col1 h2, #col2 h2, #col3 h2{
	color:#33cccc;
	font-size: 28px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;  
}

#col3 {
	margin-right:0;
	margin-bottom: 65px;
}

col3 p.date {
color:#33cccc;
  font-size: 11px;
  margin-bottom: .3em;
}

#col3 h5 {
  color: red;
  font-size: 12px;
}

#footer {
  clear:both;
  background: url(../images/footer_bg.png)repeat;
height: 103px;
  overflow: hidden;
  margin-bottom: 2em;
}

#footer ul {
  float: left;
  margin-left: 20px;
  _margin-left: 10px; /*Needed for IE6. DM Bug */
  height: 103px;
  line-height: 103px;
  margin-top: 0px;
}

#footer a, #footer p {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer p {
	float: right;
	height: 103px;
	line-height: 103px;
	margin-right: 2em;
	_margin-right: 1em; /*Needed for IE6. DM Bug */
	font-family: Tahoma, Geneva, sans-serif;
}

#footer ul li {
  display: inline;
}

  
  
