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

/* Main CSS for 2014 CT Site */

*, *:after, *:before { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

body, html { 
	font-size: 14px; 
	padding: 0; 
	margin: 0;
	/*font-family: 'Arvo', serif;*/
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:12px;
        
 }
 
 @font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: local('Arvo'), url(/views/css/fonts/Arvo.woff) format('woff');
}

.main_content_wrapper{
	width:95%;
	text-align:left;
	
}

a.content_link {
	color: rgb(0, 129, 99);
	text-decoration: none;
}

a:visited.content_link{
	color: rgb(13, 131, 130);
	text-decoration: none;
}

a.footer_link:link{
color: white;
text-decoration: none;	
}


a.footer_link:hover{
color: white;
text-decoration:underline;	
}

a.footer_link:visited{
color: white;
text-decoration:none;	
}

/* For screen bigger than 800px */
img{
	
	max-width: 100%;
    height: auto;
}
@media (min-width: 50em) {
h1,h2,h3,p{
	padding: 0px 10px 0px 10px;
}
.content_left{
	float:left;
	width:45%;
	padding: 5px 10px 10px 30px;
	vertical-align:middle;
}

.content_right{
	float:right;
	padding: 5px 10px 10px 30px;
	width:50%;
}
	
}


@media (max-width: 49.938em) {


.content_left{
	float: none;
	padding: 10px 5px 5px 10px;
	width:100%;
}	


.content_right{
	float: none;
	width:100%;
}	
	
}
