/* ********************************************************************************** -
	  This is the main stylesheet for an AME based website.
   *********************************************************************************** */

/* ---------------Standard elements  ---------------- */
html {		
	margin: 0px;
	padding: 0px;
	min-width:780px;
	}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.03px;
	text-align: justify;
	width:780px;
}

table {
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
}
td {
	padding: 0px;
}
img {
	border: 0px solid #00FF00;
}
A {
        color: black;
        text-decoration: underline;
}
A:hover {
	font-weight: bold;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-variant: small-caps;
}
h3 {
	font-size: 16px;
	font-variant: small-caps;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	list-style-type: Circle;
}

blink { behavior:url(blink.htc);}

/* ---------------Ad hoc classes  ---------------- */
.Warning {
  	font-weight: bold;
	font-size: 16px;
    color: Red;
    padding-left: 18px;
}
.error {
	font-size: 12px;
    width: 700px;
}
.AdobeReader
{
	color: #A9A9A9;
	font-size: 10px;
	text-align: center;
}

/* ---------------Container ------------------ */
#container {
position:absolute;
width: 780px;
left:50%;
margin-left: -380px;
color: black;
background-color: white;
}

/* ---------------Header  ---------------- */

#divHeader {
Width: 780px;
	background-repeat: no-repeat;
	background-image: url(images/HeadBack.png);
       background-position: bottom right;
	text-align: Left;
    height:120px;
margin-bottom: 10px;
}

#divHeaderLogo {
 text-align: Left;
Float: Left;
}
.HeadLogo {
	height: 120px;
margin-left: 4px;
}
#divHeaderTaglineIntro {
        text-align: Left;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}

#divHeaderTagline {
        text-align: Left;
	color: green;
	font-size: 30px;
	font-weight: bold;
        padding-top: 20px;
        padding-left: 280px;
padding-right: 30px;
	vertical-align: top;
}
#divHeaderImage2 {
  display: None
}
.HeaderImage2 {
	height: 90px;
}

/* ---------------MENU  ------------------ */

#divMenu{
	text-align: left;
	background-color: #FFFFFF;
}
#divMenu ul {
padding: 0px;
margin: 0px;
}
.MenuLevel1 {
	color: black;
	background-color: #FFFFFF;
	padding-left: 10px;
        padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
    list-style-type: none;
  display: inline;
 }
.MenuLevel1 a {
	text-decoration: none;
	color: black;
}
.MenuLevel1 a:hover {
	color: Blue;
	text-decoration: underline;
	}
.MenuLevel1 a:selected {
	color: White;
       }
.MenuLevel1 a:active {
	color:#000000;
       }
.MenuLevel1 .txt {
       text-align: right;
}
.MenuThumbnail {
display: block;
clear: left;
}
.MenuThumbnail img{
width: 40px
}
/* --------Left Mast Section --------- */
#divLeftMast {
float: Left;
width: 126px;
background-color: Blue;
display: none;
}
.ChildMenuList{
Padding: 1px;
}
.ChildMenu{
	background-color: #00FFFF;
	color: white;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f3f2ed;
	text-decoration: none;
list-style-type: none;
list-style-image: none;
Padding: 1px;
text-align: Left;
overflow: hidden;
margin-left: 0px;
margin-right: 0px;
}
.ChildMenuHeading{
list-style-type: none;
list-style-image: none;
margin-top: 25px;
margin-bottom: 10px;
	font-weight: Normal;
}

.ChildMenu a{
	border-bottom-width: 0px;
	text-decoration: none;
}

/* ---------------Login ------------------ */
#divLogin {
text-align: right;
font-size: 10px;
margin: 0px;
padding: 2px;
}

#divLogin a {
text-align: right;
font-size: 10px;
}

#divLogin form {
margin: 0px;
}

.LoginError {
font-size: 10px;
Color: red;
}

.EditControls80 {
font-size: 10px; 
border-left: 1px solid #000000;
           border-right: 1px solid #000000;
		   border-top: 1px solid #000000;
		   border-bottom: 1px solid #000000;
		   width: 80px;
}

.ButtonControls {
font-size: 12px;
          border-left: 1px SOLID white;
		  border-right: 1px SOLID white;
		  border-top: 1px SOLID white;
		  border-bottom: 1px SOLID white;
}
/* ---------------PWord change------------------ */
#ChgPword {
margin: 20px 0px 30px 0px;
width: 400px;
text-align: right;
}

