/* v1.0 | 20080212 */
/* reset */
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

.cake-sql-log {
	background-color: #ffffaa;
	text-align: left;
}
.cake-sql-log  th {
	background-color: #ffff77;
}

html, body {
	height: 100%;
}

body {
	color: #4e4e4e;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #c6c6c6;
	font-size: 11px;
	font-family: verdana;
	/*background-image: url('../img/body_bg.png');
	background-repeat: repeat-y;
	background-position: top center;*/
}

a {
	color: #0E409C;
	text-decoration: none;
}

a:link {
}
a:active {

}
a:visited {

}
a:hover {
	text-decoration: underline;
}

.clear-both {
	clear: both;
    line-height: 0;
    height: 0;
    font-size: 1px;
}

table {
	font-size: 12px;
	font-family: verdana;
return }

table td,
table th {
	padding: 5px;
}

#page-container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -29px; /* the bottom margin is the negative value of the footer's height */
	background-color: #fff;
	background-image: url('../img/page_container_bg.png');
	background-repeat: repeat-y;
	background-position: top left;
	border-left: 7px solid #bbb;
	border-right: 7px solid #bbb;	
	
}

#page-container.default-layout {
	background-color: #fff;
	background-image: url('../img/page_container_bg_default.png');
}	

#header-container {
	width: 950px;
	height: 109px;
	background-image: url('../img/header_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#header-container-frontpage {
	width: 950px;
	height: 109px;
	background-image: url('../img/header_bg_frontpage.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#header-container .contact-us,
#header-container-frontpage .contact-us {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	background-image: url('../img/email_icon.png');
	background-repeat: no-repeat;
	background-position: right 3px;
}
#header-container .contact-us a:link,
#header-container-frontpage .contact-us a:link {
	color: #fff;
	text-decoration: none;
}
#header-container .contact-us a:visited,
#header-container-frontpage .contact-us a:visited {
	color: #fff;
	text-decoration: none;
}
#header-container .contact-us a:hover,
#header-container-frontpage .contact-us a:hover {
	color: #f37c15;
	text-decoration: none;
}

.first-content-column {
	background-image: url('../img/column_divider.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.first-content-column,
.second-content-column {
	width: 50%;
	float: left;
	line-height: 140%;
	text-align: justify;
}
.first-content-column h3,
.second-content-column h3,
.first-content-column p,
.second-content-column p {
	padding: 0px 15px 0px 15px;
}

#margin-container {
	float: left;
	position: relative;
	width: 220px;
	margin-left: -950px;
}

#margin-container.default-layout {
	margin-left: -950px;
}


#content-container {
	width: 730px;
	float: left;
	display: inline;
	padding-bottom: 29px;
	margin-left: 220px;
}

.content {
    padding: 15px 120px 15px 30px;
}

#content-container p {
	text-align: justify;
}

#content-container.default-layout {
	width: 730px;
}

#content-index {
	width: 200px;
	float: right;
}

#splash-container {
	position: relative;
	width: 100%;
	float: left;
	height: 280px;
	background-image: url('../img/main_splash-01.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#splash-nav {
	color: #f37c15;
	position: absolute;
	top: 25px;
	right: 29px;
	padding: 0;
}
#splash-nav li {
	width: 140px;
	list-style-type: none;
}

#splash-nav a {
	display: block;
	padding: 5px 5px 5px 20px;
	background-image: url('../img/bullet_splash_nav.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

#splash-nav a:link {
	display: block;
	color: #fff;
	text-decoration: none;
}
#splash-nav a:visited {
	color: #fff;
	text-decoration: none;
}
#splash-nav a:hover {
	background-color: #244686;
	color: #fff;
	text-decoration: none;
}

#footer-container {
	color: #ffffff;
	margin: 0 auto;
	line-height: 29px;
	width: 950px;
	background-image: url('../img/footer_bg-01.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#nav-menu {
	position: relative;
	color: #F9F9F9;
	font-family: 'verdana';
	font-weight: bold;
	font-size: 13px;
}

