@charset "utf-8";
/* CSS Document */

/***************************
MSA
****************************/

/***************************
remove defaults
****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse:collapse;
	}

/***************************
hacks
****************************/

/***************************
html/body
****************************/

html, body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #690;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
}

/***************************
general
****************************/

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italics {
	font-style: italic;
}

.green {
	color: #690;
}


/***************************
headings
****************************/

h1 {
	font-size:20px;
	color:#690;
	text-transform:uppercase;
	letter-spacing:1px;
}

h2 {
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	padding-top: 8px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/***************************
links & text
****************************/

a:link {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #690;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #690;
	text-decoration: none;
	font-weight:bold;
}

p {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	padding-top: .5em;
}
.copy {
	padding-top: .5em;
	padding-bottom: .5em;
	line-height:24px;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}
/***************************
layout
****************************/

#wrapper {
	width: 720px;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}

/***************************
header
****************************/

#header {
	height:100px;
	padding: 0px;
	font-size:10px;
	text-align:right;
}

div.mainlogo {
	margin-top:20px;
	margin-left:30px;
	width:135px;
	height:66px;
	float:left;
}
div.topnav {
	margin-top:20px;
	margin-right:30px;
	float:right;
}

/***************************
navigation
****************************/

#navigation {
	
	width: 720px;
	height:55px;
	background-color: #d1d3d4;
	background-image:url(../images/navgrad.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#navigation ul {
	margin-left:60px;
}
#navigation li {
	width: 150px;
	float:left;
}

#navigation li a {
	width: 150px;
	display: block;
	padding-top:20px;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	background-image:none;
}

#navigation li a:hover {
	background-image: url(../images/navarrow1.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#navigation li a.selected {
	background-image: url(../images/navarrow1.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#navigation li a span{
	cursor: pointer;
	overflow: hidden;
	text-indent: -6000px;
	text-align: left;
	display: block;
}

/***************************
leftside subnavigation
****************************/

#subnavigation {
	margin-top:20px;
	margin-left:10px;
	float:left;
}

#subnavigation ul {
}

#subnavigation li {
	background-image:none;
	padding-top:5px;
	padding-bottom: 12px;
	padding-left:16px;
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

#subnavigation li.onpage {
	background-image: url(../images/navarrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px left;
	display: block;
	font-size: 12px;
}

#subnavigation li li {
	background-image:none;
	padding-top:5px;
	padding-bottom: 0px;
	padding-left:0px;
	display: block;
	font-size: 11px;
	font-weight:normal;
	text-transform:none;	
}


/***************************
maincontent
****************************/

#breadcrumbs {
	margin-top:14px;
	margin-left:200px;
	margin-right:30px;
}

.crumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#pageContent {
	margin-top:24px;
	margin-left:200px;
	margin-right:30px;
}

/***************************
form
****************************/
label {
width: 150px;
float: left;
text-align: right;
margin-right: 10px;
display: block;
padding-top:6px;
}
.textfield {
color: #333;
background: #f0f0f0;
border: 1px solid #999;
padding:3px;
}


/***************************
footer & subfooter
****************************/

#footer {
	font-size: 10px;
	text-align: center;
	padding:10px;
	color: #666;
	border-top:solid #d1d3d4 1px;
	margin-top:50px;
	margin-left:30px;
	margin-right:30px;
}
#footer a {
	font-weight:normal;
}
