﻿ body
  {
	 margin-top:30px; 
	/* background-image: url(images/body_bg.jpg);*/
	background:#f6f6f6;
	background-image: url(images/back.jpg);	
	background-repeat:repeat-y;
	background-position: center top;

  }

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-left:30px;
    padding-right:30px;
	

  }
.tb{
	background-image: url(images/header_division.gif);
	background-repeat: no-repeat;
	background-position: center 60px;
}
  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
/*     position: absolute; Take the named anchors out of the doc flow    
    left: -10000px;  */   /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  float:left;
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
    float: left;
	height:49px;
	overflow:hidden;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
	  clear:both; padding-top:12px;
    position: relative;
	padding-left:25px;
	margin:0px;
	width:876px;

  }

  #main-inner
  {
	  	margin:0px;
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 960px;
    margin-left: 0;
    margin-right: -960px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 760px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 760px;
    margin-left: 0;
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 560px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  .hrowone #search-box
  {
   /*  width: 200px;
   margin-right: -200px;  Negative value of #search-box's width. */
    float: left;
	padding-right:0px;
	margin-right:0px;

  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 200px;
    margin-left: 760px; /* Width of content + sidebar-left. */
    margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 20px;
    padding: 0;
  }

/** footer **/
  #footer
  {
	  line-height:normal;
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */
#container #header #loginstatus {
	float:right;
	height: 50px;
	width: 365px;
	margin-top:27px;
}

#container #header #loginstatus .hrowone {
	display:block;
	height:19px;
	overflow:hidden;
	margin-bottom:10px;
}


#loginstatus .hrowtwo span {
	float:right;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top:3px;
	margin-left:6px;
	margin-right:6px;
}
#search-theme-form .container-inline .form-item label{
	width:0px;
	color:white;
	font-size:0px;
	position:absolute;
	
}
#search{
	float:left;
	padding:0px;
	margin:0px;
	padding-top:7px;
}

.loginstatus .link{
	margin-top:10px;
}

 #loginstatus .hrowone .signin {
	color: #666;
	
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	margin-left: 5px;
	padding-top: 5px;
	text-decoration: none;
	width: 75px;
	
}

 #loginstatus .hrowone .signin:hover {
	color:#6ea325;
	text-decoration: none;
}

 #loginstatus .hrowone .chat {
	color: #666;
	
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	margin-left: 15px;
	padding-top: 5px;
	text-decoration: none;
	width: 62px;
}
 #loginstatus .hrowone .chat:hover {
	color:#6ea325;
	text-decoration: none;
}
.botlinktxt{
	background-image:url(images/botlinktxt.jpg);
	width:105px;
	height:18px;
	
	
}
#loginstatus .hrowone .pcsupportnumber {
	float:right;
	background-image: url(images/topsignin.jpg);
	background-repeat: no-repeat;
	background-position: left -5px;
	color:#6ea327;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left:0px;
	width:358px;
	height:30px;
}

#container #header #loginstatus .hrowtwo {
	display:block;
	height:24px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#loginstatus .hrowtwo .searchbutton {
	float:right;
}

#loginstatus .hrowtwo .searchbox {
	float:right;
	background-image: url(images/header_bg_keywords.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	border-width: 0px;
	border-style: solid;
	color:#8d8d8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:5px;
	margin-left:14px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

 #loginstatus .hrowtwo .link1 {
	float:right;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top:4px;
}

#search{
	width:200px;
	padding:0px;
	margin:0px;
	padding-top:8px;
}

#search-theme-form .container-inline .form-item #edit-search-theme-form-1{
	float:left;
	background-image: url(images/header_bg_keywords.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 0px;
	color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	height:17px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 4px;
	text-decoration: none;
	width: 155px;
}

.form-item{
	margin:0px;
	padding:0px;
}
#search .form-submit, #search input{
	float:left;
	color:white;
	background-color:white;
	font-size:0px;
	background-image:url(images/header_but_go.gif);
	background-repeat:no-repeat;
	border:#fff 0px;
	height:24px;
	width:28px;

}

#sch1 a {
	color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 15px;
padding-top: 4px;
text-decoration: none;
width: 32px;
}
#sch{
	float:right; width:342px; padding-left:10px; padding-right:0px; margin-right:0px;
}
#sch1{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 18px;
line-height: 18px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 7px;
padding-right: 0px;
padding-top: 13px;
text-decoration: none;
width: 209px;
}
#sch1 .link1:hover {
	color:#6ea325;
	text-decoration: none;
}
#sch1 .link1clicked {
	color:#6ea325;
	text-decoration: none;
}

