/* 
** BLUE:SKY - main stylesheet
** This CSS file makes the webpage look cool ;-)
** 
** March 25, 2007
** 
*/

/* page overall: */

html * { 
	margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
	height:100%;	
	/*margin: 0.5em 0em 2em 0em;*/
    margin:0em; 
	padding:0em;
	font-size: 100%;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
    
}  
 
/* #bg {position:fixed; top:0; left:0; width:100%; height:100%;} */

#page1 { 
    margin-top: 20px;
	min-width: 800px; 
    text-align: left;
	
	background-color: #FFFFFF;
    background-image: url(../images/cloudbg2.jpg);
	background-position: center;
    background-repeat: no-repeat;
} 
#page2 { 
    margin-top: 20px;
	min-width: 800px; 
    text-align: left;
	
}


/* header: */

#header {
	position: relative;
	width: 660px;
	/* height: 100%;
	background-image: url('/images/copy3.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 100px;*/
}

#subheader {
	position: relative;
	width: 800px;
	left: 49%;
	margin-left: -400px;
	/* float: left; */
	height: 90px;
	/* display: inline;
	margin-top: 10px;
	margin-left: 300px; */
}
/* #header {
    position: relative; 
    width: 100%;
    height: 131px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
} 

#header a:link, #header a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: -0.1em !important;
    letter-spacing: -0.2em;
    line-height: 1.2em;
}
*/

/* left column: */

div.clear {clear:both}

#left {
    width: 180px; 
    float: left; 
    position: relative; 
    font-size: 0.8em;
}

div#nav {
    background-color: #fff;
    margin-top: 0em;
	width: 100%;   
    /*border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;*/
}
    
#nav ul {
    list-style-type: none;
    padding: 0.5em 0em 0.9em 0em;
}

#nav ul li {
    padding: 0.2em 0em 0.2em 0.9em;
    margin-right: 0.3em;
}

#nav a:link, #nav a:visited {
    color: #2E668B;
}
 
#nav a:hover, #nav a:active {
    color: #000;
}

div.left_box {
    background-color: #fff;
    width: 99%;
    margin-top: 0em;
	border: 1px solid #D0E7F4;
    /*border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;*/

}

div.left_box h3, div#nav h3 {
    margin: 0em;
    padding: 0.2em 0em 0.2em 1em;
    font-size: 0.8em;
    color: #2F5E80;
    /* border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;  */ 
    background-color: #D0E7F4;
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
}

div.left_box p {
    margin: 0em;
    padding: 1em 1em 1em 1em;
}

div.left_box a:link {
    color: #2E668B;
}
    
div.left_box a:visited {
    color: #254A65; 
}
 
div.left_box a:hover, div.left_box a:active {
    color: #000;
}

div.inner_box {
    border: 1px solid #D0E7F4;
	/*border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6;*/
}

div.inner_box .more {
	display: none;
}

div.inner_box a.showLink, a.hideLink {
	text-decoration: none;
}

div.inner_box a.hideLink {
	text-decoration: none;
}

div.inner_box a.showLink:hover, a.hideLink:hover {
	text-decoration: none; 
}

#logo {
	clear: both;
	width: 400px;
	height: 150px;
	float: center;
	position: relative;
	top: 0px;
	left: 0px;
}

#sublogo {
	width: 200px;
	height: 70px;
	float: left;
	top: 0px;
	left: 0px;
}

#search {
	clear: both;
	width: 650px;
	height: 47px;
	float: none;
	position: relative;
	top: 10px;
	left: 0px;


}

/* #subsearch {

	width: 318px;
	height: 23px;
	background-image: url('/images/dfsearch.png');
	background-repeat: no-repeat;
	float: right;
	position: relative;
	border: 1px;
	size: 100px;
	top: 10px;
	left: 10px;
	clear: both;

} */

#search input.searchbox {

	float: left;
	position: relative;
	background: none;
	width: 560px;
	height: 39px;
	border:3px solid #D0E7F4;
	/*top: 4px;
	left: 4px; */
	font-size: 28px;
	font-family: Arial, 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #9E9E9E;	
	background-color:#FDFDFD;
	/* margin:0px 0px 0px 0px; */
	padding: 6px 0px 0px 5px;
}

#search input.submit {	

width: 65px;
font-size: 30px;
height: 48px;
padding: 1px;

font-family: Arial, 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;

text-decoration: none;

color: #224059;

background-color: #D0E7F4;

border-top: 2px #cce3ff solid;

border-left: 2px #cce3ff solid;

border-bottom: 2px #31557f solid;

border-right: 2px #31557f solid;

} 

#search input.btnhov {

background-color: #99aabf;

border-top: 2px #31557f solid;

