/* YUI reset and extra */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; font-family:Arial;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

textarea {overflow-y:auto;}
html {overflow-y:scroll;}
:focus {outline: 0;}
input[type="image"] {border: 0;}

html {
	min-height: 100%;
	height: auto;
}

body {
	background: #dfddd9 url("/images/layout/backgrounds/bg2.jpg") center repeat-y;
}

a {
   cursor:pointer;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	position: relative;
	margin: 0 1px 0 2px;
	padding: 0;
	line-height: 8px;
}

label {
	color: #5e5e5e;
	font: bold 11px/15px Arial, sans-serif;
	padding: 1px 8px 1px 1px;
}

label.checkbox {
	color: #838383;
	font: normal 11px/17px Arial, sans-serif;
	padding: 2px 8px 5px 10px;
}

label.checkbox input {
	margin-right: 3px;
}

label.small {
	
}

label.medium {
	width: 70px;
	height: auto;
}

label.medium2 {
	width: 100px;
	height: auto;
}

label.large {
	
}

label.align-left {
	float: left;
}

label span,
.required {
	color: #c54342;
	
	      
	
	font-weight: bold;
}

label span.subtitle {
	color: #8d8b8b;
	font: normal 9px Arial, sans-serif;
}

label span.after-asterisk {
	padding-left: 5px;
}

input,
textarea {
	font: normal 11px/11px Arial, sans-serif;
	padding: 2px 4px;
}

input.small {
	
}

input.medium {
	width: 170px;
	margin: 0 10px 0 0;
}

input.medium2 {
	width: 210px;
	margin: 0 10px 0 0;
}

input.large {
	width: 410px;
	margin: 0 10px 0 0;
}

input.align-left {
	float: left;
}

textarea.large {
	width: 525px;
	height: 50px;
	margin: 4px 0 0 0;
}

.submit-right {
	text-align: right;
	padding-right: 18px;
}

hr {
	height: 2px;
	overflow: hidden;
	background: none;
	border: 0;
	margin: 17px 0 18px 0;
	padding: 0;
	/*background: url("/images/layout/backgrounds/hr.png") repeat-x;*/
}

hr.hr-faded,
div.hr-faded {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("/images/layout/backgrounds/hr-faded.png") no-repeat;
}

hr.hr-faded2,
div.hr-faded2 {
	height: 1px;
	overflow: hidden;
	margin: 25px 0;
	padding: 0;
	border: 0;
	background: url("/images/layout/backgrounds/hr-faded2.png") center top no-repeat;
}

.block {
	display: block;
}

.nowrap {
	white-space: nowrap !important;
}

.image-shadow {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 3px 0 0 3px;
	background: url("/images/layout/backgrounds/box-shadow1.png") left top no-repeat;
}

.image-shadow-inside {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 0 3px 3px 0;
	background: url("/images/layout/backgrounds/box-shadow2.png") right bottom no-repeat;
}

.image-shadow img {
	margin: 0 !important;
	border: 0 !important;
	background: #fff !important;
	padding: 3px !important;
	position: static !important;
}

.image-shadow2 {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 5px 0 0 5px;
	background: url("/images/layout/backgrounds/box-shadow3.png") left top no-repeat;
}

.image-shadow2-inside {
	position: relative;
	/*display: inline-block;*/
	display: table;
	padding: 0 7px 7px 0;
	background: url("/images/layout/backgrounds/box-shadow4.png") right bottom no-repeat;
}

.image-shadow2 img {
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	display: block !important;
	position: static !important;
}

.image-right {
	float: right;
	margin: 0 0 15px 20px;
}

.image-left {
	float: left;
	margin: 0 20px 15px 0;
}

#header {
	position: relative;
	width: 854px;
	height: 113px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 25px;
	left: 8px;
	width: 167px; /* 225px */
    padding:0px 0px 25px 58px;
    margin:0px 0px 25px 0px;
	height: 63px;
	overflow: hidden;
	font: normal 30px/90px Arial, sans-serif;
	color: #535351;
	text-transform: uppercase;
}

#logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 43px;
	background: url("/images/layout/logos/surgient-logo-color.jpg") no-repeat;
}

#navigation {
	position: absolute;
	top:80px;
	bottom: 0;
	right: 0px;
	width: 852px;
	height: 33px;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	background-image: url("/images/layout/nav/main-navigation.jpg");
	background-repeat: no-repeat;
	/*list-style-type: none;*/
}

#navigation li {
	float: left;
	height: 33px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#navigation li a {
	position: relative;
	display: block;
	font: normal 14px/42px Arial, sans-serif;
	color: #29485b;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}

