/********** Global Styles **********/
/

body {
   font-family:     Verdana, "Bitstream Vera Sans", "Lucida Sans", Arial, Helvetica, sans-serif;
   font-size:       90%;	/* Allow IE/Win to resize the document */
    border:          none;
}

/* Headings */

h1,				/* Headings (H1-H6) should only be used in */
h2,				/* the main content area                   */
{

   font-style:      normal;
   text-align:      left;
   margin:          1.5em 0 0 0;
   padding:         0;
}
h3 {
   text-align:      left;
   margin:          1.5em 0 0 0;
   padding:         0;
	font-style: italic;}



h4,
h5,
h6 {
   font-weight:     bold;
   font-style:normal;
   text-align:      left;
   margin:          1.25em 0 0 0;
   padding:         0;
}

h1 { font-size:     145% }
h2 { font-size:     125% }
h3 { font-size:     115% }
h4 { font-size:     105% }
h5 { font-size:     80%  }
h6 { font-size:     65%  }



/* Anchors */

a:link {
   text-decoration: none;
   color:           #0066CC;
   background:      transparent;
}

a:visited {
   text-decoration: none;
   color:           #003399;
   background:      transparent;
}

a:hover,
a:active {
   text-decoration: underline;
}


/* Block-inline elements */

img {
   vertical-align:  baseline;
   margin:          0;
   padding:         0;
   border:          none;
}

img.left {			/* Left-floating images */
   margin:          0.75em 1.5em 0.75em 0;
   float:           left;
}

img.right {			/* Right-floating images */
   margin:          0.75em 0 0.75em 1.5em;
   float:           right;
}

/* Block elements */

p {
   margin:     1em 0;
   font-weight:100;
   padding:    0;
}


/* Lists */

ol {
   list-style:      decimal outside;
   margin:          1em 0;
   padding:         0 0 0 2.5em;
}

ol.alpha {
   list-style-type: lower-alpha;
}

ol.number {
   list-style-type: decimal;
}

ul {
   list-style:      square outside;
   margin:          0.5em 0;
   padding:         0 0 0 0.5em;
}

ol ol,
ol ul,
ul ol,
ul ul {
   margin-top:      0;
   margin-bottom:   0;
}

ol ul,				/* Override possible browser styles */
ol ol ul,
ol ul ul,
ul ul,
ul ol ul,
ul ul ul {
   list-style:      square outside;
}

li {
   margin:          0 0 0 25px;
   padding:         0;
}

dl {
   margin:          1em 0;
   padding:         0;
}

dt {
   font:            inherit;	/* Don't make the text bold by default */
   margin:          1em 0 0.25em 0;
   padding:         0;
}

dd {
   margin:          0 0 1em 2.5em;
   padding:         0;
}


#navhead {			/* "Path to this page" information */
				/* Warning: not printed out on paper */
   font-size:       90%;
}

#navhead hr {
   display:         none;
}




/********** Styles for Header **********/

				/* In this style sheet, headers are composed */
				/* of three parts: left, right and subheader */
				/* Left part is ideally an image.            */

#header {			/* Warning: not printed out on paper */
   background-color:#FFFFFF;
   padding: 0.0em;
   margin: 0.0em;
}

#header a:link,
#header a:visited {
   color:           #003399;
   background:      transparent;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited {
   color:           white;
   background:      transparent;
}

/* Left part of header (ideally an image but may be a link) */

#header div.left {
   float:           left;
   clear:           left;
}

#header div.left img {
   display:         block;	/* Otherwise IMG is an inline, causing gaps */
}

#header div.left,
#header div.left a:link,
#header div.left a:visited {
   font-size:       200%;
   font-weight:     bold;
   text-decoration: none;
   color:           white;
   background:      transparent;
}

#header div.left p {
   margin:          0 0 0 0.25em;
   padding:         0;
}

#header div.left .alt {
   color:           #FF9800;
   background:      transparent;
}

/* Right part of header is for external/global links, search, etc */

#header div.right {
   font-size:       90%;
   text-align:      right;
   margin:          0;
   padding:         0.0em 0em 0 0;
   float:           right;
   clear:           right;
}

#header div.right a:link,
#header div.right a:visited {
   margin:          0;
   padding:         0 0.5em;
}

#header div.right form {
   margin:          0;
   padding:         0.25em 0 0 0;
}

#header div.right form input {
   font-size:       95%;
   vertical-align:  middle;
}


/* ===  Horizontal Drop Down Menu ********* == */
#horizmenu{
clear:both;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	}
#horizmenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#horizmenu ul{
	border: 1px solid #BCBCBC;
	background-color: #FFFACD;
	margin-left: 0;
	padding-left: 0;
	/* remove 3 lines to go into header */
	position:absolute;
	width: 1202px;
	top:170px;
	/*   To Here     */
	font: bold 12px arial, sans-serif;
	height: -10px;
	left:7px;


}
#horizmenu ul li{
display: inline;
}

#horizmenu ul li a{
float: left;
color: #747474;
font: bold 12px Arial, sans-serif;
padding: 2px 20px 2px 7px;
text-decoration: none;


}
#horizmenu ul li a:hover{
color: rgb(182,170,85);
}
#horizmenu ul li a[onMouseover]:after{ 
content: "    ";
}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #1B1E52; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: rgb(182,170,85);
width: 500px;
visibility: hidden;
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid rgb(29,76,108); 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}
.dropmenudiv a:hover{ 
background-color: rgb(29,76,108);
}
/****  Structure ***/
#logo {
		width: 250px;
		float: left;
		padding-top: 7px;
		padding-bottom: 20px;
		}
		
#banner {
		padding-top: 16px;
		}

/********** Styles for Footer **********/

#footer {
   font-size:       90%;
   text-align:      left;
   color:           white;
   background:      #6381DC;
   margin:          0;
   padding:         0.5em 1.67em 0.5em 15.25em;
   clear:           both;
}

#footer a:link,
#footer a:visited {
   text-decoration: underline;
   color:           white;
   background:      transparent;
}

#footer hr {
   display:         none !important;
}

/* End of the Sinorcaish style sheet */