#container #header #loginstatus .hrowtwo span {
	float:right;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top:3px;
	margin-left:6px;
	margin-right:6px;
}
#top-navigation-links {
	margin:0px;
	margin-top:-1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:30px;
	clear:both;
}

#top-navigation-links .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666668;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}

#top-navigation-links .link:hover {
	color: #6ea325;
	text-decoration: none;
}
#top-navigation-links .link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666668;
	text-decoration: none;
	padding-right:5px;
}

#top-navigation-links .link1:hover {
	color: #6ea325;
	text-decoration: none;
}
#top-navigation-links .linkclicked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6ea325;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}

#container #footer .fullwidth .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00535e;
	text-decoration: underline;
}

#container #footer .fullwidth .link:hover {
	color: #6ea325;
	text-decoration: underline;
}

#footertop{
	background-color:#789195;
	padding:8px;
	padding-left:18px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		padding-top:9px;
	padding-bottom:9px;

}
#footertop a{
	font-weight:bold;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#footertop a:hover{

}

#footer1{
	/*display:block;
	overflow:hidden;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
	padding-top:15px;
	padding-bottom:15px;*/
	border-top-color: #E3E3E3;
border-top-style: solid;
border-top-width: 0px;
display: block;
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 160px;
line-height: 18px;
margin-bottom: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
width: 910px;
}

#footer1 .col11{
	float:left;
	width:670px;
	height:120px;
	background-image: url(images/footer_col1_bg.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#footer1 .col11 h1 {
	color: #1E1E1E;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
height: 16px;
line-height: 16px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 25px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-decoration: none;
width: 670px;
}

#footer1 .col11 h1 a {
	font-weight: bold;
	color: #00535e;
	text-decoration: underline;
}

#footer1 .col11 h1 a:hover {
	font-weight: bold;
	color: #6ea325;
	text-decoration: underline;
}

#footer1 .col11 .link1 {
color: #333;
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-right: 11px;
padding-bottom: 2px;
padding-left: 8px;
padding-top: 2px;
text-decoration: none;
width: 106px;
	background-image:url('/images/footer_col1_bull.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#footer1 .col11 .link2 {
	color: #333;

display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-right: 11px;
padding-bottom: 2px;
padding-left: 8px;
padding-top: 2px;
text-decoration: none;
width: 113px;
	background-image: url(images/footer_col1_bull.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer1 .col11 .link3 {
	color: #333;

display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-right: 11px;
padding-bottom: 2px;
padding-left: 8px;
padding-top: 2px;
text-decoration: none;
width: 103px;
	background-image: url(images/footer_col1_bull.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer1 .col11 .link4 {
	color: #333;

display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-right: 11px;
padding-bottom: 2px;
padding-left: 8px;
padding-top: 2px;
text-decoration: none;
width: 149px;
	background-image: url(images/footer_col1_bull.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer1 .col11 .link5 {
	color: #333;

display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-right: 11px;
padding-bottom: 2px;
padding-left: 8px;
padding-top: 2px;
text-decoration: none;
width: 52px;
	background-image: url(images/footer_col1_bull.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer1 .col11 a:hover {
	color: #6ea325;
	text-decoration: none;
}


#footer1 .col21 {
	float:right;
	width:210px;
	height:120px;
}

#footer1 .col21 .rowfollow1 {
	display:block;
	height:17px;
	margin-bottom:18px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer1 .col21 .rowfollow1 a {
	float:right;
	margin-left:4px;
}

#footer1 .col21 .rowfollow1 span {
	padding-top:2px;
	float:right;
}

#footer1 .col21 .certificates1 {
	display:block;
	height:70px;
	margin-bottom:18px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	overflow:hidden;
}

#footer1 .col21 .certificates1 a {
	margin-left:9px;
}

#footer1 .fullwidth1 {
	clear: both;
color: #333;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 10px;
text-decoration: none;
margin:0px;
padding:0px;
width: 910px;
padding-top:2px;
}

#footer1 .fullwidth1 .link {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00535e;
	text-decoration: underline;
}

#footer1 .fullwidth .link:hover {
	color: #6ea325;
	text-decoration: underline;
}
#block-block-8 {
	display:block;
	margin-top:10px;
	margin-right:20px;
	padding:20px 0px;
	text-align:center;
	text-transform:uppercase;
	background-color:#dfdfe2;
}



  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 910px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title {
	float:left;
	width:245px;
	height:49px;
  }