.expandable {
	background-image: url('../img/arrow_down-01.png');
	background-repeat: no-repeat;
	background-position: 80% 10px;
}
/*
#nav-menu a.expanded-header:link,
#nav-menu a.expanded-header:visited,
#nav-menu a.expanded-header:active, 
#nav-menu a.expanded-header:hover  {
	color: #F4C202;
}
*/
#nav-menu a.selected-sub-nav:link,
#nav-menu a.selected-sub-nav:visited,
#nav-menu a.selected-sub-nav:active, 
#nav-menu a.selected-sub-nav:hover  {
	color: #F4C202;
}

#nav-menu ul {
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #F9F9F9;
	font-family: 'verdana';
	font-weight: bold;
}


#nav-menu li {
	margin: 0;
	padding: 0;
	line-height: 110%;
	list-style: none;
	/*background-image: url('../img/nav_li_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;*/
	border-bottom: 1px solid  #575757;
}

#nav-menu ul ul {
	padding: 10px 0 10px 0;
	margin: 0;
	background-color: #4a4a4a;
}

#nav-menu ul ul ul {
	padding: 5px 0 5px 0;
	margin: 0;
	background-color: #4a4a4a;
}

#nav-menu li li {
	color: #ccc;
	margin: 0;
	padding: 0 0 5px 20px;;
	list-style-type: disc;
	background-image: none;	
	list-style-position :inside;
	border: none;	
}

#nav-menu li li li {
	color: #ccc;
	margin: 0;
	padding: 0 0 5px 10px;;
	list-style-type: circle;
	list-style-position: inside;
}



#nav-menu li a {
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	padding: 5px 0 5px 15px;
}

#nav-menu li li a {
	font-size: 11px;
	color: #eee;
	text-decoration: none;
	padding: 0px 0 0px 0;
	background-image: none;
}

#nav-menu li li li a {
	font-weight: normal;
	padding: 0;
}

#nav-menu a:hover {
	color: #F18629;
}

#nav-menu li.expanded {
	background-color: #666;
	background-image: none;
}
#nav-menu li.expanded-hasChildren {
	background-color: #666;
	background-image: url('../img/arrow_up-01.png');
	background-repeat: no-repeat;
	background-position: 80% 10px;
}

h3.warm {
    margin: 0 0 0.5em 0;
	font-size: 14px;
	color: #f37c15;
}

h3.cool {
    margin: 0 0 0.5em 0;
	font-size: 14px;
	color: #244686;
}

#user-details {
	display: inline;
	color: #c6c6c6;
}
#user-details a:link {
	color: #f37c15;
}
#user-details a:visited {
	color: #f37c15;
}

h1 {
	color: #E7551F;
	font-weight: normal;
	font-size: 20px;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 1.2em;

}

h2 {
	font-family: arial;
	font-weight: normal;
	color: #E7551F;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 25px;

}

h3 {
	font-family: verdana;
	font-size: 12px;
	color: #555;
	margin-bottom: 15px;
	margin-top: 25px;
}
p {
	line-height: 135%;
	margin-bottom: 15px;
}

ul, ol {
	padding-left: 15px;
	margin-bottom: 25px;
}

ol li {
	list-style-type: decimal;
	line-height: 135%;
}

ul li {
	list-style-type: disc;
	line-height: 140%;
}
ul li li {
	list-style-type: circle;
	line-height: 140%;
}
ul li li li {
	list-style-type: block;
	line-height: 140%;
}

div.actions {
	padding: 10px;
	background-color: #c6c6c6;
	margin: 0px 0px 25px 0px;
	border: 1px solid #5c5c5c;
}
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions ul li {
	display: inline;
}
div.actions a:link,
div.actions a:visited {
	color: #244686;
	text-decoration: none;
}
div.actions a:hover {
	text-decoration: underline;
}


div.message {
	padding: 10px;
	background-color: #ffff77;
	margin-bottom: 15px;
}

/* forms */

fieldset {
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 15px;
	padding: 15px;
}
legend {
	font-weight: bold;
	color: #444;
	font-size: 13px;
}

label {
	display: block;
}

.label-alongside fieldset {
	background-color: #dfeaf4;
	margin-bottom: 15px;
}