#navigation li a span {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

#navigation #nav-products-services a { width: 144px; height: 33px; }
/**/
#navigation #nav-surgient-platform a  
{   width: 138px; 
    height: 33px; }
#navigation #nav-solutions a  
{   width: 85px; 
    height: 33px; }
#navigation #nav-customers a  
{   width: 84px; 
    height: 33px; }
#navigation #nav-partners a  
{   width: 70px; 
    height: 33px; }
#navigation #nav-resources a  
{   width: 80px; 
    height: 33px; } 
#navigation #nav-community-support a  
{   width: 148px; 
    height: 33px; }       
#navigation #nav-blog a  
{   width: 50px; 
    height: 33px; } 
#navigation #nav-news-events a  
{   width: 107px; 
    height: 33px; } 
#navigation #nav-company a  
{   width: 90px; 
    height: 33px; }  
                

#phone-number {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 325px;
	height: 36px;
	overflow: hidden;
	font: normal 11px/15px Arial, sans-serif;
	color: #636363;
	text-decoration: none;
	text-align: right;
}

#phone-number a {
	color: #44adfe;
	text-decoration: none;
	font-weight:bold;
}

#phone-number a:active, #phone-number a.active {
	color: #44adfe;
	text-decoration: none;
	font-weight:bold;
}

#phone-number a:hover, #phone-number a.hover {
	color: #79c5ff;
	text-decoration:underline;
}




/*START SEARCH HEADER 12.11.2008-ZBOLENA*/
/*#phone-number-search {
	position: absolute;
	top: 0;
	right: 150px;
	width: 156px;
	height: 36px;
	overflow: hidden;
	font: normal 12px/30px Arial, sans-serif;
	color: #898987;
	text-align: center;
}

#phone-number-search span {
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
	height: 36px;
	background: url("/images/layout/backgrounds/1-877-surgient.png") no-repeat;
}*/
/*END SEARCH HEADER*/
#flash-area {
	position: relative;
	margin: 0 auto;
	width: 846px;/*854*/
	padding: 8px 0 0 8px;
	height: 316px;/*324*/
	background: url("/images/layout/backgrounds/flash-placeholder.png") no-repeat;
}

#quick-navigation {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quick-navigation li {
	height: 25px;
	width: 206px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
}

#quick-navigation li a {
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #646464;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url("/images/layout/backgrounds/quick-navigation2.png");
	background-repeat: no-repeat;
}

/* .hover class is for IE 6 (also uses accompanying js) */
#quick-navigation li a:hover,
#quick-navigation li a.hover { background-position: 0 -25px; }

/*SECONDARY BANNER*/
#secondary-banner {
    width:851px;
    height:177px;
    padding:0;
    margin-top:10px;
    margin-left: auto ;
    margin-right: auto ;
    background-image: url("/temp/sub-head.jpg");
}

.two-column-back #quick-navigation {
	margin: 20px 0 20px 15px;
}

#bread-crumbs {
	height: 25px;
	margin: 9px 0 20px 0;
	font: normal 11px/27px Arial, sans-serif;
	color: #2a667d;
	cursor: default;
}

#bread-crumbs a {
	cursor: pointer;
}

#sub-navigation-heading {
	width: 236px;
	height: 36px;
	background: url("/images/layout/titles/subnavigationheader.png") 0 0 no-repeat;
	margin: 0 0 11px 0;
}

#sub-navigation-search {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/search.png") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

#sub-navigation-download {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/download.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

#sub-navigation-sitemap {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/sitemap.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

#sub-navigation-download {
	width: 236px;
	height: 36px;
	background: url("http://www.surgient.com/images/layout/titles/download.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
	/*margin: 0 0 0 0;*/
}

.snavh-company { background-position: 0 -144px !important; }
.snavh-news { background-position: 0 -108px !important; }
.snavh-products { background-position: 0 0 !important; }
.snavh-support { background-position: 0 -36px !important; }
.snavh-partners { background-position: 0 -72px !important; }

#sub-navigation {
	position: relative;
	margin: 0 0 10px 11px;
	padding: 0;
	list-style-type: none;
}

#sub-navigation li {
	/*height: 32px;*/
	width: 213px;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
}

#sub-navigation li a {
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 14px/18px Arial, sans-serif;
	color: #8c8c8c;
	text-decoration: none;
	text-align: left;
	padding: 5px 15px 9px 24px;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
}

#sub-navigation li a:hover {
	color: #c54342;
}

#sub-navigation li a.active {
	color: #c54342;
	background-image: url("/images/layout/backgrounds/subnavigation.png");
}

