/* Sunday Morning, Waves Are Forming */

* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}
h3 {
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	padding-bottom: 5px;
}
p {
	margin-bottom: 1em;
}

/* -------------------- container styles -------------------- */

#main {
	width: 920px;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 55px;
	padding-bottom: 60px;
}
#container, #container2 {
	width: 765px;
	margin: 0 75px 0 70px;
}
#content, #content2, #content3 {
	width: 765px;
	margin-top: 30px;
	background :url(../images/cw3.jpg) no-repeat bottom right;
	
	min-height: 375px;
	height: auto;

}

/* -- for IE -- */

*html #content, *html #content3 {
	height: 375px; /* as content is currently less than 375px height */
}
*html #content2 {
	height: auto;
} 

/* ------------ */

#left {
	width: 525px;
	margin-right: 30px;
	/* float: left; */
}
#right {
	float: right;
	width: 3px;
}
.line {
	border-bottom: 2px dotted #CED2DB;
	margin: 30px 0 30px 0;
}
#Top {
	padding: 20px 0;
}

/* -------------------- link styles -------------------- */

a {
	font-weight: bold
}
a:link, a:visited, a:active {
	color: #ed6d50;
	text-decoration: none;
}
a:hover {
	color: #ed6d50;
	text-decoration: underline;
}

/* -------------------- text styles -------------------- */

.textcopy, .textcopy_GS, .textcopy_bold {
	padding: 0 0.5em 1em 0;
	margin: 0; 
	font-weight: normal; 
	font-size: 13px; 
	color: #252525; 
	line-height: 1.5em;  
	font-style: normal; 
	font-family: Helvetica, Arial; 
	text-decoration: none
}
.textcopy_GS {
	font-size: 14.5px; 
	line-height: 1.2em;  
	font-family: Gill Sans MT, Helvetica, Arial; 
}
.textcopy_bold, .textcopy_bold1, .textcopy_bold2 { 
	font-weight: bold;  
	color: #666666; 
}
.textcopy_bold1 { 
	color: #000000; 
}
.textcopy_bold2 {
	color: #333333; 
}
.textcopy_italic15 {
	font-style:italic;
	font-size:15px;
}
.footer {
	display: block; 
	padding-left: 0px; 
	font-size: 11px; 
	color: #5F5F5F; 
	line-height: 1.3em; 
	letter-spacing: 0.05em;
	width: 550px;
}
.offset {
	padding-left: 40px;
}
.title {
	font-size: 20px;
	color:#666666;
	font-weight: bold;
}
.title_16B {
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	padding-bottom: 5px;
}
.title_GS {
	font-size: 21px;
	color:#666666;
	font-weight: bold;
}
.title_white {
	font-size: 20px;
	color:#FFFFFF;
	font-weight: bold;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color:#666666;
}
.grey {color:#666666;
}

