/* remove doted border in mozila */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
ul, li{
  padding: auto;
  margin-bottom:8px;
  margin-top:5px;
}

/* end remove doted border in mozila */

body {
	color: #555;
        font-family: Arial, Helvetica, Tahoma, sans-serif;
    	font-size: small;
        background:#fdfdfd url(/uploads/images/interface/Gradient1.png) repeat-x top left;
}
a {
	color: #003399;
}
a:active {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
        text-decoration: none;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
.ncleanblue {
/* set to width of viewport */
/* you can set your own image and background color here */
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
#mainwide{
  float: left;
  left:0;
  top:0;
  width: 630px;
  padding-left: 10px;
}

a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #fff;
/* background image for the link to show wiki style arrow */
}
a.external:visited {
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b{font-weight: bold;}i, em{	font-style: italic;}strong{font-weight: normal;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
  color: #003399;
}
/*default link styles*/

input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {

	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
}
#logo a {
/* adjust according your image size */
	height: 75px;
	width: 215px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/NCleanBlue/logo.png) no-repeat left top;
}
/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 28px;
	margin-top: 31px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
/* left input image, set your own here */
	background: url(uploads/NCleanBlue/search.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/NCleanBlue/search.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
        padding: 20px;
        margin: 0 auto;
        border: 1px solid #ccc;
        border-top: 0;
}
#bar {
	width: auto;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
        height: 24px;
        font-size: 12px;
}
#version {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: -16px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 28px 15px;
	text-align: center;
	vertical-align: middle;
	background:  url(uploads/NCleanBlue/version.png) no-repeat left top;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
        height: 13px;
        font-size: 11px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */

/* Image that Represents the new CMS design */
/* End  */
.sbar-title {
}
.sbar-top {
	height: 20px;
	width: auto;
	padding: 10px;
	background: url(uploads/NCleanBlue/bg__content.png) no-repeat left top;
        background: #ccffff;
}
.sbar-main {
	width: auto;
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 0px;
	/*background: url(uploads/NCleanBlue/bg__content.png) no-repeat left bottom;*/
}
/* ------------ Main (Right) ------------ */
#mid, #left, #right{
  width: 300px;
  padding: 0 15px;
  float: left;
  top:0;
  left:0; 
}
#right {
  padding-right: 0px;
}
#left{
  padding-left: 0px;
}
.main-top {
	height: 0;
	width: auto;
	/*background: url(uploads/NCleanBlue/bg__content.png) no-repeat right top;*/
}
.main-main {
	width: auto;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background: #F0F0F0;
	padding: 20px;
	padding-top: 0px;
}
.main-bottom {
	width: auto;
	height: 41px;
	background: url(uploads/NCleanBlue/bg__content.png) no-repeat right bottom;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	height: 15px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat  left top;
}
 h1, h2,  h3, h4, h5, h6{
       margin: 18px  0 6px ;
}
h1{
  font-size: 1.2em;
}
h2 {
    font-size: 1.2em;
    line-height:24px;
}
 h3{
    font-size: 0.9em;
    margin-bottom: 16px;
    background: #003399;
    padding: 6px 15px 8px;
    text-transform: uppercase;
   font-weight: normal;
}
 h4{
    font-size: 1.3em;
}
 h5{
   font-size: 0.9em;
   margin-bottom: 1px;
}
h6{
  font-size: 85%;
  margin-top:0;
  margin-top: 4px;
}
h2.pageTitle{
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top:12px;
  display:none;
}
h2.pageProjectTitle{
  font-size: 140%;
  margin-bottom: 8px;
  margin-top:8px;
  position: absolute;
  top: 0;
  left:0;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {.blogs-showblogsentrytitle a:visited
	padding: 8px 0px 8px 0px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	margin: 0px auto 0 auto;
	text-align: left;
font-size:0.9em;
        padding: 0 15px 10px;
    position: relative;
   margin-top: 50px;
}
#footer {
        padding: 0px 0px;
}
#footer .block {
	width: 300px;
	margin: 20px 10px 10px;
}
#footer .cms {
	text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
        padding-top: 14px;
        padding-left: 0px;
        margin-bottom:0;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:active,#footer ul li a:visited {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-decoration: none;
        font-size: 10px;
        color: #017fd4;
        padding: 0px 16px 0 0;
}
#footer ul li a:hover{
  color: #9a9a9a;
}
/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	margin: 0;}
.menuwrapper {}

ul.primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width:5px;
       	height: 32px;
       	margin: 0px 5px 0px;
}
.page-menu ul.primary-nav {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
        padding: 0;
        text-transform: uppercase;
        width: 960px;
}
#subnav ul.primary-nav{
           padding-top: 0px;
}
.page-menu ul.primary-nav li {
}
.page-menu ul.primary-nav li a,
.page-menu ul.primary-nav li a span {
	display: block;
	padding: 0;
}
.page-menu ul.primary-nav li a {
	padding-left: 0;
	color: #003399;
	text-decoration: none;
        padding:8px 12px;
        font-size: 11px;
}
.page-menu ul.primary-nav li a.menuactive{
       text-decoration: none;
       color: #fff;
       background: #003399;
}