.label-alongside div.input {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.label-alongside  div.text label {
	float: left;
	margin-right: 10px;
	width: 90px;
	text-align: right;
}
.label-alongside  div.text input {
	width: 150px;
}

.label-alongside div.select label {
	float: left;
	margin-right: 10px;
	width: 90px;
	text-align: right;
}


fieldset.move-details {
	float: left;
	width: 310px;
}

.move-details .input {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}

.move-details div.text label {
	width: auto;
	float: none;
	text-align: left;
}

/* flash */

.flash-default,
.flash-success {
	padding: 10px;
	color: #244686;
	background-color: #E9ECF3;
	margin-bottom: 2em;
}

.flash-default a,
.flash-success a {
	text-decoration: underline;
}

.flash-error {
	padding: 10px;
	color: #E7551F;
	background-color: #FDF2E8;
    border: 1px solid #E7551F;
	margin-bottom: 2em;
}

.flash-error p {
	font-weight: bold;
	margin-bottom: 0;
}

.flash-error ul {
	margin: 1em 0;
}

.error, .error-message {
	color: #E7551F;
	font-style:italic;
}

img.captcha {
	border: 1px solid #ccc;
	vertical-align: middle;	
	margin-right: 10px;
}

.branch-details-container {

}

.branch-details li li  {
	margin-top: 1em;
	list-style-type: circle;
}

.branch-details p {
	margin-bottom: 0;
}

.branch-details {
	margin: 0;
}

.back-to-top {
	display: block;
	text-align: right;	
}

table.data-1 {
	font-size: 11px;
	margin: 1em 0;
}
table.data-1 td {
	border: 1px solid #999999;
	padding: 5px;
}

table.data-1 th {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #eee;
	text-align: left;
}


/* inventory */
.alt td {
	background-color: #eee;
}
td.input {
	text-align: center;
}
.quantity {
	width: 2em;
}

table.inventory th {
    font-size: 11px;
    font-weight: bold;
}

table.inventory {
	margin-bottom: 1em;
	empty-cells: hide;
	border-collapse:collapse;
}
table.additional-items {
	margin-bottom: 1em;
    width: 240px;
}

table.inventory td {
	padding: 3px;
}
table.inventory td.no-border {
	border-top: none;
	border-bottom: none;
}

.add-item {
	margin-bottom: 30px;
}

#top-nav {
	text-align: right;
	line-height: 20px;
	margin-right: 10px
}

#recent-headlines,
#testimonials  {
    margin: 0.25em 35px 0.25em 20px;
	color: #CCCCCC;
}

#testimonials {
    border-bottom: 2px solid #555;
}

#recent-headlines h3,
#testimonials h3 {
    color: #eee;
    margin: 0;
    padding: 0.5em 0;
}

#recent-headlines ul,
#testimonials ul {
	padding: 0;
    margin-bottom: 1em;
}

#recent-headlines li,
#testimonials li {
	list-style-type: none;
}

#recent-headlines a,
#testimonials a {
	color: #ccc;
}

div.figure-container-right {
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
}

div.figure-container {
	float: none;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ccc;
	margin: 10px 0px 10px 10px;
}

div.figure-container-left {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0px 10px 10px 0px;
	float: left;
}

div.figure-container p, 
div.figure-container-right p,
div.figure-container-left p {
	text-align: center;
	margin-bottom: 0px;
}

#info-window h4 {
    color: #fff;
    background-color: #244686;
    padding: 8px 5px;
    margin-bottom: 0;
}

#info-window ul {
    margin: 1em 0;
    padding-bottom: 0;
}

#info-window ul li {
    list-style-type: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#info-window ul li p {
    text-align: left;
    margin: 0 0 0.25em 0;
    padding: 0;
}

label {
	padding: 0.5em 0;
}

table.affiliations td {
    vertical-align: top;
}

img.accred_logo {
    margin-top: 25px;
}

div.checkbox {
    display: inline;
}

form.skip {
	margin-bottom: 2em;
}

.article-date {
    margin-bottom: -1em;
    font-weight: bold;
}
