/* CSS Document */


/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: "Calibri", Century Gothic, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

a:link { color: #000000; }
a:visited { color: #666666;}
a:hover {color: #700404;}
a:active { color: #700404;}

p {
	text-align: justify;
}

ul.nav {
	list-style: none;
	padding-left: 0px;
	width: 450px;
	padding: 10px;
	margin: 10px;
	border-top: #CCCCCC dotted thin;
	font-size: .9em;	
}

ul.nav li {
	float: left;
	display: inline;
	}

ul.nav a {
	width: 6em;
	display: block;
	border: none;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-size: 12px
	}


ul.nav a:visited { color: #000000;}
ul.nav a:hover {color: #700404;}
ul.nav a:active { color: #700404;}

* html ul.nav a {height: 1px;}

h1, h2, h3, h4, h5, h6
{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2 {
   text-align: center;
  }

h4 {
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

/* standard helper classes */

.clr
{
   clear: both;
/*   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;*/
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;

}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { 
	text-align: center; /*center on ie*/ 
	background-color: #700404;
	} 

#container
{
	position: absolute;
	margin: 0 auto;  /*center on everything else */
	width: 800px;
	text-align: left;
	font-family:"Calibri", Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	left: 125px;
/*		border-bottom: 5px;
   	border-top: 5px;
   	border-left: 5px; 
   	border-right: 5px; 
   	border-style: solid;
   	border-color: #000000;*/
}

#container-inner { 
	position: static; 
	width: auto;
	background-color: #000000;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { 
	position: relative; 
	width: 790px; 
	background-color: #fff;
	border-bottom: 0px;
   	border-top: 0px;
   	border-left: 5px; 
   	border-right: 5px; 
   	border-style: solid;
   	border-color: #000000;
   }
   
#pagebody-inner { 
	position: static; 
	width: 100%;
	background-color: #fff;
}

#alpha,#beta, #gamma, #delta 
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
	float: left;
	width: 730px;
	color: #000000;
	background-color: #ffffff;
	padding: 15px 20px 15px 20px;
	text-align: justify;
}

#alpha-inner img.right {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#alpha-inner img.left {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#footer {
	position: static; 
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: #000000 5px solid;
   	border-left: #000000 5px solid; 
   	border-right:  #000000 5px solid; 
	margin: 0; 
	padding: 5px 15px 5px 5px;
	text-align: center;
}

#footer p {
	color: #000000;
	border-top: #CCCCCC dotted thin;
	font-size: .9em;	
	height: 10px;
	width: 770px;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}

.image-left{
	width: 300px;
	padding: 0px;
}


.caption-wide {
	width: 450px;
	padding: 0px;
}

.caption-wide p {
	font-weight: bold; 
	font-style: italic;
	color: #666666;
	text-align: center;
}

.caption-left {
	width: 300px;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.caption-left p {
	font-weight: bold; 
	font-style: italic;
	color: #666666;
	text-align: center;
	}

.caption-right {
	width: 140px;
	float: right; 
	padding: 0px 0px 0px 10px;
}

.caption-right p {
	font-weight: bold; 
	font-style: italic;
	color: #666666;
	text-align: center;
	}

.caption-small {
	width: 210px;
	float: left; 
	padding: 0px 5px 0px 0px;
}

.caption-small p {
	font-weight: bold; 
	font-style: italic;
	color: #666666;
	text-align: center;
	}

.caption-smaller {
	width: 160px;
	float: right; 
	padding: 0px 5px 0px 0px;
}

.caption-smaller p {
	font-weight: bold; 
	font-style: italic;
	color: #666666;
	text-align: center;
	}

/* one-column tweaks */

   .layout-one-column body {min-width: 670px; background-color: #9e7b87; }
   .layout-one-column #alpha { min-height: 350px;}
   .layout-on-column #alpha-inner { min-height: 350px; }
   .layout-one-column #container {
	position: absolute; 
	width: 700px;
	min-height: 350px;
	left: 125px;
}
   .layout-one-column #banner { width: 700px; } /* necessary for ie win */
   .layout-one-column #footer {width: 770px; }


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background-color: #fff;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background-color: #fff;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* two-column-right tweaks */

   .layout-two-column-right #alpha
   {
      margin: 1px;
      width: 520px;
      /*background-color: #fff;*/
  	  min-height: 400px;
	  border: 0;
   }

   .layout-two-column-right #alpha-inner
   {
      width: 490px;
	  /*background-color: #fff;*/
	  padding: 10px 20px 0 30px;
/*      border-width: 5px 0px 0px 5px;
      border-style: solid;
      border-color: #6a4951;*/
  	  min-height: 400px;
   }

   .layout-two-column-right #beta
   {
      margin-left: 25px;
      width: 210px;
      background: #fff;
/*      border-width: 5px 5px 0px 0px;
      border-style: solid;
      border-color: #6a4951;*/
	  min-height: 500px;
   }

   .layout-two-column-right #beta-inner
   {
      padding: 25px 10px 0 20px;
      background-color: #fff;
	  width: 200px;
  	  min-height: 490px;
   }
   
    .layout-two-column-right #beta ul  
	{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	}
   
 .layout-two-column-right #footer {width: 770px; }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
  	  min-height: 500px;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
	  min-height: 500px;
	 }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
  	  min-height: 500px;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
	  min-height: 500px;
  }