/* ---------------Content Section ------------------ */

#divContent{
	min-height: 200px;
    margin-bottom: 5px;
}

/* ---------------Article------------------ */
#Article {
}

.ArticleHEADER {
        font-size: 26px;
	font-variant: small-caps;
	font-style: italic;
        padding-left: 15px;
        padding-bottom: 5px;
margin-top: 5px;
}

.ArticleAUTHOR {
	font-size: 12px;
        padding-left: 15px;
	text-align: left;
margin-bottom: 5px;
}

.ArticleTAGLINE {
font-size: 18px;
        font-weight: bold;
	text-align: center;
}

.ArticleIMGlarge {
	font-size: 12px;
}
/* --------Article Section1 ---------- */
.DivArticleSection1 {
  padding: 5px;
}
#Article2columns .DivArticleSection1 {
  Width: 410px;
  	font-size: 12px;
float:left;
margin: 5px;
padding: 0px;
}

.ArticleIMG1 {
	padding: 2px;
	font-size: 12px;
	float: right;
    Margin-left: 7px;
	width: 300px;
    overflow:Hidden;
}

#ArticleImageLeft .ArticleIMG1 {
	float: left;
margin: 5px;
}
#Article2columns  .ArticleIMG1 {
	float: none;
    Margin-left: 0px;
}

.ArticleIMG1 img {
	width: 290px;
}

#Article2columns .ArticleIMG1 img {
  Width: 290px;
}
.ArticleBODY {
  margin: 5px;
}
#Article2columns .ArticleBODY {
}
/* ----------Article Section2 ----------- */
.DivArticleSection2 {
  padding: 5px;
margin-bottom: 10px;
}
#ArticleImageLeft .DivArticleSection2 {
  padding: 10px;
}

#Article2columns .DivArticleSection2 {
width: 300px;
float:right;
	padding: 7px;
	border: 1px Solid black;
margin: 5px;
margin-left: 20px;
}
.ArticleIMG2 {
	font-size: 12px;
	border-width: 0px;
float:left;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 10px;
padding: 5px;
}

#ArticleImageLeft .ArticleIMG2 {
	float:right;
	text-align: right;
margin-left: 10px;
}
#Article2columns .ArticleIMG2 {
  Width: 290px;
}
#HomePage .ArticleIMG2 {
  Width: auto;
margin-left: 10px;
}
.ArticleIMG2 img {
display: block;
}
#ArticleImageLeft .ArticleIMG2 img {
float: right;
}
#Article2columns .ArticleIMG2 img {
  Width: 270px;
margin-left: auto;
margin-right: auto;
clear:right;
}
.ArticleNOTES {
  margin: 5px;
}
#Article2columns .ArticleNOTES {

}
.ArticleATTACH {
	font-size: 16px;
	text-align: center;
}
.ArticleATTACHbody {
	font-size: 10px;
	text-align: center;
}

/* ---------------Child------------------ */
.DivChildSection {
float: left;
}

.ChildBox {
padding: 3px;
margin-left:6px;
clear: left;
}


#Mugshots .ChildBox {
	text-align: center;
        margin: 10px;
padding: 3px;
background-color: #FFFFFF;
	border: 1px solid #808080;

}

.ChildThumbnail {
	text-align: center;
	width: 110px;
Margin-left: 0px;
margin-top: 4px;
float: left;
}

#Mugshots .ChildThumbnail {
	text-align: center;
	width: 100px;
Margin-left: 5px;
margin-top: 4px;
}

.ChildThumbnail img {
	border: 2px solid black;
	width: 90px;
}

.ChildHeadline {
padding-left: 110px;
}

#Mugshots  .ChildHeadline {
font-size: 14px;
	border: 1px dotted #808080;
	text-transform: uppercase;
	text-decoration: none;
Padding-left: 0px;
}

.ChildHeadline A {
font-size: 12px;
}

#Mugshots .ChildHeadline A {
	text-decoration: none;
}

.ChildTAGLINE
{
	font-size: 16px;
	font-variant: small-caps;
	font-style: italic;
	text-align: Left;
       padding-left: 130px
}
#Mugshots .ChildTAGLINE
{
font-size: 10px;
text-align: center;
padding-left: 0px
}
.ChildAbstract {
font-size: 10px;
padding-left: 130px
}
#Mugshots .ChildAbstract {
font-size: 10px;
padding-left: 0px;
text-align: justify;
}
/* ---------------Mugshots ------------------ */
#Mugshots  {
	display: block;
	background-color: #C7D8EF;
        width: 137px;
	text-align: right;
