html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(vines.jpg) fixed;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-shadow: black 2px 2px 1px;
	background-size: 100% 100%;
	    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 60px;
	font-family: 'Segoe Script';
}

h2 {
	font-size: 3.5em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 200%;
	color: #FFFFFF;

}

strong {
}

a {
	color: #055657;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/* Logo */

#logo {
	width: 960px;
	height: 150px;
	margin: 0px auto 0px auto;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 80px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 5em;
	color: #1F1F1F;
}

#logo h1 span {
	color: #1F1F1F;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #1F1F1F;
}

/** MENU */

#mainbody
{
    width: 1190px;
    /*background-color: #055657;*/
    padding: 10px 5px 10px 5px;
    /*opacity:0.6; */
    /*filter:alpha(opacity=60); */
}


#menu {
	overflow: hidden;
	width: 1200px;
	height: 70px;
	background: url(blue_gradient.png) repeat;
	font-size: 20px;
	color: #000000;
	margin-bottom: 40px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	height: 70px;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
	line-height: 70px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	font-weight: bold;
	text-shadow: blue 2px 2px 2px;
}

#menu .current_page_item a {
	background: #66C2FF;
	color: #FFFFFF;
}

#menu .last {
	border-right: none;
}


/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 75px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #58AFE8;
}

#footer a {
	color: #57ADAE;
}

/* Footer Content */

#footer-content {
	overflow: hidden;
	width: 1100px;
	padding: 30px;
	background: #ECECEC;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #666666;
}

#footer-content h2 {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 24px;
}

#footer-content #fbox1 {
	float: left;
	width: 600px;
	margin-right: 30px;
}

#footer-content #fbox2 {
	float: left;
	width: 220px;
}

#footer-content #fbox3 {
	float: right;
	width: 220px;
}

/* Welcome */


#welcome {
	width: 1100px;
	margin: 0px auto;
	padding: 30px 50px;
}

#welcome .content {
	padding: 0px 0px 40px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	text-decoration: none;
	color: #000000;
}


/* Three Columns */

#three-columns {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	padding: 50px 50px 30px 50px;
}

#three-columns .content {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

#three-columns #column1 {
	float: left;
	width: 300px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 430px;
}

#three-columns #column3 {
	float: right;
	width: 290px;
}

/* Two Columns */

#two-columns {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	padding: 40px 50px 50px 50px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

#two-columns #col1 {
	float: right;
	width: 740px;
}

#two-columns #col2 {
	float: left;
	width: 320px;
}


/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 img {
	float: left;
	margin-right: 25px;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


/* List Style 2 */

.list-style2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 10px 0px 10px 0px;
	border-top: 0px solid #D4D4D4;
}


.list-style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #055657 url(images/bg01.png) repeat;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	text-transform: uppercase;
	color: #FFFFFF;
}

.contenttable
{
    width: 1190px;
}

.leftcolumn
{
	width: 300px; 
	filter:alpha(opacity=100); /* For IE8 and earlier */
	padding-left: 25px;
	padding-right: 50px;
	padding-top: 80px;
	padding-bottom: 25px;
}

}

.middlecolumn
{	
	background: #FFFFFF;
	color: #FFFFFF;	
}

.middlecolumn p
{	
	text-align: justify;
}

.middlecolumnbackground
{
margin-left: 90px;
margin-right: 50px;
width: 500px;
background: url(twilight_gradient.png);
Background-size: cover;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 25px;
padding-top: 25px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
box-shadow: 10px 10px 10px #000000;
-webkit-box-shadow: 10px 10px 10px #000000;
-moz-box-shadow: 10px 10px 10px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
}

.rightcolumn
{
	width: 500px;
	height: 440px;
	opacity: 100;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	padding-left: 35px;
	padding-right: 35px;
	background: url(twilight_gradient.png);
Background-size: cover;
padding-bottom: 35px;
padding-top: 20px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
box-shadow: 10px 10px 10px #000000;
-webkit-box-shadow: 10px 10px 10px #000000;
-moz-box-shadow: 10px 10px 10px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
	}
	
	.rightcolumn2
{
	width: 500px;
	height: 300px;
	opacity: 100;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	padding-left: 35px;
	padding-right: 35px;
	background: url(twilight_gradient.png);
Background-size: cover;
padding-bottom: 35px;
padding-top: 40px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
box-shadow: 10px 10px 10px #000000;
-webkit-box-shadow: 10px 10px 10px #000000;
-moz-box-shadow: 10px 10px 10px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
	}
	
.shadowblur
{
box-shadow: 10px 10px 10px #000000;
-webkit-box-shadow: 10px 10px 10px #000000;
-moz-box-shadow: 10px 10px 10px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
} 

.imagepadding
{
	filter:alpha(opacity=100); /* For IE8 and earlier */
	padding-left: 850px;
	padding-right: 50px;
	padding-top: 80px;
	padding-bottom: 25px;
	/*position:*/
}

.datacells
{
vertical-align: text-top;

}











