/* 
--------------------------------------------------
AcceLIM | accelim.com
--------------------------------------------------
*/

/*
--------------------------------------------------
=RESET
--------------------------------------------------
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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

/*
--------------------------------------------------
=GENERAL RULES
--------------------------------------------------
*/
html {
	background-color: transparent;
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
body {
	background-color: #FFF;
	color: #000;
	text-align: center;
}
p {
	margin: 0 0 1.5em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/*
--------------------------------------------------
=LINKS
--------------------------------------------------
*/
a:link {
	color: #ee6b00;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #ee6b00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ee6b00;
	text-decoration: none;
}
.altLink a:link, .altLink a:visited {
	color: #5087f6;
	font-weight: bold;
	text-decoration: underline;
}
.altLink a:hover {
	color: #5087f6;
	font-weight: bold;
	text-decoration: none;
}


/*
--------------------------------------------------
=HEADINGS
--------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #5087f6;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0.2em 0;
	padding: 0 0 0.1em 0;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #5087f6;
	font-weight: normal;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #ee6b00;
}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {	
	border-bottom: solid 1px #dcdcdc;
	margin: 0 0 0.3em 0;
	padding: 0 0 0 .2em 0;
}
h1 span.hilite, h2 span.hilite, h3 span.hilite, h4 span.hilite, h5 span.hilite, h6 span.hilite {
	color: #000;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {	
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

#column-main h1, #column-main h2, #column-main h3, #column-main h4, #column-main h5, #column-main h6 {
	color: #5087f6;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#column-main h1 {
	font-size: 32px;
}
#column-main h2 {
	font-size: 28px;
}
#column-main h3 {	
	font-size: 24px;
}
#column-main h4 {
	font-size: 22px;
}
#column-main h5 {
	font-size: 20px;
}
#column-main h6 {
	font-size: 18px;
}


/*
--------------------------------------------------
=LISTS
--------------------------------------------------
*/
li img {
	display: inline;
	border: 0;
	padding-right: .5em;
}
ul.noBullet {
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 1.75em 0;
	padding: 0;
}
ul.noBullet li {
	margin: 0 0 0.3em 0;
}
ul.floatLeftList {
	list-style-type: square;
	margin: 0 1em 1.75em 2em;
	float: left;
}
ol {
	list-style: decimal;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 40px;
}

/*
--------------------------------------------------
=TOP HEADER
--------------------------------------------------
*/
#top-header-bg {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#top-header-wrap {
	margin: 15px auto 0 auto;
	padding: 0
	overflow: hidden;
	width: 950px;
}
#top-header-left {
	float: left;
}
#top-header-right {
	float: right;
	margin: 0;
	padding: 0;
}
#top-header-logo {
	display: inline;
}
/*
--------------------------------------------------
=GLOBAL NAV
--------------------------------------------------
*/
ul#global-nav {
	float: left;	
	font-size: 11px;
	font-weight: normal;
	margin: 13px 0 0 0;
	padding: 0;
	text-align: left;
	display: inline;
}
ul#global-nav li {
	color: #a5a5a5;
	display: inline;
}
ul#global-nav li a, ul#global-nav li a:link, ul#global-nav li a:visited {
	border-right: 1px solid #a5a5a5;
	color: #5087f6;
	font-weight: bold;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	text-decoration: none;
}
ul#global-nav li.first, ul#global-nav li.first a,
ul#global-nav li.first a:link, ul#global-nav li.first a:visited {

}
ul#global-nav li.last, ul#global-nav li.last a,
ul#global-nav li.last a:link, ul#global-nav li.last a:visited {
	border: 0;
	margin: 0;
	padding: 0;
}
ul#global-nav li a:hover {
	background-color: transparent;
	color: #5087f6;
	font-weight: bold;
	text-decoration: underline;
}
/*
--------------------------------------------------
=SOCIAL NETWORKING TOP
--------------------------------------------------
*/
#sn-icons-wrap {
	float: left;
	margin: 7px 16px 0 0;
	padding: 0;
}
#sn-icons-wrap span img {
	margin: 0 4px 0 0;
}
#sn-icons-wrap span.last img {
	margin: 0;
}


/*
--------------------------------------------------
=TOP NAV MAIN
--------------------------------------------------
*/
#top-nav-bg {
	background-color: #f5f5f5;
	background-image: url(/_images/bg/bg_top_nav.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	border: 1px solid #dcdcdc;
	margin: 10px auto 0px auto;
	padding: 0;
	/*overflow: hidden;*/
	clear: both;
	text-align: left;
	width: 948px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
	
	/*-webkit-box-shadow: 0 2px 2px #f0f0f0;
	-moz-box-shadow: 0 2px 2px #f0f0f0;
	box-shadow: 0 2px 2px #f0f0f0;*/
}
#top-nav-wrap {
	margin: 0 auto;
	padding: 0;
	/*overflow: hidden;*/
}
#top-nav-left {
	float: left;
	padding: 0;
}
#top-nav-right {
	float: right;
	padding: 0;
}
#main-nav {
	margin: 0;
	padding: 0;
	width: auto;
	height: 1em;
	z-index: 9999;
}
#main-nav > li {
	background-color: transparent;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav li > a, #main-nav li > a:link, #main-nav li > a:visited {
	/*border-left: 1px solid #f5f5f5;*/
	border-right: 1px solid #fff;
	color: #505050;
	display: block;
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
}
#main-nav li.main > a:hover, #main-nav li:hover {
	background-color: #fe9900;
	background-image: url(/_images/bg/bg-top-nav-selected.gif);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	background-position: 0% 0%;
	color: #fff;
}
#main-nav li.first > a {
	border-left: none;
}
/*
--------------------
=TOP NAV MAIN SELECTED
--------------------
*/
#main-nav li.main.selected > a {
	background-color: #fe9900;
	background-image: url(/_images/bg/bg-top-nav-selected.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	color: #FFF;
}
#main-nav li.main.selected.first, #main-nav li.main.selected.first > a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/*
--------------------------------------------------
=TOP NAV SUB
--------------------------------------------------
*/
#main-nav li ul {
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	
	display: none; 
	width: 200px;
	background-color: #8db1f9;
}
#main-nav li:hover ul, #main-nav li.hover ul {
	display: block;
	position: absolute;
	margin: 0;	
	padding: 0;
	z-index: 9001;
}
#main-nav li:hover li, #main-nav li.hover li {
	color: #555;
	font-size: 11px;
	float: none;
	list-style: none;
	margin: 0;	
	padding: 0;
}
#main-nav li:hover li.sub > a {
	background-color: #8db1f9;
	border-left: 1px solid #dee9ff;
	border-right: 1px solid #dee9ff;
	border-bottom: 1px solid #dee9ff;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 6px 15px 6px 15px;
	text-align: left;
}
#main-nav li li.sub > a:hover {
	background-color: #5087f6;
	border-bottom: 1px solid #5087f6;
	color: #fff;
	text-align: left;
}
/*
--------------------------------------------------
=SUPERFISH
--------------------------------------------------
*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}


/* SKIN */
.sf-menu {
	float: left;
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 11px;
	padding:  10px 20px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
}
.sf-menu li li {
	background: #AABDE6;
}
.sf-menu li li li {
	background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #CFDEFF;
	outline: 0;
}


