/*
===============================================
Copyright 2007 Miami Maritime Law
===============================================
*/

/*
===========================================
*************************   GENERAL FEATURES   *************************
===========================================
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #324478;
	font-family : verdana, "arial", Times, sans-serif;
}

A:link {
	COLOR: #3A7F9E; TEXT-DECORATION:none
}
A:visited {
	COLOR: #3A7F9E; TEXT-DECORATION:none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:active {
    COLOR: #3A7F9E;text-decoration:none
}


p {
	text-align: justify;
	font-size: 12px;
}

h1 {
	text-align: left;
	font-size: 16px;
	color: #31628c;
}

input, INPUT, select, SELECT, textarea, TEXTAREA {font-family:Arial,Helvetica; color: #333333; font-size: 8pt;}

/*
===========================================
Template
===========================================
*/
.table100  {
	width: 100%;
	border: none 0;
	font-size : 9pt;
}
.table-mid  {
	width: 100%;
	border: none 0;
	background-image: url(../images/bg_teal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size : 9pt;
}

#main  {
	width: 100%;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: none 0;
}

#leftnav  {
	width: 210px;
	vertical-align: top;
}

#inner  {
	width: 95%;
	vertical-align: top;
	text-align: justify;
	padding: 0 0 50px 0;
}

#footer  {
	width: 830px;
	vertical-align: top;
	background-image: url(../images/nav_bg_fade.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;*/
}

#footerlinks  {
	width: 95%;
	color:#3A7F9E
	vertical-align: top;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3A7F9E;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.flinks  {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 3px;
}



/*
===========================================
text
===========================================
*/
.reg  {
	font-size : 10pt;
}
.reg2  {
	font-size : 11px;
}
.reg-bd  {
	font-size : 10pt;
	font-weight: bold;
}
.reglg  {
	font-size : 12pt;
	font-weight: bold;
}

.content  {font-family : verdana, "arial", Times, sans-serif; font-size : 10pt;}
.content-smaller  {font-family : verdana, "arial", Times, sans-serif; font-size : 9pt;}


/***   ******************** Lists *******************   ***/
/*#list-menu ul {
	margin: 0px;
}*/
#list-menu li {
    list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


/***   ******************** Accomplishments *******************   ***/
.sl_badge_120 {
	width:120px;
	text-align:center;
	background-color:rgb(255,255,255);
	font-family:arial;
	font-size:12px;
	border:1px solid rgb(191,191,191);
	border-bottom:4px solid rgb(86,131,154);
	line-height:1.5;
}
.sl_badge_120 .profile {padding:2px;}
.sl_badge_120 a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120 a:hover { text-decoration:underline;}
.sl_badge_120 .online {
	width:100%;
	text-align:center;
	font-family:arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:rgb(148,0,37);
}
.sl_badge_120 .visit { text-align:center; font-size:10px; }



/***   ******************** Site Map *******************   ***/
.table_inner {
	width: 680px;
	text-align: left;
	font-size: 1em;
	border: 0px none;
}
.table_inner li {
	padding-bottom: 4px;
}

.table_innerlft {
	width: 240px;
	text-align: left;
	vertical-align: top;
}
.table_innerrght {
	text-align: left;
	vertical-align: top;
}

.table_sublinks {
	width: 200px;
	text-indent: 5px;
	font-size: 1em;
}