.page-menu ul.primary-nav li a:hover{
        text-decoration: none;
       color: #fff;
       background: #003399;
}
/*#submenu ul.primary-nav li a:hover{
  text-decoration: underline;
  font-weight: normal;
  padding-left: 26px;
} */
.page-menu ul.primary-nav li a span {
	padding: 0;
}
.page-menu ul.primary-nav li a.menuparenth,
.page-menu ul.primary-nav li a.menuactive,
.page-menu ul.primary-nav li a:hover,
.page-menu ul.primary-nav li a:focus,
.page-menu ul.primary-nav li a:active {

}
.page-menu ul.primary-nav li a {

}
.page-menu ul.primary-nav li a.menuactive span,
.page-menu ul.primary-nav li a:hover span,
.page-menu ul.primary-nav li a:focus span,
.page-menu ul.primary-nav li a:active span {

}
.page-menu ul.primary-nav li a span {

}
.page-menu ul.primary-nav .sectionheader,
.page-menu ul.primary-nav li a:link.menuactive,
.page-menu ul.primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.page-menu ul.primary-nav li span,
.page-menu ul.primary-nav li a,
.page-menu ul.primary-nav li a:hover,
.page-menu ul.primary-nav li a:focus,
.page-menu ul.primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .page-menu ul.primary-nav {
	display: inline-block;
}
*:first-child+html .page-menu ul.primary-nav {
	display: inline-block;
}
/* --------------------  menu dropdow  -------------------------
/* Unless you know what you do, do not touch this */
/* Reset all ROOT menu styles. */
ul.primary-nav ul.unli li li a span,
ul.primary-nav ul.unli li a span,
ul.primary-nav .menuparent .unli .menuparent .unli li a span {
	font-weight: normal;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.primary-nav {
	margin: 0px;
	padding: 0px;
}
.primary-nav ul {
	list-style: none;
	margin: -6px 0px 0px;
	padding: 0px;
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 209px;
}
.primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
	padding-top: 9px;
	background: url(uploads/NCleanBlue/ultop.png) no-repeat left top;
}
* html .primary-nav ul.unli {
	padding-top: 12px;
	background: url(uploads/NCleanBlue/ultop.gif) no-repeat left top;
}
.primary-nav ul.unli ul {
	margin-left: -7px;
	left: 100%;
	top: 3px;
}
* html .primary-nav ul.unli ul {
	margin-left: -0px;
}
.primary-nav li {
	margin: 0px;
	float: left;
        margin-right: 5px;
}
#submenu .primary-nav li {
  float: right;
}
.primary-nav li li {
	margin-left: 7px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic appearance of the menu elements */
ul.primary-nav ul hr.menu_separator{
        position: relative;
        visibility: visible;
        display:block;
        width:130px;
       	height: 1px;
       	margin: 2px 30px 2px;
	padding: 0em;
	border-bottom: 1px solid #ccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.primary-nav .separator,
.primary-nav .separatorh {
	height: 9px;
	width: 209px;
	margin: 0px 0px -8px;
	background: url(uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;
}
* html .primary-nav .separator {
       z-index:-1;
	background: url(uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;
}
*:first-child+html .primary-nav .separator {
       z-index:-1;
}
.primary-nav ul.unli li a {
	padding: 0px 10px;
	width: 165px;
	margin: 5px;
	background-image: none;
}
* html .primary-nav ul.unli li a {
	padding: 0px 10px 0px 5px;
	width: 165px;
	margin: 5px 0px;
}
.primary-nav li li a:hover {
}
/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
.primary-nav li.menuactive li a {
	text-decoration: none;
	background: none;
}
.primary-nav ul.unli li.menuparenth,
.primary-nav ul.unli a:hover,
.primary-nav ul.unli a.menuactive {
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
.primary-nav ul.unli li .menuparent,
.primary-nav ul.unli li .menuparent:hover,
.primary-nav ul.unli li .menuparent,
.primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
	background-image: url(uploads/NCleanBlue/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
.primary-nav ul,
.primary-nav li:hover ul,
.primary-nav li:hover ul ul,
.primary-nav li:hover ul ul ul,
.primary-nav li.menuparenth ul,
.primary-nav li.menuparenth ul ul,
.primary-nav li.menuparenth ul ul ul {
	display: none;
}
.primary-nav li:hover ul,
.primary-nav ul li:hover ul,
.primary-nav ul ul li:hover ul,
.primary-nav ul ul ul li:hover ul,
.primary-nav li.menuparenth ul,
.primary-nav ul li.menuparenth ul,
.primary-nav ul ul li.menuparenth ul,
.primary-nav ul ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
.primary-nav li li {
	float: left;
	clear: both;
}
.primary-nav li li a {
	height: 1%;
}
/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
  margin: 20px 0;
  border-bottom: 1px solid #fff;
  padding: 20px 0 36px;
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 4px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* BLOG */
.blogs-showcategoryentries{
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
}
.blogs-showcategoryentry{
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blogs-showcategoryheader{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.blogs-showcategoryheader{
  background: #ccc;
  padding: 10px;
}
.blogs-showblogsentry{
  padding: 10px 0;
}
.blogs-showblogsentrytitle{
  font-size: 130%;
  padding: 5px 0 10px 0;
}
.blogs-showblogsentrycategory{
  display: none;
}
.blogs-showblogsentrycomments{
  padding-top: 5px;
}
.blogs-showblogsentrytime{
  font-size: 80%;
}
/* end BLOG */

#extra_sitemapPage #mainwide .primary-nav li{
  float: none;
}
.noprint{
  display:none;
}
#lifestylePage table td, #lifestylePage table th{
  padding: 5px 20px 5px 5px;
  border: 1px solid #ccc;
}
.NewsSummary .NewsSummaryField{
  width: 134px;
  height: 68px;
  border: 1px solid #ccc;
  text-align: center;
}
.NewsSummary .NewsSummaryField:hover{
  border: 1px solid #ddd;
}
.NewsSummary .NewsSummaryField a{
  display: table-cell;
  height: 68px;
  width: 134px;
  vertical-align: middle;
  text-align: center;
}
/* ------------ End News Module ------------ */
/* MOCKUP */
/* News module */
#NewsPostDetailTitle, h3.wbg{
  padding: 0;
  margin:0;
  margin-bottom: 4px;
  font-size: 140%;
}
h3.yellowbg{
    padding: 8px 16px;
}
#homePage h3.yellowbg{
  margin-bottom: 0;
}
h3.yellowbg a{
}
#NewsPostDetailTitle, h3.yellowbg{
    margin-top: 0;
}
h3.orangebg{
  background: #5CB4B5;
  color: #fff;
  padding: 8px 16px;
}
h3.graybg{
  background: #999;
  color: #fff;
  padding: 8px 16px;
}
#NewsPostDetailDate{
  font-size: 80%;
  padding: 0px 0px 8px;
}
/* end News module */
/* News module- album images */

/* end of News module -albume images */
/* comments module */
#name form table td input{
  width: 180px;
}
#name form table td textarea{
  width: 180px;
}
#name form table td{
  width: 50%;
  padding: 3px 0;
}
#name form table{
  width: 100%;
}
#comments ul li.comment{
  list-style: none;
  margin-left: 0;
  padding-left: 0px;
}
/* end comments module */
.ncleanblue{

}
#pagewrapper{
  width: 1000px !important;
  position:relative;
  background: #f1f1f1;
  margin-top: 20px;
}
img#bannertop{
  position:absolute;
  top:0;
  left:0;
}
#header{
  z-index: 10;
  position:relative;
}
#subnav{
  position: relative;
  z-index: 10;
}


