/* ___________________ begin default values ____________________ */
*{
	margin: 0;
	padding: 0;
}
body  {
	font: 72% Arial, Helvetica, sans-serif;
	background:url(../images/background-body.jpg) center top repeat-x;
	text-align: center;
	color: #444;
}
h1, h2, h3{
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	font-size:4em;
	line-height:1.1em;
	margin:0 0 1em 0;
	color:#94B9C7;
}
h1 + p{
	margin-top:0;
}

h2{
	font-size:2.8em;
	margin-top: 1.5em;
	color:#94B9C7;
}
h3{
	font-size:2em;
	margin-top: 1.5em;
	color:#678d9c;
}
h3 + p{
	margin-top:1em;
}
h4{
	font-size:1.4em;
	margin-bottom:0.2em;
	margin-top:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
h4 + p{
	margin-top:0;
}
h5{
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: .5em;
}
p{
	font-size:1.4em;
	line-height:1.6em;
	margin-top:1.5em;
}
a{
	text-decoration:none;
	color:#BF4D58;
}
ul{
	font-size:1.4em;
	line-height:1.6em;
	list-style-position:outside;
	margin-left:15px;
	margin-top:1.5em;
}
p + ul{
	margin-top:0;
}
ol{
	font-size:1.4em;
	line-height:1.6em;
	list-style-position:outside;
	margin-left:20px;
	margin-top:1.5em;
}
address{
	font-style:normal;
	font-size:1.4em;
	line-height:1.4em;
}
#mainContent img{
	display:block;
	float:right;
	margin:5px 0 5px 10px;
}
#mainContent img.ccicon{
	float:none;
	display:inline;
	margin:0;
}
/* ___________________ end default values ____________________ */


/* ___________________ begin wrapper ____________________ */

#wrapper { 
	width: 1000px;
	background:#fff;
	margin: 0 auto; 
	text-align: left; 
	padding-bottom:50px;
	/*background:url(../images/background-wrapper.jpg) left top repeat-y;*/
} 
/* ___________________ end wrapper ____________________ */


/* ___________________ begin header ____________________ */

#header{
	height:350px;
	overflow:hidden;
	background:url(../images/background-header.jpg) left top no-repeat;
	position:relative;
}
#header h1{
	margin:0;
	padding:0;
	font-size:.8em;
	position:absolute;
	top:80px;
	left:30px;
}
#header h1 a{
	display:block;
	background:url(../images/h1-background.jpg) left top no-repeat;
	text-indent:-200em;
	overflow:hidden;
	width:310px;
	height:109px;
}
#header h1 a:hover{
	background:url(../images/h1-background.jpg) left -109px no-repeat;
}

#socialmedia{
	margin:0;
	padding:0;
	font-size:.8em;
	position:absolute;
	top:200px;
	left:780px;
	list-style:none;
}
#socialmedia li{
	position:absolute;
}
#socialmedia li a{
	text-indent:-200em;
	overflow:hidden;
	display:block;
}
#social-fb{
	top:0;
	left:0;
}
#social-fb a{
	background:url(../images/background-socialmedia.jpg) 0 0 no-repeat;
	width:50px;
	height:60px;
}
#social-fb a:hover{
	background:url(../images/background-socialmedia.jpg) 0 -60px no-repeat;
}

#social-twitter{
	top:0;
	left:53px;
}
#social-twitter a{
	background:url(../images/background-socialmedia.jpg) -57px 0 no-repeat;
	width:50px;
	height:60px;
}
#social-twitter a:hover{
	background:url(../images/background-socialmedia.jpg) -57px -60px no-repeat;
}

#social-flikr{
	top:0;
	left:106px;
}
#social-flikr a{
	background:url(../images/background-socialmedia.jpg) -114px 0 no-repeat;
	width:50px;
	height:60px;
}
#social-flikr a:hover{
	background:url(../images/background-socialmedia.jpg) -114px -60px no-repeat;
}

#social-youtube{
	top:0;
	left:159px;
}
#social-youtube a{
	background:url(../images/background-socialmedia.jpg) -171px 0 no-repeat;
	width:50px;
	height:60px;
}
#social-youtube a:hover{
	background:url(../images/background-socialmedia.jpg) -171px -60px no-repeat;
}

/* ___________________ end header ____________________ */


/* ___________________ begin nav ____________________ */

ul#nav{
	list-style:none;
	margin-bottom:1.6em;
	margin-left:0;
	font-size:1.6em;
	background:url(../images/background-navUL.jpg) left top no-repeat;
}
ul#nav a{
	display:block;
	list-style:none;
	padding:.2em 20px;
	color:rgb(68,109,146);
}
ul#nav a:hover, ul#nav li.active a{
	background:url(../images/background-nav.jpg) 10px top repeat-y;
	color:#bbb;
}

/* ___________________ end nav ____________________ */


/* ___________________ begin sidebar ____________________ */
#sidebar1 {
	float: right;
	width: 230px;
}
#sidebar1 h5{
	margin-right:20px;
	margin-left:20px;
}
#sidebar1 p{
	font-size:1.2em;
	line-height: 1.2em;
	margin-right:20px;
	margin-left:20px;
}
/* ___________________ end sidbar ____________________ */


/* ___________________ begin maincontent ____________________ */

#mainContent {
	margin: 0 250px 0 0;
	padding: 0 40px;
} 
/* ___________________ end maincontent ____________________ */


/* ___________________ begin footer ____________________ */

#footer {
	padding: 30px 10px 0 20px;
	background:#333;
	height:13em;
	color:#CCFFFF;
} 
#footer .inner{
	width: 970px;
	margin:0 auto;
}
#footer p {
	font-size:1em;
	margin-left:20px;
	text-align:left;
}
#footer address{
	text-align:left;
	margin-left:20px;
	font-size:1em;
}
#footer #copyright a{
	color:#ccffff;
}
/* ___________________ end footer ____________________ */


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}