/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License

Updated for gradient background and simplified template--June 6, 2011
*/
#linearBg1 { /* fallback */
 background-color: #1a82f7;
 background: url(/docs/css/images/linear_bg_2.png);
 background-repeat: repeat-x;
 /* Firefox 3.6+  */
/* background: -moz-linear-gradient(100% 100% 90deg, #2F2727, #1a82f7); this did not work with FF*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2727', endColorstr='#1a82f7'); /* for IE */
 background-image: -moz-linear-gradient(100% 100% 90deg, #1a82f7, #2F2727);
 /* Safari 4-5, Chrome 1-9 */
 /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F2727), to(#1a82f7));
 /* Safari 5.1+, Chrome 10+ */
 background-image: -webkit-linear-gradient(#2F2727, #1a82f7);
 /* Opera 11.10+ */
 background-image: -o-linear-gradient(#2F2727, #1a82f7); 
 }

#linearBg2 { /* fallback */
 background-color: #1a82f7;
 background: url(/docs/css/images/img02.jpg);
 background-repeat: repeat-x;
}


body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color:#1a82f7;
	padding: 0;
	width: 1280px;
	height:1100px;

	font: 13px Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	}

h1 a, h2 a, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
/*	color: #c2d4e3; */
}



h1 {
	font-size: 2.2em;
	font-family:"URW Chancery L", Zapfino, "Comic Sans MS",cursive;
	font-weight:bold;
/*	color: #ffff00; */
	color: #ffffff;
}

h2 {
	font-size: 2em;
	color: #ffff00;
	font-style:italic;
	}

h3 {
	margin-bottom: 1.8em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}
dt	{
	color: #ffff00;
	margin-left: 5%;
	}

	

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #ffff00;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #c2d4e3;
}

img {
	border: none;
	
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

/* Page */

#page {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;


}


/* Header */

#header {
	width: 100%;
/*	height: 220px; */
	height: 180px;
	margin: 0 auto;
	font-family:"URW Chancery L", Zapfino, "Comic Sans MS",cursive;

}
#header h1 {font-size:2.5em;}

#menu {
	width: 100%;
	height: 28px;	
/*	background: url(/docs/css/background.jpg);  -- To make the menu bar invisible, i.e., same as bacground */
	background-color: transparent; /*#0C1C8C; h-bar color */
	line-height: normal;
	margin: 0 auto;
	}

#menu ul {
	margin: 0;	
	padding: 0.5;	/* value controls menu bar text positon; value=0 puts arrow icon on margin*/
	list-style: none;
	}

#menu li {
	display: inline;
/*	text-transform: uppercase;   /* Put menu bar in upercase*/
}

#menu a {
	display: block;
	float: left;
	background: url(images/img03.gif) no-repeat left 60%;
	padding: 3px 20px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
/* 	color: #173400; */
	color: #ffff00;
}

#menu a:hover {
	color: #6600cc;
	background: #ffffff;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}


/* Content */

#content {
	float: right;
	margin-right: 1%;
	margin-left:1em;
	width: 72%;  /* set this for width of content screen when right menu is not used */

/*	background: #19197D; */
	background-color:transparent;
}

#content a {
	color: #ffff00;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
	}
#content a:hover {
	text-decoration: none;
	color: #c2d4e3;
	}

#content-mid {
	float: right;
	margin-left:1em;
	width: 300px;  /* set this for width of content screen when right menu is not used */

}

/*Content Box -- produces same styles as textbox.css but used for the main template */
#content-box {
	float: right;
	margin-left:1em;
	width: 70%;  /* set this for width of content screen when right menu is not used */
	background-color:transparent;
	color: #000000;
	border: 0.5em solid #333333;
	margin-right: 0.5%;
	padding: 1%;
}

#content-box h1 {
	font-size: 2em;
/*	color: #99FF33; */
/*	color: #87CEFA; */
	font-family:"Times New Roman", seif;	
	font-weight:bold;
	color: #173400;
}

#content-box p	{color: #000000;
	font-family:"Times New Roman", seif;
	font-size: 14pt;
}
#content-box a {
	color: #3300cc;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
}

#content-box a:hover {
	text-decoration: underline;
	color: #336600;
}

/* content-full is for full width content with no sidebare */
#content-full {
	float: right;
	margin-left:1em;
	width: 100%;  /* set this for width of content screen when right menu is not used */
	background-color:#fffff0;
}

#content-full a {
	color: #ffff00;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
	}
#content-full a:hover {
	text-decoration: none;
	color: #c2d4e3;
	}


/* Sidebar */

#sidebar {
	float: left;
	width: 20%; /*250px;*/
	height: 100%;
/*	background-color:transparent;*/
	color:white;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	color:white;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	color: white;
	}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 150%;
	background-color:transparent;
	color: #ffffff;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ffffff;
/*	background: url(images/img04.gif) repeat-x left bottom; */
}

#sidebar h2 {
	padding: 5px 0 0 30px;
	background: url(images/img05.gif) no-repeat left 60%;
	border-bottom: 1px #358cd5 dashed;
	font-size: 1.6em;
	color: #ffffff;
}

#sidebar a {
	color: white; /*#3300cc;*/
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
	}

#sidebar a:hover {
	color: yellow;
	}

/* Footer */

#footer {
	clear: both;
	width: 70%;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 2px solid #2B2B2B;
	color:#ffffff;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

/* Addons to org CSS */
.highlite {color:#ffff00;
	font-size:1.5em;
	font-weight:bold;
	}

/* SidebarR */

#sidebarR {
	float: right;
	width: 270px;
	}

#sidebarR ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarR li {
	margin-bottom: 20px;
	}

#sidebarR li ul {
	padding: 15px 20px;
	line-height: 200%;
	color: #ffff00;
}

#sidebarR li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ffff00;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebarR h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(images/img05.gif) no-repeat left 60%;
	border-bottom: 1px #358cd5 dashed;
	font-size: 1.6em;
	color: #ffff00;
}

#sidebarR a {
	color: #ffff00;
	}

#sidebarR a:hover {
	color: #ffffff;
	}


.steward ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Verdana;
width: 250px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.steward ul li{
position: relative;
}

/* Top level menu links style */
.steward ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */

background-color: #fffff0;
color: #0C1C8C;
text-decoration: none;
padding: 6px;
/*border-bottom: 1px solid #778; 
border-right: 1px solid #778; */
border-bottom: 1px solid #fffff0;
border-right: 1px solid #fffff0;
border-left: 5px solid #fffff0;
}

.steward ul li a:link, .steward ul li a:visited, .steward ul li a:active{
background-color: #fffff0; /*background of tabs (default state #012D58)*/
}

.steward ul li a:visited{
color: #a00000;
}

.steward ul li a:hover{
color: #fffff0;
background-color: #303030;
}

/*Sub level menu items */
.steward ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.steward a.subfolderstyle{
background: url(/docs/css/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .steward ul li { float: left; height: 1%; }
* html .steward ul li a { height: 1%; }
/* End */
