/********** This file is the last included and thus for overrides of the shared client.css and inherited parent website styles from main.css *****/

.button {
	font-size:1.0em;
	font-weight: bold;
	color:#fff;
	background-color:#4D4D4D;
}


/* override from main.css */
p, li {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.0em;
	margin-left: 0px;
}body {
	font: 15px Arial, Helvetica, sans-serif;
	color: #000000;
	//background: #474b56 url(../images/bg.jpg) repeat-x;
	//background: #F8F5EE;
	background: #fff;
        text-align: center;
	margin: 0px;
}
img {
	border-width: 0px;
}
h1 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #4D4D4D;
	margin: 0px 0px .5em;
}
h2 {
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #4D4D4D;
	margin: 2em 0px .5em;
}
h3 {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	color: #4D4D4D;
	margin: 0;
}
h4 {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	color: #000000;
	margin: 2em 0px 0px;
}


p, li {
	font-size: 15px;
	line-height: 1.6em;
	margin: 0px 0px 0.8em;
}
td {
	vertical-align: top;
	padding: 0px;
	overflow: hidden;
}
a, a:active, a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#container {
	text-align: left;
	margin: 0px;
	width: 100%;
	padding: 0px 12px;
}
#container #header #logo {
	padding: 10px 0px 0px 0px;
	float: left;
}
#container #header #tagline {
	margin-right: auto;
	margin-left: 80px;
	min-width: 300px;
	padding: 20px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color: rgb(31, 73, 125);
	/*border: 1px solid black;*/
	display: inline-block;
	text-align: center;
}
#container #header #company-logo {
	padding: 10px 40px 0px 0px;
	float: right;
}
#container #nav-main {
	clear: both;
	border-bottom: 1px solid #f3f4f4;
	height: 18px;
	font-weight: bold;
	background-color: #ccc; 
	margin: -10px 0 0 0;
}
#container #nav-main li {
	border: 1px solid #f3f4f4;
}
#container #nav-main a {
	font-size: 12px;
}
#container .nav-item {
	display: inline;
	padding: 0 15px 0 15px;
}


#container #content-main {
	clear: both;
	overflow: hidden;
}
#container #content-main #content-home {
	margin-top: 2px;
	overflow: hidden;
}

#container #content-main #content-home .content-left {
	background: #FFFFFF;
	text-align: center;
	width: 313px;
	height: 234px;
}
#container #content-main #content-home .content-left #logo-home {
	margin: 0px;
	padding-top: 16px;
}
#container #content-main #content-home .content-left #ttl-home {
	margin: 0px;
	padding-top: 16px;
}

#container #content-main #content-home .content-mid {
	padding: 0px 2px;
}

#container #content-main #content-home .content-right {
	background: url(../images/bg_home_nextsteps.gif) repeat-x;
	width: 287px;
	height: 234px;
}
#container #content-main #content-home .content-right #ttl-home-right {
	padding: 9px 0px 0px 11px;
}

#container #content-main #content-home .content-right #ttl-home-right ul {
	margin: 20px 0px 0px 24px;
	padding: 0px;
}
#container #content-main #content-home .content-right #ttl-home-right li {
	line-height: 2.2em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#container  #content-main  #content-home  .content-right  a, #container #content-main #content-home .content-right a:active, #container #content-main #content-home .content-right a:visited {
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 14px;
}



#container #content-main #content-sec {
	margin-bottom: 2px;
}

#container   #content-main   #content-sec  .content-left {
	padding: 0px;
	width: 698px;
}
#container   #content-main   #content-sec  .content-left b, #container   #content-main   #content-sec  .content-left strong {
	color: #4D4D4D;
}

#container #footer {
	height: 35px;
	padding-top: 7px;
}
#container #footer #copyright {
    	float: left;
}
#container #footer #copyright a:hover {
    text-decoration: underline;
}
#container #footer #masthead a:hover {
	text-decoration: underline;
}
#container #footer #copyright, #container #footer #copyright a, #container #footer #copyright a:active, #container #footer #copyright a:visited {
	font-size: 11px;
	color: #a0a0a0;
}
#container #footer a#client_login, #container #footer a:active#client_login, #container #footer a:visited#client_login, #container #footer a:hover#client_login {
    color: #4D4D4D;
    font-weight: bold;
}
#container #footer #masthead {
	font-size: 11px;
	color: #818181;
	float: right;
}
#container #footer #masthead a, #container #footer #masthead a:active, #container #footer #masthead a:visited {
	color: #818181;
	text-decoration: none;
}
#container #footer #masthead a:hover {
	text-decoration: underline;
}

.floatRight {
	float: right;
}