#sub-navigation li a span {
	visibility: hidden;
}

#sub-navigation li a.active span {
	visibility: visible;
}

/*add span sub nav*/
#sub-navigation span {
	/*height: 32px;*/
	width: 213px;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
}

#sub-navigation span a {
	font: normal 11px/15px Arial, sans-serif;
	color: #44adfe;
	text-decoration: none;
	text-align: left;
	padding: 0px;
}

#sub-navigation span a:hover {
	color: #79c5ff;
	text-decoration:underline;
}

#sub-navigation span a.active {
	color: #646464;
	font-weight:bold;
}

#sub-navigation span a span {
	visibility: hidden;
}

#sub-navigation span a.active span {
	visibility: visible;
}
/*end added sub nav*/

/*START ONE COLUMN*/
.one-column {
	float: left;
	padding: 0px 0px 1px 0px;
	width: 750px;
}

.one-column:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.one-column-clear {
	background: url("/images/layout/backgrounds/lines-1.png") 0 34px no-repeat;
	min-height: 175px;
	margin-top: 14px;
}

.one-column-solid {
	background: url("/images/layout/backgrounds/lines-2.png") 0 0 no-repeat;
	/*min-height: 250px;*/
}

.one-column-solid-noline {
	background: url("/images/layout/backgrounds/lines-3.jpg") 0 0 no-repeat;
	min-height: 250px;
}

.one-column .left {
	float: right;
	padding: 0px 0px 1px 0px;
	width: 550px;
}

.one-column-back .left {
	float: left;
	width: 825px;
	padding: 0px 0 20px 0;
	margin-left:34px;
}

.one-column a {
	color: #006ebb;
	text-decoration: none;
}

.one-column a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.one-column h2 {
	font: normal 13px/13px Arial, sans-serif;
	color: #646464;
	height: 19px;
	padding-top: 6px;
	margin: 0 0 15px 0;
}

.one-column h3 {
	font: bold 12px/18px Arial, sans-serif;
	color: #505050;
	margin: 0;
}

.one-column p {
	font: normal 11px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 10px 0;
}

.one-column p.subtitle {
	font: normal 10px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 3px 0 0 0;
}

.one-column .left-side,
.one-column .image-shadow {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	top: -5px;
	left: -5px;
}
.one-column .left-side img {
	float: none;
	position: static;
	margin: 0;
}

.one-column .spaced {
	margin: 10px 0 13px 0;
}

.one-column .three-column {	
	position: relative;
}

.one-column .three-column .first {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
}
.one-column .three-column .second {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
	z-index: 6;
}
.one-column .three-column .third {
	float: left;
	width: 163px;
	margin: 0;
	z-index: 6;
}

.one-column .three-column .image-header,
.one-column .three-column .image-shadow2 {
	position: relative;
	top: -1px;
	left: -5px;
	margin: 0 -12px 11px 0;
	z-index: 10;
}
.one-column .three-column .image-shadow2 .image-header {
	position: static;
	margin: 0;
	z-index: 10;
}

.one-column-back {
	width: 915px;
	margin: 10px auto 0 auto;
	padding-top: 20px;
	/*background: url("/images/layout/backgrounds/back-page.jpg") 0 36px no-repeat;*/
}

.one-column-back:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.one-column-back .left {
	float: left;
	width: 750px;
	padding: 0px 0 20px 0;
	margin-left:34px;
}

.one-column-back a {
	color: #006ebb;
	text-decoration: none;
}

.one-column-back a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.one-column-back h2 {
	font: bold 16px/18px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 15px 0;
}

.one-column-back h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 3px 0;
}

.one-column-back h3.alt {
	font: bold 12px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 10px 0;
}

.one-column-back h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0;
}

.one-column-back p {
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
	margin: 0 0 15px 0;
}

.one-column-back ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	/*list-style-position: inside;*/
}

.one-column-back ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
	background: url("/images/layout/backgrounds/li.png") 1px 6px no-repeat;
}

.one-column-back ul.alt-list li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
}

.one-column-back ul.alt-list li ul {
	list-style-position: outside;
	margin: 10px 0 10px 0;
}

.one-column-back ul.alt-list li ul li {
	margin: 0 0 5px 25px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
}

.one-column-back ol {
	margin: 0 0 15px 15px;
	list-style-type: decimal;
	list-style-position: outside;
}

.one-column-back ol li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
}
/*END ONE COLUMN 04.15.09 DAY BEFORE TAX DAY!!!*/

.two-column {
	width: 915px;
	margin: 10px 0px 0px auto;
}