.sf-menu li.main > a {
	background-color: transparent;
	color: #555;
	font-size: 13px;
	font-weight: bold;
}
.sf-menu li > a, .sf-menu li > a:link, .sf-menu  li > a:visited {
	border-right: 1px solid #fff;
	color: #505050;
	padding: 8px 15px 8px 15px;
}
.sf-menu li.main > a:hover, .sf-menu li:hover {
	background-color: #fe9900;
	background-image: url(https://www.accelim.com/_images/bg/bg-top-nav-selected.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #fff;
}
.sf-menu li.first > a {
	border-left: none;
}


.sf-menu li:hover li.sub > a {
	background-color: #8db1f9;
	border-left: 1px solid #dee9ff;
	border-right: 1px solid #dee9ff;
	border-bottom: 1px solid #dee9ff;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 6px 15px 6px 15px;
	text-align: left;
}
.sf-menu li li.sub > a:hover {
	background-color: #5087f6;
	border-bottom: 1px solid #5087f6;
	color: #fff;
	text-align: left;
}


/* ARROWS */
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('https://www.accelim.com/_images/bg/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*
--------------------------------------------------
=SEARCH
--------------------------------------------------
*/
#search-banner-wrap {
	float: right;
}
#search-banner-wrap form {
	margin: 5px 5px 0 0;
	padding: 0;
}
#search-banner-wrap input {
}
.search-field {
	background-color: #fff;
	border: solid 1px #dcdcdc;
	color: #000000;
	font-size: 10px;
	margin: 0;
	padding: 3px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
}
.search-button {
}
.search-button-image {
	margin: 0 0 0 2px;
	padding: 0;
	position: relative;
	top: 5px;
}
.hiddenFields {
	height: 0;
}
.search-results-keywords-box {
	background-color: #f8f8f8;
	border: solid 1px #dcdcdc;
	color: #000000;
	font-size: 11px;
	margin: 10px 0 16px 0;
	padding: 10px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
}
.search-results-item {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;		
	margin: 0 10px;
	padding: 10px;
	text-align: left;	
}
.search-results-item.bg-1 {
	background-color: #fafafa;
}
.search-results-item.bg-2 {
	background-color: #ffffff;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.search-results-item.first {
}
.search-results-item.last {
	border: none;
}
.search-results-item-title {
	font-size: 12px;
	margin: 0 0 4px 0;
}


/*
--------------------------------------------------
=BOTTOM NAV
--------------------------------------------------
*/
#bottom-nav-wrap {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
	
	-webkit-box-shadow: 0 2px 2px #f0f0f0;
	-moz-box-shadow: 0 2px 2px #f0f0f0;
	box-shadow: 0 2px 2px #f0f0f0;
	
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;

	margin: 10px auto 0 auto;
	padding: 20px;
	overflow: hidden;
	width: 908px;
}
#bottom-nav-wrap .menu-block-wrap {
	float: left;
	margin: 0 30px 0 0;
	text-align: left;
	width: 125px;
}
#bottom-nav-wrap .menu-block-wrap.first {
}
#bottom-nav-wrap .menu-block-wrap.last {
	margin: 0;
}
ul.menu-block {
	
}
ul.menu-block li {
	color: #000;
	font-size: 10px;
	margin: 0 0 8px 0;
}
ul.menu-block li.top a, ul.menu-block li.top a:link, ul.menu-block li.top a:visited {
	color: #5087f6;
	font-weight: bold;
	text-decoration: none;
}
ul.menu-block li.top a:hover {
	color: #5087f6;
	font-weight: bold;
	text-decoration: underline;
}
ul.menu-block li a, ul.menu-block li a:link, ul.menu-block li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul.menu-block li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



/*
--------------------------------------------------
=FOOTER
--------------------------------------------------
*/
#footer-bg {
	background-color: #f5f5f5;
	background-image: url(https://www.accelim.com/_images/bg/bg-footer-main.gif);
	background-position: top right;
	background-repeat: repeat-x;
	border-top: 1px solid #dcdcdc;
	clear: both;
	margin: 20px auto;
	padding: 0;
	padding: 0;
	width: 950px;
	height: 39px;
	overflow: hidden;
}
#footer-text-left {
	background-color: #fe9700;
	background-image: url(https://www.accelim.com/_images/bg/bg-footer-hilite.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 15px;
	float: left;
	text-align: left;
}
#footer-text-left a, #footer-text-left a:link, #footer-text-left a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#footer-text-left a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer-hilite-right {
	background-image: url(https://www.accelim.com/_images/bg/bg-footer-hilite-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	width: 20px;
}
#footer-text-right {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 15px;
	float: right;
	width: auto;
}
ul#footer-legal-menu {
	display: inline;
}
ul#footer-legal-menu li {
	color: #000;
	display: inline;
}
ul#footer-legal-menu li a, ul#footer-legal-menu li a:link, ul#footer-legal-menu li a:visited {
	border-left: 1px solid #a5a5a5;
	color: #5087f6;
	font-weight: bold;
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
	text-decoration: none;
}
ul#footer-legal-menu li a:hover {
	color: #5087f6;
	font-weight: bold;
	text-decoration: underline;
}
ul#footer-legal-menu li.first, ul#footer-legal-menu li.first a,
ul#footer-legal-menu li.first a:link, ul#footer-legal-menu li.first a:visited {

}
ul#footer-legal-menu li.last, ul#footer-legal-menu li.last a,
ul#footer-legal-menu li.last a:link, ul#footer-legal-menu li.last a:visited {

}
.footer-server-text {
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	width: 890px;
}


/*
--------------------------------------------------
=NAV GENERAL
--------------------------------------------------
*/
.to-top {
	height: 0;
	visibility: hidden;
}
.buttonAlignRight, .button-align-right {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
}
.buttonUpToTop, .button-to-top {
	border-top: solid 1px #dcdcdc;
}
.buttonUpToTop, .buttonUpToTopNL, 
.button-to-top, .button-to-top-nl {
	clear: both;
	display: block;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: right;
	width: inherit;
}
.buttonMore, .button-more {
	border-top: solid 1px #dcdcdc;
}
.buttonMore, .buttonMoreNL, 
.button-more, .button-more-nl {
	clear: both;
	display: block;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	text-align: right;
}
.homebutton, .home-button {
	margin: 0 0 10px 0;
	padding: 0;
}
#floatMenu {
	position:absolute;
	top:256px;
	left:50%;
	padding:0;
	margin:0 0 0 245px;
	width:210px;
}


