
/* TEMPLATE STYLE SHEET */
/* © POPCORN 2006 */

/**** MAIN *********************************************************************************************************** MAIN */

body {
  margin: 5px;
  background-color: #E0E0E0;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 1em;
  color: black;
}
  
input,textarea,select {
  font-size: 11px;
  color: black;
}

h1 {
  font-size: 160%;
  color: #990099;
  font-weight: normal;
  margin:0;
}

h2 {
  font-size: 110%;
  color: #990099;
  font-weight: bold;
  margin:0;
}

h3 {
  font-size: 110%;
  color: #990099;
  font-weight: normal;
}

form { 
  margin: 0; 
  padding: 0; 
}

img, table { 
  border: 0; 
}

div.clear {
  clear: both;
}
  

/* NAVIGATION ************************************************************************************************** NAVIGATION *
****************************************************************************************************************************/

.navigation {
  height: 28px;
  border: 8px solid white;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin: 10px 0 0 0;
  background-color: #808084;
  padding: 10px 0px 0px 18px;
}

.navigation a {
  color: #FFFFFF;
  text-decoration: strong;
}

.navigation a:hover {
  color: #990099;
  text-decoration: none;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul li {
  display: inline;
  margin-right: 18px;
}


/* GENERAL STYLES ****************************************************************************************** GENERAL STYLES *
****************************************************************************************************************************/

.main {
  width: 900px;
  margin: auto;
}


/* change this color to change the 'page' color ********/
.content {
  width: 874px;
  background-color: #FFFFFF;
  border: 8px solid white;
  padding: 0 12px 0 12px;
}

.phone-number {
  padding: 45px 14px 0px 20px;
  float: left;
  color: #666666;
  font-size: 140%;
}

.logo {
  padding: 5px 10px 0px 12px;
  float: right;
}

.text {
  float: left;
  color: #666666;
  padding: 24px 12px 12px 12px;
}

.footer {
  float: left;
  margin: 12px 0 12px 0;
  color: #990099;
}

.footer a {
  color: #990099;
}

.global {
  float: right;
  margin: 12px 0px 12px 0;
}

.global {
  color: #01294c;
}


.global a {
  color: #990099;
}


/* IMAGES ********************************************************************************************************** IMAGES *
****************************************************************************************************************************/

.main-image-container {
  margin: 10px 0 10px 0;
}

.main-image-1 {
  border-right: 8px solid white;
}

.page-images {
  float: right;
  margin: 0 0 0 0;
}

.page-images img {
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}



/* GLOBAL ANCHORS ************************************************************************************************* ANCHORS *
****************************************************************************************************************************/

a { 
  color: #990099; 
  text-decoration: underline; 
  font-weight: bold;
}

a:hover { 
  color: #EC751F;
  text-decoration: underline;
}


/* SHADOWS ********************************************************************************************************* SHADOWS *
*****************************************************************************************************************************/

.top-shadow {
  background-image: url('/images/shadow_top.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

.left-shadow {
  background-image: url('/images/shadow_left.jpg');
  background-repeat: repeat-y;
}

.right-shadow {
  background-image: url('/images/shadow_right.jpg');
  background-repeat: repeat-y;
}

.bottom-shadow {
  background-image: url('/images/shadow_bottom.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

.BorderFull {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.BorderTop {
  border-top: 1px solid #000000;
}

.BorderBottom {
  border-bottom: 1px solid #000000;
}

.BorderLeft {
  border-left: 1px solid #000000;
}

.BorderRight {
  border-right: 1px solid #000000;
}