#homePage .NewsRightBox{
  width: 205px;
}
.blogs-showblogsentrytitle a, .blogs-showblogsentrytitle a:active, .blogs-showblogsentrytitle a:visited,
.NewsSummaryLink, .NewsSummaryLink a, .NewsSummaryLink a:active, .NewsSummaryLink a:visited{
  text-decoration:none;
}
.NewsSummaryLink a.downloadnews{
  padding-left: 23px;
  padding-top: 1px;
  padding-bottom: 5px;
  background: #fff url(/uploads/images/interface/downloadimg.gif) no-repeat;
}
#homenews .NewsSummaryLink, #homenews .NewsSummaryLink a, #homenews .NewsSummaryLink a:active, #homenews .NewsSummaryLink a:visited{
  color: #fff;
}

.blogs-showblogsentrytitle a:hover,.NewsSummaryLink a:hover{
  text-decoration:underline;
}

/*NMS */
#subscribenms{
   background: #999 url(/uploads/images/interface/subForm-BKG.jpg) no-repeat; 
   width:160px;
   height: 142px;
   padding: 110px 20px 10px 20px;
   position: relative;
   margin-bottom: 10px;
}
#homePage #subscribenms{
  margin-bottom: 0px;
}
#subscribenms input{
  display: block;
  width: 150px;
}
#subscribenms input#md4e46submit{
  background: transparent url(/uploads/images/interface/dkButtonBkg.png) no-repeat; 
  width: 77px;
  height: 39px;
  display:block;
  border: none;
 text-transform: uppercase;
 font-weight: bold;
  margin-top: 5px;
}
#subscribenms label{
  display:none;
}
#subscribenms h5{
  position:absolute;
  top:2px;
  left: 20px;
}
#subscribenms h1{
  position:absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
}
#subscribenms h1 span{
  font-size: 40%;
}
#subscribenms .nms_message{
}
/* end NMS */
/* BUSINESS DIRECTORY - home page */
#homebdir{
  background: #5cb4b5;
  height: 252px;
  padding: 5px 20px;
  position: relative;
}
#wbusiness{
  font-size: 55px;
  letter-spacing: -1px;
  line-height: 60px;
}
#wdirectory{
}

#businessform{
  position: relative;
  z-index: 10;
}
#homebdir input#Submit, #businessform input#Submit{
  background: transparent url(/uploads/images/interface/dkButtonBkg.png) no-repeat; 
  width: 77px;
  height: 39px;
  border: none;
   text-transform: uppercase;
   font-weight: bold;
   margin-left: 0px;

}
#homebdir input#Submit{
   float: left;
  position: relative;
  left:0;
}
#homebdir input#Submit:hover{
}
img.magn{
  position: absolute;
  right: 0px;
  top: 0px;
}
#homebdir a,#homebdir a:active, #homebdir a:visited{
}
#homebdir a:hover{
}
#homebdir h1{
  font-size: 40px;
  line-height: 1.1em;
  
}
/* end business box */
/* start COMMUNITY GUIDE box */
#communitybox{
  background: #ffd356;
  height: 262px;
}
#communitybox h1{
   padding: 5px 0px 3px 10px;
   font-size: 2em;
   word-spacing: 4px;
   letter-spacing: -1px;
}
#communitybox h1 span, #communitybox h3{
}
#communitybox p{
  margin: 0;
}
#communitybox table td{
   padding: 0 10px 5px;
}
#communitybox table td.bright{
   border-right: 2px solid #fff;
}
#communitybox table td.bbottom{
   border-bottom: 2px solid #fff;
}
#communitybox h3{
  margin-bottom: 5px;
}
/* end COMMUNITY GUIDE box */
#homePage .toptitle{
  margin-top: 6px;
}
ul.primary-nav li.last a{
  border-right: none;
}
.sIFR-active h2.cpost-title { visibility:hidden; }
/* WEATHER */
#weatherbox{
   background: #CBCBCB;
}
#weather-content {
 padding: 0;
 padding-left: 15px;
 background: #cbcbcb !important;
}
p.weatherdate{
 margin-bottom:0px;
 font-weight: bold;
 padding: 4px 0 4px 15px;
 font-size: 14px;
}

#weatherbox iframe {
    width: 200px;
    height: 120px;
}

span.weathertitle{
  line-height: 11pt;
  font-size: 110%;
 font-weight: bold;
  text-transform: uppercase;
}
#weatherbox table{
}
#weather-content td{
 padding-left: 15px;
 vertical-align:middle;
}
#weather-content td.cityitem{
  width: 100px;
  padding-left: 0px 
}
#weatherbox .weathertitle{
  padding-left: 15px;
  padding-top:0px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
}
/* end WEATHER */
#header hr.util-clearb{
  display: none;
}
#main .picturelist{
   margin-bottom:0px;
}

