@charset "utf-8";
/* CSS Document */
 
html {
font-size:100%;
font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
font-weight:300;
}

body{
	background-color:#d6e4f4;
	margin:0;
	padding:0;
}


.EndSection{
 clear:both;
 min-height:35px;
 }

#wrapper{
background:#999999;
float:left;
margin:0;
padding:0;
min-width: 950px;
}


#Header{
	clear:both;
	background:#d6e4f4;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	min-width:980px;

	font-size: 1em;
	line-height: 1em;
	color: #000000; /*black
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);*/
}

#Header p {  
	font-size: 1em;
	line-height: 1em;
	font-style:italic;
	color: #961f29; /*black*/
}

#Header h2{
	display:block;
	font-family: georgia, serif;
	color:#000;
	font-size: 1em;
	line-height: 1.1em;
	color: rgba(0, 0, 0, 0.9);
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	margin-top: 15px;
}

#Header h3{
	display:block;
	font-family: georgia, serif;
	color:#000;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	margin-top: 5px;
}
#Header h4{
	float:left;
	font-size: 1em;
	letter-spacing:-1px;
	line-height: 1.1em;
	color: #000000; /*black*/
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	margin-left: 2%;
	margin-top:4px;
	
}

#Header a {color:#000;  }
#Header a:hover {color:#961f29 }

#MainHeadlines{ 
	float:right;
	height:100%;
	width: 73%;
	padding-left:0%;
	margin-top: 20px;
}
 
#Headlines-1{
 	float:left;
	height:100%;
	width: 47%;
	padding-left:2%;
	padding-right:1%;
 
}
#Headlines-2{
	float:right;
	height:100%;
	width:47%;
	border-left: 1px dotted rgb(154, 154, 154);
	padding-left:2%;
	padding-right:0%;  
 
}
#Headlines-Logo{
	float:left;
	height:100%;
	width:25%;
	margin-top: 10px;
	padding-left:0%;
	padding-right:1.5%; 
 
}



#header-bottom{
	background:#0FF;
	background-image: url(Images/headerbottom_01.gif);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
	height:159px;
	z-index: 0;  
}

#content-top{
	background-image: url(Images/contenttop_02.gif);
	background-repeat:repeat-x;
	background-position:center;
	height: 340px;
	z-index: 0;
	margin-bottom:-340px;
}

#Content{
background:#d6e4f4 url(Images/bodybkgnd.gif);	
background-repeat:repeat;
float:left;
margin:0;
padding:0;
width:100%;
min-width:980px;
z-index:0;

}


#Footer{
background:#0000FF url(Images/footerbkgnd.gif);
background-repeat:repeat;

float:left;
margin:0;
padding:0;
width:100%;
min-width:980px;

	font-size: .95em;
	line-height: 1em;
	color:#CCC; /*white*/
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
}

#Footer a {
	font-size: .95em;
	line-height: 1.1em;
	color: #CCC; /*white*/
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    text-decoration: none;
}

#Footer a:hover {
	font-size: .95em;
	line-height: 1.1em;
	color:#961f29;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    text-decoration:underline;
}

#Footer h3{
	display:block;
	font-family: georgia, serif;
	color:#FFF;
	font-size: 1em;
	line-height: 1.1em;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0,0,0,.9);
	vertical-align: baseline;
	
}



#FooterTop{
	background-image:url(Images/footergrad.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:100px;
 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -90px;
	margin-top: -10px;
	
}

.container{
	float:left;
	width: 96%;
	min-width:950px;
	margin-top:0px;
	margin-left:2%;
	margin-right:2%;
	margin-bottom: 0px;
	}
	
.headline{
	font-size: .98em;
	line-height: 1em;
	font-style:normal;
	color:#FF0000;
	text-decoration:underline;
	}
	
#ContentContainer{
	float:left;
	width: 92%;
	z-index: 1;
	padding: 10px 10px 10px 10px;
	margin-left: 3%;
	margin-right: 2%;
	margin-bottom: 0;
	background-color:#FFF;
	background: rgba(255,255,255, .9);
	border-color:#CCC;
	border-color: rgba(255, 255, 255, .9);
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 10px 17px rgba(0,0,0,.65);
	-webkit-box-shadow: 3px 10px 17px rgba(0,0,0,.65);
	box-shadow: 3px 10px 17px rgba(0,0,0,.65);
	
	font-size: .95em;
	line-height: 1em;
	color: #000000; /*black
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);*/

	}
	
	
	/*Normalize Link colors*/
