/******* New GUTZ website stylings *******/
/******* Reset page *******/
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table { 
	margin: 1em 15px;
	text-align: left;
}
table {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
li, dd { 
	margin-left:2em; 
	font-family: arial, helvetica, sans-serif;
}
fieldset { 
	padding: .5em;
}

h1 {
	font-size: 27px;
	color:#0075be;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}
p {
	font-size: 13px;
	line-height: 1.2em;
}
li, table {
	font-size: 13px;
	line-height: 1.2em;
}
ul.nobullets {
	list-style: none;
}
a {
	text-decoration: none;
	border: none;
}
a:link {
/*
	color: #2f7db7;
*/
	color: #0c426b;
}
a:visited {
	color: #0c426b;
}
a:hover {
	color: #0092ff;
}
a:active {
	color: #00deff;
}
body{
	font-size: 83%;
	color: #000; 
	font-family: arial, helvetica, sans-serif;
 	text-align:center;
	width: 100%;
	height: 100%;
	background-color: #fff;
} 
img {
	border-style: none;
}

/******* Minimal table for entire page *******/
/*
table#page {
	border-collapse:collapse;
	position: relative;
 	width:945px;
 	margin: 0 auto;
	background-image: url("../images/shadow.gif");
	background-repeat: repeat-y;
	top: 0;
	left: 0;
}

*/
div#page {
	position: relative;
 	width:985px;
 	margin: 0 auto;
	top: 0;
	left: 0;
}
/******* Header *******/
div#header {
	width:965px; 
	margin: 0 10px;
}

div#header img#logo {
	float:left;
	margin: 7px 18px 7px 10px;
}
div#header #top {
	float:left;
	width: 851px;
}
div#header #top h1 {
	margin: 10px 0 0 0;
	font-size: 25px;
}
div#header #top #homecat {
	height: 27px;
	margin-top: 14px;
}
div#header #top #facebook-link {
	text-align: right;
	margin-top: 18px;
	font-size: 13px;	
}
div#header div#middle {
	float:left;
	margin: 10px 0 0 0;
	text-align: left;
}
div#header div#middle ul{
	margin:0;
	display: block;
	list-style: none;
	float:left;
}
div#header div#middle ul li{
	display: inline;
	margin: 0;
	font-size: 14px;
}
div#bottom {
	float:left;
	margin: 0;
	width: 500px;
}

div#header #bottom-left {
/*
	margin: 41px 0 6px 0;
*/
	margin: 16px 0 6px 0;
	vertical-align: bottom;
	display: inline;
	float:left;
}
div#header #bottom-right {
	margin: -23px 0 0 0;
	display: inline;
	vertical-align: top;
	float: right;
	text-align: right;
	font-size: 12px;
	clear: none;
}
div#header #bottom-right #first {
	font-size:19px;
	line-height: 1.2em;
}
div#emailbartop {
	display: block;
	float: left;
	margin: 0;
	clear: none;
	width:965px;
	border-top: 1px #b4b4b4 solid;
	border-bottom: 1px #b4b4b4 solid;
}
div#emailbartop form {
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
}
div#emailbartop p {
	margin: 5px 0;
	padding: 0;
	text-align:left;
	font-size: 13px;
}


/******* Navigation *******/
ul.header-nav {
	margin: 0;
	list-style: none;
	background: #fff;
	padding: 4px 0 4px 38px;
	border-top:  1px #b4b4b4 solid;
	border-bottom:  1px #b4b4b4 solid;
}
ul.header-nav li{
	display: inline;
	margin: 0;
}
ul.header-nav a {
	text-decoration: none; 
	padding: 0 51px;
	font-family: arial;
	font-size: 13px;
	color: #000;
}
ul.header-nav a .first{
	padding-left: 0px;
}
ul.header-nav a .last{
	padding-right: 0px;
}
ul.header-nav a:hover {
	background: #0075be;
	color: #fff;
}
#nav, #nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
#nav, #nav ul.footer {
	margin-left: 5px;
	margin-bottom: 14px;
}
#nav a{
	display: block;
	text-decoration: none; 
}
#nav li{
	background-color: #fff;
	border-collapse: collapse;
}
#nav li ul {
	position: absolute;
	width: 10em;
	margin-left: -999em;
	text-align: left;
}
#nav a:hover{
	background-color: #fff;
}
#nav li:hover ul{
	margin-left: auto;
	border: solid 1px #b4b4b4;
	background-color: #fff;
	width: 21em;
}			
#nav li:hover {
	background-position: 0 0;
}
#nav li ul li {
	width: 21em;
	background-image: none;
	padding: 0 5px;
}

.nav, .nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
.nav,.nav ul.footer-sidebar {
	margin-left: 5px;
	margin-bottom: 14px;
}
.nav a{
	display: block;
	text-decoration: none; 
}
/*ul.footer-sidebar  a{
	font-size: 14px; 
	line-height: 17px;
}*/
.nav li{
	background-color: #fff;
	border-collapse: collapse;
}
.nav li ul {
	position: absolute;
	width: 10em;
	margin-left: -999em;
	text-align: left;
}
.nav a:hover{
	background-color: #fff;
}
.nav li:hover ul{
	margin-left: auto;
	border: solid 1px #b4b4b4;
	background-color: #fff;
	width: 21em;
}			
.nav li:hover {
	background-position: 0 0;
}
.nav li ul li {
	width: 21em;
	background-image: none;
	padding: 0 5px;
}