#sch1 .link1{
	
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 0px;
line-height: 14px;
padding-top: 5px;
text-decoration: none;
width: 0px;
}
#sch1 .partcol{

color: #B4B4B4;
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 0px;
line-height: 14px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 8px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 0px;
	
}

  #logo
  {
	  padding-left:25px;
    float: left;
  }

  #site-name {
	display:none;
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both;  /* Clear the logo */
  }



/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 910px;
    margin-left: 0;
    margin-right: -1010px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 910px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -1010px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width:590px;
	/*border-top:#e4e4e4 1px solid; */
	margin-left:0px;
    margin-right: -910px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 590px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -790px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
  }

/** navbar **/
  #navbar
  {
	  display:none;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 0px; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    /*  width: 200px;
   margin-right: -200px; Negative value of #search-box's width. */
    float: left;
    float:left; padding-right:0px; margin-right:0px;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float:left;
	width:320px;
    margin-left: 590px; /* Width of content + sidebar-left. */
    margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0px;
    padding: 0 0 0 20px;
  }
  
  #block-block-2, #block-tagadelic-2, #block-user-0 {
	display:block;
	border:#e5e5e5 1px solid;
	margin-bottom:10px;
	padding:10px;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */


/*  right panel formatting  */

#block-block-2 {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/heading_followus.gif) no-repeat;
	background-position:10px 10px;
	padding-top:35px;
}

#block-tagadelic-2 {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/heading_tags.gif) no-repeat;
	background-position:10px 10px;
	padding-top:35px;
	font-size:12px;
}

#block-featured_content-1 {
	display:block;
	clear:both;
}

/*  right panel Recent Posts  */

#block-views-Recent_Posts-block_1 {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/heading_recentposts.gif) no-repeat;
	background-position:10px 10px;
	padding-top:25px;
	border-top:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
	border-left:#e5e5e5 1px solid;
	margin-bottom:10px;
	overflow:hidden;
}

#block-views-Recent_Posts-block_1 .views-row {
	padding:5px 10px;
	border-bottom:#e5e5e5 1px solid;
}

#block-views-Recent_Posts-block_1 .views-field-title {
	width:auto;
	font-size:12px;
	font-weight:normal;
}

#block-views-Recent_Posts-block_1 .views-field-name {
	font-size:10px;
}

#block-views-Recent_Posts-block_1 .views-field-created {
	font-size:10px;
}

/*  blog teasers formatting  */

.view-blog-listing {
	border-top:#e4e4e4 1px solid;
}

.view-blog-listing .views-field-field-blog-image-fid {
	float:left;
	width:108px;
	padding-top:15px;
	padding-right:15px;
}

.views-field-tid {
	color:#878989;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	float:left;
	width:452px;
	padding:15px 15px 0px 0px;
}

.views-field-tid a {
	color:#878989;
	text-transform:uppercase;
}

.views-field-tid a:hover {
	color:#6ea325;
}

.views-field-title {
	color:#00535e;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	width:467px;
	padding-bottom:10px;
}

.views-field-teaser {
	float:left;
	width:467px;
	color:#231f20;
}

.views-field-teaser p {
	margin:0px;
}

.views-field-name-1 {
	font-size:12px;
	color:#231f20;
	padding-left:123px;
}

.views-field-created {
	font-size:12px;
	color:#231f20;
}

.views-field-tid-1 {
	float:left;
	width:467px;
	margin-left:108px;
	padding:0px 0px 0px 15px;
	color:#231f20;
	font-size:12px;
}

.view-blog-listing .views-field-comments-link {
	display:block;
	width:467px;
	padding:0px 0px 25px 123px;
	overflow:hidden;
	border-bottom:#e4e4e4 1px solid;
}

.view-blog-listing .views-field-comments-link ul li {
	padding-left:0px;
}

.view-blog-listing .views-field-comments-link a {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/ico_comment02.gif) no-repeat;
	background-position:left 2px;
	color:#00535e;
	font-size:12px;
	text-decoration:none;
	padding-top:0px;
	padding-left:20px;
}

.view-blog-listing .views-field-comments-link a:hover {
	color:#6ea325;
}

.views-field-body {
	display:inline;
	padding-left:15px;
	padding-top:0px;
	color:#231f20;
}

.views-field-body p {
	margin:0px;
	padding:0px;
}

.view-blog-listing  .comment_new_comments {
	display:none;
}

/*  featured blog formatting  */

.view-id-featu {
	clear:both;
	display:block;
	padding-bottom:10px;
}

