* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	line-height: 12pt;
}

body {
	background-color: #f0f0f0;
	margin: 0px;
	text-align: center;
}

input {
	border: 1px #bfbfbf solid;
}

button {
	border: 1px #bfbfbf solid;
	background: white;
	color: #004990;
	height: 14pt;
}

h2 {
	margin-bottom: 0pt;
	margin-top: 0pt;
	color: #757575;
	font-size: 10pt;
}

h3 {
	margin-bottom: 2pt;
	margin-top: 0pt;
	color: #757575;
}

a {
	text-decoration: none;
	color: #004990;
}

a img {
	border: none;
}

p {
	margin-top: 2ex;
	margin-bottom: 2ex;
}

p:first-child {
	margin-top: 0px;
}

strong {
	color: #333;
}

hr {
	height: 0px;
	border: 1px solid #d9d9d9;
	border-top: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


/** general layout **/

div#frame {
	background: url(../images/bg.gif) repeat-y #f0f0f0;
	margin: 0px auto;
	width: 970px;
	position: relative;
	text-align: left;	
}

div#page {
	/*border: 1px solid #666;*/
	border-bottom: 1px solid #666;
	border-top: none;
	background-color: #f7f7f7;
	margin-left: 105px;
	width: 759px;
}

div#header {
	padding-left: 37px;
	margin-bottom: 20px;
}

img#logo {
	margin: 0px;
	margin-bottom: 12px;
	display: block;
}

img#subheading {
	margin: 0px;
	display: block;
}

div#breadcrumbs,
div#breadcrumbs * {
	font-size: 7pt;
	color: #8c8c8c;
}

div#breadcrumbs {
	height: 20px;
	padding-left: 40px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

div#breadcrumbs a.home {
	font-weight: bold;
	color: #004990;
}

div#content {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 45px;
	padding-top: 8px;
	position: relative;
}

div#left-margin {
	position: absolute;
	left: 0px;
	top: 0px;
}

div#right-margin {
	position: absolute;
	left: 864px;
	top: 0px;
}

div#bottom {
	margin: 0px auto;
	width: 970px;
}

div#bottom img {
	display: block;
}

div#footer {
	margin: 0px auto;
	width: 970px;
	padding-bottom: 10px;
}

div#footer div {
	width: 759px;
	text-align: right;
	margin: 0px auto;
	padding-right: 20px;
}

div#footer,
div#footer * {
	font-size: 7pt;
	color: #b2b2b2;
	margin-top: 10px;
}

div.text-box {
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}


div.text-box:first-child {
	padding-top: 0px;
}

div.text-box.bordered {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	padding-bottom: 2px;
	margin-bottom: -4px;
	padding-top: 8px;
	margin-top: -3px;
}

div.sidebar {
	position: absolute;
	right: 15px;
	width: 250px;
	margin-top: 14px;
}


div.sidebar div {
	padding: 12px;
	padding-left: 20px;
	padding-top: 0px;
}

div#left-content-column {
	width: 470px;
	margin-top: 12px;
	
	border-right: 1px solid #d9d9d9;
}

/* hack to accomodate missing first-child selector in IE6 */
* html div.text-box {
    padding-top: 0px;
}
* html div#left-content-column {
    margin-top: 0px;
}


/** main menu **/

div#main-menu {
	white-space: nowrap;
	background: #004990 url(../images/nav_dropshadow.gif) repeat-x bottom;
	height: 35px;
}


div#main-menu ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
	white-space: nowrap;
}

div#main-menu li {
	float: left;
	display: block;
	height: 22px;
	padding-top: 6px;
}

div#main-menu a {
	color: white;
	text-decoration: none;
	font-size: 8pt;
}

div#main-menu li.nav {
	width: 150px;
	vertical-align: middle;
/**	background-color: #004990;**/
}

div#main-menu li.divider {
	width: 1px;
/**	background-color: #004990;**/
}

div#main-menu li.divider img {
	position: relative;
	top: 1px;
	display: block;
}

div#main-menu li.nav li {
    height: auto !important;
}


/** main graphic block **/

div.main-graphics-block {
	margin-left: 25px;
	height: 189px;
	width: 663px;
	position: relative;
}

div.main-graphics-block table.boxes {
	border-collapse: collapse;
	border: 1px solid #bababa;
	border-left: 1px solid white;
	height: 189px;
	width: 240px;
	position: absolute;
	left: 470px;
	/*left: -10px;*/
}

/* hack for Firefox */
div.main-graphics-block table.boxes, x:-moz-any-link {
	top: 1px;
	height: 188px;
}

/* un-hack for IE7 */
div.main-graphics-block table.boxes, x:-moz-any-link, x:default {
	top: 0px;
	height: 189px;
}


div.main-graphics-block table.boxes td {
	background-color: #e1e1e1;
	padding-left: 17px;
	padding-right: 8px;
}

div.main-graphics-block table.boxes td.highlight {
	padding-left: 17px;
	color: white;
	background: url(../images/inset_on.gif) repeat-y #003e7e;
}

div.main-graphics-block table.boxes * {
	font-size: 8pt;
	line-height: normal;
}

