/*
Blue - pantone 2736C - #233e99
Orange - pantone 7406C - #ffcf03
Green - pantone 355C - #00a848
Light Blue - pantone 2707C - #d1e2f2
Grey - pantone 428C - #d0d3d6
Warm Grey - pantone Warm Gray 10C - #897767
Black - pantone Black C - #231902
Other green - pantone 363C - #45933a
Red brown - pantone 1535C - #a55d0e
Dark green - pantone 627C - #00351a
Darker orange - pantone 716C - #f79431
Dark grey - pantone 425C - #5e5f60 
*/

body {
	background:  url(../images/background.png) repeat top left;
  text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}
/*typography*/
a {
	color: #233e99;
  text-decoration: none;	
	font-weight: bold;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.5em;
/*	color: #5e5f60; */	
	color: #222;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
h3 {
	font-size: 2em;
	color: #ffcf03;
	font-family: arial;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
strong {
	color: black;
	font-size: 1.05em;
}
/*typography end*/

/*layout*/
#slate {
	width: 952px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding-right: 37px;
	padding-left: 42px;
 	background: url(../images/middle.png) repeat top left;
}
/*The rule below is to fix a firefox! bug*/
#content[id] {
	border-bottom: 1px solid transparent;
}
#top_image_placeholder {	
	background: url(../images/top.png) no-repeat top left;
	height: 40px;
}

#masthead {
	border-bottom: 1px solid #233e99;
	padding-left: 50px;
	padding-right: 50px;
}
#masthead ul li {
	list-style-type: none;
}
#footer {
	clear: both;
}
#bottom_image_placeholder {
	background: url(../images/bottom.png) no-repeat top left;
	height: 50px;
}

/*layout end*/

/*masthead*/
/*nav buttons*/
#navcontainer {
	text-align: right;
}
ul#navlist {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
}

ul#navlist li {
	float: right;
	height: 21px;
	background-color: transparent;
	margin: 2px 2px 0 2px;
	border: 1px solid #233e99; 
	border-bottom: 1px solid #efefef;
}

.inactive {
	border-bottom: 1px solid #233e99;
}

#navlist a{
	float: left;
	display: block;
	color: #233e99;
	text-decoration: none;
	padding: 4px;
}
#navlist a:hover {
	border-bottom: 1px solid #efefef; 
	text-decoration: underline;
}
/*nav buttons*/

#login {
	text-align: right;
}
#logo {
	padding-left: 24px;
}

/*masthead end*/