/******* Content *******/

table#content {
	width:965px; 
	margin: 6px 10px;
	text-align:left;
	vertical-align: top;
}
.rightcontent {
	width: 734px;
}
.rightcontent div#container {
	width: 570px;
}
.rightcontent #leftcol {
	width: 356px;
	border-right: 1px #b4b4b4 solid;
}
.allcontent {
	width: 965px;
}
.creditapp {
	margin-left: 15px;
}
.creditapp td {
	padding: 2px;
}
/******* Footer *******/

div#footer {
	width:965px;
	margin: 2em 10px;
	clear: both;
}

div#footer #emailbar {
	width:965px;
	border-top: 1px #b4b4b4 solid;
	border-bottom: 1px #b4b4b4 solid;
}
div#footer #emailbar form {
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
}
div#footer #emailbar p {
	margin: 5px 0;
	padding: 0;
	text-align:left;
	font-size: 13px;
}
div#footer div#copyright {
	border-top: 1px #b4b4b4 solid;
	width:965px;
}
div#footer div#copyright p {
	margin-right: 0;
}	
div#footer table#footer-menus {
	width: 90%;
}
div#footer table#footer-menus td {
	text-align: left;
	vertical-align: top;
}
div#footer table#footer-menus ul {
	list-style: none;
}
.wcb_reorder {
	width: 600px;
	margin-left: 20px;
}
.wcb_reorder th{
	text-align: left;
	padding: 0 5px 0 5px;
}
.wcb_reorder input{
	width: 30px;
}
.wcb_reorder td{
	padding: 0 5px 0 5px;
}

/******* General Classes *******/
.block {
	display:block;
}
.clearboth {
	clear: both;
}
.center {
	text-align:center;
	margin: 0 auto;
}
.left {
	display:inline;
	float: left;
	clear: none;
}
.right {
	display: inline;
	float: right;
	clear: none;
}

.submitbutton {
	margin-top: 2px;
	height: 18px;
	width: 50px;
	vertical-align: middle;
	color: #fff;
	padding: 0 3px 0 3px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-color: #383c70;
	border: 1px solid #333333;
}

.formtextbox {
	width:170px;
	margin-top: 4px;
	vertical-align: middle;
	height: 16px;
	font-size: 12px;
	font-style: italic;
	background-color: #fff;
	border:  1px #b4b4b4 solid;
}
.formlabel {
	font-size: 13px;
	line-height: 27px;
	margin-top: 7px;
	vertical-align: middle;
	margin-right: 2px;
}

/******* Original Fishcart Stylings *******/
/*FORM element controls*/

/*Next 3 lines only work for Netscape or Mozilla based browsers */
input:focus, textarea:focus, option:focus {
    background-color: #EDEFEA;
    }

