@charset "utf-8";

/*#################
   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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*#################
    MAIN STYLES
#################*/

body {
	background:url(images/BG_grad.gif) repeat-x #a9c2f5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#contOuter {
	width:960px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	background:url(images/BG_cont.gif) repeat-y;
}

#header {
	width:960px;
	height:245px;
	background:url(images/header01.jpg) no-repeat;
	font-size:0.8em;
	display:block;
}

	.headerL {
		width:430px;
		height:36px;
		padding:12px 0 0 50px;
		position:relative;
		float:left;
		text-align:left;
	}
	
	.headerR {
		width:430px;
		height:36px;
		padding:12px 50px 0 0;
		position:relative;
		float:right;
		text-align:right;
	}

#contInner {
	width:930px;
	height:auto;
	overflow:auto;
	padding:0 0 20px 30px;
	clear:both;
	display:block;
}

#nav {
	width:250px;
	height:auto;
	overflow:auto;
	margin:0 20px 0 0;
	position:relative;
	float:left;
	background:url(images/BG_nav.gif) repeat-y #EEE;
}

	.navTop {
		width:250px;
		height:20px;
		background:url(images/navTop.gif) no-repeat;
	}
	
	.navBottom {
		width:250px;
		height:20px;
		background:url(images/navBottom.gif) no-repeat;
	}
	
	.navSpacer {
		width:250px;
		height:15px;
		background:#FFF;
	}

#content {
	width:630px;
	height:auto;
	padding:0 30px 0 0;
	overflow:visible;
	position:relative;
	float:right;
	background:none;
}

#companies {
	width:930px;
	height:104px;
	background:url(images/companies.jpg) no-repeat;
	padding:22px 0 0 30px;
	color:#193672;
	clear:both;
	display:block;
}

#contFooter {
	width:100%;
	height:56px;
	background:url(images/BG_footer.gif) repeat-x;
}

#footer {
	width:960px;
	height:56px;
	margin:0 auto;
	background:url(images/footer01.gif) no-repeat;
	clear:both;
	font-size:0.8em;
	color:#FFF;
}

	.footerL {
		width:450px;
		height:31px;
		padding:25px 0 0 30px;
		position:relative;
		float:left;
		text-align:left;
	}
	
	.footerR {
		width:450px;
		height:31px;
		padding:25px 30px 0 0;
		position:relative;
		float:right;
		text-align:right;
	}

/*###################
PARAGRAPHS & HEADINGS
###################*/

p {
	margin:15px 0;
}

#content {
	text-align:justify;
	line-height:1.4;
	color:#193672;
	font-size:0.8em;
}

h1 {
	font-size:1.4em;
	padding:0 0 14px;
	margin:0 0 15px;
	border-bottom:1px solid #193672;
	color:#193672;
}

h2 {
	font-size:1.1em;
	color:#193672;
}

.italics {
	font-style:italic;
}

.small {
	font-size:0.8em;
}

/* Lists */

#content ul {
	margin:10px 0 10px 10px;
	list-style:disc;
}

#content ul ul {
	list-style:circle;
}

#content li {
	margin:0 0 15px 30px;
}

#content .noBullet {
	list-style:none;
}

#content ol {
	margin:10px 0 10px 10px;
	list-style:decimal;
}

/*#################
    NAVIGATION
#################*/

#nav li {
	overflow:hidden;
	font-size:0.8em;
	display:inline;
}
	
#nav a {
	list-style:none;
	height:auto;
	width:230px;
	padding:10px 5px;
	border-left:10px solid #5276c1;
	display:block;
}
	
#nav a:hover {
	background:#5278c6;
	border-left-color:#d8e2f7;
}

.navItem a:link, .navItem a:active, .navItem a:visited, .navItem a:hover {
	color:#FFF;
	text-decoration:none;
}

#nav .selected a {
	background:#9db6eb;
	color:#183671;
	border-left-color:#d8e2f7;
}

.selected a:link, .selected a:active, .selected a:visited, .selected a:hover {
	color:#183671;
	text-decoration:none;
}

#nav p {
	color:#FFF;
	text-align:center;
	font-size:0.8em;
	padding:0 5px;
}

/*#################
      FORMS
#################*/

form {
	text-align:center;
}

input.textbox {
	margin:0 0 3px;
}

/*#################
       LINKS
#################*/

#header a:link, #header a:active, #header a:visited {
	color:#193672;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#FFF;
}

#header a:hover {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
}

#content a:link, #content a:visited, #content a:active {
	color:#3333FF;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

/*#################
       IMAGES
#################*/

.staff {
	position:relative;
	float:left;
	margin:0 10px 0 0;
}