body, td { /* Page and Editor body */
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

#body { /* Page body */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EAEAEA;
}

h1,.componentheading, .contentheading{
	font-size: 30px;
	color: #0076BC;
	font-weight: bold;
	font-variant: small-caps;
}

.componentheading, .contentheading{
	padding-top: 5px;
	color:#000;
}

h2{
	font-size: 18px;
	color: #000;
	margin-bottom: 0.5em;
	margin-top:0px;
}

h3{
	font-size: 16px;
	margin-top:0px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #000000;
}

th{
	color: #666666;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1B1B0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B0;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	background-color: #CCCCCC;
}

img{
	border: 0;
}

li{
	margin-bottom:10px;
}
/*************************/
/* Layout Table Settings */
/*************************/
#layout_table{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	background-color: #FFF;
}

#headerrow_td{
	padding: 0;
	margin: 0;
	vertical-align:top;
}

#leftcolumn_td{
	color: #FFF;
	padding: 0;
	margin: 0;
	vertical-align:top;
	background-color: #0076BC;
}

#maincolumn_td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	vertical-align:top;
}

#rightcolumn_td{
	color: #0076BC;
	vertical-align:top;
}

#footerrow_td{
	font-size: 9px;
	text-align: center; 
}

#footertable_table{
	margin-left:auto;
	margin-right:auto;
}

#logo {
	
}


#user3{
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 20px;
}

#pathway{
	width: 100%;
	height: 24px;
	background-color: #000;
	position: relative;
	color: #FFF;
}

#pathway a{
	color: #FFFF99;
}

/**************************/
/*          Menus         */
/**************************/

/* Main Menu*/
#mainmenu{
	margin:0;
	padding:0;    
}
#mainmenu li {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#mainmenu li:first-child {
}

#mainmenu li a {
	display:block !important;
	font-size: 20px;
	background-image: url(../images/menu_bkgd.png); /*Button image*/
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:0px;    /*Space above button*/
	margin-left:0px;    /*Space between buttons*/
	margin-right:0px;    /*Space between buttons*/
	height:31px;    /*Button height minus padding*/
	width:234px;      /*Button width*/
	text-decoration: none;
	text-align: center;
	padding-top:8px;   /*Link padding between button. Padding is clickable*/
	clear:both; /*For Verticle menu*/
	color:#FFFFFF;

}

#mainmenu .active a  {

}

#mainmenu li a:hover {
	color:#FF0;
}


a:link, a:active, a:visited{
	color:#003756;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#003756;
}


a img{
	text-decoration: none;
}

.contentpaneopen {
	width:100%;
}


#form-login{
	margin-left: 0px;
/*	font-size: 10pt;
	list-style-type: none;
	margin-top: 50px;*/
} 

#form-login fieldset{
	border: 0;
	margin-left: 0px;
}

#form-login input, #form-login p{
	margin:0;
} 

#morfflashcontent{
	text-align: center;
}

#slideshow{
	margin-left:30px;
	margin-top:-30px;
	margin-bottom:20px;
	width:620px;
	height: 284px;
	background-image: url(/images/stories/slideshow/slide-sealion.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* System Messages */
div.message {
	width:100%;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #640032;
	border-bottom-color: #640032;
	font-size: 14px;
	font-weight: bold;
	color: #640032;
}

dl#system-message dt.message { 
	display:none; 
}

.ruledtable1 td{
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0076BC;	
}


.ruledtable2 td{
	border-collapse:collapse;
	border: 1px solid #999;
	vertical-align:top;
	padding:5px;
}

.ruledtable2{
	border-collapse:collapse;
	border: 1px solid #000;
}

.tdheader{
	background-color: #0076bc;
	color: #ffffff;
	font-size: 16pt;
	font-weight:bold;
	text-align:center;
}

.contacttable p {
	margin:0px;
	padding:0px;
}

.caption2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

a.button {
	padding:5px;
	border: 2px solid #0076BC;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

div#organicfooter_wrapper {
	margin-top:-30px;	
	padding-left:10px;
}

.highlight{
	border: 1px solid #A7A7A7;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Order Form */

.form-group {
	margin-top:10px;
	margin-bottom:10px;
}

.control-label {
	display:block;
}

input.form-control {
	width:500px;
}