div.main-graphics-block table.boxes td.highlight * {
	color: white;
}

img.illustration {
	position: absolute;
	left: 0px;
	border-right: 1px solid #b7b7b7;
}

div.dog-ear-text-box {
	 background: url(../images/dog_ear_box_bg.gif) no-repeat;
	 width: 238px;
	 height: 189px;
	 position: absolute;
	 left: 471px;
}

div.dog-ear-text-box div {
	 padding: 20px;
	 padding-top: 3px;
}

/** login box **/

form#login {
	position: absolute;
	left: 668px;
	top: 10px;
}

form#login * {
	font-size: 7pt;
}

form#login th {
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	color: #595959;
}

input#email {
	width: 110px;
}

input#password {
	width: 110px;;
}


/** bottom boxes **/

table.bottom-boxes td {
	vertical-align: top;
	border-collapse: collapse;
}

table.bottom-boxes th {
	text-align: left;
	padding: 8px 13px 2px 13px;
	border: 1px solid #bfbfbf;
	background: #f2f2f2;
	width: 225px;
}

table.bottom-box {
	border-collapse: collapse;
	width: 225px;
}

table.bottom-box td {
	padding: 8px 10px 8px 10px;
	border: 1px solid #bfbfbf;
	background: #f2f2f2;
	width: 225px;
	height: 170px;
}

/* hack for IE7 -- adjust for broken box model in IE */
*:first-child+html table.bottom-box td {
    height: 110px;
}

p.read-more-container {
	margin-top: -10px;
}

/** tabs **/

/*ul.tabs li {
	display: block;
	float: left;
	clear: left;
}*/

div.tabs-container {
	background-color: #f0f0f0;
    background: url(../images/tab_end.gif) repeat-x;
    margin-top: 18px;
	width: 467px;
	height: 20pt;
	margin-bottom: -5px;
}

/* hack for IE6 */
* html div.tabs-container {
	margin-bottom: 0px;
}

div.tabs2-container {
	background-color: #f0f0f0;
    background: url(../images/tab2_end.gif) repeat-x;
    margin-top: 18px;
    width: 467px;
    height: 30pt;
	margin-bottom: -5px;
}


/* hack for IE6 */
* html div.tabs2-container {
    margin-bottom: 0px;
}

ul.tabs {
	list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

ul.tabs li {
	display: inline;
	text-align: center;
	white-space: nowrap;
}

ul.tabs a,
ul.tabs img {
	display: block;
	float: left;
	line-height: 11pt;
}

ul.tabs a, /* hack for IE6 */
ul.tabs img {
	margin-right: -3px;
	margin-left: -3px;
}

html[xmlns] ul.tabs a, /* un-hack for Firefox and IE7 */
html[xmlns] ul.tabs img {
	margin-right: 0px;
	margin-left: 0px;
}

*.tab.mid {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	background: url(../images/tab_off_mid.gif) repeat-x;
	height: 13pt;
	text-align: center;
}

*.tab.tab2 {
	background: url(../images/tab2_off_mid.gif) repeat-x;
	padding-top: 5px;
	padding-bottom: 8px;
	height: 29pt;
	vertical-align: bottom;
    display: block;
}

*.tab.mid.on {
	height: 14px;
	background: url(../images/tab_on_mid.gif) repeat-x white;
	font-weight: bold;
}

*.tab.mid.tab2.on {
	height: 27px;
	background-color: #f0f0f0;
	background: url(../images/tab2_on_mid.gif) repeat-x white;
}

/* fix for IE6 */
* html img.tab.on.left {
	height: 23px;
	width: 5px;
}
* html img.tab.on.right {
    height: 23px;
    width: 5px;
}
* html img.tab2.on.left {
    height: 40px;
    width: 5px;
}
* html img.tab2.on.right {
    height: 40px;
    width: 5px;
}


/** misc **/

ul.cube-list {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
}

ul.cube-list li {
	background-image: url(../images/bullet_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 30px;
	margin-bottom: 8pt;
}

ul.cube-list li h3 {
	color: #333;
}

dl.cube-list dt {
	background-image: url(../images/bullet_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 25px;
	margin-bottom: 5pt;
	font-weight: bold;
	margin-top: 20px;
}

dl.cube-list dd {
	padding-left: 25px;
	margin-left: 0px;
	margin-bottom: 3pt;
}




.text-box ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
}

.text-box ul li {
	background-image: url(../images/bullet_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 25px;
	margin-bottom: 8pt;
}

.text-box ul li h3 {
	color: #333;
}

.text-box dl dt {
	background-image: url(../images/bullet_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 25px;
	margin-bottom: 5pt;
	font-weight: bold;
	margin-top: 20px;
}

.text-box dl dd {
	padding-left: 25px;
	margin-left: 0px;
	margin-bottom: 3pt;
}

.text-box strong {
	color: #333333;
}

td .managementQuote {
	color: #d79200;	
	font-size: 14px;
}

td .managementQuote strong{
	color: 	#d79200;	
	font-size: 14px;
}


*.read-more-container {
	margin-top: 10px;
}