border-left: 2px #31557f solid;

border-bottom: 2px #cce3ff solid;

border-right: 2px #cce3ff solid;

   }

/* #subsearchbox {

	float: right;
	position: relative;
	background: none;
	width: 200px;
	height: 18px;
	top: 4px;
	left: 4px;
	font-size: 30px;
	font-family: Arial, 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;	
	line-height: 35px;
	border: 1px;
	color: #666666;
}
*/

#go {
	clear: both;
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
}

/* div.search_box {

	background-color: #fff;
    width: 100%;
    //margin-top: 1em;
    //border-right: 0.18em solid #4284B5;
    //border-bottom: 0.16em solid #4284B5;

}

div.search_box h3, div#nav h3 {
    margin: 0em;
    padding: 0.2em 0em 0.2em 1em;
    font-size: 0.8em;
    color: #2F5E80;
    //border-top: 0.1em solid #65B6E3;   
    //border-left: 0.1em solid #65B6E3; 
    background-color: #D0E7F4;
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
} */

#subsearch {	
	position:relative;
	float: left;
	width: 500px;
	height: 25px;
	top: 20px;
	margin-left: 12px;
	/* left: 0px; */
	/* border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6; */
}

#subsearch input.submit {	

padding: 0px;
width: 80px;
/* margin-top: 0px; */
margin-left: 5px;
height: 24px;
text-decoration: none;

color: #224059;

background-color: #D0E7F4;

border-top: 2px #cce3ff solid;

border-left: 2px #cce3ff solid;

border-bottom: 2px #31557f solid;

border-right: 2px #31557f solid;

} 

#subsearch input.btnhov {

background-color: #99aabf;

border-top: 2px #31557f solid;

border-left: 2px #31557f solid;

border-bottom: 2px #cce3ff solid;

border-right: 2px #cce3ff solid;

   }
   

#subsearch input.box {
	
	border:2px solid #D0E7F4;
	background-color:#FDFDFD;
	color: #9E9E9E;
	/* margin:0px 0px 0px 0px; */
	padding-top: 0px;
	font:17px Verdana, Arial, Helvetica, sans-serif;
	
}
/* #subsearch input.box:hover {
	border:1px solid #5194C6;
	background-color:#FFF;
	margin:2px 2px 2px 0px;
	padding:0px;
	font:17px Verdana, Arial, Helvetica, sans-serif; 
}*/

/* #subsearch input.box:focus {
	border:2px solid #AAA;
	background-color:#FFF;
	margin:2px 2px 2px 0px;
	padding:0px;
	font:17px Verdana, Arial, Helvetica, sans-serif; 
} */

div.inner_nav_box {
	/*border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6;*/
	font-weight:bold;		
	line-height:30px;
}

div.inner_nav_box a {
	padding:2px 4px;
	border:1px #CCC solid;		
	background-color:#F9F9F9;
	margin:0 2px;
	text-decoration:none;
}
div.inner_nav_box a:hover {
	padding:2px 4px;
	border:1px #AAA solid;
	background-color:#F9F9F9;
	text-decoration:none;
}

#bookmark {

width: 140px;
height: 30px;
float: left;
position: relative;
left: 0px;
top: 10px;

}

#bookmark a:link, #bookmark a:visited { 
	color: #027BC1;
}

#hint {

width: 470px;
height: 30px;
float: right;
position: relative;
right: 0px;
top: 10px;

}

#hint a:link, #hint a:visited { 
	color: #027BC1;
}

#hint2 {
font: Arial, Helvetica, sans-serif;
font-size: 0.8em;
width: 500px;
height: 30px;
float: none;
position: relative;
right: 0px;
top: 20px;
}

#hint2 a:link, #hint2 a:visited { 
	color: #027BC1;
}

#subhint {
	position: relative;
	width: 500px;
	left: 10%;
	margin-left: -200px;
	/* float: left; */
	/* width: 320px; */
	height: 20px;
	float: right;
	/* right: 0px; */
	top: 25px;
	font-size: 11px;
}

#links {
font: Arial, Helvetica, sans-serif;
font-size: 0.6em;
width: 500px;
height: 30px;
float: none;
position: relative;
right: 0px;
top: 30px;
}

#links a:link, #links a:visited { 
	color: #027BC1;
}

#wrapper {
	width: 800px;
	position:relative;
	left: 50%;
	margin-left: -400px;
}

/* content column: */

#content {
    float:right; 
    display: inline; 
    position: relative; 
    width: 600px; 
	clear: both;
    font-size: 0.75em;
    
    background-color: #fff;

    /*border-right: 0.2em solid #4284B5;
    border-bottom: 0.2em solid #4284B5;*/
}