#weather-content .cityitem a{
  text-decoration: none;
}
/* Business Directory */
.BusinessItem{
  border: none;
  padding-bottom: 0px;
}
.BusinessItem .NewsSummaryBusinessItem{
   border: 1px solid #ccc;
   border-top: none;
}
.NewsSummaryBusinessItem table td{
  vertical-align: top;
  padding: 5px;
}
.NewsSummaryBusinessItem .NewsSummaryAddress{
  font-weight: bold;
}
 .NewsSummaryBusinessItem .NewsBusinessBtn, .NewsDetailBusinessItem .NewsBusinessBtn, .newsarchive{
  display: block;
  float: left;
  width: 134px;
  height: 23px;
  text-align: center;
  padding-top:8px;
  background: #ccc url(/uploads/images/interface/btn-long_19.gif) no-repeat;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  text-decoration: none;
  margin-top: 10px;
}
.NewsSummaryBusinessItem a.NewsBusinessBtn:hover, 
.NewsDetailBusinessItem .NewsBusinessBtn:hover, .newsarchive:hover{
      cursor: pointer;
      cursor: hand;
}
.BusinessItem .NewsSummaryLink{
  margin: 0;
}
.NewsSummaryBusinessItem .NewsSummaryAddress p{
  margin: 0;
}
.NewsSummaryBusinessItem .NewsSummarySummary p{
  margin:0;
}
.NewsSummaryBusinessItem table td{
  padding: 10px 10px;
}
.captcha img{
  display:block;
}
.NewsDetailBusinessMore #NewsItemAddress p, #NewsItemPhContact p{
  margin:0;
  margin-bottom: 2px;
}
.NewsDetailBusinessMore  #NewsItemAddress{

}
.NewsDetailBusinessMore #NewsItemAddress{
   margin-bottom: 10px;
}
.NewsDetailBusinessMore #NewsItemPhContact{
   margin-bottom: 15px;
}
#NewsPostDetailSummary{
  font-weight: bold;
  margin-bottom: 10px;
}
/* end Business Directory */
/* COMMENTS */
#comments .noposteditems{
   font-weight: bold;
}
.tbbordered{
  margin-top:20px;
  border-bottom: 1px solid #999;
  padding:6px 0;
}
.NewsSummaryBusinessItem td.businessimg div.NewsSummaryField{
  width: 120px;
  text-align: center;
}
.mediaobject{
  display:block;
}
#VideoSummary ul{
  display:inline;
  position:reltive;
}
#VideoSummary ul li{
  display:block;
  width: 180px;
  text-align: center;
  float: left;
  margin: 10px;
  padding: 7px;
  border: 1px solid #eee;
}
#VideoSummary ul li p{ 
  text-align: center;
}
#VideoFeatured .mediaobject{
  text-align: center;
  padding-left:15px;
  padding-right: 15px;
}
.mediaobject h3{
  text-align: left;
}
#businesstxt{
  width: 290px;
}
#weather-content td{
  padding-bottom: 4px;
}
.clear{
  font-size:0px;
  line-height: 0px;
  clear: both;
}
#communitybox p{
  padding: 6px 0;
  
}
#communitybox p span.comgrp{
  
}
#communitybox p a.comgrp{
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 4px;
}
#communitybox a.comhead{
  text-decoration: none;
}
#communitybox p{
  padding-left: 10px;
  background: #fee69c;
  margin-bottom: 3px;
}
#homebdir .homesearchbtn span{
  display: block;
  float: left;
  position: relative;
  left:0;
  width:210px;
  margin-left: 10px;
}
#homePage .homequicklink{
  display:block;
  height: 39px;
  width: 325px;
  font-size: 28px;
  text-decoration: none;
  padding: 8px 0 0 15px;
}
#homePage .homequicklink span{
   text-transform: uppercase;
}
#movetoroma{
  background: #FFD358  url(/uploads/images/interface/HOME-moveBTN.jpg) no-repeat;
}
#movetoroma:hover{
  background: #FFD358  url(/uploads/images/interface/HOME-MoveBTN-over.jpg) no-repeat;
}
#visitroma{
  background: #5CB4B5  url(/uploads/images/interface/HOME-VisitBTN.jpg) no-repeat;
}
#visitroma:hover{
  background: #5CB4B5  url(/uploads/images/interface/HOME-VisitBTN-over.jpg) no-repeat;
}
.NewsSummaryTop .NewsSummaryMorelink a{
  font-size: 12px !important;
  text-decoration: underline;
}
.NewsSummaryTop .NewsSummaryMorelink a:hover{
  text-decoration: none;
}
#homePage .NewsSummary{
  padding-left: 0px;
  padding-right: 14px;
  width: 160px;
}
#homePage .cntpages{
  padding-left: 15px;
}
#VideoFeatured h3{

}
.NewsSummaryTop .NewsSummaryField img{
  max-width: 315px;
}
.NewsSummaryTop{
  padding-left: 15px;
  padding-right: 15px;
}
 p.heading{
  margin-bottom: 0px;
}
#footer ul{
  list-style: none;
  border-top: 1px solid #eee;
}
#footer{
  position: relative;
}
#copyright{
   position:relative;
   text-align:right;
   font-size: 10px;
   text-align: right;
}
#designedby-content, #copyright{
  text-align: right;
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 0;
}
#designedby-content a{
   text-decoration:none;
   font-size: 10px;
}
#designedby-content a:hover{
  text-decoration: underline;
}
strong{
  font-weight: bold;
}
.advancedcontactform fieldset{
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.advancedcontactform legend{
  font-weight: bold;
}
.advancedcontactform label{
  display:block;
  margin-top: 10px;
}
.advancedcontactform input{
  
}
.advancedcontactform .formerr{
}
.advancedcontactform p{

}
.advancedcontactform .required, 
.advancedcontactform .required option,
.advancedcontactform .required select{
}
.advancedcontactform h5{
  border-bottom: 1px dotted #ccc;
  margin-top: 1em;
}
.advancedcontactform .captcha{
  margin-bottom: 10px;
}
.hideit{
  display: none;
}
#bannerimg{
  position: absolute;
  top: 60px;
  left:0px;
  z-index: 5;
}
/* Open Studio FORM */