#ContentContainer a { color:#000 }
#ContentContainer a:hover { color:#961f29;}
#ContentContainer a.headline{	
	font-size: 1em;
	line-height: 1em;
	font-style:normal;
	color:#961f29;
	text-decoration:underline;
	}

#ContentContainer a.headline:hover{
	color:#333333;
	}	

#ContentContainer p {font-style:italic;
}

#ContentContainer h3 {
	display:block;
	font-family: georgia, serif;
	color:#000;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	margin-top: 5px;
	
}

#Footer a {
	font-size: .95em;
	line-height: 1.1em;
	color: #CCC; /*white
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);*/
    text-decoration: none;
}

#Footer a:hover {
	font-size: .95em;
	line-height: 1.1em;
	color:#961f29;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    text-decoration:underline;
}

#Footer h3{
	display:block;
	font-family: georgia, serif;
	color:#FFF;
	font-size: 1em;
	line-height: 1.1em;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0,0,0,.9);
	vertical-align: baseline;
	
}
	
#FooterContent{
	clear:both;
	position:relative;
	min-width: 950px;
	z-index: 0;
	/*padding: 35px 10px 10px 10px;*/
	margin-left: 3%;
	margin-right: 3%;
	
}

#MainFooter{ 
	float:left;
	height:100%;
	width: 65.25%;
	padding-left:0%;
	margin-top: 0px;
}
 
#Footer-1{
 	float:left;
	height:100%;
	width: 47%;
 
}
#Footer-2{
	float:right;
	height:100%;
	width:47%;
	padding-right:0%;  
 
}
#Footer-3{
	float: right;
	height:100%;
	width:25%;
	margin-top: 0px;
 
}

#MainCol{
	float:left;
	height:100%;
	width: 66%;
	padding:0;
	margin:0;
	margin-top: -35px;
}
 
#Col-1{
 	float:left;
	height:100%;
	width:46.3%;
	background-color:#FFF;
	background: rgba(255,255,255, .8);
		border-color:#CCC;
	border-color: rgba(255, 255, 255, .9);
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left:1.5%;
	padding-right:1%; 
 
}
#Col-2{
	float:right;
	height:100%;
	width:46.3%;
	background-color:#FFF;
	background: rgba(255,255,255, .8);
		border-color:#CCC;
	border-color: rgba(255, 255, 255, .9);
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left:1.5%;
	padding-right:1%;  
 
}
#Col-3{
	float:right;
	height:100%;
	width:31.25%;
	margin-top: 0px;
	margin-top: -35px;
	background-color:#FFF;
	background: rgba(255,255,255, .85);
		border-color:#CCC;
	border-color: rgba(255, 255, 255, .9);
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left:.7%;
	padding-right:.7%; 
 
}

#Connect {
	background:#EEE;
	background:rgba(255,255,255, .85);
	border-color:#CCC;
	border-color: rgba(155, 155, 155, .9);
	border-style:solid;
	border-width:1px;
	border-bottom:none;
	
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	
	/*-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;*/
	background-position: center;
	height: 24px;
	width: 98%;
	position: relative;
	bottom: 0;
	left:0%;	
	/*-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.65);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.65);
	box-shadow: 0px 1px 4px rgba(0,0,0,.65);*/
	z-index: 5;
	
	font-size: .75em;
	letter-spacing:-.5px;
	line-height: 1em;
	color: #000000; /*black
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);*/
}

.badge{
	
	margin-right: 15px;
	margin-top:2px;	
}

#Connect img{
    text-decoration:none;
	border:0px;
  
    }
    

.badgetext{
	float:left;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #000000; /*black
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);*/
	margin-left: 10px;
    margin-right: 10px;
	margin-top:5px;
	
}

#BlogButton{
	position:absolute;
	width: 100px;
	height: 1.2em;
	z-index: 10;
	padding: 5px 0px 0px 0px;
	margin-left: 90%;
	margin-right: 2%;
	margin-bottom: 0;
	margin-top: -3px;
	background-color:#FFF;
	background: rgba(255,255,255, .9);
	border-color:#CCC;
	border-color: rgba(255, 255, 255, .9);
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 5px 10px rgba(0,0,0,.65);
	-webkit-box-shadow: 3px 5px 10px rgba(0,0,0,.65);
	box-shadow: 3px 5px 10px rgba(0,0,0,.65);
	
	font-size: 1em;
	line-height: 0em;
	color: #000000; /*black
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);*/

	}
	
	#BlogButton h3{
	display:block;
	font-family: georgia, serif;
	color:#000;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	font-size:.95em;
	margin-top:8px;
}

#BlogButton  a {color:#961f29;  }
#BlogButton  a:hover {color:#000 }