/*
--------------------------------------------------
=CONTENT WRAP
--------------------------------------------------
*/
#contentOuterWrap {
	background-color: transparent;
	clear: both;	
	color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
#contentInnerWrap {
	background-color: transparent;
	clear: both;
	margin: 0 auto;
	padding: 0;	
	/*min-height: 300px;*/
	width: 950px;
}


/*
--------------------------------------------------            
=COLUMNS MAIN
--------------------------------------------------
*/

/* LAYOUT */
#columns-bg-3-column, 
#columns-bg-2-column-left, 
#columns-bg-2-column-right, 
#columns-bg-1-column {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#columns-bg-3-column, 
#columns-bg-2-column-left, 
#columns-bg-2-column-right {
	background-position: top left;
	background-repeat: repeat-y;
}
#columns-bg-3-column {
	background-image: url(https://www.accelim.com/_images/bg/columns-bg-3-column.gif);
}
#columns-bg-2-column-left {
	background-image: url(https://www.accelim.com/_images/bg/columns-bg-2-column-left.gif);
}
#columns-bg-2-column-right {
	background-image: url(https://www.accelim.com/_images/bg/columns-bg-2-column-right.gif);
}
#columns-bg-1-column {
	background-image: url(https://www.accelim.com/_images/bg/columns-bg-1-column.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#columns-wrap {
	background-color: transparent;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 950px;
}

/* MAIN COLUMN */
#column-main {
}
#column-main-1-column {
	padding: 10px 0;
	text-align: left;
	width: 950px;
}
#column-main-2-column {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 700px;
}
#column-main-2-column.left {
	background-image: url(https://www.accelim.com/_images/bg/bg-feature-panel-top-left.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
#column-main-2-column.right {
	background-image: url(https://www.accelim.com/_images/bg/bg-feature-panel-top-right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
}
#column-main-1-column.splash-yes, 
#column-main-2-column.splash-yes {
	padding: 20px 0 0 0;
}
#column-main-1-column.splash-no, 
#column-main-2-column.splash-no {
	padding: 20px 0 0 0;
}
#column-main-3-column {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	width: 450px;
}
#column-main-3-column.mid {
	float: left;
}
#column-main-2-column.left #column-main-inner {
	padding: 0 20px 0 0;
}
#column-main-2-column.right #column-main-inner {
	padding: 0 0 0 20px;
}

