/* e-dimensionz.com */ 

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
} 
input#searchField{
  width: 130px !important;
}

a {
	background-color:inherit;
	color:#183048;
	text-decoration:none;
}

a:hover {
	color:#658BA5;
	text-decoration:underline;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	line-height: 125%;
	padding: 10px 0;	
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	line-height: 115%;
	padding:0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 115%;
	padding: 5px 0 0 0;
}

h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #658BA5;
	line-height: 115%;
	padding: 0;
	letter-spacing: 1px;
	text-decoration:none;
}

h3 a:hover {
	color: #F5B447;
	text-decoration:none;

}

h4,h5,h6,strong {
	font-weight: bold; 
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	padding:0 0 10px 0;	
	margin: 0;
	text-align: justify;
}


p, hr, h1, h2, h3, form {
	margin:10px 15px;
}

ul, ol {
	margin:10px 15px;
	padding:0 15px;
}


li {
	list-style:square;
	list-style-position:inline;
	margin:0 0 10px 15px;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
}

ol li {
	list-style:decimal;
}


dl {
	margin:10px 15px;
	padding:0 15px;
}
dt {
	color:#003366;
	font-weight:bold;
}

dd {
	margin-left:0;
	padding:0 0 5px;
}

hr {
	border-bottom:1px solid #EBEBEB;
	border-style:none none solid;
	border-width:0 0 1px;
	clear:both;
	height:1px;
	margin:0 15px 0 0;
	padding:0;
}

hr.hidden {
	clear:both;
	visibility:hidden;
}

acronym {
	border-bottom:1px solid #777777;
	cursor:help;
}

blockquote {
	background: url(../images/apostrophe.gif)no-repeat scroll;
	color:#333333;
	font-style:italic;
	margin:15px 20px;
	padding:0 25px 0 45px;
}

form {
	background:#F3F3F3 none repeat scroll 0 0;
	border:1px solid #EAEAEA;
	padding:5px;
}

label {
	display:block;
}

fieldset {
	margin:10px 30px;
	padding:10px;
}

legend {
	margin:10px 0;
}

input, textarea, select {
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EAEAEA;
	color:#333333;
	font-family:'Courier New','Lucida Console',Monospace;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	padding:2px;
}

input.textbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#333333;
	margin:0;
	width:200px;
}

input.button {
	background:#FAFAFA url(btnbg.gif) repeat-x scroll left bottom;
	border:1px solid #EAEAEA;
	color:#454545;
	font-family:Arial,Tahoma,Sans-serif;
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:3px 5px;
}

textarea {
	-x-system-font:none;
	border:1px solid #EAEAEA;
	color:#333333;
	display:block;
	font-family:Verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:150px;
	line-height:normal;
	width:425px;
}

img {
	border:0
}

td {}

tr {
	font-size: 13px;
}

table tbody td:hover { background: #F4F4F4; }
	
#pagewidth{ 
	width:900px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:310px; 
	background: url(../images/background.jpg);
	background-repeat:no-repeat; 
	width:100%;
	margin:0;
	padding:0;
} 
 
#leftcol{
	width:68%; 
	float:left; 
	position:relative; 
	background-color:#FFFFFF; 
	margin-bottom:20px;
}
 
#twocols{
	width:30%; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:100%; 
	float:right; 
	position:relative; 
	background-color:#FFFFFF;
	text-align:right;
}
 
#maincol{background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:0%; 
}
 
#footer{
	height:160px; 
	background-color:FFFFFF; 
	clear:both;
} 
 
/* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.clearfix{display: inline-block;}


 
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* *** HEADER *** */ 
#topFrame {
	border-top:5px solid #000;
}

#topnav {
	background-image:url(../images/top-nav.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:34px;
	width:270px;
	color:#FFF;
	font-size:11px;
	margin:0 0 0 400px;
	font-weight:600;
}

#topnav a {
	background-color:inherit;
	color:#FFF;
	text-decoration:none;
	padding:0 15px 0 20px;
}

#topnav a:hover {
	color:#DFE8ED;
}

#search {
	height:20px;
	width:220px;
	float:right;
	margin:0;
	padding:0;
}

#flash {
	display:table;
	width:900px;
	height:198px;
	background:#EEEEEE;
	border-top:5px solid #658BA5;
	border-bottom:10px solid #C9D3E3;
}

#banner {
	display:table;
	width:900px;
	height:150px;
	background:#EEEEEE;
	border-top:5px solid #658BA5;
	border-bottom:10px solid #C9D3E3;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: bold 13px;
	width: 460px;	
	overflow: hidden;
	margin-left:370px;
	height: 30px;
	background: transparent url(../images/main-menu-w.jpg) bottom right repeat-x;
}