.view-id-featu .views-field-field-blog-image-fid {
	float:left;
	width:237px;
	padding-top:15px;
	padding-right:15px;
}

.view-id-featu .views-field-tid {
	width:634px;
	padding:15px 15px 10px 0px;
}

.view-id-featu .views-field-title {
	width:634px;
}

.view-id-featu .views-field-teaser {
	width:634px;
	font-size:12px;
}

.view-id-featu .views-field-comment-count {
	clear:both;
	display:block;
	width:634px;
	padding:0px 0px 10px 252px;
	overflow:hidden;
}

.view-id-featu .views-field-comment-count a {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/ico_comment02.gif) no-repeat;
	background-position:left 2px;
	color:#00535e;
	font-size:12px;
	text-decoration:none;
	padding-left:20px;
}

.view-id-featu .views-field-comment-count a:hover {
	color:#6ea325;
}

.view-id-featu .views-field-name {
	font-size:12px;
	color:#231f20;
}

.view-id-featu .views-field-created {
	font-size:12px;
	color:#231f20;
}

.view-id-featu .views-field-tid-1 {
	margin-left:0px;
	padding-left:0px;
}

/*  posts page formatting  */

.view-id-post_page .views-field-field-blog-image-fid {
	float:left;
	width:184px;
	padding-top:25px;
	padding-right:15px;
}

.view-id-post_page .views-field-tid {
	float:left;
	width:376px;
	padding-top:25px;
	padding-bottom:0px;
}

.view-id-post_page .views-field-title {
	float:left;
	width:376px;
	padding-bottom:0px;
}

.view-id-post_page .views-field-body {
	display:inline;
}

.view-id-post_page .views-field-body .field-content {
	margin-top:20px;
}

.view-id-post_page .field-content p {
	padding:2px 0px;
}

.view-id-post_page .field-content ul  {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 18px;
	font-size:12px;
}

.view-id-post_page .field-content ul li  {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/bull_list.gif) no-repeat;
	background-position:left 13px;
	padding:7px 15px;
}

.view-id-post_page .views-field-name-2 {
	padding:10px 0px;
	font-size:12px;
}

.view-id-post_page .views-field-tid-1 {
	width:584px;
	margin-left:0px;
	padding:5px 0px 5px 0px;
}

.view-id-post_page .views-field-comment-count {
	display:block;
	margin-left:89px;
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/ico_comment02.gif) no-repeat;
	background-position:left 2px;
	color:#878989;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	overflow:hidden;
}

.view-display-id-attachment_1 {
	clear:both;
}

.view-display-id-attachment_1 .views-row {
	display:block;
	padding-top:15px;
	border-bottom:#e5e5e5 1px solid;
	overflow:hidden;
}

.view-display-id-attachment_1 .views-row-last {
	display:block;
	padding-top:15px;
	border-bottom:none;
	overflow:hidden;
}

.view-display-id-attachment_1 .views-field-name-1 {
	float:left;
	width:74px;
	padding-left:0px;
	font-size:12px;
	font-weight:bold;
	color:#8dc63f;
	text-align:right;
}

.view-display-id-attachment_1 .views-field-timestamp {
	float:left;
	width:74px;
	font-size:10px;
	color:#878989;
	text-align:right;
}

.view-display-id-attachment_1 .views-field-replyto-comment {
	float:left;
	width:74px;
	font-size:12px;
	text-align:right;
}

.view-display-id-attachment_1 .views-field-comment {
	float:right;
	width:500px;
	min-height:70px;
	padding-bottom:15px;
}

.view-display-id-attachment_1 .views-field-comment p {
	margin:0px;
	padding-top:0px;
}

/*  recent posts section formatting  */

.view-id-Recent_Post_Header {
	clear:both;
	display:block;
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/bg_recentposts.gif) no-repeat left top;
	padding-bottom:17px;
}

.view-id-Recent_Post_Header .col-1, .col-2, .col-3, .col-4 {
	float:left;
	width:197px;
	padding:15px 15px 0px 15px;
}

.view-id-Recent_Post_Header .views-field-field-blog-image-fid-1 {
	text-align:center;
}

.view-id-Recent_Post_Header .views-field-title {
	color:#00535e;
	font-size:13px;
	font-weight:bold;
	padding:0px 5px;
	text-decoration:none;
	display:block;
	width:197px;
	height:34px;
}

.view-id-Recent_Post_Header .views-field-tid {
	color:#878989;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 0px 5px;
	display:block;
	width:197px;
}

