/* 
  ------------------------------------------------
  CSS Layout by MJD Interactive Agency. www.mjdinteractive.com
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #368595;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/bg-body-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#masthead {
	color: #999999;
	padding: 0;
	margin: 0;
}
#nav {
	display:block;
	font-size:12px;
	}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	background-image: url(../images/bg-interior-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	min-height:810px;
    height:auto !important;
    height:810px;
}
#wrapper_home {
	width: 1024px;
	margin: 0 auto;
	background-image: url(../images/bg-home.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#column_wrapper {
	background-image: url(../images/bg-body-right-column.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:649px;
    height:auto !important;
    height:649px;
}
#column_wrapper_home {
	background-color:#000;
}
#twocolumnwrapper {
	background-color:#009933;
	}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 809px;
	float: left;
}
#left {
	width: 215px;
	float: left;
	position:relative;
}
#left .content {
	padding: 40px 20px 20px 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#right .content {
	padding: 10px 20px 20px 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#twocolumnleft {
	width: 384px;
	float: left;
	}
#twocolumnright {
	width: 384px;
	float: left;
	}
#twocolumnleft .content {
	padding: 10px 10px 0 0;
	font-size: 1em;
	line-height: 1.5em;
	}
#twocolumnright .content {
	padding: 10px 0 0 10px;
	font-size: 1em;
	line-height: 1.5em;
	}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #687aa1;
	background-color: #304573;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #a11d23;
	text-decoration:none;
}
#right a:visited {
	color: #a11d23;
	text-decoration:none;
}
#right a:hover {
	color: #a11d23;
	text-decoration:underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	background-color: #7e88a4!important;
	color: #FFFFFF!important;
	font-weight:normal!important;

}

#biolinks {
	margin-top:40px;
	}

#biolinks a:link {
	background-color: #d5cab0!important;
	color: #a80e13!important;
	font-weight:bold!important;
	text-decoration:none;
}
#biolinks a:visited {
	background-color: #d5cab0!important;
	color: #a80e13!important;
	font-weight:bold!important;
	text-decoration:none;
}
#biolinks a:hover {
	background-color: #d5cab0!important;
	color: #000!important;
	font-weight:bold!important;
	text-decoration:none;
}
h1 {
	font-size: 1.4em;
	margin: 20px 0 10px 0;
	color: #a80e13;
	font-weight:normal;
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	font-weight:bold;
	color: #a80e13;
}
h3 {
	font-size: 1em;
	margin: 30px 0 0 0;
	font-weight:normal;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0 0 12px 0;
}

.margintoptwenty {
	margin-top: 20px!important;
	}
/* -------------------------------------  Buttons  -------------------------------------  */

/*  Button Floated Right */

a.buttonright {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #FFF!important;
    display: block;
    float: right;
    font: bold 11px arial, helvetica, sans-serif;
	text-transform:uppercase;
    height: 28px;
    margin-right: 0!important;
	margin-left: 10px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonright span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0 5px 13px;
}
a.buttonright:hover {
    background-position: bottom right;
    color: #000!important;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonright:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 13px; /* push text down 1px */
}

a.buttonright:active {
    color: #FFF!important;
    outline: none; 
}


/* End  Button Right */

/*  Button Floated Left */

a.buttonleft {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #FFF!important;
    display: block;
    float: left;
    font: bold 11px arial, helvetica, sans-serif;
	text-transform:uppercase;
    height: 28px;
    margin-right: 0!important;
	margin-left: 0;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonleft span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0 5px 13px;
}
a.buttonleft:hover {
    background-position: bottom right;
    color: #000!important;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonleft:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 13px; /* push text down 1px */
}

a.buttonleft:active {
    color: #FFF!important;
    outline: none; 
}


/* End  Button Right */



/* -------------------------------------  End Buttons  -------------------------------------  */

.ftplink {
	float:right;
	}
.ftplink a:link {
	display: block;
	text-decoration: none;
	font-weight:normal;
	padding: 6px 10px;
	color: #FFF;
	line-height:1;
	height: auto !important;
}
.ftplink a:visited {
	display: block;
	text-decoration: none;
	font-weight:normal;
	padding: 6px 10px;
	color: #FFF;
	line-height:1;
	height: auto !important;
}
.ftplink a:hover {
	background-color: #7e88a4;
	color: #FFFFFF;
	font-weight:normal;
}

.paddingrighthundred {
	padding-right: 290px!important;
	}
	
.buttoncontrols {
	position: relative;
	top: 360px;
	}
.creativecontent {
	margin-top: -40px!important;
	}
	
	
	
	
/* -------------------------------------  Creative Section Subnav  -------------------------------------  */

#navcontainer
{
margin: 0;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff!important;
width: auto;
height: 18px;
/*border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: none;*/
padding: 0 10px 0 10px;
margin: 0 0 10px 0;
color: #7a7865!important;
text-decoration: none;
display: inline;
text-align: center;
font: normal 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930!important;
/*background: #f5d7b4!important;*/
}

#navcontainer a:active
{
/*background: #c60!important;*/
color: #a11d23!important;
font-weight:bold!important;
}

#navcontainer li#active a
{
/*background: #c60!important;
border: 1px solid #c60!important;*/
color: #a11d23!important;
font-weight:bold!important;
}



/* -------------------------------------  End Creative Section Subnav  -------------------------------------  */

.nowrap {white-space:nowrap;}