/* Basics CSS*/

html, body {
margin:0px auto; padding:0px;
height: 100%;
text-align: center;

}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}



body {
margin:0px auto; padding:0px;
height: 100%;
text-align: center;
 color: #333;
background: #f7f7f9 url(images/bg.jpg);
font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:link {
color: #775D42;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #775D42;
}
a:hover {
text-decoration: none;
color: #775D42;
}
a:active {
text-decoration: none;
color: #775D42;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#wholepage {
 width: 776px;
 margin:0px auto;
 background: #ffffff;
 }

#hdr {

background: #3c7392 url(images/logotop.jpg);
height: 80px;
min-height:80px;
 }
 
 

#hdr h1 {
 color: #fff;
 background:#3c7392;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#normalcontentshared {
text-align: left;
background:#66c0f3;
height: 150px;
min-height:150px;
}

#cont {
 float: right;

 width:565px;
 padding: 5px;
 padding-right: 10px;
 }
#cont h2 {
 color: rgb(153, 102, 51);
}

#ftr {
 clear: both;
 color: #fff;
 background:#3c7392;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 }

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}

#leftcontent {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}

#leftcontentshared {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}

#main {
text-align: left;
}

#normalcontent {
padding-top: 20px;
text-align: left;
}



#footer {
	border-top: dotted 1px #999999;
	width: 100%;
	}
#footer P {
	font-size: 10px;
	text-align: center;
}

#bordercontent {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

#bordercontentshared {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

		/* Menu 1 column */
P.bodytext A { font-weight: bold; font-family: verdana, arial;
	font-size: 11px; color: #000000; text-decoration: none;}

P.bodytext A:hover { font-weight: bold; font-family: verdana, arial;
	font-size: 11px; color: #F65E0B; text-decoration: none;}

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
 
}
#nav ul {

 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}


#menu_1 {	
/*vertical-align: top; */
width: 100%;
height: 250px;
padding-top: 10px;

}

#menu_1 DIV {
background-color: #70AFCE;
/*background-image: url(images/nav.gif);*/
}

#menu_1 DIV A {
font-weight: bold;
color: #000000;
text-decoration: none;
}

#menu_1 DIV A:hover {
font-weight: bold;
	text-decoration: none;
	background-color: #F77D07;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  
  border-top: 1px solid #E7E8E9;
  font-size: 11px;
  padding-top:2px;
  padding-bottom: 2px;
  padding-left:5px;
  padding-right:5px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  
  border-top: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:2px;
  padding-bottom: 2px;
  padding-left:5px;
  padding-right:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
#menu_1 DIV.menu1-level1-act A {
  color:black;
}
#menu_1 DIV.menu1-level1-act A:hover {
background-color: #ffffff;
}





/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
background-color: #848D90;
  font-size: 10px;
  padding-left:9px;
  padding-top:2px;
  padding-bottom: 2px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
background-color: #848D90;
  font-size: 10px;
  font-weight:bold;
  padding-left:9px;
  padding-top:2px;
  padding-bottom: 2px;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_1 DIV.menu1-level3-no {
background-color: #6C7376;
  font-size: 10px;
  padding-left:13px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 DIV.menu1-level3-act {
background-color: #6C7376;
  font-size: 10px;
  font-weight:bold;
  padding-left:13px;
}
/*  MENU 1, level 4, normal state (NO) */
#menu_1 DIV.menu1-level4-no {
background-color: #595F61;
  font-size: 10px;
  padding-left:16px;
}
/*  MENU 1, level 4, active state (ACT) */
#menu_1 DIV.menu1-level4-act {
background-color: #595F61;
  font-size: 10px;
  font-weight:bold;
  padding-left:16px;
}

/*****************/
/* Various Forms */
/*****************/
/*----------------------MALL SEARCH STYLES------*/
FORM TABLE TR TD.tx-malldirectory-pi1-searchbox {
 border: 1px solid #666666; font-style: bold; font-size: 11px; color: #333333;
}
SELECT.tx-malldirectory-pi1-searchbox-name {
 border: 1px solid #666666; font-style: bold; font-size: 11px; color: #333333;
}
FORM  TD INPUT, FORM  TD, SELECT, FORM TD.TEXTAREA.tx-malldirectory-pi1-searchbox-button {
 border: 1px solid #666666; font-style: bold; font-size: 11px; color: #333333;
}
h1.shopSingleTitle {
 font-size: 12px; 
}
#searchList TD {
font-size: 11px; vertical-align:top;
}
#searchList TH {
font-size: 11px; font-style: bold;
}

