@charset "utf-8";

* {
	font-size:1em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
} 

/* ----------------------------- */
/* ### BASIC MARKUP TAGS  ### */
	
/* BODY TAG 
	background-image: url(/images/background_ribbon.gif);*/
body { 
	background-color:#ede7d9;
	color:#555555;
	font-size:90%;
	margin:15px 0 32px 0;
}
	
/* LINK TAGS */
a:link, a:visited, a:hover, a:active {
	color:#2557b3;
	color:#da4912;
	color:#2557B3;
	
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#367CFF;
	text-decoration:underline;
}

a:hover {
	/* color:#cc3366; */
	background-color:#ebd6b5;
	color:#444444;
	text-decoration:none;
}

/* PARAGRAPH TAG */
p	{
	margin-bottom:.66em;
	line-height:1.5em;
}

.short {
	margin-bottom:0;
}

.indent {
	padding-left:15px;
}

/* HEADER TAGS */
h1, h2, h3, h4, h5, h6 {
	color:#ea9612;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

h1 {
	color:#2557B3;
	font-size:1.45em;
	margin-bottom:7px;
}

h2 {
	font-size:1.25em;
	margin-bottom:7px;
	margin-top:15px;
}

h3 {
	font-size:1.1em;
	margin-bottom:7px;
	margin-top:3px;
}

/* FORM TAGS */
input, textarea, option, select {
	color:#333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0;
}

form label {
	cursor:pointer;
}

.submitbutton {
	background-color:#999999;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:.75em;
	font-weight:bold;
	line-height:.85;
	padding:2px 2px 2px 2px;	
}		

.textinput {
	width:175px;
}

/* IMAGE TAG */
img {
	display:block;
	border:0;
}

/* ----------------------------- */
/* ### MISC STYLES  ### */

.hide	{
	position:absolute;
	margin-left:-3000px;
}

.clearer {
 clear:both; 
 height:1px;
 overflow:hidden;
}
* html .clearer {margin-top:-1px}

.hr {
	border-bottom:1px solid #999;
	clear:both;
	line-height:0; 
	margin: 10px 0 10px 0;
}	
#corecontent .hr {
	margin: 15px 0 15px 0;
}	

.statusmessage {
	background-color:#ebc17f;
	border:1px solid #ea9612;
	padding:5px 10px 5px 10px;
}	

.copyright	{
	color:#444444;
	font-size:.85em;
}	

.note	{
	color:#666;
}	
.tiny	{
	font-size:.85em;
}	

.calloutbox	{
	background-color:#ebd6b5;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}	
.calloutbox:last-child	{
	margin-bottom:0;
}	
.calloutbox h3 {
	margin-bottom:3px;
}

.centerouter {
	text-align:center;
}
.centerinner {
	margin:0px auto;
}

.intro {
	font-size:1.2em;
}

.shim10 {
	margin-bottom:10px;
}
.shim20 {
	margin-bottom:20px;
}

/* ----------------------------- */
/* ### GLOBAL NAVIGATION  ### */

ul.nav  {	
	list-style-image:url(null);
	list-style-type: none;
	margin:0px auto;
	margin-top: 10px;
}

ul.nav li  {
	background-color:transparent;
	border-left: 1px solid #cccccc;
	display: inline;
	padding: 0 3px 0 5px;
}

ul.nav li.first  {
	border-left: 0;
}

ul.nav li a:link, ul.nav li a:visited, ul.nav li a:hover, ul.nav li a:active {
	color:#da4912;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:underline;
	padding:2px;
}
ul.nav li a:hover {
	background-color:#ebd6b5;
	color:#444444;
	text-decoration:none;
}   
ul.nav li.navselected a:link, ul.nav li.navselected a:visited, ul.nav li.navselected a:hover, ul.nav li.navselected a:active {
	color:#3f3f3f;
	cursor: default;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
}

/* ----------------------------- */
/* ### HEADER ### */

#header p {
	font-size:1.1em;
}


/* ----------------------------- */
/* ### FEEDBACK FORM  ### */

#feedbackform{
	width: 180px;	
}
#feedbackform p {
	margin-bottom:5px;
}

/* ----------------------------- */
/* ### PROMOBOXES ### */

#corerightbar .promobox {
	padding:10px 10px 10px 10px;
	position:relative;
	width: auto;
}
#corerightbar .promobox1top{
	margin-top:30px;
	background-color: #e6eeff;
	background:#e6eeff url(/images/promoboxtop.gif) no-repeat top;
}
#corerightbar .promobox2top{
	margin-top:15px;
	background-color: #e6e6e6;
	background:#e6e6e6 url(/images/promoboxtop2.gif) no-repeat top;
}
/*
#corerightbar .promobox1 {
	border-top:1px solid #ffffff;
	background-color: #e6eeff;
}
#corerightbar .promobox2 {
	margin-top:36px;
	background:#e6e6e6 url(/images/promoboxtop2.gif) no-repeat top;
}
*/
#corerightbar .promobox a {
	font-weight:normal;
}
#corerightbar ul  {
	list-style-image:url(/images/bullet.gif);
	list-style-type:disc;
	padding-left:15px;
}
#corerightbar li {
	padding-bottom:7px;
	font-size:.85em;
}
#corerightbar h2 {
	font-size:1.1em;
	margin-bottom:3px;
	margin-top:2px;
}
#corerightbar h3 {
	color:#333;
	font-size:1.1em;
}
#corerightbar p {
	font-size:.85em;
}

/* ----------------------------- */
/* ### CORE CONTENT ### */

#corecontent ul  {
	list-style-image:url(/images/bullet.gif);
	list-style-type:disc;
	padding-left:15px;
	margin-bottom:5px;
}
#corecontent li {
	padding-bottom:10px;
}
#corecontent h2 a {
	font-weight:bold;
}
#corecontent .calloutbox {
	padding:10px;
	background-color: #e6eeff;
}

#corecontent .calloutbox h3 {
	color:#333;
}

/* ----------------------------- */
/* ### ATTRIBUTE ROW  ### */

.attributerow {
	clear:both;
	margin-bottom:5px;
	width:530px;
}

.attributerow .attributelabel, .attributerow .simpleattributelabel {
	float:left;
	margin-right:10px;
	position:relative;
	text-align:right;
	width:120px;
}

.attributerow .attributevalue {
	float:left;
	position:relative;
	width:360px;
}

.simpleattributelabel, .attributelabel {
	color:#ea9612;
	font-weight:bold;
}	

/* ----------------------------- */
/* ### SELF CLEARING FLOATS  ### */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {
    height:1px;
}