@charset "utf-8";
/* CSS Document */

/* Removing default browser 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;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:1px dotted #999999;
}

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: "" "";
}

/* End of removing default browser styles */

/* Setting default styles */

body {
	background-image:url(graphics/background.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color: #000000;
	text-align: left;
}

p {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

a:link, a:visited, a:active {
	color:#f37021;
	text-decoration:none;
}

a:hover {
	color:#f37021;
	text-decoration:underline;
}

h3 {
	padding-left:20px;
	padding-top:10px;
	font-size:16px;
}

ul {
	padding-left:50px;
	padding-top:10px;
	font-size:12px;
	list-style-image:url(graphics/bullet.gif);
}

li {
	padding-bottom:10px;
}

ul.sub {
	padding-left:25px;
	list-style-image:url(graphics/bullet2.jpg);
}

li.sublast {
	padding-bottom:0px;
}

table {
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:2px solid #CCCCCC;
}

td {
	font-size:12px;
	vertical-align:top;
	padding:15px;
}

blockquote {
	margin:20px;
	padding-top:10px;
	border-top:1px solid #CCCCCC;
}

/* End */

/* Styles for sticky footer */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#subcontainer {
	width:950px;
	background:#FFFFFF;
	border-bottom:5px solid #000000;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	margin:auto;
}

#rightcontainer {
	padding-bottom:25px;
}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	background-color:#000000;
	color:#FFFFFF;
	width:950px;
	margin-right:auto;
	margin-left:auto;
	} 

#subcontainer h2 {
	color:#FFFFFF;
	font-size:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	background-image:url(../../Website%20Files/graphics/subpageheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:none;
}

#footer p {
	font-size:10px;
	padding-top:7px;
	padding-left:10px;
}

#footerlinks {
	float:right;
	text-align:right;
	padding-right:10px;
	color:#ffffff;
	font-size:10px;
}

#footerlinks a {
	color:#ffffff;
	text-decoration:none;
}

#footerlinks a:hover, #footerlinks a:active {
	color:#ffffff;
	text-decoration:underline;
}

#copyright {
	float:left;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End styles for sticky footer */


/* End of container for everything */

/* Header container */

#headercontainer {
	height: 130px;
	width:950px;
	border-bottom:5px solid #000000;
	margin:auto;
	background-image:url(graphics/headerbackground.jpg);
}

/* End of header container*/

/* Logo container */

#logo {
	float:left;
	padding-top:15px;
	padding-left:20px;
}

/* End */

/* Header links container */

#headerlinks {
	background-color:#E65926;
	text-align:right;
	font-size:11px;
}

#headerlinks a {
	color:#FFFFFF;
	text-decoration:none;
}

#headerlinks a:hover, #headerlinks a:active {
	color:#000000;
	text-decoration:underline;
}

/* End */

/* Tag line container */

#tagline {
	float:right;
	text-align:right;
	clear:right;
	padding-top:10px;
	padding-right:20px;
	color:#FFFFFF;
}

/* End */

/* Main content container for sticky footer */

#main {
	background:#FFFFFF;
	width:950px;
	margin:auto;
}

/* End content container for sticky footer */

/* Content container (excludes header, nav, footer) */

#contentcontainer {
	margin:auto;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}

/* End of content container */

/* Home page bottom content container */

#homecontent {
	border-top:5px solid #000000;
}

/* Flash container */

#flashcontainer {
	text-align:center;
	background-color:#FFFFFF;
	height:370px;
	padding-top:10px;
}

/* End of flash container*/

/* News container */

#news {
	width:280px;
	margin-right:30px;
	margin-left:25px;
	float:left;
}

/* End news container */

/* Case studies container */

#casestudies {
	width:280px;
	float:left;
}

/* End case studies container */

/* Milton container */

#milton {
	width:280px;
	float:right;
	margin-right:25px;
}

/* End Milton container */

/* Special styles */

h2.home {
	background-image:url(graphics/navtab_orange.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:5px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
}

h2.home a {
	color:#FFFFFF;
}

.bio {
	margin-left:150px;
	min-height:117px;
}

.biopic {
	float:left;
	clear:both;
	margin-top:14px;
	margin-left:20px;
}
