/* standard elements */
* {
	margin: 0;
	padding: 0;
}

.errors {
	color: #AA0000;
	padding: 0 0 20px;
}

a {color: #2a6c6b;}

a:hover {color: #2a6c6b;}

body {
	background: #fff url(../images/bg.gif) 100%; repeat-x;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 5px 0;
	height: 100%;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(../images/li.gif);}

h1 {font-size: 1.2em;}

h2 {font-size: 1.0em;}

h1,h2,h3 {color: #2a6c6b;}

/* misc */
.clearer {clear: both;}
.meta {font-size: 0.8em; color: #666;}

/* structure */
.container {
	font-size: 10pt;
	background: #fff;
	margin: 0 auto;
	width: 970px;
/* original width 970px;*/
	border: 4px solid #222;
}

/* header */
.header {
	float: left;
	width: 970px;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 0px;
	/*background: url(../images/headerbg.jpg) repeat-x;*/
	padding: 0px 0px 30px 0px;
}

/* structure */

.main {
	margin: 0;
	width: 920px;
	margin: auto auto;
	text-align: justify;
}


.float_left {
	float: left;
}

.float_right {
	float: right;
	margin: 0px 0 10px 20px;
}


/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #CCC;
	margin: auto;
	font-size: 0.9em;
	line-height: 25px;
	width: 950px;
	text-align: left;
	padding: 0px 0px 0px 20px;
}
.footer .left  {padding: 2px 2px 0px 30px;}
.footer .right {padding: 4px 4px 0px 0px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

/************ specifics **************/
#port_links_left {
	float: left;
	width: 325px;
	padding: 0px 0px 0px 50px;				
}

#port_links_right {
	float: right;
	width: 250px;
	padding: 0px 50px 0px 0px;				
}

#port_links_center {
	width: 250px;
	padding: 0px 0px 0px 50px;				
}

.port_links ul li {	
	padding: 0px 50px;			
}
.quotesize {
	width: 420px;
	margin: 0,0;
	padding: 0px 20px 0px 0px;
}
.contactsize {
	width: 400px;
	margin: 0,0;
	padding: 0px 20px 0px 0px;
}


.quote div,.quote_check div {
	padding: 10px 25px 12px 25px;
}
.quote legend,.quote_check legend {
	padding: 0 10px;
}
.quote label {
	float: left;
	width: 160px;
}
.quote input {
	width: 160px;
}
.quote_check input {
	margin: 0 5px 0 0;
}
.captcha div,.captcha_check div {
	padding: 10px 25px 12px 25px;
}
.captcha legend,.captcha_check legend {
	padding: 0 10px;
}
.captcha label {
	float: left;
	width: 160px;
}
.captcha input {
	width: 90px;
}
.small_italic {
	font-size: 0.8em;
	font-style: italic;
	padding: 10px 10px 0px 12px;
}