/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	line-height: 1;
	font-family: 'Droid Sans', arial, serif;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	background-color: #000;
}
	
/* layout */

#wrapper {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 3px 3px 7px #000;
	-moz-box-shadow: 3px 3px 7px #000;
	height: 750px;
}

nav {
	width: 980px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

header {
	width: 980px;
	height: 150px;
	background-color: #008372;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../images/tw-header-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	width: 980px;
	padding-top: 30px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 475px;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	background-image: url(../images/index-side-image.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	font-family: 'Droid Sans', arial, serif;
	font-size: 15px;
	color: #333;
	line-height: 1.8em;
	float: right;
	width: 500px;
	margin-right: 10px;
	height: 425px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 150px 0px;
	overflow: visible;
	padding-top: 0px;
}

#content h1 {
	font-size: 36px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 2.75em;
}

#content ul {
	list-style-type: none;
	margin: 20px;
	font-size: 12pt;
	font-weight: bolder;
	}
	
#content ul li {
	padding: 4px 25px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	}
	
#contact_form {
	float: right;
	height: 350px;
	width: 325px;
}
#contact_info {
	float: left;
	height: 350px;
	width: 250px;
	padding-left: 0px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 20px;
	height: 440px;
	color: #000;
	padding-right: 20px;
}

#sidebar ul {
	list-style-type: none;
	margin: 20px;
	font-size: 12pt;
	font-weight: normal;
	}
	
#sidebar ul li {
	padding: 4px 25px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	}
	
#social_media {
	float: left;
	width: 320px;
	padding-left: 20px;
	height: 25px;
	color: #000;
}

footer {
	width: 980px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Quattrocento Sans', arial, serif;
	clear: both;
	color: #008372;
	font-weight: normal;
}

a:link, a:visited {
	color:#00a09a;
}

a:hover, a:active {
	color: #aedbd8;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/** HEADER */

header h1, header h2 {
	margin: 0;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 125px;
}

header h1 {
	font-family: 'Quattrocento Sans', arial, serif;
	text-shadow: 5px 5px 5px #000000;
	filter: dropshadow(color=#000000, offx=5, offy=5);
	float: left;
	padding-top: 39px;
	font-size: 36px;
	font-weight: normal;
	width: 400px;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #FFF;
}

header h1 a:hover { 
text-decoration: underline; 
}

header h2 {
	font-family: 'Quattrocento Sans', arial, serif;
	text-shadow: 5px 5px 5px #000000;
	filter: dropshadow(color=#000000, offx=5, offy=5);
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 125px;
	font-weight: normal;
	float: left;
	width: 400px;
}
.phonenumber  {
	font-family: 'Quattrocento Sans', arial, serif;
	text-shadow: 5px 5px 5px #000000;
	filter: dropshadow(color=#000000, offx=5, offy=5);
	float: right;
	padding-top: 25px;
	font-size: 30px;
	font-weight: normal;
	width: 300px;
	color: #FFF;
	text-align: right;
	padding-right: 25px;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
	font-family: 'Quattrocento Sans', arial, serif;
	color: #008372;
	margin: 0 0 20px 0;
	line-height: 1.35em;
	font-weight: normal;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
	font-size: 16px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
	color: #FFF;
	font-size: 90%;
	overflow: hidden;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #003939;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 940px;
	padding-top: 10px;
}

footer aside h4 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
	color: #FFF;
}

footer p {
margin-top: -15px;
}
.copyright {
	float: left;
	font-weight: normal;
}
.credit {
	float: right;
	font-weight: normal;
}
