#container {
	color: inherit;
	background-color: #32cd32;
	width: 740px;
	border: 1px solid #fff;
	/*text-align: left;*/
	margin: 0 auto;
	font-size: 80%;
}


/* --- Navbar Style --- */

#nav {
	width: 720px;
	height: 48px;
	/*float: left;*/
	background: transparent;
	margin: 0px 0 0 0; /* top margin  */
	z-index: 1;
}

/* -- Black Menu -- */
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:720px;
	height:42px;
	position:relative;
	font-size:11px;
	margin: 0;
	z-index:1000;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:gold;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('images/black/center.png');
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* End Caps Styling */
.menu .left_nosub {
	background-image:url('images/black/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .right_hassub {
	background-image:url('images/black/right.png');
}
.menu .right_nosub {
	background-image:url('images/black/right.png');
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* Button ":hover" Styling */
.menu ul li:hover a {color:#000; background:url('images/black/center_hassub.png');}
.menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menu ul li:hover ul li a.center_hassub {background:#6a3; color:#000;}
.menu ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .left_nosub {color:red; background:url('images/black/left_nosub.png');}
.menu ul li:hover .right_hassub {color:red; background:url('images/black/right_hassub.png') ;}
.menu ul li:hover .right_nosub {color:red; background:url('images/black/right_nosub.png') ;}

/* DropDown Styling */
.menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:red; width:142px; text-align:left; margin: 0; padding:0 0 0 12px;font-weight:bold;}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/black/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active {
	background-image:url('images/black/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {color:red !important; background-image:url('images/black/sub_hover.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

.wrap{
position:relative;
top:0px;
left:0px;
float:left;
width:720px;
height:42px;  /* bottom margin  */
background:#32cd32 url('') no-repeat center 120px;/* was #000000*/
border:0px solid #f0f0f0;
padding:0;
padding-left:0px;
}

/* -- End Black Menu -- */
#box_s {
  float:left;
  width:200px;
  background-color: #32cd32;
  border:2px solid #3cb371;
  padding:0px;
  margin-top:10px;
  margin-bottom:25px;
  margin-right:8px;
  margin-left: 25px;
}

#box_s h4 {
  padding-left:10px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #B52C07;  /*779e28*/
}

#box_s p {
padding-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

body {
	padding: 0;
	
	background: #3cb371 url('images/') repeat-x;
}
table { bgcolor: #3cb371;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
	color: black;

}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
}

em {
    font-family: Arial;
    font-style: italic;
    color: red;
    }
    
#contact td {
padding-left: .5cm;
padding-right: .5cm;
padding-top: .5cm
}    

/* Header */

#header {
	width: 720px;
	height: 80px;
	margin: 0 auto;
	background: url('images/') no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: red;
}

#header h1 {
	padding-top: 55px;
	font-size: 2em;
}

#header h2 {
	font-size: 1.2em;
}



/* Content */

#content {
	width: 720px;
	
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 720px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	background: url('images/');
	letter-spacing: normal;
	font-size: 1em; padding-left:10px; padding-right:0; padding-top:9px; padding-bottom:0
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}
/* Footer */

#footer {
        width: 720px;
	height: 25px;
	color: #3cb371;
	border: 0px solid #222;
	background: url('images/') repeat-x;; padding-left:0; padding-right:0; padding-top:7px; padding-bottom:0
}

#footer * {
	color: #ffffff;
}

#footer p {
        width: 720px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
#footer a {
        width: 720px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
.imgright {
float: right;
padding: 10px 0px 20px 10px;
}

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  width: 49%;
  }
  