#content h1 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0em;
    font-size: 1.5em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #8CB6D4;
    border-bottom: 0.05em solid #8CB6D4;
    line-height: 1em;
}

#content h2 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.7em 0em 0em 0.5em;
    font-size: 1.3em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #FF873D;    
    line-height: 1em;
}

#content p {
    margin: 0.5em 0em 0.5em 1em;
    padding: 0.25em;
}

#path {
	width: 468px;
	font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    font-size: 0.9em;
    color: #2F5E80;
    background-color: #D0E7F4;
	/*border-right: 0.23em solid #7BA5C6;*/
}

#path p {
	font-size: 13px;
}

#path h1 {
	clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0em;
    font-size: 1.5em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #8CB6D4;
    border-bottom: 0.05em solid #8CB6D4;
    line-height: 1em;
}

#path a, #path span {
	font-size: 13px;
}

/* Created for IE6 compatibility */
#search_path { 
	width: 468px;
	font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    font-size: 0.9em;
    color: #2F5E80;
    background-color: #D0E7F4;
	/*border-right: 0.23em solid #7BA5C6;*/
}

#path2 {
	width: 600px;
	font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    font-size: 0.9em;
    color: #2F5E80;
    background-color: #D0E7F4;
	/*border-right: 0.23em solid #7BA5C6;*/
}

#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #255270; 
}
 
#content a:hover, #content a:active {
    color: #000;
}

#content acronym {
    border-bottom: 1px dotted #4284B5;
    cursor: help;
    margin: 0;
    padding: 0;
}

#home {
    width: 468px;
	height: 100%;
	color: #2E668B; 
	float:left;
    margin: 0;
	padding: 0;	
	clear: both;
	
	/*border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;*/
}

#main {
	width: 468px;
	position:relative;
	float:left;
	display:inline;
    margin: 0;
	padding: 0;	
	/*border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;*/
}

#main2 {
    width: 600px;
	float:left;
	visibility: visible;
	display:inline;
    margin: 0;
	padding: 0;	
	/*border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;*/
}

/*#main2 iframe {
	display:block; 
	width:100%; 
	height: 100%;	
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden; 
} */

#main p {
	font-size: 18px;
	color: #3B81B0;
	line-height: 24px;
}

#main h2 {
	font-size: 16px;
}

#main h3 {
	clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.7em 0em 0em 0.5em;
    font-size: 20px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #3D79A4;    

}

#main span {
	clear: both;
	font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 1.6em;
    font-size: 1.1em;
}

/* right side column */

#secondary {
	width: 130px;
	float: right;
	
}	

.secondarybox {
	margin-top: 0px;
 	background-color: white;
    padding: 10px;
	border: 1px solid #D0E7F4;
	overflow: hidden;
}

#secondaryContent {
	float:right;
	width:120px;	
	overflow: hidden;
}

#secondaryContent a {
	color: #A51F06;
	text-decoration: underline;
}

#dummyContent {
	float:right;
	width:60px;
	overflow: hidden;
}


div.img_left, div.img_right {
    /*border-bottom: 0.09em solid #4284B5;
    border-right: 0.1em solid #4284B5;*/
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}

/* link view */
a.viewmore {
	
	font-size: 12px;
	position: relative;
	float:right;
	top: 0;
	right: 5px;
	color:#666;

}

/* form field */

#contact fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 5px;  
border: 1px solid #BFBAB0;  
background-color: #D0E7F4; 

} 
#contact legend {  
margin-left: 1em;  
padding: 3px;  
color: #000;    
} 
#contact ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
#contact li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
} 
#contact.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em; 
}
#contact label {  
display: block; 
}

/* tag cloud */
#tagcloud {
	top: 30px;
	left: 0px;	
	color: #80BDE0;
	text-align: center;
	width: 600px;
	display:inline;
}

#tagcloud h2 {   
    padding: 2.0em 0em 0em 1.0em;
    font-size: 1.3em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: #3D79A4;    
    line-height: 1.2em;
}

#tagcloud a {
	position:relative;
	line-height:1.0em; 
	display:inline; 
	padding:3px;
	color: #80BDE0;
	text-decoration:none;
}

#tagcloud a:hover {
	text-decoration:underline; 
	color: #3D79A4; 
}

/* footer: */

#footer { 
	clear: both; 
	position: relative; 
	top: 10px;
	padding: 10px;
	min-width: 800px;;  
	text-align: center;
	font-size: 12px; 
}

#footer p {
	padding: 0.1em;
}

#footer a:link, #footer a:visited { 
	color: #027BC1;
} 

#footer a:hover, #footer a:active { 
	color: #000000;
} 

span.smbanner P {
	opacity:0.4; filter:alpha(opacity=60);
}
