/********************************************************************
 * CSS styling for header elements                                  *
 *******************************************************************/

#headerNav {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: white;
}

#sideNav {
    margin-left: 30px;
    float: left;
    z-index: 5;
}

.navBox {
    width: 260px;
    margin-top: 20px;
    border-width: medium;
    border-style: solid;
    border-color: black;
    color: black;
    background: white;
    filter: alpha (opacity = 80);
    opacity: .80;
    -moz-opacity: .80;
    -khtml-opacity: .80;
}

ul.navList {
    padding-left: 2em;
    line-height: 1.25;
}

ul.navList li ul {
    margin-left: -2em;
}

#headerNavText {
    position: absolute;
    top: 68px;
    left: 15px;
    padding: 5px;
    background: white;
    filter: alpha (opacity = 80);
    opacity: .80;
    -moz-opacity: .80;
    -khtml-opacity: .80;
}

td.headerNavTextMain {
    font-size: small;
    text-align: right;
    letter-spacing: .5em;
    text-transform: lowercase;
    font-family: "Centure Gothic", arial;
    color: black;
    border-bottom-width: thin;
    border-bottom-color: #2ABEF4;
    border-bottom-style: dotted;
}

td.headerNavTextSub {
    font-size: x-small;
    text-align: right;
    text-transform: lowercase;
    font-family: "Centure Gothic", arial;
    color: black;
}

td.headerSpace {
    width: 10px;
}

#headerNavBar {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: absolute;
    top: 135px;
    left: 0px;
    background: #2ABEF4;
}

a.headerMainLink {
    color: black;
    text-decoration: none;
}

a.headerMainLink:hover {
    color: gray;
    text-decoration: none;
}

a.headerSubLink {
    color: black;
    text-decoration: none;
}

a.headerSubLink:hover {
    color: gray;
}

/********************************************************************
 * CSS styling for regular elements                                 *
 *******************************************************************/

html {
    font-family: "Century Gothic", arial;
    font-size: small;
}

body {
    background-image: url("../images/bg-gradient.png");
    background-repeat: repeat-x;
    margin: 0px;
    behavior: url("hover/csshover.htc");
}

h1 {
    font-size: medium;
    text-align: right;
    letter-spacing: .5em;
    text-transform: lowercase;
    font-family: "Centure Gothic", arial;
    color: black;
    border-bottom-width: medium;
    border-bottom-color: #2ABEF4;
    border-bottom-style: dotted;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: medium;
    text-align: left;
    text-transform: uppercase;
    font-family: "Centure Gothic", arial;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3 {
    font-size: small;
    text-align: left;
    letter-spacing: .5em;
    text-transform: uppercase;
    font-family: "Centure Gothic", arial;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

p {
    font-family: "Century Gothic", arial;
    font-size: small;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

dt {
    font-size: small;
    text-align: left;
    text-transform: capital;
    font-family: "Centure Gothic", arial;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

dd {
    font-family: "Century Gothic", arial;
    font-size: small;
    font-style: italic;
}

li {
    font-family: "Century Gothic", arial;
    font-size: small;
}

a {
    color: #567E5E;
    text-decoration: none;
}

a.thickbox {
    text-decoration: underline;
}

td {
    padding: 2px 5px;
}

p.clarify {
    margin-top: 0px;
    padding-top: 0px;
    font-family: "Century Gothic", arial;
    font-size: smaller;
    color: gray;
}

p.note {
    font-family: "Century Gothic", arial;
    font-style: italic;
    font-size: smaller;
    color: gray;
}



div.mainContent {
    display: block;
    clear: right;
    position: relative;
    margin-left: 310px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
    background: white;
    filter: alpha (opacity = 85);
    opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
}

div.subGroupDiv {
    margin-left: 40px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding: 10px;
    border-style: dotted;
    border-color: gray;
    border-width: thin;
}

a:hover {
    color: #2ABEF4;
    text-decoration: underline;
    filter: alpha (opacity = 100);
    opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
}

a.copyLink {
    color: gray;
    text-decoration: none;
}

a.copyLink:hover {
    color: white;
    text-decoration: underline;
}


div.copyright {
    width: 760px;
    font-family: "Century Gothic", arial;
    font-size: x-small;
    color: gray;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

span.cursor {
    text-decoration: blink;
}

.image_caption{
	width: 220px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 2px;
}

.img_float_left{
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
	background: #e6e6e6;
	text-align:center;
	font-size:10px;
	border: none;
	line-height: 1.2;
}
.img_float_right{
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
	background: #e6e6e6;
	text-align:center;
	font-size:10px;
	border: none;
	line-height: 1.2;
}
.img_float_center{
	margin: 1em auto 1em auto;
	padding: 0;
	text-align:center;
	font-size:10px;
}
.img_float_left img{
	border: 1px solid black;
	margin: 2px;
}
.img_float_right img{
	border: 1px solid black;
	margin: 2px;	
}
.img_float_center img{
	border: 1px solid black;
	margin: 2px;	
}

