
/* ----------------HEADER------------  */


#header {
  position: relative;
	background-image: url('../../../images/banner.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	text-align: Right;
	vertical-align: bottom;
	padding-right: 15px;
	height: 157px;
	padding-top: 1px;
	font-family: "Trebuchet MS", verdana, arial, helvetica

}

#header a:link, #header a:visited {
	font-size: 24px;
	color: #fdfdfd;
}

#header a:hover {
	color: #f5f3f4;
}
#headerinfo {
  position: absolute;
  right:0;
  width: 195px;
  height: 157px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#headerinfo img{
  margin: 0;
  padding: 0;
}
#name {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-family: Cotillion;
  font-size: 3em;
  line-height: 1em;
  color: #4344EC;
}
/* ----------------NAV MENU------------  */


#navmenu {

  position: relative;

	background-image: url('../../../images/navmenu2.jpg');

	height: 45px;

	background-repeat: no-repeat;

	margin: 0px;

	padding-top: 2px;

	padding-right: 3px;

	padding-bottom: 6px;

	padding-left: 25px;

	color: black;

/*	font-size: 1.em; */

	font-variant: small-caps;

	text-decoration: none;

	text-align: left; 



}


#navmenu a:link {

	color: black;

	font-weight: bold;

/*	font-size: 1.em; */ 

	text-decoration: none; 

	text-align: left;




}

#navmenu a:visited {

	color: black;

	text-decoration: none;

	font-weight: bold;

}


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 200px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 198px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* this is the initial color seen */
.menulist li {
 float: left;
 display: block;
 position: relative;
 /* background: white; 
 border: 1px solid #330; */ 
 margin-right: -1px;
 padding-left: 5px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 background: white;
 /*font-size: 6pt;*/
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
/* text-decoration: none; */
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 /*color: #FFF; */
 background-color: #5b66d5;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #5b66d5;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */







/* ----------------CONTENT------------  */


#wrapper {

	background-color: #fdfdfd;
	text-align: center;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	width: 755px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;

}
#temp{
  border: 1px dashed red;
}
#floatright {
  float: right;
  clear: both;
  padding: 10px;
  border: 5px solid white;
}

#content {
	text-align: justify;
	height: auto;
	color: #666666;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin: 0px;
}

/* ----------------FOOTER------------  */

#footer {
	background: url('../../../images/footer.jpg');
	background-repeat: no-repeat;
	width: 745px;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: black;
	height: 25px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #8FBFFF;
	line-height: 130%;
	clear: both;
	}

#footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;


}
#footer a:hover {
	color: #FFFFFF;

}


/* ----------------REDIFINED TAGS------------  */



body {
background-image: url('../../../images/55555.gif'); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px auto;
	text-align: center;
	background-attachment: fixed;
	padding: 0px
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003BAE;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 21px;

}
h3 a {
	color: #0066FF;
}
h2 {
	font-size: 11px;
	font-weight: normal;

}
/* ---------------FORM-------------------*/

input {
	border: 1px solid #666666;
	background: #fdfdfd;
	margin: 5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	padding: 3px;

	}

input:hover {
	background: #FFFFFF;
	}
	
textarea {
	border: 1px solid #666666;
	margin: 5px;
	background: #ffffff;
	color: #333333;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	padding: 3px;


	}

textarea:hover {
	background: #FFFFFF;
	}
	
select {
	border: 1px solid #003300;
	margin: 5px;
	padding-left: 3px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	form {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
