/* general tag selectors */

body {
	/*
background: url(/images/shipbackground.jpg) no-repeat;
	background-size: 100%;
*/
}

body, td, #defaulttext {
	font-family: Arial, san-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.3em;
	background-color: #672727; 
	margin:0; 
	padding:0;
	
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img#bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#allcontent {
  position:relative;
  z-index:1;
}


a { color: #790303; text-decoration: none }
a:hover { color: #790303; text-decoration: underline }


h2 {
	color: #790303;
	padding: 3px 0;
	margin: 16px 0 0 0;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .05em;
	text-transform: Capitalize;
	
}


h3 {
	color:#bf8120;
	font-size:15px;
	font-weight:normal;
	text-align:left;
}

input, textarea {
	border:1px #000 solid;
	background-color:#fff;
	color:#000;
	font-family: arial;
	font-size:11px;
	padding: 2px;
	width:400px;
	margin:5px 0 5px 0;
	display:block;
}

input { height:16px; }
textarea { height:120px;}

iframe { 
	border: 1px solid #073F5B;
}

/* layout */

#headercontainer, #footercontainer, #bannercontainer, #titlecontainer, #contentcontainer  {
	padding:0;
	margin:0 auto;
	clear:both;
	width: 100%
	
	
	
}

#header, #footer, #banner, #title, #content {
	width: 990px;
	margin: 0 auto;
	padding:0;
	
}

#backgroundcontainer{
	width: 990px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #F8F0CC;
	background-image: url('/images/compassbg2.jpg');
	background-repeat: no-repeat;
	border: 5px #672727 solid;
	border-top:none ;
	border-bottom:none;
}

#banner div.right {
	float: right;
	width:50%;
	padding: 0 20px 0 0;
	line-height: 1.2;
	text-align:left;

}

#banner h1 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 19px;
	font-weight:normal;
	color: #790303;
	text-align:center;
	font-weight:normal;

}

#banner p {
	font-size: 14px;
	text-align:justify;
}


#titlecontainer {
	background:#672727 url('/images/titlebackground.gif');
	height:60px;
	border:0;
	border-top: 0px #636363 solid;
	border-bottom: 0px #636363 solid;
}


#title {
	padding: 10px 20px 10px;
}


#title h1 {
	color: #fbfdfe;
	font-size:28px;
	text-shadow: 2px 2px #000;
	letter-spacing:1px;
	font-weight:normal;
	padding: 0 0 5px;
	margin:10px 0 0 0;
}

#contentcontainer {
	color: #000;
	/*background:#fbfdfe url('/images/sidebarbackground.gif') no-repeat center top;*/
}

#content {
	padding: 0px 0 0 0;
	width:990px
}



#maincontent {
	width:700px;
	margin:0px;
	padding: 20px 20px 10px 20px;	
	float:left; 
	border: 0px red solid;
	border-right:0px #672727 dotted;
	background-color: #F8F0CC;
}

#maincontentnosidebar {
	margin:0px;
	padding: 20px 20px 10px 20px;	
	float:left; 
	border: 0px red solid;
	border-right:0px #672727 dotted;
	background-color: #F8F0CC;
}

#maincontent p, #maincontentnosidebar p {
	text-align:justify;
}


#indexcontent {
	height:auto;
	margin:0px;
	padding: 10px 20px ;	
	float:left; 
	border:0px red solid;
}


#header {
	height:142px;
}

#navbar {
	float: left;	
	width:581px;
	text-align:right;
}

#navbar img {

}

#navlogo { 
	margin: 0 0px 0 0;
	padding: 0;
	border: 0px #000000 solid;
	height:110px;
	width:407px;
	clear:both;
	float: left;
}

#sidebar {
	margin: 20px 0 0 20px;
	
	width:200px;
	float:left; 
}


#sidebarcontent {
	width:180px;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px #790303 solid;
	background-color: #EFE4BF;
}

#sidebar h1 {
	margin:0;
	padding:0 0 10px;
	font-size: 18px;
}

#sidebar h1 a{
	color:#790303;
	font-size: 18px;
	font-weight:normal;
	text-decoration: underline;

}

#sidebar a {
	font-size:12px;

}

#sidebar img.arrow {
	padding-left:5px;
}


#footercontainer {
	color: #790303;
	border-bottom: 5px #672727 solid;
	

}

#footer {
	width:950px;
	padding: 5px 20px 0px;
	height:150px;
	background-color: #F8F0CC;
	border-top: 0px #636363 solid;
	clear:both;
}

#footer hr {
	border:none;
	height: 1px;
	width:950px;
	color:#672727;
	background-color:#672727;
}

#footer a {
	color: #790303;
	}

#footernav {
	margin:15px 0px 15px 10px; 
	padding:0;
	width:180px;
	float:left;
}

#footercredit {
	clear: both;
	text-align: right;
	border: 0;
	margin: 0px auto;
	padding: 0px 20px 0;
	width: 950px;
	height:20px;
	background-color: #F8F0CC;
}

#footercredit a {
	color: #031256;
	}

#contactform {
	width:420px; margin:0px 0px; padding:0; float:left;
	border-right: 1px #07405D dotted; 

}

