html, body {

}

ul.button-list {
	margin: 0;
}
ul.button-list li {
	float: left;
	background-image: url('../img/rounded_button-01.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
	width: 150px;
	text-align: center;
	margin-bottom: 1em;
	list-style-type: none;
	margin-right: 10px;
}
ul.button-list li a:link,
ul.button-list li a:active,
ul.button-list li a:visited,
ul.button-list li a:hover {
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
ul.button-list li a:hover {
	text-decoration: underline;
}

ul.button-list li.last {
	display: block;
	clear: both;
	float: none;
	line-height: 0;
	height: 0;
	background-image: none;
}

.migration-seminar-container,
.branch-details-container {
	width: 295px;
}

ul.migration-seminar,
ul.branch-details {
	background-image: url('../img/migration_seminar_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul.migration-seminar h4,
ul.branch-details h4 {
	padding: 10px 10px 5px 35px;
	background-image: url('../img/arrow_down-01.gif');
	background-position: 15px 15px;
	background-repeat: no-repeat;	
}

ul.migration-seminar h4.expanded,
ul.branch-details h4.expanded {
	background-image: url('../img/arrow_up-01.gif');
}

ul.migration-seminar a:link h4,
ul.migration-seminar a:active h4,
ul.migration-seminar a:visited h4,
ul.migration-seminar a:hover h4,
ul.branch-details a:link h4,
ul.branch-details a:active h4,
ul.branch-details a:visited h4,
ul.branch-details a:hover h4 {
	color: #0d2268;
}

ul.migration-seminar li.last,
ul.branch-details li.last {
	background-image: url('../img/migration_seminar_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	line-height: 5px;
}

.content-actions {
	background-image: url('../img/flash_default_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
    margin-top: 10px;
	color: #0e64a4;
    background-color: #e5e5e5;
    padding: 0px;
}

.content-actions p.last {
	background-image: url('../img/flash_default_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
    text-align: center;
	padding: 10px;
}


.flash-default {
	background-image: url('../img/flash_default_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
    margin-top: 10px;
    color: #fff; 
    background-color: #001760;
    padding: 0px;
}
.flash-default p.last {
	background-image: url('../img/flash_default_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
    text-align: center;
	padding: 10px;
}

.content-actions,
.content-actions p.last {
	text-align: left;
}

.content-actions ul {
	list-style-type: square;
}

.flash-error {
	background-image: url('../img/flash_error_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
    margin-top: 10px;
    color: #ff5412; 
    background-color: #ffe299;
    padding: 0px;
}
.flash-error p.last {
	background-image: url('../img/flash_error_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
    text-align: center;
	height: 5px;
}

.flash-error p {
	padding: 10px;
}

.flash-success {
	background-image: url('../img/flash_default_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
    margin-top: 10px;
    color: #fff; 
    background-color: #001760;
    padding: 0px;
}
.flash-success p.last {
	background-image: url('../img/flash_default_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
    text-align: center;
	padding: 10px;
}


.content-actions ul {
	 padding-top: 10px;
	 margin-bottom: 0;
}



div.figure-container-right {
	float: right;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ccc;
	margin: 10px 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: 10px 10px 5px 10px;
	border: 1px solid #ccc;
	margin: 10px 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;
}

p.register-seminar {
	padding: 10px 0 10px 0;
}

p.register-seminar a {
	font-size: 12px;
	padding: 10px;
	background-color: #FFFF99;
}

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

.back-to-top a {
	display: inline;
	padding-left: 15px;
	background-image: url('/img/back_to_top.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
.back-to-top a:visited {
	color: #0099FF;
}


.clear-both {
	clear: both;
	line-height: 0;
}

a:link {
	color: #0085c7;
	text-decoration: none;
}
a:active {
	color: #c72200;
	text-decoration: none;
}
a:visited {
	color: #8100c7;
	text-decoration: none;
}
a:hover {
	color: #0085c7;
	text-decoration: underline;
}

body {
	font-family: verdana;
	font-size: 11px;
	background-color: #ffffff;
	text-align: center;
}

#logo-container {
	background-color: #fff;
	position: relative;
}

#user-details {
	color: #66CCFF;
	float: left;
	margin-left: 25px;
	height: 35px;
}

#user-details a {
	color: #fff;
	line-height: 35px;	
}


#logo {
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align: bottom;
	background-color: #fff;
}

#secondary-nav {
	position: relative;
	height: 35px;
	background-image: url('../img/secondary_nav_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#secondary-nav .request-block {
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 7px;
	right: 50px;
	width: 375px;
	height: 21px;
	background-image: url('../img/button_request_quote-02.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#quicklinks-content-container {
	float: left;
	width: 595px;
	padding-right:10px;
}
#secondary-nav .request-block a:link {
	color: #0f80be;
	text-decoration: none;
}
#secondary-nav .request-block a:visited {
	color: #0f80be;
	text-decoration: none;
}
#secondary-nav .request-block a:hover {
	color: #001760;
	text-decoration: none;
}

#footer {
    width: 850px;
	height: 35px;
	background-image: url('../img/footer_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
    margin: 0 auto 0 auto;
}

#footer ul li {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	line-height: 26px;
	padding: 0px 10px 0px 10px;
	background-image: url('../img/main_nav_divider.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#footer ul li.last {
	background-image: none;
}


#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer, .push {
    /* sticky footer */
    height: 41px;
}

#banner-container {
	height: 147px;	
	background-image: url('../img/header_banner/bg.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#header-gallery {
	list-style-type: none;
	padding: 0; 
	margin: 0;
	margin-left: 15px;
}
#header-gallery li {
	height: 147px;
	padding: 0; 
	margin: 0;

}


#content-container {
	color: #666666;
    width: 800px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	background-image: url('../img/body_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
}

.dropshadow-border {
	background-image: url('../img/body_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	width: 800px;
}

h1 {
	padding-top: 20px;
	font-family: arial;
	line-height: 100%;
	font-weight: normal;
	font-size: 18px;
	color: #0085c7;
	letter-spacing: 1px;
}
h2 {
	font-size: 12px;
	color: #004e94;
	margin-bottom: 1em;

}
h3 {
	color: #00458b;
	margin-bottom: 1em;
}

h3 a {
	font-size: 11px;
	font-weight: normal;
}



.info-block {
	margin: 5px 0px 5px 0px;
	color: #ffffff;
	background-color: #001760;
	background-image: url('../img/info_block_top.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}

.info-block a:link,
.info-block a:active,
.info-block a:visited,
.info-block a:hover {
	color: #0085c7;
	text-decoration: none;
}

.info-block a:hover {
	text-decoration: underline;
}

.info-block-bottom {
	background-image: url('../img/info_block_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
}

.info-block h4 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 120%;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}

.info-block-top-container {
}

.info-block-content-container {
	padding: 11px 15px 5px 15px;
	line-height: 160%;
}

.error, .error-message {
	text-align: left;
    color: #ff5412;
}


#quicklinks-column {
    width: 150px;
    padding: 0px 15px 0px 0px;
    float: left;
}
#quicklinks-column ul {
	list-style-type: none;
	margin: 0;
}

#quicklinks-container ul li a:link {
	color: #001760;
	text-decoration: none;
}
#quicklinks-container ul li a:active {
	color: #001760;
	text-decoration: none;
}
#quicklinks-container ul li a:visited {
	color: #001760;
	text-decoration: none;
}
#quicklinks-container ul li a:hover {
	color: #001760;
	text-decoration: underline;
}

#quicklinks-container {
	margin-top: 10px;
	font-size: 12px;
	color: #001760;
	text-align: center;
	width: 150px;
	background-image: url('../img/quicklinks_bg.png');
	background-repeat: repeat-y;
	background-position: top center;
}

#quicklinks-container h4,
#contents-list-container h4 {
	text-align: center;
	z-index: 10;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	background-image: url('../img/quicklinks_top.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#quicklinks-container ul li {
	padding: 15px;
	background-image: url('../img/quicklinks_divider.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0;
}

#quicklinks-container ul li.last {
	padding-bottom: 20px;
	background-image: url('../img/quicklinks_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* content nav */
#contents-list-container {
	margin-top: 10px;
	font-size: 11px;
	color: #001760;
	text-align: left;
	width: 150px;
	background-image: url('../img/quicklinks_bg.png');
	background-repeat: repeat-y;
	background-position: top center;	
}


#contents-list-container ul {
	padding: 0px 10px 15px 25px;
	background-image: url('../img/quicklinks_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#contents-list-container ul ul {
	padding: 0 5px 0 15px;
	background-image: none;
	padding-bottom: 0;	
}

#contents-list-container {
	margin-top: 10px;
	margin-bottom: 20px;
}

#contents-list-container li {
	font-size: 12px;
	margin: 1em 0 0 0;
	line-height: 1.2em;
	list-style-type: disc;
}
#contents-list-container li li {
	font-size: 11px;
	list-style-type: circle;
	margin: 5px 0 0 0;
}
#contents-list-container a:link,
#contents-list-container a:visited,
#contents-list-container a:active,
#contents-list-container a:hover {
	color: #001760;
	text-decoration: none;
}
#contents-list-container a:hover {
	text-decoration: underline;
}


