/* Generated by KompoZer */

/*******************************/
/* GENERAL                     */
/*******************************/
* {
  margin: 0px;
  padding: 0px;
}
a:link {
	color:#003399;
}
a:hover {
  text-decoration:underline;
}
a:visited {
  color:#8f8bc4;
}

/*******************************/
/* MAIN ID DEFs                */
/*******************************/

body {
  background: #2e8bc4 url(images/back_all.gif) repeat-y scroll center;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #383838;
}

#content {
  margin: 0 auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 712px;
  text-align: left;
}

#main {
  padding: 20px;
  width:712px;
}

#right {
  padding-left:10px;
}

#back {
  background: #ffffff none repeat scroll 0% 50%;
  width: 712px;
}

#header {
  background: transparent url(images/headerthin.jpg) no-repeat scroll 0% 50%;
  height: 175px;
  text-align: right;
}
/***************************/
/* LOGO WITHIN PHOTO IN HEADER */
/***************************/
#logo {
  width: 692px;
  height: 160px;
  text-align: right;
  padding-right: 20px;
  padding-top: 25px;
}
#logo a {
  text-decoration: none;
  text-transform: lowercase;
  font-style: italic;
  font-size: 18px;
  color: #ffffff;
}
#logo h2 a {
  font-size: 12px;
}

/***************************/
/* Creating Drop Down Menus*/
/***************************/

/* set margings and paddings for the division id */
#multi_drop_menus * {
  margin:0; padding:0;
}

/* ALL MENU-set font-narrow blue border-float left to make it */
/* horizontal */
#multi_drop_menus {
  background: transparent url(images/lego_menubar.jpg) no-repeat scroll 20px 100%;
   width: 670px;
   height: 47px;
   padding-left: 5px;
   font-family:lucida, arial, sans-serif;
   border:1px blue;
   float:left;
}

/* UNORDERED LIST-float left for horizontal placement*/
#multi_drop_menus ul {
   float:left;
  list-style-type:none;
   
}

/* MAIN BULLETS-float left with no bullets -width of 120*/
#multi_drop_menus li {
   list-style-type:none;
   float:left;
   position:relative;
   width:125px;
   padding-left:7px;
}
/* MAIN LINKS or ANCHOR TITLES-format color size padding */
#multi_drop_menus a {
   display: block;
   padding:10px 4px;
   text-decoration:none;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
   padding-top: 18px;
   font-size: 11px;
   text-transform: uppercase;
}

/* MAIN LINKS or ANCHOR TITLES HOVER-width height border color */
#multi_drop_menus a:hover {
  width: 110px;
  height: 18px;
  text-decoration: underline;
  border-left: 1px solid #153E7E;
  border-right: 1px solid #153E7E;
  border-bottom: 1px solid #153E7E;
  color: #FFFF00;
  background-color:#659EC7;
}

/* SET 2 UNORDERED LIST-make wider and do not display */
#multi_drop_menus li ul {
   position:absolute;
   width:160px;
   display:none;
}
/* SET 2 UNORDERED LIST HOVER-display when hovering */
#multi_drop_menus li:hover ul {
   display:block;
   height: 15px;
   width:160px;
   padding:5px;
}
/* SET 2 BULLETS-set color to white with blue background */
#multi_drop_menus li ul li {
   color:#ffffff;
   background-color:#659EC7;
   width:160px;
}

/* SET 2 ANCHOR TITLES-padding */
#multi_drop_menus li ul li a {
  padding-top: 0px;
  padding-right:0px;
  padding-left:0px;
}

/* SET 2 ANCHOR TITLES HOVER-padding */
#multi_drop_menus li ul li a:hover {
  width: 160px;
  height: 15px;
  text-decoration: underline;
  border-left: 1px solid #153E7E;
  border-right: 1px solid #153E7E;
  border-bottom: 1px solid #153E7E;
  color: #FFFF00;
}

/*******************************/
/*  Formatting for top of page */
/*******************************/
#pagetitle {
	background: transparent url(images/page_title.png) repeat-x scroll center;
	margin: 0px;
	padding: 0px;
	width: 672px;
	height: 47px;
	padding-left: 5px;
	margin-left: 15px;
	font-family:lucida, arial, sans-serif;
	border:1px blue;
	float:left;
	text-transform: uppercase;
	text-align: center;
}

#pagetitle h1 {
  font-size: 18px;
  font-weight: bold;
}

#pagetitle h2 {
  font-size: 14px;
  font-weight: bold;
}


/***************************/
/* FORMATTING FOR LEFT COLUMN */
/***************************/

#left {
	width: 370px;
	border: thin groove #000066;
}
#left h3 {
	background: transparent url(images/page_title.png) repeat-x scroll center;
	width: 351px;
	height: 37px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	text-transform: uppercase;
	color: #333333;
	border: thin none #000066;
}
#left ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #2e8bc4;
	border-bottom-color: #2e8bc4;
	border-left-color: #2e8bc4;
	border-top-style: none;
	line-height: 16px;
	padding-right: 0px;
}
#left li ul {
	border:  none;
	background: transparent none repeat scroll 0% 50%;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
}
#left li li {
	padding: 4px 10px;
}
#left a {
  color: #2e8bc4;
}
#left a:visited {
  color: #2e8bc4;
}
#left p {
  padding: 10px;
}

/***************************/
/* FORMATTING FOR RIGHT COLUMN */
/***************************/
#right {
  width: 640px;
  margin-left: 21px;
  padding-top: 20px;
  float:left;
}
#right h2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #2e8bc4;
  font-variant:small-caps;
}
#right ol ul{
	margin-left: 30px;
	padding-left: 50px;
	left: 50px;
}


/***************************/
/* FORMATTING FOR FOOTER   */
/***************************/

#footer {
  border-top: 4px solid #573479;
  background: transparent url(images/footer.gif) repeat-x scroll center bottom;
  height: 49px;
  width: 692px;
  clear: both;
  padding-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
#footer p {
  margin: 0;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
.bullet-indent {
	left: 60px;
}
ul {
	left: 50px;
	padding-left: 30px;
	list-style-image: url(aboutus/images/Bullet_lite_15.jpg);
	line-height: 22px;
	font-size: small;
}
p {
	font-size: small;
	line-height: 18px;
}
h4 {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
}
blockquote {
	font-style: italic;
}
ol {
	text-indent: 40px;
	list-style-position: inside;
}
h6 {
	font-size: x-small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