#contacttext {
	float:left;
	margin:0;
	padding:0px 0 0 20px;
/*	max-height:350px; */
	display: inline;

}

#securitycode {
	width:325px;
	margin:5px 0; 
	padding: 0px;
	border: 0px solid #758EC8;
}

#securitycode pre {
	font-size:2px; 
	letter-spacing: .3px; 
	color:black; 
	line-height:.9;
	font-weight:bolder;
	margin: 0; 
	padding: 0px;
}


#indexcolumn {
	height:auto;
	width:300px;
	padding:0px 15px 0 0;
	margin:0px;
	float:left;
	font-size:14px;
	text-align:left;
}

#indexcolumn h2 {
	color: #790303;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding:0 0 25px;
	letter-spacing:-.05px;
}	

#indexcolumn h2 img {
	float:left;
}


#indexcolumn h2 div {
	width:255px;
	float:left;
}

#indexcolumn ul {

	padding:0;
	margin:10px 0 0 20px;

}

#buttonbox {
	width: 942px;
	margin: 0 auto;
	padding:0;
	color: #fffbf0;

}

#buttonboxtop {
	background : #672727 url(/images/buttonbox.top.png) no-repeat;
	height:7px;
	width:942px;

}

#buttonboxcontent{
	background : #672727 url(/images/buttonbox.pattern.png) repeat-x;
	border: 0;
	height:auto;
	width:920px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin: 0 ;
	padding: 20px 10px 10px; 

}

#buttonboxbottom {
	background : #672727 url(/images/buttonbox.bottom.png) no-repeat;
	height:7px;
	width:942px;
	
}

#buttonbox h1 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	font-size: 20px;
}

#comminsbuttons {
	width:220px;
	margin: 0px 0 0 18px;
	padding:0;
}

#comminsbuttons img {
	margin: 0px 0px 8px 0;
	float:left;
}

#productbuttons {
	width:250px;
	margin:33px auto 0;
	padding:0;
}

#productbuttons img {
	margin: 5px 10px 5px 0;
	float:left;
}

#indexcolumn ul {
	padding-left:19px;
}

#indexcolumn li {
	padding-bottom:12px;
}


#indexheadline {
	border:0;
	border-top: 1px #790303 solid;
	border-bottom: 1px #790303 solid;
	padding: 10px 0;
	margin:0 0 20px;
	font-size: 18px;
	text-align:center;
	font-style:italic;
	line-height: 1.2;
}

#newscontent {
	margin:0 20px;
	text-align: justify;
}

#newsdate {
	font-size: 12px;
	color:#790303;
	display:block;
	margin:0px 0 15px;
	padding:0;
}

#newstitle {
	font-size: 16px;
	font-weight:bolder;
	display:block;
	margin:5px 0;
}

#riskassess {
	width:950px;
	}


#riskassess h2	{

	font-size:16px; 
	text-transform: uppercase; 
	border:1px black solid; 
	border-left:none;
	border-right:none;
	}
	
#riskassess input {
	display:inline;
	width:250px;

}

#riskassess #topform input {
	margin-right: 15px;

}

#riskassess  table {

	width:550px;
	border:0; margin:25px 0 0; padding:0;
}

#riskassess table tr td {
	background-color: #F8F0CC;
	width:150px;
	padding: 0 5px 0 0;
}


#riskassess table tr td input {
	display:inline;
}

#tinyprint {
	color: #F8F0CC;
	font-size:9px;
	width:990px;
	text-align:justify;
	margin:10px auto;
}

/* class selectors */

.smprint {font-size: 11px;}
.lgprint {font-size: 14px;}

.floatleft {float:left;}
.floatright {float:right;}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.breadcrumb { 
	text-transform: uppercase;
	font-size: 14px;
	display: inline; 
	color: #ffffff;
	margin: 0px 0 0px 0;
	font-style:italic;
	font-family: Arial Narrow, Arial, san-serif;
}

.subheading {
	color: #000;
	font-size:16px;
	line-height: 1.2;
	margin:10px 0;
	padding:0;
	text-align: justify;

}

input.submit {
	width:200px;
	height:22px;
	color: white;
	font-size: 12px;
	background-color:#790303;
	border: 1px #000 solid;
	margin: 10px 0;
	font-weight:bold;
}


/* menu */
/*
#innerdropdown {text-align:left; border-top: 1px white solid; padding-bottom:1px;}

#menu_parent, #aboutus_parent, #products_parent { text-align:left; border: 0px; padding: 0px; line-height: 1em; float:left;}

#menu_child, #aboutus_child, #products_child {visibility: hidden; background: #672727; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #fff;  line-height: 1em; z-index:102; text-align:left;}

#menu_child a, #aboutus_child a, #products_child a { text-align:left; display: block; width: 180px; padding: 3px 8px; text-decoration: none; font-weight: 500; color: #fff;  font-size:12px; line-height: 1em;}

#menu_child a:hover, #products_child a:hover, #aboutus_child a:hover {background:#672727; text-decoration: none; color: #E4D294; line-height: 1em; text-align:left; }



#innerdropdown img {
	margin: 0 0px 0 5px;
	float:right;
}

*/
