@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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	
	line-height: 1;
	font-size: 62.5%;
	font-family:Arial, Helvetica, 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;
}

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

strong {
  color:6C6C6C;
}

/* 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: Arial, Helvetica, sans-serif;
}

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

#header img {
float: left;
}

#header ul#nav {
	float: right;
	font-size: 14px;
	position: relative;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

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

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

#featured h2 {
	color: #F30;
	font-size: 26px;
	margin-top: 18px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#featured p {
	color: #626262;
	margin-bottom: 25px;
	text-align: left;
}

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

#main {
position: relative;
}

#main #slogan {
	font-size: 30px;
	line-height: 32px;
	color: red;
	padding-top: 76px;
	padding-bottom: 97px;
	width: 770px;
	font-family: Arial, Helvetica, 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: 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: Arial, Helvetica, 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;
}

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

#footer ul li {
  display: inline;
}

  
  
