/* Start of CMSMS style sheet 'Live Lead Store' */
body
{
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background: #F1F1F1 url("uploads/nds/bg.gif") repeat-x top;
    color: #555;
}
a:link, a:visited {
	color: #3A90CA;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
	font-size: 1em;
}

input.input {
	background: url("uploads/nds/input-bg.gif") repeat-x;
	border: 1px solid #A5ACB2;
	padding: 2px;
}

img {
	border: 0;
}
img.floatRightClear { float: right;
clear: right;
margin: 4px; }

 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline-menu li
{
    display: inline;
} 

ul.inline-menu li a {
	color: #555;
} 

#menu
{
    position: absolute;
    right: 13px;
    bottom: 0px;
    font-size: 1.3em;
    font-weight: bold;
    
}

#submenu
{
    background: url("uploads/nds/subnav-bg.gif") #F9F9F9;
    position: absolute;
    bottom: -31px;
    padding-top: 7px;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #D0D0D1;
    font-size: 0.9em;
    text-align: center;
}






ul.tab-menu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}

ul.tab-menu li
{
    background: url("uploads/nds/nav.png") no-repeat left -22px;
    float: left;
    margin-left: 6px;
    height: 22px;
    
}
ul.tab-menu li a
{
	background: url("uploads/nds/nav.png") no-repeat right -22px;
	float: left;
	margin-left: 8px;
	padding: 4px 8px 0 0;
	height: 18px;
	color: white;
}

ul.tab-menu li.tab-selected
{
    background-position: left 0;
}

ul.tab-menu li.tab-selected a
{
    background-position: right 0;
}



#header {
	position: relative;
	height: 125px;
	border-bottom: 2px solid #727A7F;
}

#header #logo {
	position: absolute;
	top: 22px;
	left: 4px;
	margin: 0;
}




#search{
	position: absolute;
	top: 54px;
	right: 13px;
	font-size: 1.3em;
}

#search form {
	font-size: 0.9em;
}

/*------ sidebar ------*/
#sidebar {
	float: left;
	display: inline; /* ie6 */
	margin: 53px 0 30px 13px;
        width: 180px;
        font-size: 1.2em;
}

#sidebar h2 {
	background: url("uploads/nds/sidebar-header-bg.gif") repeat-x bottom;
	position: relative;
	margin: 16px 0 11px;
	padding: 0 0 6px 2px;
	font-size: 1.7em;
	font-weight: normal;
}


#sidebar li {
	background: url("uploads/nds/sidenav-bullet.gif") no-repeat 0.5em 8px;
	padding: 4px 0 4px 19px;
	font-size: 1.0em;
        display: block; 
        
}


#sidebar form {
	padding: 3px 5px;
	font-size: 1.0em;
	text-align: right;
}

#sidebar dl {
	margin: 0;
}

#sidebar dt {
	float: left;
	width: 70px;
	text-align: left;
}

#sidebar dd {
	margin-bottom: 9px;
}

#sidebar dl input {
	width: 90px;
}

#sidebar .NewsSummaryLink {
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar .NewsSummaryContent {
	font-size: 1.2em;
	line-height: 1.5;
}

#sidebar .NewsSummaryCategory, #sidebar .NewsSummaryAuthor, #sidebar .NewsSummaryPostdate {
	font-size: 1.1em;
	color: #666;
}


#wrap {
	background: white;
	position: relative;
	margin: 0 auto;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	width: 760px;
}
#content {
	float: right;
	display: inline; /* ie6 */
	position: relative;
	margin: 53px 13px 30px 0;
	width: 525px;
        font-size: 1.2em;
        line-height: 1.4;
}


ul#smallNav {
	position: absolute;
	top: 16px;
	right: 13px;
	font-size: 1.1em;
}

ul#smallNav li {
	display: inline;
}

ul#smallNav a {
	font-weight: bold;
}
#footer {
	background: #333 url("uploads/nds/footer-logo.gif") no-repeat 10px center;
	clear: both;
	border-top: 1px solid black;
	color: #999;
	font-size: 1.1em;
	line-height: 1.7;
	text-align: right;
	position: relative; /* ie6 */
}

#footer a {
	color: #999;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 12px 17px 18px 0;
}
#intro {
	background: url("uploads/nds/intro-banner.png") no-repeat;
	position: relative;
	margin-bottom: 8px;
	width: 525px;
	height: 169px;
}

#intro h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	height: 25px;
	color: #12566A;
	font-size: 1.7em;
	font-weight: normal;
}

#intro p {
	margin: 9px 27px 0 11px;
	color: white;
	font-weight: bold;
}

#intro p.bottom {
	position: absolute;
	left: 7px;
	bottom: 34px;
	margin: 0;
	font-size: 1.1em;
}

p.register a {
	background: url("uploads/nds/register-banner.png") no-repeat;
	display: block;
	padding: 3px 0 0 110px;
	width: 415px;
	height: 37px;
	color: #555;
	line-height: 1.2;
}
img.floatleft {
float: left;
}
img.floatright {
float: right;
}

/* End of 'Live Lead Store' */