.formbuilderform fieldset {
border:1px solid #eee;
margin-bottom:10px;
padding:10px 20px;
position: relative;
}
.formbuilderform fieldset legend {
     font-weight: bold;
     padding: 16px 0 0;
     width: 100%;
}
.formbuilderform label {
  padding-right:10px;
  display: block;
  padding-bottom: 4px;
}
.formbuilderform div.element {
padding-bottom:10px;
padding-top:5px;
}

#box62 div{
  position: relative;
}
.formbuilderform fieldset div.element{
  position: relative;
  clear: both;
}
.formbuilderform fieldset div.element div{
  margin-bottom: 5px;
  margin-top: 10px;
}
.formbuilderform .multiparts input{
  float: left;
  left:0;
  top: 0;
}
.formbuilderform .multiparts label{
  padding-right: 15px;
  left:0;
  top:0;
}
.formbuilderform .multiparts{
  display: block;
  float:left;
  left: 0;
  margin-bottom: 5px;
  height: 20px;
}
#registrationPage .formbuilderform .multiparts{
  display: block;
  float:left;
  left: 0;
  margin-bottom: 5px;
  width: 185px;
}

.formbuilderform #el71 .multiparts{
    width: 385px;
}
.formbuilderform #el39 .multiparts{
   width: 390px;
}
.formbuilderform .submit{
  margin-top: 20px;
}
.formbuilderform .error_message{
}

/* end Open Studio FORM */
td{
  padding-right: 15px;
}
table{
  margin-top: 10px;
  margin-bottom: 10px;
}
p{
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.formbuilderform div{
  position: relative;
}
.formbuilderform .required label{
}
#right h4{
  margin-bottom: 5px;
}
#comments ul{
  margin: 10px 0;
  padding: 0;
}
#comments ul li{
  margin-bottom: 10px;
}
table.pagetable td, table.pagetable th,
table.pagetable td, table.pagetable th{
  padding: 5px 10px;
}
table.pagetable th{
  background: #017FD4;
}
#blogimg{
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
#logos{
  text-align: right;
  padding-bottom: 15px;
}
#mainthin{
  width:450px;
  margin-right: 40px;
}
#rightwide{
  display:inline;
  float:left;
  width:360px;
  left:0;
  top:0;
}
#contactPage #rightwide ul{
  margin-left: 5px;
  padding-left: 10px;
}
#contactPage #rightwide ul li{
  margin-left:0;
}
#contactPage #rightwide h4{
  margin-bottom: 2px;
}
#contactPage #rightwide table{
  margin-top: 0;
}
#collectivesmoreinfobox{
  margin: 0 80px 0 60px !important;
  padding: 10px;
}
#collectivesmoreinfolink:hover{
  cursor: pointer;
}
.error_message{
}
#comments{
  margin-top: 10px;
}
#tweeternews{
  margin-bottom: 20px;
}
/* additional style */
div.visual_arts{
  position: relative;
}
div.visual_arts span.icon{
  position:absolute;
  top:38px;
  left:0px;
}
.formbuilderform fieldset{
  padding: 10px 0;
}
.formbuilderform fieldset div.element div{
  margin-bottom: 16px;
}
.visual_arts div{
  margin-bottom: 34px !important;
}
.formbuilderform div.element{
  position: relative;
}
div.element .icon{
   position: absolute;
   left:0;
   top: 26px;
}
.formbuilderform div.element {
  padding-bottom: 16px;
}
.landline1, .landline2, .studiomobile1, .studiomobile2, .studiomobile3{
  float: left;
  position: relative;
  top:0;
  left:0;
  clear: none !important;
}
.alter_phone, .alternate_phone2{
  float: left;
  position: relative;
  top:0;
  left: 0;
  clear: none !important;
}
.formbuilderform fieldset{
  cliear: both;
}
#landlinebox{
  clear: both !important;
}
.hidephone #phone{
  display: none;
}
.hidephone{
  clear: both;
}
div.hidephone .icon{
  top: 0;
}
#nopublish{
  background: #eee;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ddd;
}
.formbuilderform fieldset{
  border: none;
}
#toplayer{
  display: none;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;;
  height: 100%;
  z-index: 20;
  background: #000;
  opacity: 0.8;
}
.ncleanblue{
  position: relative;
}
#toplayer div{
  width: 500px;
  height: 300px;
  margin: auto;
  text-align: center;
  background: transparent;
}
/* BANNER */
#bannertop, #bannertop2 {
    left: 253px;
    position: absolute;
    top: 0px;
    width: 960px;
}
#bannertop {
    z-index: 21;
}
#bannertop2 {
    z-index: 20;
}
/* END BANNER */
#latestnews{
  position: relative;
  height: 123px;
  display: block;
}
#homenews{
  position: absolute;
  left: 220px;
  top:3px;
}
#homenews .NewsSummary {
  float: left;
  top:0;
  left:0;
}
#latestnews{
  background: #a9a9a9;
}
#latestinnews{
  position: relative;
  left: 10px;
  top: 20px;
}
#featuredwork #featuredimg img{
  width: 300px !important;
  height: auto !important;
}
#subscribe{
  background: #FF742D;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
}
#subscribe a, #subscribe a:active, #subscribe a:link, #subscribe a:visited{
   text-decoration: underline;
}
#subscribe a:hover{
  text-decoration: none;
}
#nmslists{
  display: none;
}
#nmsmail, #nmsuser{
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#nmsmail input, #nmsuser input{
  margin-left: 100px;
  width: 160px;
}
#nmsmail span, #nmsuser span{
  position: absolute;
  left: 0px;
  top:0;
}
#md4e46submit{
  background: transparent;
  border: none;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0px;
  margin-left: 0;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #ff9966;
}
#md4e46submit:hover{
  cursor: pointer;
  border: 1px solid #fff;
}
.nms_message{
}
#nmsimg{
  margin-bottom: 10px;
}
#followuson{
  height: 60px;
  background: #a9a9a9;
  position: relative;
}
#folowusonimg{
  float: left;
  top: 4px;
  left: 5px;
  position: relative;
}
#tweeter{
  left: 66px;
  top: 6px;
  float: left;
  width: 52px;
  position: relative;
  display: block;
}
#facebook{
  position: relative;
  display: block;
  width: 52px;
  float: right;
  right: 16px;
  top: 6px;
}
#featuredwork{
  margin-top: 20px;
}
#featuredtxt{
  margin-bottom: 5px;
}
h4.tbbordered{
  border-bottom: none;
  font-size: 140%;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
 .NewsSummaryField{
  float: left;
  top:0;
  left: 0;
  width: 134px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.viewcartform tr.row2{
  background: #eee;
}
/* GALLERY */
.category_content .categoryimg{
  float: left;
  width: 134px;
  height: 68px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.category_content .categoryimg img{
  max-width: 134px;
  max-height: 68px;
}
.category_content .artistname{
  padding-top: 20px;
}
.productcategoryimg .artistname{
  padding: 0 20px;
}
#artistimg{
 float: left;
 width: 260px;
 margin-right: 20px;
 margin-bottom: 20px;
 margin-top: 6px;
}
.albumlist, .picturelist{
}
.picturelist{
  padding:0;
  margin:0;
}
/* Slimbox - ALBUM */
#lbOverlay {
        position: absolute;
        left: 0;
        width: 100%;
        cursor: pointer;
        z-index: 200;
}

#lbBottomContainer {
        width: 200px;
        position: relative;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        left: 50%;
        overflow: hidden;
        z-index: 202;

}