/* TEXT */
.column-main-text-block {
	margin: 0 0 20px 0;
	padding: 0;
}
.column-main-text-block p, .column-main-text-block ul, .column-main-text-block ol {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0 0 1.25em 0;
	text-align: left;
}
.column-main-text-block ul, .column-main-text-block ol {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
.column-main-text-block ul li, .column-main-text-block ol li {
	margin: 0;
	padding: 10px 0;
}
.column-main-text {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	line-height: 1.3;
}
.column-main-text ul {
	list-style-type: square;
	margin: 0 0 1.75em 2em;
}
.column-main-line {
	border-top: solid 1px #dcdcdc;
	color: #000000;
	font-size: 10px;
	line-height: 1;
	margin: 10px 0;
}
.column-main-content-block {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 auto;
	padding: 0;		
	text-align: center;
}
.column-main-content-block.first {
	border-top: none;
}
.column-main-content-block.last {
	border-bottom: none;
}
.column-main-content-block-inner {
	margin: 0;
	padding: 10px 20px;
}
.column-main-content-block-inner a, 
.column-main-content-block-inner a:link, 
.column-main-content-block-inner a:visited {
	color: #3377ff;
	text-decoration: underline;
}
.column-main-content-block-inner a:hover {
	color: #3377ff;
	text-decoration: none;
}
.column-main-content-block-inner object {
	border: solid 1px #3d3929;
}
/* IMAGES */
.column-main-image-border img {
	margin: 0;
	padding: 2px;
	border: 10px solid #dcdcdc;
}
.column-main-image-border a:hover img {
	margin: 0;
	padding: 2px;
	border: 10px solid #3264e6;
}
.column-main-image {
	margin: 0 0 10px 0;
}
.column-main-image-left {
	float: left;
	padding: 2px 10px 2px 0;
}
.column-main-image-right {
	float: right;
	padding: 2px 0 2px 8px;
}
.column-main-image-center {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}


/*
--------------------------------------------------
=SIDEBAR COLUMNS
--------------------------------------------------
*/
#column-left {
	background-color: transparent;
	background-image: url(https://www.accelim.com/_images/bg/bg-sidebar-top-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	min-height: 20px;
	overflow: hidden;
	padding: 10px 0 0 0;
	text-align: left;
	width: 250px;
}
#column-left.wide {
	width: 300px;
}
#column-right {
	background-color: transparent;
	background-image: url(https://www.accelim.com/_images/bg/bg-sidebar-top-right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	min-height: 20px;
	overflow: hidden;
	padding: 10px 0 0 0;
	text-align: left;
	width: 250px;
}
#column-right.wide {
	width: 300px;
}
.sidebar-bottom-gradient {
	background-color: #f3f3f3;
	background-image: url(https://www.accelim.com/_images/bg/bg-sidebar-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 40px;
}
.sidebar-bottom-gradient-full-left {
	background-color: #fff;
	background-image: url(https://www.accelim.com/_images/bg/bg-sidebar-bottom-full-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 950px;
	height: 40px;
}
.sidebar-bottom-gradient-full-right {
	background-color: #fff;
	background-image: url(https://www.accelim.com/_images/bg/bg-sidebar-bottom-full-right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 950px;
	height: 40px;
}


/*
--------------------------------------------------
=SIDEBAR HEADERS
--------------------------------------------------
*/
.sidebar-header {
	background-color: transparent;
	color: #5087f6;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.sidebar-header.left {
	text-align: left;
}
.sidebar-header.top {
	padding: 0 0 4px 0;
}
.sidebar-header.bottom {
	padding: 4px 0 0 0;
}
.sidebar-header-bg {
	background: #0242C5; /* old browsers */
	background: -moz-linear-gradient(top, #5087f6 0%, #87afff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5087f6), color-stop(100%,#87afff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5087F6', endColorstr='#87afff',GradientType=0 ); /* ie */

	/*-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;*/
	
	-webkit-box-shadow: 0 2px 1px #e1e1e1;
	-moz-box-shadow: 0 2px 1px #e1e1e1;
	box-shadow: 0 2px 1px #e1e1e1;

	color: #FFFFFF;
	margin: 0 0 6px 0;
	padding: 6px 2px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}


/*
--------------------------------------------------
=SIDEBAR CONTENT
--------------------------------------------------
*/
.sidebar-content-block {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 auto;
	padding: 0;		
	text-align: center;
}
.sidebar-content-block.first {
	border-top: none;
}
.sidebar-content-block.last {
	border-bottom: none;
}
.sidebar-content-block-inner {
	margin: 0;
	padding: 10px 20px;
}
.sidebar-content-block-inner a, 
.sidebar-content-block-inner a:link, 
.sidebar-content-block-inner a:visited {
	color: #ee6b00;
	text-decoration: underline;
}
.sidebar-content-block-inner a:hover {
	color: #ee6b00;
	text-decoration: none;
}
.sidebar-content-block-inner object {
	border: solid 1px #3d3929;
}
.sidebar-content-text-wrap {
	text-align: left;
}
.sidebar-content-text-wrap p, 
.sidebar-content-text-wrap ul, 
.sidebar-content-text-wrap ol {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	margin: 10px 0 0 0;
	padding: 0;	
}
.sidebar-content-text-wrap ul {
	list-style: square;
	list-style-position: outside;
	padding: 0 0 0 20px;
}
.sidebar-content-text {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 0;	
	text-align: left;
}
.sidebar-image-wrap {
	margin: 2px 0 8px 0;
}
/* QUICK LINKS MENU */
.sidebar-content-quick-links-wrap {
	text-align: left;
}
.sidebar-content-quick-links-wrap form {
	margin: 0;
	padding: 0;
}
.sidebar-content-quick-links-wrap select {
	margin: 5px 0;
	padding: 0;
	width: 210px;
}
/* LISTS */
ul.noBullet-side {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.noBullet.last {
	border: 0;
}
ul.columnList-01 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.columnList-01 li {
	background-color: transparent;
	border-bottom: solid 1px #3d3929;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;	
	line-height: 1.2em;
	margin: 0;
	padding: 8px 0;
}
ul.columnList-01 li.last {
	border: none;
}
ul.columnList-02 {
	list-style: square;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: left;	
}
ul.columnList-02 li {
	background-color: transparent;
	border-bottom: solid 1px #3d3929;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 0 0 20px;
	padding: 4px 0;
}
ul.columnList-02 li.last {
	border: none;
}
ul.columnList-noBullet {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
ul.columnList-noBullet li {
	background-color: transparent;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 0;	
	text-align: left;
}
ul.columnList-noBullet li.last {
}
ul.columnList-squareBullet {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;	
}
ul.columnList-squareBullet li {
	background-color: transparent;	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 20px 4px 20px;
	padding: 0;	
	text-align: left;
}
ul.columnList-squareBullet li.last {
}


/*
--------------------------------------------------
=SIDEBAR SOCIAL NETWORKING
--------------------------------------------------
*/
.sn-icons-wrap {
	margin: 0 auto;
	padding: 0;
}
.sn-icons-wrap img {
	margin: 0 10px 0 0;
}
.sn-icons-wrap img.last {
	margin: 0;
}
.addthis_wrap {
	margin: 0;
	padding: 0;
}
.addthis_button {
	margin: 0;
	padding: 0;
}


/*
--------------------------------------------------
=SPLASH IMAGES
--------------------------------------------------
*/
.splash-image {
	margin: 10px 0 0 0;
	padding: 0;
}
/*
--------------------------------------------------
=HOME SPLASH SLIDESHOW
--------------------------------------------------
*/
#home-splash-slideshow-outer {
	text-align: center;
	height: 220px;
	width: 950px;
	min-width: 950px;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#home-splash-slideshow-container {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	height: 220px;
	width: 950px;
	overflow: hidden;
}
#home-splash-slideshow {
}
.home-splash-slideshow-item {
	height: 220px;
	width: 950px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	display: inline;
	top: 0;
	left: 0;
	position: relative;
	z-index: 1000;
}
.home-splash-slideshow-item.item2, .home-splash-slideshow-item.item3, .home-splash-slideshow-item.item4,
.home-splash-slideshow-item.item5, .home-splash-slideshow-item.item6, .home-splash-slideshow-item.item7,
.home-splash-slideshow-item.item8, .home-splash-slideshow-item.item9, .home-splash-slideshow-item.item10 {
	display: none;
}

.home-splash-slideshow-item .text-content {
	margin: 0;
	padding: 0;
	text-align: left;
}
.home-splash-slideshow-item .text-content h1, .home-splash-slideshow-item .text-content h2, .home-splash-slideshow-item .text-content h3, 
.home-splash-slideshow-item .text-content h4, .home-splash-slideshow-item .text-content h5, .home-splash-slideshow-item .text-content h6 {
	color: #0040c4;
	font-style: italic;
	line-height: 1;
	margin: 0 0 0.5em 0;
	padding: 0;	
}
.home-splash-slideshow-item .text-content h1 {
	font-size: 36px;
}
.home-splash-slideshow-item .text-content h2 {
	font-size: 32px;
}
.home-splash-slideshow-item .text-content h3 {
	font-size: 26px;
}
.home-splash-slideshow-item .text-content h4 {
	font-size: 22px;
}
.home-splash-slideshow-item .text-content h5 {
	font-size: 18x;
}
.home-splash-slideshow-item .text-content h6 {
	font-size: 16px;
}
.home-splash-slideshow-item .text-content p {
	font-size: 16px;
	line-height: 1.625;
	margin: 0;
	padding: 0;
}
.home-splash-slideshow-item .text-content p a, 
.home-splash-slideshow-item .text-content p a:link, 
.home-splash-slideshow-item .text-content p a:visited {
	font-size: 12px;
	line-height: 1.625;
	margin: 0;
	padding: 0;
}
/*
--------------------------------------------------
=HOME FEATURE PANELS
--------------------------------------------------
*/
#home-feature-panels-wrap {
	margin: 0 0 10px 0;
	padding: 0;
}
.home-feature-row {
	background-image: url(https://www.accelim.com/_images/bg/bg-feature-panel-sub.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}
.home-feature-row.first {
	/*background-image: url(https://www.accelim.com/_images/bg/bg-feature-panel-top-left.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
	background-image: none;
	padding: 20px 0 0 0;
}
.home-feature-panel {
	float: left;
	text-align: left;
	width: 349px;
}
.home-feature-panel h3 {
	font-size: 24px;
}
.home-feature-panel-text-wrap {
	margin: 8px 0 0 0;
	padding: 0;
	width: 320px;
}
.home-feature-panel-text-wrap p, 
.home-feature-panel-text-wrap ul, 
.home-feature-panel-text-wrap ol {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}
.home-feature-panel-text-wrap img {
	float: left;
	margin: 0 8px 2px 0;
	padding: 0;
}
/*
--------------------------------------------------
=HOME RESOURCE PANELS
--------------------------------------------------
*/
#home-resource-panels-wrap {
	margin: 0;
	padding: 0;
}
.home-resource-panel {
	float: left;
	margin: 0 14px 0 0;
	text-align: center;
	width: 220px;
}
.home-resource-panel.first {
}
.home-resource-panel.last {
	margin: 0;
}
.home-resource-panel .header {
	background: #0242C5; /* old browsers */
	background: -moz-linear-gradient(top, #0242C5 0%, #5087F6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0242C5), color-stop(100%,#5087F6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0242C5', endColorstr='#5087F6',GradientType=0 ); /* ie */

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 6px 4px;
}
.home-resource-panel-inner {
	background-image: url(https://www.accelim.com/_images/bg/bg-home-resource-panel-inner.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	min-height: 80px;
	text-align: left;
}
.home-resource-panel-text-wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 180px;
}
.home-resource-panel-text-wrap p, 
.home-resource-panel-text-wrap ul, 
.home-resource-panel-text-wrap ol {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
}
.home-resource-panel-text-wrap img {
	float: left;
	margin: 0 8px 2px 0;
	padding: 0;
}
.home-resource-panel-text-wrap .title-text {
	color: #000;
	font-size: 13px;
	margin: 0 0 3px 0;
}
.home-resource-panel-text-wrap .date-text {
	color: #000;
	font-size: 11px;
	font-weight:bold;
	margin: 0 0 3px 0;
}
.home-resource-panel-text-wrap .summary-text {
	color: #000;
	font-size: 12px;
}
/*
--------------------------------------------------
=VIDEO HOME
--------------------------------------------------
*/
.video-home-toolbar {
	background-color: #252217;
	background-image: url(https://www.accelim.com/_images/bg/column-block-inner.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 0 1px 10px;
	padding: 15px 20px;	
}
.video-home-toolbar ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.video-home-toolbar ul li {
	display: inline;
}
.video-home-toolbar ul li a, .video-home-toolbar ul li a:link, .video-home-toolbar ul li a:visited  {
	background-color: #dcdcdc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
	-webkit-box-shadow: 0 2px 0 #12110c;
	-moz-box-shadow: 0 2px 0 #12110c;
	box-shadow: 0 2px 0 #12110c;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 4px 6px;
	text-decoration: none;
}
.video-home-toolbar ul li a:hover {
	background-color: #3264e6;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.video-home-toolbar ul li.last a {
	margin: 0;
}


/*
--------------------------------------------------
=LEFT NAV MAIN
--------------------------------------------------
*/
/*ul.address {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.address li {
	background-color: transparent;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;	
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul.address li.addressLine {
	font-weight: normal;
}
*/

ul.sidemenu {
	/*border-bottom: solid 1px #3d3929;*/	
	list-style: none;
	list-style-type: none;
	margin: 0;
}
ul.sidemenu li {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
}
ul.sidemenu li a, ul.sidemenu li a:link, ul.sidemenu li a:visited {
	background-color: transparent;
	border-bottom: solid 1px #fff;	
	color: #3264e6;
	display: block;
	font-weight: bold;
	padding: 6px 5px;
	text-decoration: none;	
}
ul.sidemenu li a:hover {
	background-color: #fe9900;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/*
--------------------
=LEFT NAV MAIN CURRENT
--------------------
*/
ul.sidemenu li.current a {
	background-color: #fe9900;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fe9900;	
	color: #FFFFFF;
}
ul.sidemenu li.current a:hover {

}


/*
--------------------
=LEFT NAV SUB
--------------------
*/
ul.sidemenu li.submenu a,
ul.sidemenu li.submenu a:link {
	background-color: #e6e6e6;
	border-bottom: solid 1px #FFFFFF;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 6px 10px 6px 20px;
	width: 170px;
}
ul.sidemenu li.submenu a:hover {
	background-color: #e46225;
	background-image: none;
	color: #FFFFFF;
}
/*
--------------------
=LEFT NAV SUB CURRENT
--------------------
*/
ul.sidemenu li.submenu#current_sidenav_sub,
ul.sidemenu li.submenu#current_sidenav_sub a,
ul.sidemenu li.submenu#current_sidenav_sub a:link {
	background-color: #FFFFFF;
	background-image: none;
	color: #1c3f94;
}


/*
--------------------------------------------------
=MEDIA
--------------------------------------------------
*/

/* LISTING */
.list-item {
	background-color: transparent;
	border-bottom: solid 1px #dcdcdc;
	color: #000000;
	font-weight: normal;
	line-height: 1em;		
	margin: 10px 0 14px 0;
	padding: 0 0 10px 4px;
	text-align: left;	
}
.list-item.full {
	margin: 0 0 24px 0;
}
.list-item.first {
	margin: 0 0 14px 0;
}
.list-item.last {
	border-bottom: 0;
}
.list-title {
	font-size: 15px;
	margin: 0 0 4px 0;
}
.list-date {
	background-color: transparent;
	color: #464646;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}
.list-summary-text {
	font-size: 12px;
	line-height: 1.25;
	margin: 0 0 10px 0;
}
.list-summary-text.intro {
	font-size: 13px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.list-summary-text.full {
	font-size: 13px;
	line-height: 1.5;
}
.list-summary-text ul {
	list-style: square;
	list-style-position: inside;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
.list-summary-text ul li {	
	line-height: 1.2em;
	margin: 0;
	padding: 4px 0;
}
.list-thumb {
	border: solid 1px #dcdcdc;
	float: left;
	margin: 6px 10px 4px 0;
	padding: 2px;
}
.list-thumb-border img {
	margin: 0;
	padding: 2px;
	border: 10px solid #dcdcdc;
}
.list-thumb-border a:hover img {
	margin: 0;
	padding: 2px;
	border: 10px solid #3264e6;
}
.list-thumb-left {
	float: left;
	padding: 0 8px 8px 0;
}
.mediaThumbRight {
	float: right;
	padding: 0 0 8px 8px;
}
.mediaThumbCenter {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}

.mediaItem {
	background-color: transparent;
	border-bottom: solid 1px #dcdcdc;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em;		
	margin: 10px 0 14px 0;
	padding: 0 0 10px 4px;
	text-align: left;	
}
.mediaItem.last {
	border-bottom: 0;
}
.mediaItemAlt {
	border-top: solid 1px #dcdcdc;
	margin: 10px 0;
	padding: 0;
}
.mediaItemGradient {
	background-color: transparent;
	border-bottom: solid 1px #c8c8c8;
	color: #000000;
	margin: 0 0 14px 0;
	padding: 6px 0 0 4px;
}
.mediaTitle, .mediaTitleAlt {
	margin: 0 0 4px 0;
	padding: 0;
}
.mediaTitle {
	font-size: 15px;
}
.mediaTitleAlt {
	font-size: 14px;
}
.mediaTitle a, .mediaTitle a:link, .mediaTitle a:visited,
.mediaTitleAlt a, .mediaTitleAlt a:link, .mediaTitleAlt a:visited {
	/*background-color: transparent;
	color: #000000;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
	text-decoration: none;*/
}
.mediaTitle a:hover, .mediaTitleAlt a:hover {
	/*background-color: transparent;
	color: #000000;
	border-bottom: solid 1px #000000;
	font-weight: bold;
	text-decoration: none;*/
}
.mediaDate {
	background-color: transparent;
	color: #464646;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}
.mediaDateAlt {
	background-color: transparent;
	color: #464646;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}
.mediaSummaryText {
	font-size: 12px;
	line-height: 1.25;
	margin: 0 0 10px 0;
}
.mediaThumb {
	border: solid 1px #dcdcdc;
	float: left;
	margin: 6px 10px 4px 0;
	padding: 2px;
}
.mediaThumbBorder img {
	margin: 0;
	padding: 2px;
	border: 10px solid #dcdcdc;
}
.mediaThumbBorder a:hover img {
	margin: 0;
	padding: 2px;
	border: 10px solid #3264e6;
}
.mediaThumbLeft {
	float: left;
	padding: 0 8px 8px 0;
}
.mediaThumbRight {
	float: right;
	padding: 0 0 8px 8px;
}
.mediaThumbCenter {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}

/* COLUMN LISTING */
.media-item-sidebar {
	background-color: transparent;
	border-bottom: solid 1px #dcdcdc;
	color: #000;
	font-weight: normal;
	line-height: 1em;		
	margin: 6px 0;
	padding: 0 0 6px 0;
	text-align: left;	
}
.media-item-sidebar.first {
	margin: 0;
}
.media-item-sidebar.last {
	border-bottom: 0;
	margin: 6px 0 0 0;
	padding: 0;
}
.media-item-sidebar-toolbar {
	background-color: transparent;
	margin: 0;
	padding: 10px 0 4px 0;		
}
.media-item-sidebar-toolbar ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.media-item-sidebar-toolbar ul li {
	display: inline;
}
.media-item-sidebar-toolbar ul li a, .media-item-sidebar-toolbar ul li a:link, .media-item-sidebar-toolbar ul li a:visited  {
	background-color: #dcdcdc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
	-webkit-box-shadow: 0 2px 0 #12110c;
	-moz-box-shadow: 0 2px 0 #12110c;
	box-shadow: 0 2px 0 #12110c;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 4px 6px;
	text-decoration: none;
}
.media-item-sidebar-toolbar ul li a:hover {
	background-color: #3264e6;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.media-item-sidebar-toolbar ul li.last a {
	margin: 0;
}
.mediaTitleColumn {
	margin: 0 0 4px 0;
	padding: 0;
}
.mediaTitleColumn {
	font-size: 15px;
	line-height: 1.2;
}
.mediaTitleColumn a, .mediaTitleColumn a:link, .mediaTitleColumn a:visited {
	background-color: transparent;
	color: #3264e6;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
	text-decoration: none;
}
.mediaTitleColumn a:hover {
	background-color: transparent;
	color: #3264e6;
	/*border-bottom: solid 1px #3264e6;*/
	font-weight: bold;
	text-decoration: underline;
}
.mediaDateColumn {
	background-color: transparent;
	color: #dcdcdc;
	font-size: 11px;
	line-height: 1.25;
	margin: 0 0 4px 0;
	padding: 0;
}
.mediaSummaryTextColumn {
	font-size: 11px;
	line-height: 1.25;
	margin: 0 0 10px 0;
}
.mediaThumbColumn {
	border: solid 1px #dcdcdc;
	float: left;
	margin: 6px 10px 4px 0;
	padding: 1px;
}
.mediaThumbBorderColumn img {
	margin: 0;
	padding: 1px;
	border: 5px solid #dcdcdc;
}
.mediaThumbBorderColumn a:hover img {
	margin: 0;
	padding: 1px;
	border: 5px solid #3264e6;
}
.mediaThumbLeftColumn {
	float: left;
	padding: 0 8px 8px 0;
}
.mediaThumbRightColumn {
	float: right;
	padding: 0 0 8px 8px;
}
.mediaThumbCenterColumn {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}


/* ARTICLE */
.mediaTitleArticle {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0 0 2px 0;
	text-align: left;
}
.mediaTitleArticle a, .mediaTitleArticle a:link, .mediaTitleArticle a:visited {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 0 2px 0;
	text-decoration: none;
}
.mediaTitleArticle a:hover, .mediaTitleArticle a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	text-decoration: underline;
}
.mediaDateArticle {
	background-color: transparent;
	color: #464646;
	font-size: 12px;
	line-height: 1;
	margin: 6px 0 10px 0;
	padding: 0;
	text-align: left;
}
.article-top-link {
	font-size: 12px;
	margin: 0 0 2px 0;
}


/*
--------------------------------------------------
=SCHEDULE
--------------------------------------------------
*/
.events-block {
	margin: 0 0 30px 0;
	padding: 0;
}
.events-block-text {
	color: #000000;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.events-block-text ul {
	list-style: square;
	list-style-position: inside;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	text-align: left;
}
.events-block-text ul li {
	background-color: transparent;
	color: #000;
	font-size: 13px;	
	line-height: 1.2em;
	margin: 0;
	padding: 4px 0;
}
.events-item {
	background-color: transparent;
	border-bottom: solid 1px #dcdcdc;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em;		
	margin: 24px 0;
	padding: 0 0 10px 0;
	text-align: left;	
}
.events-item.first {

}
.events-item.last {
	border-bottom: 0;
}
.events-item.single {
	margin: 14px 0;
	padding: 0 0 4px 0;
}
.events-date-box {
	background-color: #FFF;
	background-image: url(https://www.accelim.com/_images/bg/bg-datebox.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: #dcdcdc solid 1px;
	-webkit-box-shadow: 2px 2px 2px #dcdcdc;
	-moz-box-shadow: 2px 2px 2px #dcdcdc;
	box-shadow: 2px 2px 2px #dcdcdc;
	float: left;
	margin: 0 10px 4px 0;
	padding: 7px 10px;
	text-align: center;
	width: 24px;
}
.events-date-box .monthText {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.events-date-box .dateText {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.scheduleTitle {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.scheduleTitle a, .scheduleTitle a:link, .scheduleTitle a:visited {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.scheduleTitle a:hover {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.events-info-wrap {
	float: left;
	width: 590px;
}
.events-info-details {
	background-color: #f8f8f8;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 10px;
	margin: 10px 0;
	/*border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
}
.events-info-details.single {
	margin: 0 0 10px 0;
}
ul.events-info-left {
	background-color: transparent;
	color: #252217;
	float: left;
	font-size: 12px;
	line-height: 1.25;
	list-style-type: none;
	list-style: none;
	margin: 0 12px 0 0;
	padding: 0;
}
ul.events-info-right {
	background-color: transparent;
	border-left:  #dcdcdc 1px solid;
	color: #252217;
	float: left;
	font-size: 12px;
	list-style-type: none;
	list-style: none;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 0 12px;
}
.scheduleSummaryText {
	background-color: transparent;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.events-thumb-border img {
	margin: 0;
	padding: 1px;
	border: 5px solid #dcdcdc;
}
.events-thumb-border a:hover img {
	margin: 0;
	padding: 1px;
	border: 5px solid #3264e6;
}
.events-thumb-left {
	float: left;
	padding: 0 8px 8px 0;
}
.schedule-map-wrap {
	border: solid 1px #dcdcdc;
	float: left;
	margin: 6px 0 10px 0;
	padding: 0;	
	width: 100%;
}
.paypal_button {
	margin: 10px 0;
	padding: 0;
}
.paypal_button .options {
	margin: 2px 0 0 0;
	padding: 0;
}

/*
--------------------------------------------------
=MEDIA ARTICLES
--------------------------------------------------
*/
.articleBlock {
	margin: 0 0 30px 0;
	padding: 0;
}
.articleBlock p, .articleBlock ul, .articleBlock ol {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0 0 1.25em 0;
	text-align: left;
}
.articleBlock ul, .articleBlock ol {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
.articleBlock ul li, .articleBlock ol li {
	margin: 0;
	padding: 10px 0;
}
.articleBlockHeading {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
}
.articleBlockText {
	color: #000000;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.articleBlockText ul {
	list-style: square;
	list-style-position: inside;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	text-align: left;
}
.articleBlockText ul li {
	background-color: transparent;
	color: #000;
	font-size: 13px;	
	line-height: 1.2em;
	margin: 0;
	padding: 4px 0;
}
.articleCaptionText {
	color: #000000;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.articleImageBorder img {
	margin: 0;
	padding: 2px;
	border: 10px solid #dcdcdc;
}
.articleImageBorder a:hover img {
	margin: 0;
	padding: 2px;
	border: 10px solid #3264e6;
}
.articleImage {
	margin: 0 0 10px 0;
}
.articleImageLeft {
	float: left;
	padding: 2px 10px 2px 0;
}
.articleImageRight {
	float: right;
	padding: 2px 0 2px 8px;
}
.articleImageCenter {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}
.articleVideo {
	margin: 0 0 10px 0;
}


/*
--------------------------------------------------
=PRODUCTS
--------------------------------------------------
*/
.featuredProductItem {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
}
.featuredProductTitle, .featuredProductTitle a, .featuredProductTitle a:link, .featuredProductTitle a:visited,
a .featuredProductTitle, a:link .featuredProductTitle, a:visited .featuredProductTitle {
	color: #006ee6;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin: 4px 0 2px 0;
	text-decoration: none
}
.featuredProductTitle a:hover, a:hover .featuredProductTitle {
	color: #e46225;
}
.featuredProductText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.35;
	text-align: left;
}


/*
--------------------------------------------------
=CAREERS
--------------------------------------------------
*/
.careerArticle {
	margin: 0 0 20px 0;
}
.careerArticle ul {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 30px;
	text-align: left;	
}
.careerArticle ul li {
	background-color: transparent;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;	
	line-height: 1.2em;
	margin: 0;
	padding: 4px 0;
}


/*
--------------------------------------------------
=CONTACT
--------------------------------------------------
*/
/* ADDRESS */
ul.address {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.address li {
	line-height: 1.5;
	margin: 0 0 2px 4px;
	padding: 0;
}
ul.address li.addressLine {
	font-weight: normal;
}
/* DEPARTMENT */
ul.department {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
ul.department.first {
	border-top: none;
	padding: 0 0 10px 0;
}
ul.department.last {
	border-bottom: none;
}
ul.department li {	
	line-height: 1.5;
	margin: 0 0 2px 4px;
	padding: 0;
}
ul.department li.department-name {
	font-weight: bold;
}
ul.department li.department-info {
	font-weight: normal;
}
/* EMPLOYEE */
ul.employee {
	border-bottom: 1px solid #3d3929;	
	list-style: none;
	margin: 0 20px 10px 20px;
	padding: 0 0 10px 0;
}
ul.employee.last {
	border: 0;	
	list-style: none;
	margin: 0 20px 10px 20px;
	padding: 0 0 10px 0;
}
ul.employee li {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul.employee li.employeeName {
	background-color: transparent;
	color: #e46225;
	font-size: 16px;	
	font-weight: normal;
}
ul.employee li.employeeTitle {
	background-color: transparent;
	color: #000000;
	font-size: 12px;	
	font-weight: bold;
}
ul.employee li.employeeInfo {
	background-color: transparent;
	color: #000000;
	font-size: 12px;	
	font-weight: normal;
}
.contact-map-wrap {
	border: solid 1px #dcdcdc;
	float: left;
	margin: 6px 0 10px 0;
	padding: 0;	
	width: 300px;
}


/*
--------------------------------------------------
=FORMS
--------------------------------------------------
*/
select {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	margin: 1px 1px 14px 1px;
}

/* FREEFORM FORMS */
.ff-form-wrap {
	margin: 0 0 10px 0;
	padding: 0;
}
.ff-form-wrap-alt {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 330px;
}
ul.ff-form, ol.ff-form {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.ff-form li, ol.ff-form li {
	margin: 2px 0;
	padding: 0;
}
.form-label {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	text-align: left;
}
/* Labesl */
.form-label.required {
	/*background-image: url(https://www.accelim.com/_images/bullets/bullet-arrow-right-8-red.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;*/
	color: #000000;
}
.form-label.inline {
	display: inline;
}
.check-label {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.check-label.required {
	color: #000;
}
ul.group label {
	display: inline;
}
/* Radio & Checkbox Groups */
ol.ff-form li ul.group, ul.ff-form li ul.group {
	margin: 0;
	padding: 0 0 10px 0;
}
ol.ff-form li ul.group li, ul.ff-form li ul.group li {
	margin:  0;
	padding: 0 0 2px 0;
}
ol.ff-form li.ff-buttons {
	border-top: solid 1px #dcdcdc;
	margin: 4px 0 0 0;
	padding: 4px 0;
	width: 90%;
}
/* Fields */
.ff-form-wrap input.form-field, .ff-form-wrap textarea.form-field {
	width: 600px;
}
.form-field {
	background-color: #f5f5f5;
	border: solid 1px #cccccc;
	color: #000000;
	
	display: block;
	font-size: 12px;
	padding: 4px;
	margin: 0 0 10px 0;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*behavior: url(https://www.accelim.com/_css/border-radius.htc);*/
}
.form-field.required {
	background-color: #f5f5f5;
	border: solid 1px #aaaaaa;
	color: #000000;
}
/* Newsletter */
.formWrapNewsletter {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
.formWrapNewsletter .form-label {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	text-align: left;
}
.formWrapNewsletter .form-field {
	width: 90%;
}
.formItemBlock {
	display: block;
	margin: 0 4px 2px 0;
}
.formWrap {
	margin: 20px 0;
	padding: 0;
}
.formWrap form, .formWrapNewsletter form {
	margin: 0;
	padding: 0;
}
.formButton {
	background-color: #f26112;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px; 
	margin: 4px 1px 1px 1px;
}
.formButtonAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px; 
	margin: 4px 1px 1px 1px;
}
.formButtonAltRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px; 
	margin: 4px 1px 1px 1px;
	text-align: right;
}
.formTopLine {
	border-top: solid 1px #dcdcdc;
}
.formBottomLine {
	border-top: solid 1px #dcdcdc;
}


/*
--------------------------------------------------
=VIDEO
--------------------------------------------------
*/
.featureVideoWrap {
	margin: 0 0 30px 0;
	text-align: left;
}
.featureVideoTitle {
	background-color: transparent;
	color: #007dc3;
	font-size: 14px;
	line-height: 1.0;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}
.featureVideoDate {
	background-color: transparent;
	color: #8cc63f;
	font-size: 12px;
	line-height: 1.0;
	margin: 0 0 4px 0;
	padding: 0;
}
.featureVideoImage img {
	margin: 0;
	padding: 1px;
	border: 1px solid #e46225;
	text-align: left;
}
.featureVideoImage a:hover img {
	margin: 0;
	padding: 1px;
	border: 1px solid #3264e6;
}
.featureVideoText {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	margin: 4px 0 10px 0;
	padding: 0;
	text-align: left;
}
.videoThumb {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #e46225;
}



/*
--------------------------------------------------
=PAGINATE
--------------------------------------------------
*/
.paginateWrap {
	border-top: solid 1px #dcdcdc;
	clear: none;
	margin: 1em 0;
	width: 99%;
}
.paginateTextLeft {
	background-color: transparent;
	color: #000000;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
}
.paginateTextRight {
	background-color: transparent;
	color: #000000;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;	
}
.paginateTextLeft a, .paginateTextLeft a:link, .paginateTextRight a, .paginateTextRight a:link {
	background-color: transparent;
	color: #3264e6;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.paginateTextLeft a:hover, .paginateTextRight a:hover {
	background-color: #3264e6;
	color: #FFF;
	font-weight: bold;
	padding: 2px;	
	text-decoration: none;
}
.paginateTextLeft a:visited, .paginateTextRight a:visited {

}

.paginate-wrap {
	background-color: #f8f8f8;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	clear: none;
	margin: 10px 0 4px 0;
	padding: 0 10px;

	overflow: hidden;
}
.paginate-text-left {
	background-color: transparent;
	color: #000000;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 0;
}
.paginate-text-right {
	background-color: transparent;
	color: #000000;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
.paginateTextLeft a, .paginateTextLeft a:link, .paginateTextRight a, .paginateTextRight a:link {
	background-color: transparent;
	color: #3264e6;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
.paginateTextLeft a:hover, .paginateTextRight a:hover {
	background-color: #3264e6;
	color: #FFF;
	font-weight: bold;
	padding: 2px;	
	text-decoration: none;
}
.paginateTextLeft a:visited, .paginateTextRight a:visited {

}


/*
----------------------------------------
=GALLERY
----------------------------------------
*/
.galleryThumbRow {
	display: block;
	margin: 0;
	padding: 10px 0 4px 0;
}
.galleryThumbItem {
	float: left;
	margin: 0 16px 10px 0;
	padding: 0;
	text-align: center;
}
.galleryThumbImage img {
	margin: 0;
	padding: 2px;
	border: 1px solid #e46225;
}
.galleryThumbImage a:hover img {
	margin: 0;
	padding: 2px;
	border: 1px solid #3264e6;
}
.galleryThumbTitleText {
	color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0;
}
ul.categories {
	color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 1.75em 0;
	padding: 0;
}


/*
----------------------------------------
=SITEMAP
----------------------------------------
*/
.sitemap-column {
	float: left;
	margin: 10px 0;
	padding: 0 30px;
	width: auto;
}
.sitemap-column.first {
	border: none;
}
.sitemap-column.mid {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.sitemap-column.last {
	border: none;
}
.sitemap-column>ul {
	margin: 0 0 40px 0;
}
.sitemap-column ul {
	font-size: 13px;
	list-style-position: outside;
	list-style-type: none;
}
.sitemap-column ul ul {
	margin: 8px 0 0 20px;
}
.sitemap-column ul>li {
	margin: 0 0 20px 0;
}
.sitemap-column ul ul>li {
	margin: 0 0 8px 0;
}


/*
--------------------------------------------------
=BREADCRUMB
--------------------------------------------------
*/
.breadcrumbWrap {
	background-color: #f3fff2;
	border-bottom: solid 1px #c8c8c8;
	border-top: solid 1px #c8c8c8;
	clear: none;
	margin: 0 0 1em 0;
	padding: 0 10px;
}
.breadcrumbText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
}


/*
--------------------------------------------------
=HILITE BOX
--------------------------------------------------
*/
.hiliteBox {
	background-color: #f8f8f8;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	color: #000000;
	font-size: 11px;
	margin: 1em 0;
	padding: 6px;
}
.hiliteBoxFull {
	background-color: #f8f8f8;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	margin: 1em 0;
	padding: 16px;
}
.hiliteBox.center, .hiliteBoxFull.center {
	text-align: center;
}
.textTitleWrap {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 0 auto 20px auto;
	text-align: center;
	width: 500px;
}
.textTitle {
	color: #191919;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
.textBottomWrap {
	border-top: solid 1px #cccccc;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 500px;
}
.textBottom {
	color: #191919;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}


/*
----------------------------------------
=IMAGES
----------------------------------------
*/
img {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
img.floatLeftImg {
	float: left;
	padding: 2px 8px 0 0;
}
img.floatLeftIcon16 {
	float: left;
	padding: 0 2px 0 0;
}
.imageBorder img {
	margin: 0;
	padding: 2px;
	border: 10px solid #dcdcdc;
}
.imageBorder a:hover img {
	margin: 0;
	padding: 2px;
	border: 10px solid #3264e6;
}
div.floatLeft {
	float: left;
	padding: 2px 8px 0 0;
}
div.floatRight {
	float: right;
	padding: 4px 0 8px 8px;
}
div.articleImageCenter {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}
div.clearBoth {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	overflow: auto;
}
div.clearBothAlt {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	padding: 0 0 10px 0;
	overflow: auto;
}
div.clearFix {
	clear: both;
}
.clear-fix {
	clear: both;
}


/*
--------------------------------------------------
=FLASH
--------------------------------------------------
*/
#flashcontent {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#altcontent {
	background-color: #f7f4e9;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	padding: 10px;
}
#altcontent p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1em 0;
}
.flashcontentWrap {
	margin: 0 0 20px 0;
}