.view-id-Recent_Post_Header .views-field-comments-link {
	clear:both;
	display:block;
	padding:5px 0px;
}

.view-id-Recent_Post_Header .views-field-comments-link ul {
	padding:0px;
}

.view-id-Recent_Post_Header .views-field-comments-link ul li {
	padding:0px;
}

.view-id-Recent_Post_Header .views-field-comments-link a {
	clear:both;
	display:inline;
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/ico_comment01.gif) no-repeat;
	background-position:5px 0px;
	color:#00535e;
	font-size:10px;
	text-decoration:none;
	padding-left:25px;
}

.view-id-Recent_Post_Header .views-field-comments-link a:hover {
	color:#6ea325;
}

.view-id-Recent_Post_Header .comment_new_comments {
	display:none;
}

/*  Nice Menus formatting  */

#block-nice_menus-1 {
	clear:both;
	display:block;
}

#block-nice_menus-1 ul {
	padding:0px;
}

/*  Categories menu formatting  */

#block-block-5 {
	clear:both;
	display:block;
	height:50px;
	overflow:hidden;
}

#block-block-5 p {
	margin:0px;
	padding:0px;
}

/*  Categories and Archives block formatting  */

#block-views-archive-block {
	padding:10px;
	border-right:#e5e5e5 1px solid;
	border-bottom:#e5e5e5 1px solid;
	border-left:#e5e5e5 1px solid;
	margin-bottom:10px;
}

#block-views-archive-block .container-inline select {
	width:191px;
}

#block-block-4 {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/heading_categoriesnarchives.gif) no-repeat;
	background-position:10px 10px;
	padding:35px 10px 0px 10px;
	border-top:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
	border-left:#e5e5e5 1px solid;
}

#block-block-4 select {
	width:191px;
}

/*  Site header formatting  */

#block-search-0 .container-inline {
	float:right;
	width:665px;
}

#edit-search-block-form-1-wrapper label {
	display:none;
}


/** Taxonomy terms page **/

.view-id-blog_listing_taxonomy .views-field-field-blog-image-fid {
	float:left;
	width:108px;
	padding-top:25px;
	padding-right:15px;
}

.view-id-blog_listing_taxonomy .field-item-0, .field-item-2, .field-item-3 {
	display:none;
}

.view-id-blog_listing_taxonomy .views-field-comments-link {
	display:block;
	width:467px;
	padding:0px 0px 10px 123px;
	overflow:hidden;
	border-bottom:#e4e4e4 1px solid;
}

.view-id-blog_listing_taxonomy .views-field-comments-link ul {
	padding:0px;
}

.view-id-blog_listing_taxonomy .views-field-comments-link ul li {
	padding:0px;
}

.view-id-blog_listing_taxonomy .views-field-comments-link ul li  a {
	background:url(http://www.csenses.in/projects/support.com/test/sites/default/files/ico_comment02.gif) no-repeat;
	background-position:left 2px;
	color:#00535e;
	font-size:12px;
	text-decoration:none;
	padding-top:0px;
	padding-left:20px;
}

.view-id-blog_listing_taxonomy .views-field-comments-link ul li a:hover {
	color:#6ea325;
}

/** Archives in Main Area **/

#block-block-7 {
	display:block;
	padding-top:10px;
	padding-bottom:45px;
	overflow:hidden;
}

#block-block-7 p {
	display:block;
	padding:0px;
	margin:0px;
}

#block-block-7 label {
	font-size:12px;
	color:#231f20;
}

#block-block-7 select {
	width:191px;
	font-size:12px;
	color:#231f20;
	border:#d4d1d1 1px solid;
}

/** Post Details Panel formatting **/

.panel-display .view-dom-id-2 .views-field-comment-count {
	display:none;
}