.lbLoading {
        background: #fff url(/uploads/images/interface/loading.gif) no-repeat center;
        z-index: 201;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;

}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0px;
        outline: none;
        z-index: 202;
        height: 20px;
        width: 70px;
        background: blue;
        
        padding: 3px;
}

#lbPrevLink {
        left: 4px;
        bottom: 0;
        background: transparent url(/uploads/images/interface/prevlabel.gif) no-repeat 0% 50%;

}

#lbPrevLink:hover {
        
}

#lbNextLink {
        right: 4px;
        bottom: 0px;
        background: transparent url(/uploads/images/interface/nextlabel.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
        background: transparent url(/uploads/images/interface/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 1.4em;
        text-align: left;
        padding: 10px;
        padding-top: 33px;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(/uploads/images/interface/closelabel.gif) no-repeat center;
        margin: 5px 0;
        z-index: 203;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
        margin-left: 10px;
        
}

#lbCaption {
        font-weight: bold;
}
/* end Slimbox - ALBUM */ 
/* SHOP */
.ProductDirectoryItem {
    border: 1px solid #ddd;
    display: block;
    float: left;
    left: 0;
    margin: 0px 24px 24px 0;
    padding: 0;
    top: 0;
    width: 202px;
    background: #eee;
}
.ProductDirectoryItem .buyproductimg {
    padding: 20px 0 10px 26px;
    text-align: center;
}
#productshomeitems{
  position: relative;
  background: #A9A9A9;
}
#productshomeitems .buyproductimg {
    padding: 20px 0 10px 26px;
    text-align: center;
   display: block;
   float: left;
   position: relative;
   top: 0;
   left: 0;
   width: 150px;
}
#productshomeitems .buyproductimg a{
  background: #aaa;
  border: 1px solid #ccc;
}
#productshomeitems .buyproductimg a:hover{
  background: #bbb;
}
.ProductDirectoryItem .buyproducttitlebox{
  padding: 0px 26px 26px;
}
.buyproductimg a{
  display: table-cell;
  width: 150px;
  height: 150px;
  margin-left: 26px;
  vertical-align: middle;
}
.buyproducttitlebox p{
  margin-bottom: 6px;
}
.addtobasket{
  margin-top: 10px;
}
.rightitem{
  margin-right: 0;
}
#cartlink{
  position: absolute;
  top: 220px;
  right: 0px;
  width: 80px;
  text-align: right;
  padding: 11px;
  border: 1px solid #EA4600;
  border-top: none;
  text-transform: uppercase;
}
#cartlink a{
  text-decoration: none;
}
#cartlink a:hover{
  text-decoration: underline;
}
.alignleft{
  margin-bottom: 10px;
}
#checkoutPage form input, #ordersPage form input {
    left: 190px;
    position: absolute;
    top: 0;
}
#checkoutPage form  span, #ordersPage form  span {
    display: block;
    padding-right: 10px;
    text-align: right;
    width: 180px;
}
#checkoutPage form div, #ordersPage form div, #registerPage form div, #ordersPage fieldset div {
    padding: 5px 0;
    position: relative;
}
#checkoutPage form select, #ordersPage form select {
    left: 190px;
    position: absolute;
    top: 0;
}
#ma5380moduleform_1 fieldset{
  border: 1px solid #ccc;
}
#checkoutPage form .submitbox input, #ordersPage form .submitbox input, #registerPage form .submitbox input {
    left: 0;
    position: relative;
}
#ordersPage #orderbottombox input{
  position: relative;
  left:0;
  top:0;
}