.two-column:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.two-column-clear {
	background: url("/images/layout/backgrounds/lines-1.png") 0 34px no-repeat;
	min-height: 175px;
	margin-top: 14px;
}

.two-column-solid {
	background: url("/images/layout/backgrounds/lines-2.png") 0 0 no-repeat;
	/*min-height: 250px;*/
}

.two-column-solid-noline {
	background: url("/images/layout/backgrounds/lines-3.jpg") 0 0 no-repeat;
	min-height: 250px;
}

.two-column .left {
	float: right;
	padding: 0px 0px 1px 0px;
	width: 550px;
}

.two-column .right {
	float: right;
	padding: 0px 5px 15px 10px;
	margin:0px 0px 0px 0px;
	width: 210px;
}

.two-column a {
	color: #006ebb;
	text-decoration: none;
}

.two-column a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.two-column h2 {
	font: normal 13px/13px Arial, sans-serif;
	color: #646464;
	height: 19px;
	padding-top: 6px;
	margin: 0 0 15px 0;
}

.two-column h3 {
	font: bold 12px/18px Arial, sans-serif;
	color: #505050;
	margin: 0;
}

.two-column p {
	font: normal 11px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 10px 0;
}

.two-column p.subtitle {
	font: normal 10px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 3px 0 0 0;
}

.two-column .left-side,
.two-column .image-shadow {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	top: -5px;
	left: -5px;
}
.two-column .left-side img {
	float: none;
	position: static;
	margin: 0;
}

.two-column .spaced {
	margin: 10px 0 13px 0;
}

.two-column .three-column {	
	position: relative;
}

.two-column .three-column .first {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
}
.two-column .three-column .second {
	float: left;
	width: 163px;
	margin: 0 36px 0 0;
	z-index: 6;
}
.two-column .three-column .third {
	float: left;
	width: 163px;
	margin: 0;
	z-index: 6;
}

.two-column .three-column .image-header,
.two-column .three-column .image-shadow2 {
	position: relative;
	top: -1px;
	left: -5px;
	margin: 0 -12px 11px 0;
	z-index: 10;
}
.two-column .three-column .image-shadow2 .image-header {
	position: static;
	margin: 0;
	z-index: 10;
}

.two-column-back {
	width: 915px;
	margin: 10px auto 0 auto;
	padding-top: 20px;
	/*background: url("/images/layout/backgrounds/back-page.jpg") 0 36px no-repeat;*/
}

.two-column-back:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.two-column-back .left {
	float: left;
	width: 556px;
	padding: 0px 0 20px 0;
	margin-left:34px;
}

.two-column-back .right {
	float: right;
	width: 236px;/*614*/
	padding: 0px 5px 20px 29px;
}

.two-column-back a {
	color: #006ebb;
	text-decoration: none;
}

.two-column-back a:hover {
	color: #0084e1;
	text-decoration: underline;
}

.two-column-back h2 {
	font: bold 16px/18px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 15px 0;
}

.two-column-back h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 3px 0;
}

.two-column-back h3.alt {
	font: bold 12px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 10px 0;
}

.two-column-back h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0;
}

.two-column-back p {
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
	margin: 0 0 15px 0;
}

.two-column-back ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	/*list-style-position: inside;*/
}

.two-column-back ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
	background: url("/images/layout/backgrounds/li.png") 1px 6px no-repeat;
}

.two-column-back ul.alt-list li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
}

.two-column-back ul.alt-list li ul {
	list-style-position: outside;
	margin: 10px 0 10px 0;
}

.two-column-back ul.alt-list li ul li {
	margin: 0 0 5px 25px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
}

.two-column-back ol {
	margin: 0 0 15px 15px;
	list-style-type: decimal;
	list-style-position: outside;
}

.two-column-back ol li {
	margin: 0 0 5px 2px;
	font: normal 11px/16px Arial, sans-serif;
	color: #838383;
}

.jump-off {
	overflow: auto;
	margin: 0 0 -10px 0;
	padding: 0 0 1px 0;
}

.jump-off-last {
	margin-bottom: -25px;
}

.jump-off p {
	margin: 0 0 10px 0;
}

.jump-off .left {
	float: left;
	width: 240px;
}

.jump-off .right {
	float: right;
	width: 240px;
}

.jump-off .image-header {
	position: relative;
	top: -1px;
	left: -3px;
	margin: 0 -4px 11px 0;
	z-index: 10;
}

.callout {
	position: relative;
	font: normal 11px/16px Arial, sans-serif;
	color: #8d8b8b;
	min-height: 75px;
	padding: 3px 0 1px 0;
	margin: 20px 0;
}