tx-newloginbox-pi1 {
color: #333333;
}
/*----------------------MALL SEARCH STYLES------*/
/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; font-size: 11px; color: #333333;}
FORM TABLE TR TD.csc-form-labelcell { font-size: 11px; color: #333333;}
FORM TABLE TR TD.csc-form-fieldcell { font-weight: bold; font-size: 11px; color: #333333;}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {  border: 1px solid #666666; font-style: italic; font-size: 11px; color: #333333;}
FORM TABLE TR TD.csc-form-labelcell P, FORM TABLE TR TD.csc-form-commentcell P { font-size: 11px; color: #333333;}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; font-size: 11px; color: #333333;}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label { color: #333333; font-size: 11px; }
FORM TABLE { margin-top: 5px; border: 0px #666666 dashed; font-size: 11px}
FORM INPUT, SELECT, FORM TEXTAREA { border: 1px solid #666666; font-size: 11px; color: #333333;}
/* Email form, specifically */
.csc-mailform {width: 565px; border: 0px solid #666666; text-align: left; }
.csc-mailform-field LABEL {width: 100px; align: left;}
.csc-mailform-field INPUT {background-color: #D9D9D9;}
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {  color: #333333; height: 100%}

/* Search form, specifically */
FORM TABLE.csc-searchform { }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell  {  color: #333333; }

/* Login form, specifically */
FORM TABLE.csc-loginform { border-color: #cccccc; color: #ffffff; }
FORM TABLE.csc-loginform TR TD.csc-form-labelcell  { background-color: #D9D9D9; color: #333333; }

We would like to send you future information about APL. If you wish us not to, please tick the box below. 


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 5px; margin-top: 10px; border: 1px black solid; width: 100%;}
TABLE.csc-searchResultInfo TR {  }
TABLE.csc-searchResultInfo TR TD P { font-size: 11px; padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { color: #000000; font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext P { color: #000000; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #000000; }
H3.csc-searchResultHeader {  padding-left: 5px; }
P.csc-searchResult { font-size: 11px; font-style: italic; margin-left: 20px;}
h3.csc-noSearchResultMsg {font-size: 12px;}
/******************/
/* Headers, plain */
/******************

/* Header date */
P.csc-header-date { font-size: 11px; color: #333333; }

/* Subheader, general */
P.csc-subheader { font-size: 11px; font-style: italic; }

/* Subheader, specific */
P.csc-subheader-0 { color: #333333; }
P.csc-subheader-1 { color: #333333; }
P.csc-subheader-2 { color: #333333; }
P.csc-subheader-3 { color: #333333; font-style: normal; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; color: #333333; }
P.bodytext I { font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;}
P.bodytext U { font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;}
P.bodytext B { font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;}
P.bodytext B I {font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;}
P.bodytext B I U {font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { font-size: 11px; margin-top: 0px;  }
UL UL LI { font-size: 12px; }
UL LI A { color: #D76B00; text-decoration: none; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; font-size: 12px;}

OL { font-size: 11px; margin-top: 0px; }
OL LI A { color: #333333; }

LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }



/* RTE / BlockQuote styling */
BLOCKQUOTE { }
BLOCKQUOTE P.bodytext { margin-left: 5px; }
BLOCKQUOTE BLOCKQUOTE { }
BLOCKQUOTE BLOCKQUOTE P.bodytext { margin-left: 5px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #666666 solid; margin: 5px 5px 5px 5px; width: 70%; }
TABLE.contenttable TR TD { padding: 5px 5px 5px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size: 11px; color: ##333333; font-style: italic; }
TABLE.contenttable TR {  }


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist { color: #666666; background-color: transparent; }
UL.csc-bulletlist LI { background-color: #000000; }


/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #333333; }
UL.csc-bulletlist-1 { color: #333333; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #333333; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #333333; list-style-image: url(img/red_arrow_bullet.gif); }