#ordersPage ul, #ordersPage li{
  padding-left: 0;
}
.thumb a.albumtitle, .thumb a.albumtitle:visited, .thumb a.albumtitle:active{
  text-decoration: none;
  display: block;
  margin-top: 6px;
}
.thumb a.albumtitle:hover{
  text-decoration: inderline;
}
#informationPage table{
}
#informationPage td {
    
    padding-top: 6px;
    padding-bottom: 6px;
}
.rightpad50{
  padding-right: 50px;
}
#informationPage table h5, #informationPage table h4{
  margin: 0;
}
ul{
 margin-bottom: 14px;
}
#membershipPage .paypalnow{
  display:block;
  width: 238px;
  float: left;
  top:0;
  left: 0;
  padding: 20px 19px 20px 29px;
  margin: 0 20px 20px 0;
  background: #eee;
  border: 1px solid #FFAA28;
}
.paypalnowall{
  display:block;
  margin: 0 0px 20px 0;
  background: #eee;
  padding: 20px 19px 20px 29px;
  border: 1px solid #FFAA28;
}
.paypaltxt{
  font-size: 90%;
  line-height: 2em;
}
.rightmarg{
   margin-right: 0 !important;
}
.topmarg0{
  margin-top:0 !important;
}
#newsletters .NewsSummary{
  padding-bottom: 6px;
  padding-top: 0px;
}
#newsletters h3{
  margin-top: 14px;
  margin-bottom: 16px;
}
.albumcomment {
  text-align: left;
}
.thumb .albumcomment {
  text-align: center;
}
.thumb .albumcomment *{
  text-align: center;
}
.albumcomment{
  margin-top: 6px;
  display: block;
}
.ArtistDirectoryCategory{
  margin: 0 20px 20px 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  position: relative;
  top:0;
  left: 0;
  width: 213px;
  background: #eee;
}
.productcategoryimg{
 /* float: left;
  position: relative;
  top:0;
  left: 0;
  width: 150px;*/
  text-align: center;
}
.productcategorytitle{
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 90%;
  text-transform: uppercase;
}
#homenews .NewsSummaryField{
   margin-bottom: 0px;
}
#right #newsletters{
  margin-bottom: 20px;
}
.NewsSummaryField2{
  position: absolute;
  top:0;
  left:0;
  width: 134px;
  height: 68px;
  z-index: 5;
}
.NewsImageBorder{
  height: 0px;
  float: left;
  width: 136px;
  border-top: 1px solid #ccc;
  z-index:20;
  position: relative;
}
.NewsTitleBox{
  position: relative;
  z-index:20;
  background: #A9A9A9;
  height: 32px;
  float: left;
  width: 168px;
}
#homenews .NewsSummaryField{
  position: relative;
  display:block;
  border-bottom: none;
}
.NewsImgBox{
   display: block;
    height: 69px;

    text-align: center;
    width: 134px;
   position: relative;
}
#ArtistsList .el4{
   margin-right: 0;
}
.productcategoryimg .artistimg{
  display: block;
  width: 213px;
  height: 154px;
  display: table-cell;
  vertical-align: middle;
}
.productscnt{
  margin: 3px 0 10px;
  text-align: center;
  font-size: 80%;
}
.productcatdetails{
  padding: 10px 20px;
  background: #FAF2EB;
  border: 1px solid #eee;
}
.productcatdetails img{
  float: left;
  margin: 4px 20px 20px 0;
}
.thincol{
}
.widecol{
  width: 662px !important;
}
.thincol a, .thincol a:link, .thincol a:active, .thincol a:visited{
  text-decoration: none;
  text-transform: uppercase;
}
.thincol a:hover{
  text-decoration: underline;
}
.thincol .productcategorytitle{
  text-align: left;
}
.artisttopname{
  background: #017FD4;
  padding: 10px 20px;
  margin: 0;
}
#productsboxinfo{
  background: #FAF2EB;
}
#productsboxitems .artisttopname{
  margin-bottom: 24px;
}
table{
  margin-top: 0;
}
th a,th a:link, th a:active, th a:visited{
  text-decoration: underline;
}
th a:hover{
  text-decoration: none;
}
#newsPage .NewsSummaryField img{
  max-height: 68px;
}
span.error_message{
  display:block;
}
#contactPage #right{
  width: 400px;
}
#contactdet{
  padding:15px 60px 15px 30px;
  display: block;
  width: 180px;
 margin-bottom: 20px;
}
#informationPage #mainwide{
  width: 496px;
}
#informationPage #right{
  width: 400px;
}
.paypalnowall h4{
  margin-top: 10px;
}
#membership-applicationPage fieldset legend{
  display: none;
}
#membership-applicationPage .formbuilderform div.element{
  padding-bottom:0;
  margin-bottom: 10px;
}
#membership-applicationPage fieldset#fbrp__276{
  border: 1px solid #DF690C;
  background: #f8c79f;
  padding: 0 20px 20px;
}
#hideit{
  display: none;
}
#joinMailingList span input {
    margin-left: 0;
    margin-top: 0;
    width: 120px;
}
#joinMailingList .subscribe {
    display: block;
    float: left;
    font-size: 120%;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    width: 70px;
}
#joinMailingList span {
    display: block;
    padding-bottom: 10px;
}
#joinMailingList .submitbtn{
  margin-left: 86px;
}
#contactPage h4{
  margin:0;
  font-size:18px;
}
.theinfo, .themessage{
  padding-bottom: 0 !important;
}
td, th{
  padding-right: 10px;
}
#cvPage th{
  border-right: 1px solid #fff;
}
#cvPage td{
  padding-left: 10px;
}
#whitebox{
  background: #fff;
  color: #000;
  padding: 20px;
}
#whitebox a, #whitebox a:active, #whitebox a:visited{
  color: #000;
}
#whitebox a:hover{
  text-decoration: none;
}
.NewsSummary{
  position: relative;
}
.NewsSummaryImage{
  float: left;
  top:0;
  left: 0;
  width: 120px;
  margin-right: 20px;
}
.NewsSummaryImage img{
  width: 120px;
}
.NewsRightBox{
  float: left;
  top:0;
  left: 0;
  width: 410px;
}
#copyright p{
  text-align: right ;
}
a:hover{
  text-decoration: none;
}
#newsdetails{
  position: relative;
}

