/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: Screen' */
/* CSS Document */



/* -----------------------------------*/
/* ------>>> PAGE LAYOUT <<<-------*/
/* -----------------------------------*/

body{
 background-color: #fff;
}

#bodywrapper{
 margin: 40px auto;
 width: 850px
}

#banner {

  overflow: hidden;
  padding: 30px 0 0 32px;
}

#banner h1 {
  left:27px;
  margin:0pt;
  /*position:absolute;*/
  top:8px;
}

#banner h1 a {
  background:transparent url(uploads/images/layout/allen_logo.gif) no-repeat scroll 0pt;
  display:block;
  height:66px;
  overflow:hidden;
  text-indent:-5000px;
  width:228px;
}

#header {
  position: absolute;
  top: 170px;
}

#nav {
  background: #eaeaea url(uploads/images/layout/nav_corner.gif) no-repeat scroll 100% 0px;
  width: 525px;
  height: 28px;
  position: absolute;
  left: 264px;
  top: 0px;
}

#nav_child {
  position: absolute;
  top: 30px;
  left: 440px;
  width: 120px;
  padding: 0px;
  margin: 0px;
}

.nav_bg {
  background: url(uploads/images/layout/nav_blue_bg.gif) no-repeat scroll 100% 0;
  width: 526px;
  height: 113px;
  position: absolute;
  top: 32px;
  left: 264px;
}

.header_img {
  background: #fff;
  width:259px;
  height: 144px;
}

#container{
  overflow:hidden;
  padding-left:270px;
  margin-top: 200px;
}

* html #container{
  height:1%;
}

#main {
  background-color :#fff;
  width:525px;
 /* margin-right: 270px;*/
  border-left:1px solid #cee3f4;
  border-top: 1px solid #cee3f4;
  float:right;
}
#main h2 {margin-top: -4px;}

.main_img {
  background: #FFF url(uploads/images/layout/content_corner.gif) no-repeat scroll 0 0;
  width: 17px;
  height: 16px;
  margin-left: -2px;
  margin-top: -2px;
  z-index: 10;
position: relative;
}

#column2 {
  width:270px;
  float:left;
  margin-left:-270px;
}

#column2 .columnsleeve {
padding: 0px 20px 10px 20px;;
position: relative;
_left: 270px;
}

#column2 h2 {
  border-top: dashed 1px #cee3f4;
  padding-top: 20px;
}

#column2 .quote {
  background: url(uploads/images/layout/quote_bg.gif) no-repeat scroll 0px 10px;
  width: 210px;
  height: 42px;
}

#column2 .afra {
  
 
}
#column2 .afra a {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  background: url(uploads/images/layout/afra_logo.gif) no-repeat scroll 0px 0px;
  width: 38px;
  height: 65px;
margin-left: 170px;
}

#column2 .quote h3 {
text-align: right;
padding: 10px;
line-height: 2em;
}

#footer {
  background-color: #fff;
  clear: both;
margin-left: 28px;
color: #999999;
}
#footer a {color: #999999;}

.columnsleeve {
  padding: 10px 20px;
}

.currentpage h3 {
  color: #2280cf;
line-height: 1em;
margin: 0px;
}
/* End of 'Layout: Screen' */

/* Start of CMSMS style sheet 'Module: Menu' */
/* CSS Document */

/* -----------------------------------*/
/* ------->>> NAVIGATION <<<-------*/
/* -----------------------------------*/


#nav ul {
	list-style: none;
        line-height: 1;
        margin-left: -28px;
        *margin-left: 24px;
        margin-top: 10px;
}

#nav a {
	display: block;

}

#nav li {
	float: left;
	padding-right: 30px;
        position: relative;
}

#nav ul li {
        line-height: 1em;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li.activeparent ul {
	position: absolute;
	left: 0em;
        top: 24px;
        padding: 13px 0 0 0;
        margin: 0px;
        width: 150px;
        height: 95px;
        background-color: #4d99d8;
}
#nav ul ul li {line-height: 1em;}

#nav li ul ul {
	margin: -1.em 0 0 10em;
}

#nav li a:hover {
        color:#2280cf;
        text-decoration: none;
        font-weight: bold;

}

#nav .activeparent {color: #2280cf;}

#nav ul ul li a {
        color: #FFF;
        font-weight: normal;
        text-align: left;
}

#nav .activeparent .currentpage h3 {
        font-weight: bold;
        color: #fff;
        margin: 0px;
        padding-left: 16px;
        background: url(/uploads/images/layout/bullet.png) 0 2px no-repeat;
*background-position: 0 4px;
_background: url(/uploads/images/layout/bullet.gif) 0 4px no-repeat;
}
#nav .activeparent li.currentpage {

}

#nav .activeparent li.currentpage a {

}

#nav ul ul li a:hover {
        color:#fff;
        text-decoration: none;
	font-weight: bold;
}

/*----------CHILD PAGES---------*/

#nav_child ul {

    line-height: 1.25;
	padding: 0px;
	margin: 0px;
display: none;
}

#nav_child a {
	display: block;
	color: #fff;
	font-weight: normal;
}

