/* Reset styles */
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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Default styles */
body {
	color:#FF6633;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 11pt;
	line-height: normal;
	position: absolute;
}

h1 {
	font-weight: bold;
	font-size: larger;;
	}
	
h2 {
	color:#3399FF;
	font-weight: bold;
	}

h3 {
	color:#FF6633;
	font-weight: bold;
	display: inline;
	}
	
h4 {
	color:#663300;
	display: inline;
	}

h5 {
	color:#663300;
	font-size: smaller
	}	

a {
	color:#663300;
}

a:hover {
	color:#6699CC;
	background-color: #EEEEEE;
}

p {
	margin-top: 1em;
	line-height: 1.25em;
}

.banner {
	margin-bottom: 20px;
	display: inline;	
}

.clear {
	clear: both;
}

/* Navigation definitions */

ul.nav {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 50px;
}

ul.nav li {
	list-style-type: none;
	display: inline;
	padding-right: 50px;
	
}

ul.nav li a {
	color:#FF6633;
	text-decoration:none;
}

ul.nav li a:hover {
	color:#663300;
}

ul.nav li.selected a {
	color:#3399FF;
	font-weight:bold;
	text-decoration:none;
}

ul.nav ul li.selected a, ul.nav ul li.selected a:visited {
	color:#cc9999;
}




/* Main content styles */

.container {
	position: absolute;
	left: 200px;
	width: 600px;
}

.big-press-container {
	float: left;
	width: 600px;
	height: 400px;
}


.press-container {
	width: 175px;
	float: left;
	margin-right: 37px;
	margin-bottom: 3em;
	display: inline;

	}

.press-container p {
	margin-top: .5em;	
	clear: both;
	}

.press-container-last {
	width: 175px;
	float: left;
	margin-right: 0px;
	margin-bottom: 3em;
}

.press-container-last p {
	margin-top: .5em;
	clear: both;
	}

.presscolumn {
	margin-left: 300px;
}

img.pressimage {
	float: left;
}

.menucontainer {
	position: absolute;
	left: 200px;
	width: 525px;
}

.logo {
	margin-right: 70px;
	margin-left: 15px;
	float: left;
}

.split-container {
	float: left;
	display: inline;
	width: 290px;
	margin: 0px 10px 15px 0px;
}

.split-container img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: solid;
	border-width: thin;
	border-color: #CCCCCC;
}


/* Footer styles */
.footer {
	clear: both;
	padding-top: 1em;
	color:#305861;
	font-size:.75em;
}