INPUT {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

TEXTAREA {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

SELECT {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

/*alert controls alert text*/

.alert  { 
	color: #990000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.alert { 
	color: #990000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.alert  A:link {
	color: #990000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.alert  A:active {
	color: #990000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.alert  A:visited {
	color: #990000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.alert A:hover {
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

*/
/*.text controls the majority of the text in FishCart*/

.text  { 
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text hr { 
	color: #000000;
	background-color: #666666;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.text  A:link {
	color: #383c70;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text  A:active {
	color: #383c70;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text  A:visited {
	color: #383c70;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text A:hover {
	color: #c96;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

*/
.div  {
	color: #383c70;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.keywordsearch Controls only the appearance of the keyword search input box*/

.keywordtext  {
  color: #FFFFFF;
  font-weight: normal; 
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  }

.keywordsearch { 
	width: 125px;
	border-top: 1px solid #000000;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	font: 9pt Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

/*.header controls things such as Category links across the top section of display*/

.header  {
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.header b  {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.header  A:link {
	color: #383c70;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.header  A:active {
	color: #383c70;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.header  A:visited {
	color: #383c70;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.header A:hover  {
	color: #c96;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

*/
.catlinks  {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.catlinks b {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.catlinks  A:link {
	color: #383c70;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.catlinks  A:active {
	color: #383c70;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.catlinks  A:visited {
	color: #383c70;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.catlinks A:hover  {
	color: #c96;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

*/
.help  {
  background-color: #999999;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  }
.navtext  {
	width: 231px;
	border-right: 1px #b4b4b4 solid;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*
.navtext A:link  {
  color: #000;
  text-decoration: none;
}
.navtext A:visited  {
  color: #000;
  text-decoration: none;
}

.navtext A:hover  {
  color: #0075BE;
  text-decoration: none;
}

.navtext A:active  {
  color: #048bdf;
  text-decoration: none;
}
*/


.topnav  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.topnav A:link  {
	color: #333333;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topnav A:active  {
	color: #669;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topnav A:visited  {
	color: #333333;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topnav A:hover  {
	color: #c96;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
*/

.rhisttext  {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.rhistdivrow  {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.rhisttext A:link  {
	color: #383c70;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.rhisttext A:active  {
	color: #669;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.rhisttext A:visited  {
	color: #383c70;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.rhisttext A:hover  {
	color: #c96;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
*/

/*.divrow controls the main rows in showcart and orderform*/

.divrow  {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.subdivrow controls the secondary rows in showcart and orderform*/

.subdivrow  {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	
.subdivrow i {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.showcartmainbg controls the appearance of main background table*/

.showcartmainbg  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.showcartdisplaybg controls the appearance of the product display table background*/

.showcartdisplaybg  {
	background-color: #ffffff;
	border: none;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* GUTZMOD control the appearance of paragraphs and div in prod display table */
.showcartdisplaybg p {
	margin: 7px;
}
.showcartdisplaybg div {
	margin: 7px;
}
.showcartdisplaybg td {
	border:  1px #b4b4b4 solid;
	border-collapse: collapse;
}
/*.showcartcell controls the appearance of all the remaining cells in showcart*/

.showcartcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
.showcartcell  A:link {
	color: #383c70;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.showcartcell  A:active {
	color: #383c70;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.showcartcell  A:visited {
	color: #383c70;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.showcartcell A:hover {
	color: #c96;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
*/

/*.orderformcell controls the appearance of all the remaining cells in orderform*/

.orderformcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.previewcell controls the appearance of all the remaining cells in preview*/

.previewcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.paymentcell controls the appearance of all the remaining cells in payment*/

.paymentcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*.contributecell controls the appearance of all the remaining cells in contribute*/

.contributecell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.button ul li{
	margin:.3em 0;
	font-size: 14px;
}
.button ul {
	font-size: 16px;
	text-align: left;
	list-style-type: none;
	margin: 0 6px 0 0;
}
/*
.button ul a:link {
  color: #000;
  text-decoration: none;
}
.button ul a:visited {
  color: #000;
  text-decoration: none;
}
.button ul a:hover {
  color: #0075BE;
  text-decoration: none;
}
.button ul a:active {
  color: #048bdf;
  text-decoration: none;
}
*/
html>body .button li a {
	width: auto;
}
	
body {
	margin: 0px;
}

.divider {
	width: 80px;
	height: 100%;
	border-bottom: 1px dashed #333333;
	padding: 0px;
}

.proddivider {
	width: 80px;
	height: 100%;
	border-bottom: 1px solid #333333;
	padding: 0px;
}
                                                                                                                                     
.elmntdiv {
	width: 80px;
	height: 100%;
	border-bottom: 1px solid #333333;
	padding: 0px;
}
                                                                                                                                     
.multiprod_padd img {
  padding: 0px 5px 0px 0px;
  }
                                                                                                                                     
.singleprod_padd img {
  padding: 0px 5px 0px 0px;
  }

.add_button {
  color: #FFFFFF;
  padding: 0 3px 0 3px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bolder;
  background-color: #383c70;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.add_button_shopping_cart {
	width: 160px;
	text-align:center;
	margin: 0;
	padding: 0;
}
.add_button_shopping_cart a {
	color: #fff;
}

.add_button_long {
	color: #FFFFFF;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bolder;
  padding: 0 3px 0 3px;
  background-color: #383c70;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
}

/* dhtml classes used to colorize nested dhmtl menus */

.dhtml_menu_over {
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin-right: 0px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	color: #fff;
	text-decoration: none;
}

/*
.dhtml_menu_over a:link{
	margin-left: 6px;
	text-decoration: none;
	color: #000000;
}

.dhtml_menu_over a:visited{
	margin-left: 6px;
	text-decoration: none;
	color: #000000;
}

.dhtml_menu_over a:active{
	margin-left: 6px;
	text-decoration: none;
	color: #000000;
}

.dhtml_menu_over a:hover{
	margin-left: 6px;
	text-decoration: none;
	color: #000000;
}
*/

.dhtml_menu {
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin-right: 0px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #383c70;
	color: #fff;
	text-decoration: none;
}

/*
.dhtml_menu a:link{
	margin-left: 6px;
	text-decoration: none;
}

.dhtml_menu a:visited{
	margin-left: 6px;
	text-decoration: none;
}

.dhtml_menu a:active{
	margin-left: 6px;
	text-decoration: none;
}

.dhtml_menu a:hover{
	margin-left: 6px;
	text-decoration: none;
}
*/

div.four-col {
	width: 25%;
	float: left;
	display: inline;
	text-align: center;
}
div.four-col h3 {
	margin-bottom: 15px;
	text-align: center;
}
div.four-col p {
	text-align: center;
}
.required {
	color: #ff0000;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.no-left-margin {
	margin-left: 0;
}
.team-member img{
	float:left; 
	margin: 0 15px 1em 15px;
	border: 1px solid #555;
}
.team-member li{
	font-size: 14px;
	margin-left: 0px;
}
.team-member h3 {
	margin-top: 0;
	margin-bottom: 0;
}
ul.content li {
	margin-left: 15px;
}
