/* generic body text styles */

.body {
color: #666666;
}

p,li,ol,ul,td
{
color: #666666;
font-size: 14px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasis
{
color: #234836;
font-size: 14px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasisRED
{
color: #790102;
font-size: 14px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasisGREEN
{
color: #00411b;
font-size: 14px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasis2
{
color: #234836;
font-size: 14px; 
line-height: 18px; 
font-family: arial;
font-weight: bold;
}

.bodyEmphasis2RED
{
color: #790102;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
font-weight: bold;
}

.bodyEmphasis2GREEN
{
color: #234836;
font-size: 16px; 
line-height: 18px; 
font-family: arial;
font-weight: bold;
}

.highlightSmall {
color: #666666;
font-size: 12px; 
font-weight: bold;
}


.highlightMid {
color: #224735;
font-size: 13px; 
font-weight: bold;
}

.highlightTitle {
color: #2b6482;
font-size: 15px; 
font-weight: normal;
}

.highlightTitle2 {
color: #2b6482;
font-size: 15px; 
font-weight: bold;
}
/* overall link styles if no class is applied */

A:link  {
font-size: 12px;
font-family: arial;
color: #2b6482;
text-decoration: underline;
}

a:visited {
font-size: 12px;
color: #2b6482;
text-decoration: underline;
}

A:hover  {
font-size: 12px;
color: #2b6482;
text-decoration: none;
}

.sidenav {
padding-left: 28px;
}

a.side:link {
text-decoration: none;
font-size:10px;
}

a.side:visited {
color: #333333;
text-decoration: none;
font-size:10px;
}

a.side:hover {
color: #666666;
}

a.dirdis:link {
color: #006699;
}

a.dirdis:visited {
color: #006699;
}

a.dirdis:hover {
color: #006699;
}
/* -- form elements -- */


select {
	font: 9px arial
}

textarea {
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 9px arial
}
 
INPUT {
	background-color: #FFFFFF;
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 11px arial
} 
	
/* --------------------------------------------------------- */

.colortd {
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

.footer{
color: #333333;
font-size: 10px; 
line-height: 12px; 
font-family: arial;
text-decoration:none;
}

.footerLink {
color: #333333;
font-size: 10px;
line-height: 12px;
font-family: arial;
text-decoration: none;
}

.footerLink:visited {
color: #333333;
font-size: 10px;
line-height: 12px;
font-family: arial;
text-decoration: none;
}

.footerLink:hover {
color: #666666;
font-size: 10px;
line-height: 12px;
font-family: arial;
text-decoration: none;
}

a.atlanticLink:link {
color: #660000;
text-decoration: none;
}

a.atlanticLink:visited {
color: #660000;
text-decoration: none;
}

a.atlanticLink:hover {
color: #666666;
text-decoration: none;
}

A.smallcal  {
font-size: 10px;
color: #660000;
text-decoration: underline;
}

A.smallcal:hover  {
font-size: 10px;
color: #660000;
text-decoration: underline;
}

A.smallcal:visited  {
font-size: 10px;
color: #660000;
text-decoration: underline;
}
.Navybody {
color: #334B8C;
font-size: 11px; 
line-height: 14px; 
}

A.org:link  {
font-size: 12px;
font-family: arial;
color: #790102;
text-decoration: none;
}

a.org:visited {
font-size: 12px;
color: #790102;
text-decoration: none;
}

A.org:hover  {
font-size: 12px;
color: #790102;
text-decoration: underline;
}

A.speak:link  {
font-size: 12px;
font-family: arial;
color: #00411b;
text-decoration: none;
}

a.speak:visited {
font-size: 12px;
color: #00411b;
text-decoration: none;
}

A.speak:hover  {
font-size: 12px;
color: #00411b;
text-decoration: underline;
}

.floatleft
{
float: center;
border: 1px solid #ccc;
padding: 3px;
}


A.success:link  {
font-size: 12px;
font-family: arial;
color: #2b6482;
text-decoration: none;
}

a.success:visited {
font-size: 12px;
color: #2b6482;
text-decoration: none;
}

A.success:hover  {
font-size: 12px;
color: #2b6482;
text-decoration: underline;
}

.staff
{
margin: 2px 5px 1px 5px;
border: 1px solid #666;
border-color:#224735;
padding: 2px;
}

.fix
{ position:absolute;
margin-left: 500px;
margin-top: 200;
}

.fixBottom
{ position:absolute;
margin-left: 500px;
margin-top: 500;
}

/**************************MAGIC BOX***********************************/


.tabcontainer{
	width:25%;/*divide number of tabs into 100 to get % width of tabs*/
	height:25px;
	float:left;
	margin:0px;
	padding:0px;
}

.tab_active {
	width:100%;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#3d6c58 ! important; 
	background-color:#fff ! important; 
	border-top:1px solid #c8c6c7;
	border-right:1px solid #c8c6c7;
	border-left:1px solid #c8c6c7;
	border-bottom:none; 
	}

.tab_inactive {
	width:100%;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#3d6c58 ! important; 
	background-color:#f4f4f4 ! important; 
	border-top:1px solid #c7c7c7; 
	border-right:1px solid #c7c7c7;
	border-left:1px solid #c8c6c7;/*make sure this color matches the border colors in the tab_active*/
	border-bottom:1px solid #c8c6c7;/*make sure this color matches the border colors in the tab_active*/
	padding:0px;
	text-decoration:none; 
	 -moz-box-shadow: inset 0px -10px 10px #d9d7d7;
	 box-shadow: inset 0px -10px 10px #d9d7d7;
	 -webkit-box-shadow: inset 0px -10px 10px #d9d7d7;
}

.magicboxcontainer {
	width:600px;
	min-height:550px;
	border:0px;
	position:relative;
	float:right;
	top:10px;
	vertical-align:top;
	background-color:#FFF;
	margin-bottom:15px;
	}
	
	.magicboxcontentcontainer{
		width:580px;/*this width will be less than container because of padding*/
		top:27px;
		border-bottom:#c8c6c7 solid 1px; /*make sure this color matches the border colors in the tab_active*/
		border-left:#c8c6c7 solid 1px; /*make sure this color matches the border colors in the tab_active*/
		border-right:#c8c6c7 solid 1px; /*make sure this color matches the border colors in the tab_active*/
		height:100%;
		min-height:500px;
		background-color:#fff;
		padding:10px;
		float:left;
		}
