

/* Body setting */

body {
	background: White;
	padding: 0 0 30px 20px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 80%;
	margin: 0;
}

h1.site-header {
	background: url(/images/top_logo.gif) no-repeat;
	display: block;
	width: 708px;
	height: 41px;
	font-size: .1em;
	text-indent: -2000px;
}

/* Content frame */

#shadow {
	width: 750px;
	margin: 0;
}

#content {
	width: auto;
	padding: 20px;
	text-align: left;
}

/* Location */

#location {
	padding-bottom: 16px;
}

#location a img {
	border: 0;
}

#location h1 {
	color: #ffc76f;
	font-size: 21px;
	padding: 0px;
	margin:0px;
	font-weight: normal;
}

#location h1 a {
	color: #718ea5;
	font-size: 18px;
	text-decoration: none;
}

#location h1 a:hover {
	color: #CCCCCC;
}


/* Front page image */

#front {
	background: url("images/bg.jpg") no-repeat;
	height: 262px;
	margin: 20px 0px 20px 0px;
}

/* Main content */

#main {
	position: relative;
	float: left;
	width: 532px;
	margin: 20px 0px 20px 0px;
	text-align: justify;
}

#main h1, #main h2 {
	font-size: 1.3em;
	font-weight: strong;
	color: #003366;
	margin: 0px;
}

#main em {
	background-color: #ffc;
	font-style: normal;
}

#main p {
	line-height: 1.4em;
}

#main h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Extras sidebar */

#extra {
	position: relative;
	float: right;
	width: 163px;
	margin: 20px 0px 20px 0px;
}

/* Item Sidebar */

#item {
	border:1px solid #369;
	font-size: 0.8em;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #ffc;
}

#item h3 {
	color: White;
	background-color: #369;
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
}

#item p {
	margin-left: 3px;
	margin-right: 3px;
}


/* Files content */

#files {
	position: relative;
	float: left;
	margin: 20px 0px 20px 0px;
	width: 100%;
}

#files h3 {
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	margin: 0px;
}

/* Copyright notice */

#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#copy a {
	color: #003366;
	text-decoration: none;
}
#copy a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}



/* Line */

.line {
	background: #003366 url("images/line.gif") repeat-x;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.line2 {
	background: #003366 url("images/line2.gif") repeat-x;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Item box */

#navigation {
	border-bottom:1px solid #369;
	font-size: 1.05em;
	
}

#navigation ul {
	line-height:1.6em;
	font-weight:normal;
	margin:0;
	padding: 0;
	list-style:none;
}

#navigation ul li {
	margin: 0;
}

#navigation ul li a:link, #navigation ul li a:visited {
	border-top:1px solid #369;
	background:#fff;
	color:#369;
	display:block;
	font-weight: bold;
	margin:0px;
	padding:6px 0px 6px 2px;
	text-decoration:none;
	width:100%;
	text-indent: 10px;
}

#navigation ul li a:hover {
	border-top:1px solid #369;
	color:#000;
	background:#f5f5f5;
	text-decoration:none;
	margin:0;
	text-indent: 10px;
}

#navigation ul a.active:link, #navigation ul a.active:visited, #navigation ul a.active:hover {
	color:#369;
	text-decoration:none;
	font-weight:bold;
	background:transparent;
	cursor:auto;
	text-indent: 10px;
}	

table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
}

td {
	padding: 2px;
	background-color: #f2f5f7;
}

/* Lists */

.nav {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
}
.nav li {
	padding: 0px;
	margin: 0px;
}

.right {
	position:relative;
	float:right;
}


.files {
	width: 100%;
	
}
.files th {
	text-align: left;
}
.files td {
	border-top: 1px solid #fff;
}
.files img {
	border: 0px;
	margin-right: 2px;
	vertical-align: text-bottom;
}

h4.func {
	font-weight: bold;
	color: #666;
	background: #ecf0f3;
}

/* forms */
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}
select {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}


code, pre {
	padding: 1px;
	border: 1px solid #dcddde;
	background-color: #eeeff0;
	font-family: "Courier New", courier, monospace;
}

.subNavigation ul {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	list-style: none;
	
}

.subNavigation li {
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.subNavigation {
	font-size: 0.8em;
	background-color: #f2f5f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	text-align: left;
	width: 145px;
	margin: 0px 10px 2px 0px;
	float: left;
}

a:link, a:visited {
	color: #336699;
}

a:link.visited, a:visited.active, a:hover {
	color: #999999;
}

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
.promo {
	background-color: #f2f5f7;
	color: #336699;
	padding: 3px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.promo h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.promo img {
	padding: 5px;
}

.promo p {
	margin: 0px;
	padding: 0px;
}