.callout-first {
	margin-top: 40px;
}

.callout p {
	font: normal 11px/16px Arial, sans-serif;
	color: #8d8b8b;
	margin: 0 0 5px 95px;
}

.callout h3 {
	font: bold 12px/14px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 1px 95px;
}

.callout h4 {
	font: bold 11px/16px Arial, sans-serif;
	color: #5e5e5e;
	margin: 0 0 1px 95px;
}

.callout img,
.callout .image-shadow {
	position: absolute;
	top: 1px;
	left: 0;
}
.callout .image-shadow img {
	position: static;
	top: auto;
	left: auto;
}

.two-column-back .cs-image {
	margin: 5px 0 4px 0;
}

.two-column-back .cs-image img {
	position: relative;
	left: -3px;
	display: block;
}

div.core-table-wrap {
	margin: 20px 0;
	padding: 3px;
	border: 1px solid #e2e1de;
	border-bottom: 1px solid #c7c6c2;
	border-right: 1px solid #c7c6c2;
	background: #fff;
}

table.core-table,
table.core-table2 {
	margin: 0;
	font: normal 11px/16px Arial, sans-serif;
	color: #8d8b8b;
	border-collapse: collapse;
	background: #fff;
}

table.core-table tr th,
table.core-table2 tr th {
	font-weight: bold;
	white-space: nowrap;
	background: #cac7c7 url("/images/layout/backgrounds/th.png") top repeat-x;
	font: bold 13px/13px Arial, sans-serif;
	color: #fff;
	padding: 9px 14px 9px 14px;
	border-right: 1px solid #827e7e;
}

table.core-table tr td,
table.core-table2 tr td {
	font: normal 11px/18px Arial, sans-serif;
	color: #8d8b8b;
	padding: 9px 12px;
	vertical-align: top;
	background: #fff;
	border-right: 1px solid #c2bebb;
}

table.core-table tr.stripe td,
table.core-table2 tr.stripe td {
	background: #f5f4ef;
}

table.core-table tr td.first,
table.core-table2 tr td.first {
	font: bold 11px/14px Arial, sans-serif;
	color: #5e5e5e;
}

table.core-table tr th.last,
table.core-table tr td.last,
table.core-table2 tr th.last,
table.core-table2 tr td.last {
	border: 0;
}

#alllogos {
	position: relative;
	width: 575px;
	height: 806px;
	background: url("/images/logos/all.png") no-repeat;
	margin: 0 0 15px 0;
}

ul.errors li {
	color: #c54342;
}

p.errors {
	margin: 0 0 4px 0;
	color: #c54342;
	font-size: 12px;
}

ul.errors {
	margin: 0 0 20px 0;
}

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 3px 0 10px 0;
	border-top: 1px solid #bbbbb7;
	font: normal 10px/15px Arial, sans-serif;
	color: #5e5e5e;
}
#footerAddBtn {
	width: 850px;
	margin: 0 auto;
	_padding: 0 0 0 0;
	padding: 2px 0 10px 0;
	font: normal 10px/15px Arial, sans-serif;
	color: #5e5e5e;
}

#footer p {
	margin: 0;
}

#footer-copyright {
	position:relative;
	float: left;
	width: 50%;
	left:0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#footer-links {
	position:relative;
	float: right;
	width: 50%;
	right:0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer-links li {
	float: right;
	background: url("/images/layout/backgrounds/li-footer.png") right center no-repeat;
	padding: 0 6px;
}

#footer-links li:first-child {
	padding-right: 0;
	background: none;
}

#footer-links a {
	color: #006ebb;
	text-decoration: none;
}

#footer-links a:hover {
	color: #0084e1;
	text-decoration: underline;
}

/*new*/

#quick-navigation-one {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quick-navigation-one li {
	height: 25px;
	width: 206px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
}

#quick-navigation-one li a {
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #646464;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url("/images/layout/backgrounds/quick-navigation2.png");
	background-repeat: no-repeat;
}
/*blue*/
#quick-navigation-one-blue li {
	line-height:11pt;
	height: 254px;
	width: 211px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: none;
	vertical-align:middle;
}

#quick-navigation-one-blue li a {
	line-height:11pt;
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 5px;
	/*background-image: url("/images/misc/cloud-btn-blank0.png");*/
	background-repeat: no-repeat;
	vertical-align:middle;
}

#quick-navigation-one-blue li {
	line-height:11pt;
	position: relative;
	display: block;
	overflow: hidden;
	font: normal 12px/26px Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url("/images/misc/cloud-btn-blank.png");
	background-repeat: no-repeat;
	vertical-align:middle;
}