#comments input, #comments textarea{
  display: block;
  width: 190px;
}
.categorylist .thumb {
    height: 300px !important;
    width: 300px !important;
    margin: 0 29px 30px 0;
}
.categorylist .thumb a{
  height: 265px !important;
  width: 300px !important;
  padding: 0 !important;
}
.albumname{
  text-align: left !important;
}
.rightitem{
  margin-right: 0 !important;
}
#content{
  position: relative;
}
.picturelist .thumb{
  margin: 0 15px 15px 0 !important;
  width: 142px !important;
 height: 127px !important;
}
.picturelist .thumb a img{
  max-height: 106px;
}
#albumdesc{
}
#lbCloseLink {
    background: url("/uploads/images/interface/closelabel.gif") no-repeat scroll center center transparent !important;
    display: block;
    float: right;
    height: 22px;
    margin: 5px 0;
    width: 66px;
    z-index: 203;
}
#lbBottom {
    color: #666666;
    font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 1.4em;
    padding: 33px 10px 10px;
    text-align: left;
}
#lbPrevLink, #lbNextLink {
    background: none repeat scroll 0 0 blue;
    display: block;
    height: 20px;
    outline: medium none;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 202;
}
#lbNextLink {
    background: url("/uploads/images/interface/nextlabel.gif") no-repeat scroll 100% 50% transparent;
    bottom: 0;
    right: 4px;
}
#lbPrevLink {
    background: url("/uploads/images/interface/prevlabel.gif") no-repeat scroll 0 50% transparent;
    bottom: 0;
    left: 4px;
}
#lbCaption {
    font-weight: bold;
}
#lbCaption, #lbNumber {
    margin-left: 10px;
    margin-right: 71px;
}
#lbCenter, #lbBottomContainer {
    background-color: #FFFFFF;
    left: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 202;
}
#lbOverlay {
    background-color: #000000;
    cursor: pointer;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 200;
}
#albumdesc a,#albumdesc a:visited, #albumdesc a:active {
  color: #111;
  text-decoration: underline;
}
#albumdesc a:hover{
  text-decoration: none;
}
#whitebox .NewsSummary{
  margin:0;
  padding:0;
}

#newsdetails #righthalf li, #newsdetails #righthalf ul{
    list-style: none;
    padding: 0;
}
#newsdetails #righthalf li{
  border-bottom: 1px solid #fff;
  padding: 8px 0 10px;
}
#content{

}
#homePage #content img{
  margin-bottom: 40px;
}

.blackbox{
}
.captchapict{
  margin-bottom: 20px;
}
#homePage #footer-wrapper{
  margin-top: 0px;
}
#contactPage #right p{
  font-size: small;
}
#detailsPage .picturelist{
  width: 870px;
}
#galleryPage .album_content h3{
  display: none;
}
#backgroundimg{
  position: absolute;
  top:350px;
  left:0;
  width: 100%;
  text-align: center;
}
#logobox{
  padding-top: 50px;
}
#photoBanner {
    display: block;
    height: 432px;
    padding: 0;
    position: relative;
    width:960px;
    margin-bottom: 20px;
}
#bannertop, #bannertop2 {
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
}
#bannertop {
    z-index: 21;
}
#bannertop2 {
    z-index: 20;
}
#contactPage h4{
  color: #222;
}
#contactPage .element input{
  width: 200px;
  height: 20px;
}
#contactPage textarea{
}
#photoBanner2 {
    display: block;
    height: 557px;
    padding: 0;
    position: relative;
    width: 630px;
    margin-bottom: 20px;
}
#banner, #banner2{
    left: 0;
    position: absolute;
    top: 0;
}
#banner {
    z-index: 21;
}
#banner2 {
    z-index: 20;
}
.thumb a{
  border: 1px solid #e1e1e1;
  padding: 10px !important;
  display: table-cell;
  vertical-align: middle;
  width: 120px !important;
  height: 127px !important;
}
#contactPage .theinfo{
  padding-top: 0;
}
#thenav{
   margin: 0;
   border-bottom: 2px solid #003399;
}
.primary-nav li.last{
  margin-right: 0;
}
#albumdesc h3{
  margin-top:0;
}
.albumtxt{
  padding-right: 13px !important;
  border-right: 1px solid #DCDAEF;
}
.album_content .cagegorytitle{
  margin-top:0;
 display: none;
}
.album_content ul{
  margin:0;
  padding:0;
}
.albumpicturecount{
  text-transform: none;
  font-style: normal;
}
.topmarg0{
  margin-top:0;
}
.picturelist .rightimg{
  margin-right: 0 !important;
}
.albumfitouts h3{
  margin-top: 0;
}

.page-menu #submenu ul.primary-nav li a{
  color: #003399;
}
.page-menu #submenu ul.primary-nav li a:hover{
    color: #333;
    background: none;
}
.page-menu #submenu ul.primary-nav li a.menuactive{
   color: #333;
   background: none;
}
#menubox{
  margin-bottom: 20px;
}
#btnprjbox{
  text-align: right;
}
#btnprjbox a{
  position: relative;
  display: block;
  width: 250px;
  height: 75px;
  background: transparent url(/uploads/images/interface/CurrentProjects1.jpg) no-repeat;
  float: right;
  top: 34px;
}
#btnprjbox a:hover{
  background: transparent url(/uploads/images/interface/CurrentProjects2.jpg) no-repeat;
}
#btnprjbox span{
  position: absolute;
  left: -999px;
  top: -999px;
}
#homePage #photoBanner img{
  margin-bottom: 0px;
}