position: Relative;
top : 0px ;
float:right;
}
/* ---------------right mast ------------------ */
#divRightMast {
	background-image: url(../images/mast_right.png);
}

/* ---------------Film strip ------------------ */
#divFilmStrip{
	background-color: white;
	text-align: center;
        width: 780px;
        clear: both;
       margin-left: 10px;
}

.FilmStripImg {
	    width: 146px;
        height:109px;
        border: 0px solid green;
        margin: 4px;
        padding: 0px;
        display: block;
        Float: left;
}
/* ---------------Contact block ------------------ */
#divContacts{
       font-size: 14px;
       text-align: center;
       color: white;
       clear: both;
       padding-top: 10px;
position: relative;
z-index:3;
background-color: green;
}
#divContacts a {
       color: white;
}

/* ---------------footer Section ------------------ */
#divFooter{
text-align: center;
padding-top: 10px;
font-size: 12px;
position: relative;
z-index:3;
       color: white;
background-color: green;
       padding-bottom: 10px;
}
#divFooter a {
       color: white;
}

.footer {
text-align: left;
font-size: 12px;
margin-right: 40px;
margin-left: 40px;
}

/* ---------------design credit------------------ */
#divDesign{
        text-align: center;
        font-size: 9px;   
	background-color: white;
        color: #808080;
        padding: 15px;
margin-top:-50px;
padding-top: 70px;
height: 150px;

}

#divDesign a{
       color: #808080;
}

#divDesign a:hover{
       color: black;
       font-size: 14px
}
/* ---------------Sitemap ------------------ */
#Sitemap{
font-size: 9px;
margin-left: 40px;
}
.Sitemap a {
font-size: 9px;
}
/* ---------------rotator ------------------ */
#divRotator{

}
.RotatorCONTENT
{
	font-size: 9px;
	color: #000000;
	text-align: center;
}

.RotatorCONTENT A
{
	font-size: 9px;
	color: blue;
	text-decoration: none;
}

.RotatorCONTENT A:hover
{
	font-size: 10px;
	color: blue;
	text-decoration: underline;
}

.RotatorHEADER
{
	font-size: 11px;
	font-weight: bold;
	color: #BFBFBF;
	text-align: center;
	position: relative;
	left: 7px;
	top: 6.5px;
	width: 160px;
}

.RotatorIMG
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	position: relative;
	left: 10px;
	top: 12px;
	width: 120px;
}

.RotatorDIV
{
	font-size: 11px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 135px;
	width: 180px;
	height: 400px;
	z-index: 5;
}

/* ---------------Reports------------------ */
.Report {
padding-left: 10px;
border-Right: dotted 3px black ;
}

.Report Th {
font-size: 10px;
text-align: Right;    
font-variant: small-caps;
padding-left: 10px;
padding-right: 10px;
}

.Report Td{
font-size: 12px;
text-align: right;  
padding-left: 10px;
padding-right: 10px;
}

.ReportHeader{
padding-left: 10px;
}

#Report1 {
float: Left;
}
#Report2 {
float: Left;
}
#Report3 {

}
#Report4 { 
}
/* ---------------Data tables ------------------ */
table.datatable
{
	background-color: white;
margin-left: 54px;
}

table.datatable thead
{
	background-color: #A9A9A9;
	color: white;
	font-weight: bold;
font-size: 11px;
}

table.datatable tbody td
{
	border-left: dotted 1px black;
	border-bottom: dotted 1px black;
padding: 0px 12px  0px 12px;
font-size: 13px;
	color: #A9A9A9;
}

table.datatable a
{
	color: black;
}

/* --------------- Forms  ---------------- */
.FieldLable {
        font-size: 9px;
	text-align: right;
padding-left: 12px;
	vertical-align: top;
}

.Fieldinfo {
        font-size: 12px;
	text-align: center;
padding-bottom: 12px;
padding-top: 12px;
	
}

.FieldData {
padding-left: 8px;

}

.FieldDataInvoice {
	text-align: right;


}
.RequiredFlag {
  color: Red;
}

.Feedback {
  	font-weight: bold;
	font-size: 12px;
        color: white;
padding: 0px 0px 10px 20px;

}

.ActionLinks {
	text-align: right;	
	font-size: 14px;
        color: white;
}

.ActionLinks a {
        color: white;
}

/* ---------------- END ----------------- */