#nav_child li {
	padding: 0px;
	margin: 0px;
}

#nav_child ul li {
    line-height: 1.25em;
}

#nav_child li a:hover {
        color:#fff;
        text-decoration: none;
	font-weight: bold;
}

#nav_child .menuactive a {
font-weight: bold;
 color: #fff;
}

/* http://www.htmldog.com/articles/suckerfish/dropdowns/  */
/* End of 'Module: Menu' */

/* Start of CMSMS style sheet 'Style: Rounded Corners' */
/* CSS Document */

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 min-height: 8em;
 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:30px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(uploads/images/layout/rc_bg.png) no-repeat top right;
 /*_background-image:url(dialog2-blue.gif);*/
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:20px 30px 15px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:30px; /* top slice width */
 margin-left:-30px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:35px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:35px; /* bottom corner width */
 margin-left:-30px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog .content .wrapper {
 position: static;
 max-height:3000px;
 overflow:auto;
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
/* End of 'Style: Rounded Corners' */

/* Start of CMSMS style sheet 'Style: Typography' */
/* CSS Document */

/* -----------------------------------*/
/* ---->>> COLOUR GLOSSARY <<<----*/
/* -----------------------------------*/

/* 
GREY (body) #63605F
BLUE (h2) #9DC6F4 
GREEN (h3, h4) #A5BC34
*/

/* -----------------------------------*/
/* --------->>> GLOBAL <<<----------*/
/* -----------------------------------*/

body {
  font-family: helvetica,verdana,arial, sans serif;
  font-size: 0.72em;
  line-height: 1.25em;
  color: #726F6E;
  color: #63605F;
  background: url(/uploads/images/layout/body_map.gif) 100% 0 repeat-y;
}



/* -----------------------------------*/
/* ------>>> TYPOGRAPHY <<<-------*/
/* -----------------------------------*/

h1 {
  font-size: 1.6em;
  margin: 1em 0;
  font-weight: bold;
}

h2 {
  font-size: 1.6em;
  line-height: 1.25em;
  margin: 0 0 10px 0;
  color:#666;
  font-weight: normal;
}

p+h2,ul+h2 {margin: 1.2em 0 0.5em 0;}

h3 {
  font-size: 1em;
  line-height: 1em;
  margin: 0.3em 0 -0.3em 0;
  color:#666;
}

h4 {
  font-size: 1.1em;
  margin: 0 0 0.3em 0;
  color: #A5BC3A;
}

h2 a, h3 a, h4 a {color: #666; text-decoration: none;}
/*h2 a, h3 a, h4 strong {color: #000;}*/

p {
  margin: 0 0 1em 0;
}

/* -----------------------------------*/
/* --------->>> LISTS <<<-----------*/
/* -----------------------------------*/


ul {

  list-style: none;
}

p+ul {margin-top: -1em;}

ul li {

  line-height: 1em;
  list-style-image: url();
}

ul a {
  color: #666;
}

ol {
  margin: -0.3em 0 1em 1em;
}

ol li  {

  margin: 0.4em 0.5em;
  line-height: 1.3em;
}


.hr {
  border: none;
  background: url(/uploads/images/layout/hr_map.gif) 0 0 repeat-x;
  height: 5px;
  margin: 1em;
  clear: both;
}

.hr hr {display: none;}

hr.thin {
  margin: -0.3em 0 0.5em 0;
}

hr.black {
  border-color: #000;
}


dt{
  float: left;
  clear: left;
  font-weight: bold;
  margin: 0 0 1em 1em;
  width: 55px;
  color: #000;
}

dd {
  display: block;
  margin: 0 0 1em 0;
  padding-left: 75px;
}

a {
  color: #666666; 
  font-weight: bold;
  text-decoration: none;
}

a:hover {
text-decoration: underline;
}


a:active {
  outline: none;
}

a.externalLink {
  padding-right: 12px; 
  background: url(/uploads/images/layout/arrow_ur_small.gif) 100% 0 no-repeat;
}

a img {border: none;}

blockquote {
 margin: 0.5em 0;
  padding: 1.5em;
  background: #F5F8E2;
  color: #000;
}

blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}

blockquote p {
}

input, select {
  font-size: 11px;
}

/* -----------------------------------*/
/* ------->>> CODE VIEW <<<--------*/
/* -----------------------------------*/

code {
 background: #F0F0F0;
  color: #000;
  font-size: 1.1em;
}

pre {
 background: #F0F0F0;
 border: #DDD;
 padding: 1em;
 margin: 0.5em 0;
}

/* -----------------------------------*/
/* --------->>> FORMS <<<----------*/
/* -----------------------------------*/

fieldset {border: none; padding: 0px; margin: 0px;}

fieldset legend {
  font-size: 1.6em;
  line-height: 1.25em;
  margin: 0 0 1.2em 0;
  color:#666;
  font-weight: normal;
}

fieldset label {
 display: block;
 width: 80px;
 float: left;
}

fieldset input {width: 200px;}

fieldset textarea {width: 200px; height: 63px;}

fieldset .button {padding-top: 10px;}

fieldset .button input {margin-left: 80px;}
/* End of 'Style: Typography' */

