/*-- html elements --*/

body { 
  background: #536387 url('../images/bknds/bg-purpgrad.jpg') top left repeat-x;
  font-family: Times, Helvetica, Arial, Sans-serif;
  text-align: center;
  margin: 0; 

}

p, td { 
  font-family: Times, Helvetica, Arial, Sans-serif; 
  font-size: 15px; 
  line-height: 1.7em;
  margin: 0 0 8px 0; 
}

ul li { 
  list-style-image: url(../images/arrow2.gif); font-size:0.9em; 
  margin-bottom: 3px; 
  vertical-align: middle; 
}

pre { margin-left: 15px; }

a img { border: none; }

acronym, abbr { 
  border-bottom: dashed 1px #ABC; 
  cursor: help; 
}

h1 { font-size: 26px; } h2 { font-size: 22px; } h3 { font-size: 18px; }
h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; }

h1, h2, h3 { font-family: 'Myriad Pro', Arial , Helvetica, Sans-serif; }

h2 { color: #036; font-weight:normal; }
h3 { color: #366; font-weight:normal; margin: 0 10px; }

form {
	margin: 0; padding: 0;
}

fieldset { 
  padding:1em; 
  border:solid 1px #DEBDDE; 
  margin: 10px 0 5px 0;
}

legend { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold; 
  letter-spacing: 1px; 
  color: #834077; 
}

blockquote { 
  background: url('../images/icons/quotes.jpg') top left no-repeat;
  font-family: 'Myriad Pro', Arial , Helvetica, Sans-serif;
  margin: 8px 4px 10px 3px; 
  padding: 10px 10px 10px 25px;  
  line-height: 160%; 
  display: block;
  width: 95%; 
  max-height: 200px; 
  overflow: auto; 
  color: #666;
}

blockquote ol, blockquote ul { margin: 10px; }  blockquote li { font-size:11px; }

tt { 
  color: #69C; 
  font-size: 18px; 
  font-weight: bold;   
}

input { 
  border-style: solid; 
  border-color: #B891B1; 
  border-width: 1px; 
} 

textarea {
  border-style: solid; 
  border-color: #B891B1; 
  border-width: 1px; 
  width: 700px; 
  height: 200px;
}

code .block { color:#0000FF; }
code .func { color:#339900; }
code .string { color:#FF0000; }
code .var { color:#0099FF; }
code .comm { color:#FF6600; }

code {
  font-family:'Courier New', Courier, monospace; 
  margin:8px 4px 10px 3px; 
  padding:10px 10px 10px 6px; 
  border: solid 1px #B2B3CE; 
  font-size: 14px; 
  line-height: 1.3em; 
  background-color:#CCC; 
  color:#000;
  display:block;
  width:95%; 
  max-height: 200px; 
  overflow:auto; 
  white-space: nowrap;
}  


code pre {
  font-family:'Courier New', Courier, monospace; 
  display:block;
}


input:focus, textarea:focus, select:focus { 
  background-color: #DAFFAD; 
  background-color: #FFDDFF; 
}

input[type=radio] { border:none; }

input[type=submit]:focus { background-color:#B891B1; }


/*-- layout --*/

#wrap { 
  background-color: #FFF;
  border-right: solid 10px #FFF;
  border-left: solid 10px #FFF;
  padding-bottom: 30px;  
  text-align: left; 
  margin: 0 auto;
  width: 770px; 
}

#header { 
  border-bottom: solid 1px #000000; 
  height: 80px; 
  font-size: 0.9em; 
}

#header .altcolor { 
  text-align: right;
  margin: -60px 0 0 600px;
  font-weight: bold; 
}

#graphics { 
  background:#6799CA url('../images/splash2.jpg') top right no-repeat;
  background:#75A1CE url('../images/splash.jpg') top right no-repeat;
  border-top:solid 1px #5A004A; 
  border-bottom:solid 1px #5A004A; 
  margin:0 0 1em 0; 
  height:260px; 
}

#graphics p {
  padding: 0 10px 0 10px;
  line-height: 30px;
  height: 105px;
  width: 400px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
  -moz-opacity: 0.7; opacity:0.7; 
  filter: alpha(opacity=70); 
  top: 135px;
  left: 160px;
/*
  left: 40px;
  top: 145px;
*/   
  color: #000;
  background-color: #FFF;  
}

#graphics em {
  font-family: Arial, Helvetica, sans-serif;
  font-style:normal;   
  font-size: 20px;  
  color:#3399CC;
}

#graphics strong {
  font-family: 'Palatino Linotype', Palatino, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #A4C84F;  
}

#topnav { 
  text-transform: uppercase; 
  font-weight: bold; 
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  padding: 3px 0;
}

#leftnav {}

#bcrumbs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

