/********** Global Styles **********/
/

body {
   font-family:     Verdana, "Bitstream Vera Sans", "Lucida Sans", Arial, Helvetica, sans-serif;
   font-size:       14px;	/* 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;
}

h2 { font-size:     125% }
h3 { font-size:     115% }
h4 { font-size:     105% }
h5 { font-size:     80%  }
h6 { font-size:     65%  }

h1 {
		font: bold 1.0em/1.2em Arial, sans-serif;
		color: #1875b8;
		border-bottom: 1px solid #000000;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-bottom: 8px;
		text-transform: uppercase;
}
/* 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 {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		}


/* 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;
}
/**** Styles for the 2 columns ***/
.leftColumn, .rightColumn {
		float: left;
		width: 380px;
		}

.leftColumn {
		margin-right: 13px;
		}
/********** 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;
      		padding-top: 7px;
		padding-bottom: 20px;
   	clear:left;
}

#header div.left img {
   display:         block;	/* Otherwise IMG is an inline, causing gaps */
   padding-right:50px;
   padding-bottom: 20px;
}

#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{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border:thin solid #8F0B0B;
	padding: 0;
	margin:0 10px 0 10px;
	}
#horizmenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#horizmenu ul{
	border: 1px solid #BCBCBC;
	background-color: #FFEDD4;
	background:#ffedd4;
	margin: 0;
	padding-left: 20px;
	font-weight: bold;
}
#horizmenu ul li{
	display: inline;
}

#horizmenu ul li a{
	float: left;
	padding: 2px 20px 2px 7px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#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: #FFEDD4;
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;
	text-align: center;
}
.dropmenudiv a:hover{ 
background-color: rgb(29,76,108);
}
/****  Structure ***/
		
#banner {
		padding: 0.1em;;
		}
.separator {
		clear: both;
		height: 1px;
		}
#navhead {			/* "Path to this page" information */
				/* Warning: not printed out on paper */
   font-size:       90%;
   padding:20px;
}

#navhead hr {
   display:         none;
}
#content {
		margin-left: 15px;
		}
#mainContent {
		float: left;
		margin-right: 20px;
		}


/********** Styles for Footer **********/

#footer {
	font-size:       70%;
	text-align:      left;
	color:           white;
	margin:          0;
	padding:         0.5em 1.67em 0.5em 15.25em;
	clear:           both;
	background-color: #8F0B0B;
}

#footer a:link,
#footer a:visited {
   text-decoration: underline;
   color:           white;
   background:      transparent;
}

#footer hr {
   display:         none !important;
}

/* End of the Sinorcaish style sheet */