.panel-display .view-dom-id-2 .attachment {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-field-blog-image-fid {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-tid {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-title {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-body {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-name-2 {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-created {
	display:none;
}

.panel-display .view-dom-id-4 .views-field-tid-1 {
	display:none;
}

.panel-display #tweetarea {
	float:left;
	width:50px;
	height:65px;
	padding-top:25px;
	padding-bottom:10px;
	border-bottom:1px solid #B0B0B0;
}

.panel-display .pane-2 {
	float:left;
	width:490px;
	height:65px;
	padding-top:25px;
	padding-bottom:10px;
	padding-left:50px;
	border-bottom:1px solid #B0B0B0;
}

.panel-display .pane-2 .sexybookmarks {
	margin:0px;
}

/** Comment form formatting **/

.pane-node-comment-form {
	clear:both;
	display:block;
	background-color:#ebebeb;
	border:#e3e3e3 1px solid;
	padding:17px;
	font-size:12px;
	overflow:hidden;
	margin-bottom:10px;
}

.pane-node-comment-form .form-item {
	clear:both;
	display:block;
	padding: 5px 0px;
	overflow:hidden;
}

.pane-node-comment-form .form-item label {
	float:left;
	padding-top:5px;
	width:75px;
	font-weight:normal;
}

.pane-node-comment-form .form-item a {
	float:left;
	margin-top:5px;
}

.pane-node-comment-form .resizable-textarea {
	float:left;
	width:455px;
	padding:5px;
}

.pane-node-comment-form .grippie {
	display:none;
}

.pane-node-comment-form .collapsible {
	display:none;
}

.pane-node-comment-form #edit-submit {
	margin-left:75px;
}
#fldiv{
	float:left;
}
#frdiv{
	float:right; width:500px;
	overflow:visible;
	height:50px;
}
#pts{
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;font-size:12px; padding-top:3px; color:#7a7a7a; float:left; visibility:hidden;
	
}
#clbth{
	clear:both;
		

}
#partcol{
	color: #b4b4b4;
}
#logo-image{
	border-color:white;
	border-width:0px;
}

#sevondarynav .sublink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666668;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
#sevondarynav .sublink:hover{
	text-decoration: none;
	color: #9e9e9e;
	
}
#sevondarynav .sublinkclicked{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9e9e9e;
	text-decoration: none;
	padding-right:5px;

}
#sevondarynav .sublinkclicked:hover{
	color: #9e9e9e;
	text-decoration:none;
}

#sevondarynav{
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	text-align:left;
	color:#b4b4b4;
}

#sevondarynav .sublink1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666668;
	text-decoration: none;
	padding-right:5px;
}
#sevondarynav .sublink1:hover{
	text-decoration: none;
	color: #9e9e9e;
	
}
#container {
	background:transparent url(images/footer.gif) no-repeat scroll 0 100%;
	margin:35px auto 0;
	overflow:hidden;
	padding-bottom:35px;
	width:876px;
}

#container #header {
	display:block;
	background:transparent url(images/header.gif) no-repeat scroll 0 0;
	margin:0;
	overflow:hidden;
	position:relative;
	height:94px;
}

#container #loginstatus {
	display:block;
	height:15px;
	padding-top:5px;
	padding-right:32px;
	padding-bottom:0px;
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	overflow:hidden;
}

#container #loginstatus a {
	float:right;
	background-image:url(images/myaccount.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	height:15px;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#container #header .HomeLink {
	float:left;
	margin-top:0px;
	margin-left:20px;
	width:250px;
	height:65px;
}

#container #header .ChatLink {
	float:right;
	margin-top:14px;
	margin-right:30px;
	width:50px;
	height:25px;
}

#container #primarynav {
	clear:both;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:902px;
	height:26px;
	background-image: url(images/prinav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#container #primarynav li {
	float:left;
	height:26px;
	overflow:hidden;
}

#container #primarynav li .home {
	display:block;
	background-image: url(images/home_off.gif);
	background-repeat: no-repeat;
	width:155px;
	height:26px;
}

#container #primarynav li .home:hover {
	background-image: url(images/home_on.gif);
}

#container #primarynav li .services {
	display:block;
	background-image: url(images/services_off.gif);
	background-repeat: no-repeat;
	width:160px;
	height:26px;
}

#container #primarynav li .services:hover {
	background-image: url(images/services_on.gif);
}

#container #primarynav li .about {
	display:block;
	background-image: url(images/about_off.gif);
	background-repeat: no-repeat;
	width:139px;
	height:26px;
}

#container #primarynav li .about:hover {
	background-image: url(images/about_on.gif);
}

#container #primarynav li .aboutclicked {
	display:block;
	background-image: url(images/about_on.gif);
	background-repeat: no-repeat;
	width:139px;
	height:26px;
}

#container #primarynav li .blog {
	display:block;
	background-image: url(images/blog_off.gif);
	background-repeat: no-repeat;
	width:129px;
	height:26px;
}

#container #primarynav li .blog:hover {
	background-image: url(images/blog_on.gif);
}

#container #primarynav li .forums {
	display:block;
	background-image: url(images/community_off.gif);
	background-repeat: no-repeat;
	width:319px;
	height:26px;
}

#container #primarynav li .forums:hover {
	background-image: url(images/community_on.gif);
}