#content p { 
  font-family: Arial, Verdana, Sans-serif;
  margin: 0 10px 18px 10px;
  font-size: 13px; 
}

#footer {
  border-top: solid 4px #669966;
  padding-top: 10px;
  text-align: center; 
  color: #834077;   
  height: 80px;   
  clear: both;  
}

#footer div {
  height: 3px; 
  background-color: #006633; 
} 

#footer p { 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0 auto 5px auto; 
  padding: 0; 
  color: #003366;
  font-size: 11px;  
}

/*-- navigation --*/

#nav, #nav ul {
  height: 22px;
  list-style: none;
  padding: 0; 
  margin: 0;   	
}

#nav a {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  text-decoration:none;
  display: block; 
  padding: 6px 25px 4px 25px;
  color:#834077;
}

#nav li {
  border-left: solid 1px #CCC;
  margin-bottom:0; 
  list-style-image:none;
  float: left; 
}

#nav li:first-child { border: none; }

/* fly out menu */
#nav li ul {
  position: absolute;
  width: 11.5em;
  left: -999em;
}

#nav li ul li { 
  margin-left: 10px;
  width: 120px;  
  border: none; 
}

#nav li ul a {
  /* proprietary properties 
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
  -moz-opacity: 0.7; opacity:0.7; 
  filter: alpha(opacity=70);*/ 
  border:solid 1px #333366;
  font-weight:normal;
  text-transform:none;  
  padding: 5px 10px 5px 10px; 	
  font-size: 11px; 
  zoom: 1; 
}

#nav li:hover ul {
	left: auto;
}
#nav a:link, #nav a:visited { 
  text-decoration: none; 
  color: #036;
}

#nav a.current {
  background-color: #DDEABD;
  color:#0D623B;
}

#nav a:hover, #nav a:active { 
  text-decoration: none; 
  color: #000;
}

#nav ul a:hover, #nav ul a:active { 
  text-decoration: normal; 
  background-color: #FFF; 
  color: #5A004A; 
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

/* fix for IE */
#nav li:hover { background-position: 0 0; } 

#nav ul a:link, #nav ul a:visited { background-color:#666699; color:#deefff; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.7; opacity:0.7; filter: alpha(opacity=70); }
#nav ul a:hover, #nav ul a:active { background-color:#3B4B65; color:#ffffff; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0; filter: alpha(opacity=100); }

/*-- pseudo classes --*/

a:link, a:visited { color:#006633; text-decoration:underline; }
a:hover, a:active { color:#003300; text-decoration:none; } 


.standout a:link, .standout a:visited { color:#FFF; text-decoration:underline; }
.standout a:hover, .standout a:active { color:#FFF; text-decoration:none; } 

.altcolor { color:#834077; }
.altcolor a:link, .altcolor a:visited { color:#B891B1; text-decoration:none; }
.altcolor a:hover, .altcolor a:active { color:#5A004A; text-decoration:underline; }

#footer a { margin: 0 6px; }
#footer a:link, #footer a:visited { text-decoration:none; }
#footer	a:hover, #footer a:active { text-decoration:underline; }

/* classes */

.floatr { float: right; } 
.floatl { float: left; } 
.clear { clear: both; } 
.upcase { text-transform:uppercase; }


.stickout { 
  background-color: #834077;
  padding:1px 0 1px 5px;   
  font-weight:bold; 
  font-size:0.95em; 
  display:block; 
  width:99%; 
  color:#FFF;   
}

.standout { 
  color:#FFF;  
  font-weight:normal; 
  font-size: 25px;
  line-height: 100px; 
  padding: 0 0 0 10px; 
}

h1.standout { background: #536184 url('../images/bknds/bg-purpgrad2.jpg') bottom left repeat-x; } 
h2.standout { background: #536184 url('../images/bknds/bg-purpgrad2.jpg') bottom left repeat-x; margin-top: 10px; }

h1.standout img, h2.standout img { 
  float: right; 
  margin: -20px 10px 0 0; 
}

h1.standout br { clear: both; height: 0; }

.box1 { 
  background-color:#EEE5ED; 
  display:block; 
  height:140px; 
  width:49%;
}

.box2 { 
  background-color:#F5F0F4;
  display:block; 
  height:140px; 
  width:50%; 
}

.forms label {
  display: block; 
  width: 200px; 
  float: left;
  margin-bottom: 10px; 
  white-space:nowrap;
}

.forms label {
	text-align: right; width: 200px;
	padding-right: 10px;
}

.forms br {
	clear: left;
}


.box1 h2, .box2 h2 { margin:0.5em 3px; } 
.box1 p, .box1 img { margin:3px 0 0 5px; }

#header .altcolor a { margin:0.5em 3px; }

.emailtext {
  width: 520px;
  height: 120px;
}

.longfield { width: 680px; }
