﻿/* HTML Tags */
BODY
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.SiteBody 
{
	background-image:url(../../images/layout/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

/* headings */
H1{
	font-size: 1.7em;
	font-weight: bold;
	color:#FF5F01;
	margin: 0px 0px 7px 0px;
}

H2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 4px 0px 10px 0px;
	color:#000000;
}

H3{
	font-size: 1.2em;
	font-weight: bold;	
	color:#000000;	
}

H4{
	font-size: 1.1em;
	font-weight: bold;
	color:#FF5F01;
}

/* anchors */
A, A:visited {
	color:#FF5F01;
	text-decoration: underline;
}

A:hover, A:visited:hover {
	color:#FF5F01;
	text-decoration: none;
}

A.noline, A.noline:visited {
	text-decoration: none;
}

A.noline:hover, A.noline:visited:hover {
	text-decoration: underline;
}

A.whiteLink, A.whiteLink:visited {
	color:#FFFFFF;
}

A.grayLink, A.grayLink:visited {
	color:#C0C0C0;
}

A.blackLink, A.blackLink:visited {
	color:#000000;
}

A.boldLink 
{
	font-weight:bold;
}

/* html elements */
UL 
{
	margin:5px 0px 0px 20px;
	line-height:160%;
	padding:0;
}

.smallText 
{
	font-size: 10px;
}

/* tables */
TABLE.tableBg 
{
	background-color:#EFEFEF;
}

TABLE.tableBg  P
{
	margin:8px 0px 0px 0px;
}

TABLE.table3Cols1 
{
	width:450px;
	background-image:url(../../images/layout/table3cols1_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

TABLE.table3Cols2 
{
	width:450px;
	background-image:url(../../images/layout/table3cols2_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

TD.tdBg 
{
	background-color:#EFEFEF;
}

TR.tableRow 
{
	background-color:#cfcfcf;
}

TR.tableRow TD
{
	border-bottom:solid 1px #fff;
}

/* forms */
TEXTAREA 
{
	font-family:Arial;
}
.inputTxt 
{
	font-family : Arial;
	border: solid 1px #a3a3a3;
}

.bgButton 
{
	font-family : Arial;
	border : solid 1px #D5D6D7;
	color : Black;
	padding : 0 0 0 0;
	background-color : #FFFFFF;
	background-image:url(../../images/layout/bg_button.gif);
	cursor : hand;
	height : 20px;
	font-weight : bold;
	font-size : 12px;
}

/* page layout */
DIV#BodyWrapper
{
	width:780px;
	background-repeat: no-repeat;
	margin: 0px auto;
}

DIV#TopPane 
{
	width:100%;
	margin:15px 0px 3px 0px;
}

DIV#TopPane A#ADILogo
{
	float:left;
	width:224px;
}

/* navigation menu */
DIV#NavigationMenu 
{
	width:100%;
	height:22px;
	clear:both;
	padding:4px 0px 0px 0px;
}

DIV#NavigationMenu DIV#MenuLeft 
{
	float:left;
	width:4px;
	height:22px;
	background-image:url(../../images/layout/menu_top_l.gif);
} 

DIV#NavigationMenu DIV#MenuRight
{
	float:right;
	width:4px;
	height:22px;
	background-image:url(../../images/layout/menu_top_r.gif);
} 

DIV#NavigationMenu DIV#siteMenu 
{
	float:left;
	width:772px;
	height:22px;
	background-image:url(../../images/layout/menu_top_pixel.gif);
	background-repeat:repeat-x;
}

/* secondary menu */
DIV#SecondaryMenu 
{
	/*width:221px;*/
	height:21px;
	float:right;
	text-align:right;
	margin:38px 0px 0px 0px;
	color:#FFF;
	background-color:#FF5F01;
}

DIV#SecondaryMenu A
{
	font-weight:normal;
}

DIV#SecondaryMenu DIV.SecondaryMenuLeftCorner
{
	float:left;
	width:5px;
	height:21px;
	background-image:url(../../images/layout/topmenu_l.gif);
}

DIV#SecondaryMenu DIV.SecondaryMenuRightCorner
{
	float:right;
	width:5px;
	height:21px;
	background-image:url(../../images/layout/topmenu_r.gif);
}

DIV#SecondaryMenu DIV.SecondaryMenuMiddle 
{
	float:left;
	/*width:208px;*/
	padding:3px 0 0 0;
}

/* Footer */
DIV#Footer 
{
	clear:both;
	padding:10px 0px 20px 0px;
	width:780px;
	color:#808080;
	font-size:10px;
}

DIV#Footer DIV#FooterPixel 
{
	width:100%;
	height:1px;
	line-height:1px;
	font-size:0px;
	background-color:#FF5F01;
	margin-bottom:5px;
}

DIV#Footer DIV#FooterMenu 
{
	float:left;
}

DIV#Footer DIV#FooterWebShark
{
	float:right;
}

DIV#Footer A 
{
	color:#808080;
}