.solidblockmenu ul{
	margin: 0;
	padding: 0;
	text-align:left;
	list-style:none;
	padding: 5px 10px 5px 10px;

}
.solidblockmenu li{
	display: inline;
}


.solidblockmenu li a{
	color: #767676;
	padding: 10px 5px 10px 5px;
	display:block;
	height:35px;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #FFF;
}

.solidblockmenu li a:visited{
	color: #767676;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #7D9EB3;
	text-decoration:none;
	background: transparent url(../images/main-menu-b.jpg) bottom right repeat;
}

/* ----- SIDE BAR -----*/
#announcements {
	float:right;
}

#announcements h2 {
	display:block;
	height: 30px;
	width: 250px;
	line-height:30px;
	padding:0;
	margin:0;
	background:#D4D4D4;
	border-top: 2px solid #D4D4D4;
	border-right: 2px solid #D4D4D4;
	border-bottom: 0;
	border-left: 2px solid #D4D4D4;
	font-size:18px;
	color: #666;
	text-align:center;
}

#announcements p {
	display:block;
	width: 175px;
	padding:10px 5px 10px 70px;
	text-indent: -52px;
	text-align: left;
	margin:0;
	background:#E8E8E8;
	border-top: 0;
	border-right: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	border-left: 2px solid #D4D4D4;
	font-size:12px;
	color: #333;
}

#announcement.date {
	color: #54758E;
}

.sideMenu {
	float:right;
	margin-bottom: 20px;
}

.sideMenu h2 {
	display:block;
	height: 30px;
	width: 235px;
	line-height:30px;
	padding-left:15px;
	margin:10px 0 0 0;
	background:#D4D4D4;
	border-top: 2px solid #D4D4D4;
	border-right: 2px solid #D4D4D4;
	border-bottom: 0;
	border-left: 2px solid #D4D4D4;
	font-size:18px;
	color: #666;
	text-align:left;
}

.sideMenu p {
}

.sideMenu a {
	color:#666;
	text-decoration:none;
	font-weight:600;
}

.sideMenu a:hover {
	color:#658BA5;
	text-decoration:none;
}

.sideMenu ul {
	display:block;
	width: 240px;
	padding:5px;
	margin:0;
	background:#E8E8E8;
	border-top: 0;
	border-right: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	border-left: 2px solid #D4D4D4;
	font-size:12px;
	color: #333;
}

.sideMenu li {
	list-style:none;
	list-style-position:inline;
	background:url(../images/bullet-sideMenu.jpg);
	background-position: 0 .5em;
	background-repeat:no-repeat;
	margin:5px 0 0 15px;
	padding-left:15px;
	text-align:left;
}

.sideMenu.date {
	color: #54758E;
}

/* ----- SLIDESHOW -----*/

#slideshow {
    position:relative;
    height:350px;
	margin-top:25px;
	margin-left:30px;
	text-align:center;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ----- FOOTER ----- */

#footer {
	clear:both;
	border-top: 2px solid #CCC;
	background:#FFF;
}

#bottomContainer {
	background:url(../images/bottom-container.jpg);
	background-repeat:no-repeat;
	width: 890px;
	height:75px;
	padding: 7px;
	text-align:center;
	font-size:10px;
}

#footer p {
	font-size: 12px;
	color:#333;
	text-align:center;
}

#footer a {
	font-size: 11px;
	color:#333;
	text-decoration:none;
	padding:0 3px 0 3px;
}

#footer a:hover {
	color:#658BA5;
}

#footnote {
	font-size: 10px;
	color:#000;
	text-align:center;
}

#footnote a {
	font-size: 10px;
	color:#333;
	text-decoration:none;
}

#footnote a:hover {
	color:#658BA5;
}

td.c7 {background-color: #658BA5}
td.c6 {background-color: #DDDDDD}
span.c5 {color:#900; font-weight:bold}
span.c4 {color:#54758E}
div.c3 {padding-top: 20px; padding-bottom:10px}
div.c2 {clear: left}
p.c1 {color:#000000;}
input.c1, select.c2, select.c1, input.c2 {background-color: #ffffa0;}


/* HOVERMENU */
div.hoverBtn {
        position:               relative;
        float:                  left;
        background:             #fff;
}
div.hoverBtn a {
        position:               relative;
        z-index:                2;
        display:                block;
        width:                  100px;
        height:                 30px;
        line-height:            30px;
        text-align:             center;
        font-size:              1.1em;
        text-decoration:        none;
        color:                  #767676;
        font-weight:            bold;
        background:             transparent none repeat 0 0 scroll;
}
div.hoverBtn div {
        display:                none;
        position:               absolute;
        z-index:                1;
        color:                  #767676;
        top:                    0px;
        background:             #e0e7ea;
}