#container #sevondarynav {
	display:block;
	height:18px;
	background-color:#999999;
	text-align:center;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top:6px;
}

#container #sevondarynav .sublink {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
}

#container #sevondarynav .sublinkclicked{
	color:#9E9E9E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
}

#container #sevondarynav .sublinkclicked:hover{
	color:#9E9E9E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
}


#maincontent {
	background-color:#FFF;
	background-image: url(images/pageheader.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-bottom:25px;
	width:876px;
	text-align:left;
}

#contentleft {
	float:left;
	width:489px;
	padding-top:28px;
	padding-bottom:10px;
	padding-right:15px;
	overflow:hidden;
}
#contentleftborder {
	float:left;
	width:489px;
	padding-top:28px;
	padding-bottom:10px;
	padding-right:15px;
	overflow:hidden;
	background-image: url(images/separator_vert.gif);
	background-repeat: no-repeat;
	background-position: right 90px;
}
#contentleftborder .emptestimonials {
	display:block;
	background-color:#e5e5e5;
	font-size:12px;
}
#contentleftborder .emptestimonials td {
	padding:5px;
}
#contentleftborder .emptestimonials td .bold {
	font-weight:bold;
}
#contentleftborder .emptestimonials td .italic {
	font-style:italic;
}
#contentleft h1 {
	font-size:24px;
	font-weight:normal;
	color:#6ea327;
	margin:0;
	padding:0;
	padding-bottom:28px;
}
#contentleft h2 {
	font-size:14px;
	color:#00535e;
	margin:0;
	padding:0;
	padding-bottom:18px;
}
#contentleft h3 {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}
#contentleft p {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:21px;
}
#contentleft .indentlist {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:20px;
}
#contentleft .indentlist li {
	margin:0;
	padding:0;
	margin-left:20px;
	list-style:none;
	background-image:url(images/bull_orng.gif);
	background-repeat:no-repeat;
	background-position:left 11px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:11px;
	line-height:16px;
}
#contentleft .jobvite {
	display:inline-block;
	background-image:url(images/pwrd_by_jobvite.gif);
	width:111px;
	height:12px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#contentleftborder h1 {
	font-size:24px;
	font-weight:normal;
	color:#6ea327;
	margin:0;
	padding:0;
	padding-bottom:28px;
}
#contentleftborder h2 {
	font-size:14px;
	color:#00535e;
	margin:0;
	padding:0;
	padding-bottom:18px;
}
#contentleftborder h2 .headerlinks {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#contentleftborder h2 .headerlinks a {
	font-size:14px;
	font-weight:bold;
}

#contentleftborder a{
	text-decoration:underline;
	color:#00535e;
}
#contentleftborder a:hover{
	text-decoration:none;
	color:#00535e;
}
#content-area a{
	text-decoration:underline;
	color:#00535e;
	font-weight:bold;
	
}
#content-area a:hover{
	text-decoration:none;
	color:#00535e;
}


#contentleftborder h3 {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}
#contentleftborder h3 a {
	margin-left:10px;
}
#contentleftborder h4 {
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
}
#contentleftborder p {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:16px;
}
#contentleftborder .smalltext {
	font-size:11px;
	color:#000;
	margin:0;
	padding:10px 0px;
}
#contentleftborder .pdflinks {
	font-size:11px;
	background:url(images/ico_pdf.gif) no-repeat top right;
	padding-right:25px;
	padding-bottom:3px;
}
#contentleftborder .source {
	font-style:italic;
}
#contentleftborder .indentlist {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:20px;
	padding-left:20px;
	list-style-type: none;
}
#contentleftborder .indentlist li {
	margin:0;
	padding:0;
	list-style:none;
	background-image:url(images/bull_orng.gif);
	background-repeat:no-repeat;
	background-position:left 11px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:11px;
	line-height:16px;
}
#contentleftborder .jobvite {
	display:inline-block;
	background-image:url(images/pwrd_by_jobvite.gif);
	width:111px;
	height:12px;
}
#contentleftborder .newstable {
	display:block;
	font-size:12px;
}
#contentleftborder .newstable td {
	padding-top:10px;
}
#contentleftborder .managementtable {
	clear:both;
	display:block;
	font-size:11px;
}
#contentleftborder .managementtable td {
	padding:10px 10px 10px 0px;
	background:url(images/separator_horiz_grey.gif) no-repeat bottom left;
}
#contentleftborder .managementtable .tableheader {
	font-size:14px;
	font-weight:bold;
	color:#dd5c01;
}
#contentleftborder .managementtable .datefield {
	font-size:12px;
}
#contentleftborder .managementtable .fileicon {
	padding-left:10px;
}
#contentleftborder .managementtable .directorsheader {
	padding:10px 0px 0px 0px;
	background:none;
}
#contentleftborder .managementtable td p {
	font-size:11px;
	padding-bottom:10px;
}
#contentleftborder .managementtable td .designation {
	font-style:italic;
}
#contentleftborder .managementtable td .boldunderline {
	font-weight:bold;
	text-decoration:underline;
}