#content-column {
	line-height: 160%;
    width: 425px;
    float: left;
}

#content-column-form {
	line-height: 160%;
    width: 620px;
    float: left;
}

#banner-column {
    width: 195px;
    padding: 0px 0px 0px 0px;
    float: left;
}
#banner-column img{
	margin-top: 10px;
	border: 0;
}

#page-container {
	width: 850px;
	margin: 20px auto 0 auto;
    text-align: left;


}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */

.menu-index li {
	margin-left: 45px;
	list-style-type: disc;
}

.menu-index ul li {

	list-style-type: circle;
}

fieldset {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	padding: 15px;
    margin: 0 0 10px 0;
}

fieldset.spread .input {
    float: left;
    width: 33%;
}


fieldset.spread .required label {
    padding-left: 8px;
    background: transparent url(/img/asterisk-01.png) top left no-repeat;
}

form h4 {
    margin-bottom: 10px;
    padding: 3px 15px;
	background-color: #0D2268;
    color: #fff;
	font-size: 13px;
    font-weight: bold;
    font-family: arial;
}

label {
	display: block;
}

h1 {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

ul, ol {
	margin-left: 2.5em;
	margin-bottom: 1em;
	list-style-type: disc;
}

li ul, li ol {
	list-style-type: circle;
}

li {
	margin: 0;
}

.actions {
/*
	padding: 10px;
	background-color: #dfeaf4;
	border: 1px solid #ccc;
	margin-top: 15px;
*/
}

.actions ul {
	margin: 0;
	list-style-type: none;
}

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

.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;
}

/* inventory */
.alt td {
	background-color: #e5e5e5;
}
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;
}

.input.text input {
    width: 170px;
    border: 1px solid #888;
    color: #444;
    padding: 3px;
}

.input.textarea textarea {
    width: 300px;
    border: 1px solid #888;
    color: #444;
    padding: 3px;
}
.input.select select {
    width: 300px;
    border: 1px solid #888;
    color: #444;
    padding: 3px;
}

/* devel */
p.error,
p.notice
{
	text-align: left;
}

.cake-sql-log {
	text-align: left;
	border-collapse: collapse;
}
.cake-sql-log td {
	color: #333333;
	padding: 10px;
}
.cake-sql-log th {
	padding: 10px;
}
.cake-sql-log caption {
	padding: 10px;
}

table.rates td,
table.rates th {
    color: #555;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 3px 5px;
}
table.rates th {
    background-color: #eee;
}

div.important {
    margin-bottom: 1.5em;
    color: #FF5412;
}
