/* -----------------------------------------------------------------------

   Southern Docks
   Version: 1.0

   * Copyright (c) 2007-2008. *

----------------------------------------------------------------------- */



/* typography.css */
body {
	font-size:75%;
	color:#fff;
	background:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:focus, a:hover {
	color:#ff9933;
	text-decoration:underline;
}
a {
	color:#ff9933;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#fff;
	margin-right:10px;
	margin-left:50px;
}
h2 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:2em;
}


.large {
	font-size:1.4em!important;
	line-height:1.6em;
	margin-bottom:1.2em;
}
ul, ol {
	margin:0 1.5em 1.5em 80px;
}
ul {
	list-style-type: square;
}
/* grid.css */
body {
	background:#999;
	margin-top:0;
}
.wrap {
	width:100%;
	background:#18437e url(../images/wrapBg-sm.gif) repeat-x;
}
.wrapLg {
	width:100%;
	background:#18437e url(../images/wrapBg.gif) repeat-x;
}
.container {
	background:#336699;
}
.hm {
	background:#fff url(../images/colBg.gif) repeat-y;
}
.bottomcontainer {
	background:url(../images/bottombg.gif) center no-repeat;
	width:100%;
	height:114px;
}
#logo a {
	background: url(../images/logo.gif);
	display: block;
	height: 125px;
	text-decoration: none;
	text-indent: -9000px;
	width: 950px;
}
#logo a:focus, #logo a:active {
	border: none;
	-moz-outline: none;
	outline: none;
}
h1#logo {
	margin:0;
}
#footer {
	background:#18437e;
}
#footer p {
	color:#fff;
	font-size:1em;
	margin:20px 0 30px 20px;
}
#menucontainerHome {
	background:url(../images/home_menuBg3.jpg) no-repeat;
	height:241px;
	position:relative;
}
#menucontainer {
	background:url(../images/subpage_menuBg3.jpg) no-repeat;
	height:140px;
	position:relative;
}
#column1 {
	background:#336699;
}
#column1 p {
	margin-right:200px;
	margin-left:50px;
	font-size:1.2em;
}
#column1hm p {
	margin-right:30px;
	margin-left:50px;
	font-size:1.2em;
}
#column2 {
	display:none;
}
#column2 p {
	display:none;
}
#column2hm {
	color:#333;
}
#column2hm p {
	margin-left:20px;
}
/* navigation */
 ul#topnav {
	list-style-type:none;
	float:left;
	margin: 20px 0 0 30px;
}
ul#topnav li {
	display:inline;
	margin:0 0 0 20px;
	text-transform:uppercase;
	font-weight:bold;
}
#topnav a {
	padding: 3px 10px;
}
#topnav a:link, #topnav a:visited {
	color: #18437e;
	background-color: #ff9933;
	text-decoration: none;
}
#topnav a:hover {
	color: #18437e;
	background-color: #faae54;
	text-decoration: none;
}
ul#subnav {
	list-style-type:none;
	margin:30px 0 20px 20px;
}
ul#subnav li {
	display:inline;
	margin:0 0 0 30px;
	text-transform:uppercase;
	font-weight:bold;
}
/* forms.css */
a#products {
	display:block;
}
a#products:hover {
	background-position:0px -24px;
}
a#products:active {
	background-position:0px -48px;
}
#stickie {
	display:block;
	position:absolute;
	z-index:1;
	left:30px;
	top:20px;
	width:200px;
	height:421px;
	background-image:url(../images/dropdownBg.gif);
	background-repeat:no-repeat;
}
ul#mainnav li {
	list-style-type: none;
	padding: 0;
	margin: 0 15px 0 0;
	display: block;
	float: left;
	background:url(../images/menuBg.gif) no-repeat;
	text-align:left;
	height:46px;
}
#mainnav li a {
	color: #003366;
	text-decoration: none;
	display: block;
	width: 166px;
	padding:0 0 0 10px;
}
#mainnav li a:hover {
	color:#336699;
}
ul#mainnav {
	list-style-type:none;
	margin:20px 0 0 30px;
	font-size:1.2em;
}
ul#navdropdown {
	list-style-type:none;
	font-size:1em;
	margin:0 0 0 10px;
	padding:0;
}
ul#navdropdown a {
	color:#003366;
}
ul#navdropdown strong a {
	color:#fff;
}
#stickie p {
	font-size:1.2em;
	color:#003366;
	margin:0 0 0 10px;
	padding:0;
}
/* Product Styles */

.p1 {
	background:#f2f2f2/*#d1d1d1*/;
	color:#333;
	margin: 0 0px 30px 0px!important;
	padding:20px 0;
}
#column1 .p1 p {
	font-size:1.4em;
	margin-right:210px;
}

.p1 h2 { color:#000;}
.p1 h3 {
	color:#000000;
	font-size:1.8em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.p1 h4 {
	color: #FF6600;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:.75em!important;
	height:1.75em;
line-height:1.75;
}
.p1 ul {
	list-style-type:none;
	margin:0 120px 20px 50px!important;
	padding:0;
}
.p1 ul li {
	font-size:1.2em;
}
.p2 {
	clear:both;
	height:225px;
}
.p2 img {
	float:left;
	margin:0 15px 10px 50px!important;
	border:1px solid #336699;
	padding:2px;
	background:#fff;
}
.top1 img {
	float:right;
	margin:0 30px 0 60px;
}
.top1 {
	height:275px;
}
.doublestart { padding-top: 1.6em!important;}

table#contact  {  font-size:1.1em;  margin-left:45px; color:#333; table-layout:fixed;}

table#contact strong { text-transform: uppercase;}

table#locations  {
	font-size:1.1em;
	margin-left:0;
	color:#333;
	table-layout:fixed;
	padding: 0;
}

table#locations strong { text-transform: uppercase;}

table#dd1  {  font-size:1.1em;  margin-left:50px; border:1px solid #ccc;}

#dd1 { margin-top:10px; }

.p1 h5 { text-transform:uppercase; color:#333; font-size: 1.2em; margin-bottom:.5em; font-weight:bold;}

.i1 { margin:30px 0 30px 50px; border:1px solid #ccc; text-align:center;} 
.i2 {margin:30px 100px 20px 20px; float:right;}
.i3 {margin:15px 15px 20px 50px; float:left;}

.ul1 ul { list-style-type:square; margin-bottom:0;}

.ul1 {
	margin: 0 0 0 30px;
}

.flashbox { margin-left:50px; margin-bottom:100px;}

table, td, th {vertical-align:top;}

.imgContainer {
	width:250px;
	float:left;
	margin:0 20px 0 0;
	}
.imgContainer p {margin:0; margin-bottom:10px; padding:0; margin-left:0!important; margin-right:0!important; font-size:1em!important; text-align:center;}	

.imgContainer img { border:2px solid #FF6600;}
.imgMaster {margin-left:50px!important;}
.small {font-size:.9em!important; line-height:normal!important;}