#contentleftborder p .linkwitharrow {
	background-image: url(images/bull_arrow_blue_large.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}

#contentleftborder .faqseparators {
	background-image:url('images/separator_horiz.gif');
	background-repeat:repeat-x;
	background-position:left 8px;
	height:16px;
	display:block;
}
#contentleftborder .answers {
	padding-left:13px;
	padding-top:8px;
}
#contentleftborder .answers a {
	font-weight:normal;
}
#contentright {
	float:right;
	width:354px;
	padding-top:79px;
	overflow:hidden;
}
#contentright .linklist {
	margin:0px;
	padding:5px 10px 10px 13px;
	list-style-type: none;
}
#contentright .linklist li {
	margin:0px;
	padding:2px 0px 2px 10px;
	list-style:none;
	background:url(images/bull_arrow_blue.gif) no-repeat;
	background-position:left 6px;
	font-size:12px;
	color:#00535E;
	font-weight:bold;
	line-height:14px;
}
#contentright .linklist li .desctxt {
	color:#000;
	font-size:11px;
	padding:6px 0px 0px 0px;
	margin:0;
}
#contentright .linklist li .linklistindent {
	margin:0;
	padding:0px;
	padding-left:10px;
}
#contentright .linklist li .linklistindent li {
	margin:0;
	padding:2px 0px 2px 10px;
	background:url(images/bull_orng.gif) no-repeat;
	background-position:left 8px;
	line-height:16px;
}
#contentright .bannerarea {
	float:left;
	width:314px;
	padding:15px 13px 15px 13px;
}
#contentright .bannerarea .greybg {
	float:left;
	width:157px;
	padding:14px 11px 17px 11px;
	background-color:#e5e5e5;
	font-size:12px;
}
#contentright .bannerarea .greybg p {
	margin:0;
	padding:0px 0px 5px 0px;
}
#contentright .bannerarea .featuredjobs {
	float:left;
	width:261px;
	border:#999999 1px solid;
	font-size:12px;
}
#contentright .bannerarea .featuredjobs .linklist li a {
	font-size:11px;
}
#contentright .bannerarea .featuredjobs .header {
	float:left;
	width:239px;
	margin:0;
	background-color:#004b99;
	border-bottom:#999999 1px solid;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:6px 11px;
}
#contentright .directions {
	clear:both;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
#contentbtm {
	width:876px;
	clear:both;
	display:block;
	padding-top:13px;
	padding-left:0px;
	overflow:hidden;
	background-image: url(images/separator_horiz.gif);
	background-repeat:repeat-x;
	background-position: 0px top;
}

#contentbtm .btmboxes {
	float:left;
	width:261px;
	padding-top:18px;
	padding-right:11px;
	padding-left:11px;
}

#contentbtm .btmboxes h3 {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:6px;
}
#contentbtm .btmboxes p {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

#contentbtm .btmboxes p a {
	padding-bottom:0px;
}

#contentbtm .btmboxes a {
	padding-bottom:8px;
	display:inline-block;
}

#contentbtm .btmboxes .releasedate {
	font-size:10px;
	color:#000;
	margin:0;
	padding:0;
	display:block;
}

#contentbtm .btmboxes .twocollist {
	float:left;
	width:130px;
	margin:0;
	padding:0;
	margin-top:5px;
}
#contentbtm .btmboxes .twocollist li {
	margin:0;
	padding:0;
	list-style:none;
	background:url(images/bull_orng.gif) no-repeat;
	background-position:1px 9px;
	padding-left:11px;
}
#contentbtm .btmboxes .list {
	float:left;
	width:260px;
	margin:0;
	padding:0;
	margin-top:5px;
}
#contentbtm .btmboxes .list li {
	margin:0;
	padding:0;
	list-style:none;
	background:url(images/bull_orng.gif) no-repeat;
	background-position:1px 9px;
	padding-left:11px;
}
#contentbtm .spacer {
	float:left;
	width:21px;
	background:url(images/separator_horiz.gif) repeat-x top left;
	padding-top:18px;
}



