
:focus { outline: 0; }


body
{
	text-align: center;
	font: normal 13px "trebuchet MS", verdana, arial, sans-serif;
	background: #bbb url(/images/wrapper-background.gif) top center repeat-y;
}

strong
{
	font-weight: bold;
}

h1
{
	color: #428ABD;
	font-size: 20px;
}

h2
{

}

h3
{
	color: #428abd;
	font-weight: bold;
}

a
{
	color: #555555;
	text-decoration: underline;
}

a:hover
{
	color: #428ABD;
	text-decoration: underline;
}

p
{
	margin: 0 0 1em;
}

.clear
{
	clear: both;
}

.active,
#navigation ul li a.active
{
	text-decoration: underline;
}

#wrapper
{
	text-align: left;
	width: 972px;
	margin: 0 auto;
}

#header, #navigation, #content, #footer
{
	margin-left: 20px;
}

#header
{
	width: 951px;
	height: 70px;
	padding-top: 10px;
}

#header img
{
	float: right;
	margin: 0 124px 0 0;
}

#navigation
{
	/*width: 780px;*/
	width: 900px;
	height: 192px;
	background: url(/images/nav-background.gif) repeat-x;
	margin-top: 10px;
}

#navcontainer
{
	width: 480px;
	display: block;
	float: left;
}

#navigation #navImg
{
	width: 300px;
	display: block;
	float: left;
}

#navigation ul
{
	margin-top: 15px;
        padding-bottom: 10px
}

#navigation ul li
{
	border-right: 1px solid #D0E2EE;
	display: inline;
	padding: 8px 20px 8px 8px;
	vertical-align: middle;
	margin-top: 15px;
}

#navigation ul li.last
{
	border: 0;
}

#navigation ul li a
{
	text-decoration: none;
	color: white;
}

#navigation ul li a:hover
{
	text-decoration: underline;
}

#navigation #navcontainer img
{
	margin-top: 24px;
	margin-left: 75px;
}

ul#sidenav
{
	float: left;
	background: white;
	height: 192px;
	width: 120px;
	margin: 0;
	padding: 0;
}

ul#sidenav li
{
	display: block;
	border: 0;
	padding: 0;
	margin: 8px 0 0 8px;
}

ul#sidenav li a
{
	color: black;
	font-size: 13px;
}

ul#sidenav li a:hover
{
	text-decoration: underline;
}
#sideLogin
{
	float: left;
	background: white;
	height: 192px;
	width: 120px;
	margin: 0;
	padding: 0;
}
#sideLogin p
{
	margin-left: 10px;
}
#content
{
	border-left: 1px solid #DDDDDD;
	width: 760px;
	padding: 0 20px;
	margin-top: 20px;
}

#homepage-tpl #content
{
	width: 440px;
	float: left;
}

#subscribe
{
	background: url(/images/subscribe-background.gif) repeat-x;
	width: 270px;
	height: 110px;
	float: left;
	margin-top: 20px;
	color: white;
	font-size: 11px;
	padding: 15px;
}

#subscribe form
{
	margin: 15px 0;
}

#subscribe dt,
#subscribe dd
{
	display: inline;
}

#subscribe label
{
	font-weight: bold;
	padding-right: 5px;
}

#subscribe #email
{
	width: 176px;
	margin-right: 10px;
	padding: 3px 0;
}

#subscribe #submit-element
{
	color: white;
	background: #418BBC;
	border: 1px solid white;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
}

#contact
{
	width: 270px;
	border-left: 1px solid #DDDDDD;
	color: #428abd;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	font-size: 11px;
}

#contact a
{
	text-decoration: underline;
}

#contact a:hover
{
	text-decoration: none;
}

ul#sitemap li
{
	background: url(/images/listItem.gif) 0 8px no-repeat;
	padding-left: 14px; 
}

ul#sitemap li li {
padding-left: 14px;
}

#footer
{
	width: 780px;
	margin: 40px 0 0 40px;
	font-size: 11px;
	height: 35px;
	border-top: 1px solid #DDDDDD;
}

#footer ul
{
	width: 50%;
	float: left;
}

#footer p
{
	width: 40%;
	float: right;
}

#footer ul li
{
	display: inline;
	padding: 0 15px 0 0;
}

#footer a
{
	color: #428ABD;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p
{
	color: #999999;
	text-align: right;
}

span.contentImage
{
	color: #428ABD;
	font-size: 11px;
	text-align: left;

}

span.imgright
{
	float: right;
	display: block;
	padding: 0 0 10px 20px;
}

span.imgleft
{
	float: left;
	display: block;
	padding: 0 10px 10px 0;
}

.radioButtonSpace { display: none; }

#loginLeft, #registerLeft, #activateLeft, #passwordLeft
{
	float: left;
	text-align: right;
	width: 150px;
}
#loginLeft div, #registerLeft div, #activateLeft div, #passwordLeft div
{
	margin-bottom: 5px;
	height: 20px;
	font-weight: bold;
}
#registerLeft #companyLabel
{
	font-weight: normal;
}
#loginRight, #registerRight, #activateRight, #passwordRight
{
	float: left;
	margin-left: 10px;
}
#loginRight #emailfield, #loginRight #passwordfield, #registerRight #emailfield, 
#registerRight #companyfield, #registerRight #passwordfield, #registerRight #password2field,
#activateRight #code, #passwordRight #email
{
	width: 250px;
	margin-bottom: 5px;
}
#registerRight #namefield
{
	width: 175px;
	margin-bottom: 5px;
}
#registerRight .checkbox
{
	margin-bottom: 10px;
	margin-right: 2px;
}
#registerRight #passwordfield, #registerRight #namefield
{
	margin-right: 5px;
}
.error
{
	border: 1px solid red;
}
#error
{
    color:red;
    margin: 0 0 1em;    
}
.checkerror, .checkerror a
{
    color:red;
}

/*------------------------------- Calculate ---------------------------------*/ 
#formula, #picture
{
   position: relative;
   float:left;
}

#picture
{
   margin-left: 50px;
   width: 350px;
}
#formula
{
    margin-bottom: 10px;
    height: 65px;
}
#fields
{
   clear:both;
}

#fields #year, #fields #month
{
   position: relative;
   float:left;
}
#fields #year
{
   margin-right: 10px;
   width: 200px;
}
#fields #field
{
    clear:both;
}
#fields #calculateButton
{
    clear: both;
    float: left;
}
#calculateForm input, #calculateForm select, #results table
{
    margin-bottom: 10px;
}

#results
{
    margin:0px;
    padding:0px;
    position: relative;
}
#results form
{
    margin:0px;
    padding:0px;
    margin-left: 80px;
    margin-bottom: 10px;
}
#results table, #results th, #results tr, #results td
{
    border: 1px solid black;
    text-align: center;
    padding: 2px;
}

#results th
{
    font-weight: bold;
}

#results #left
{
   width: 75px;
}

#results #right
{
    width: 100px;
}

#calculateError
{
    color:red;
    margin-top:40px;
}

.button
{
    color: white;
    background: #418BBC;
    border: 1px solid white;
    font-weight: bold;
    font-size: 11px;
    padding: 4px; 
    text-transform: uppercase;

    /*Learn more button
    background-color: #b0daea;
    color: #629ec8;*/
}

/*--- DEFAULT XSTANDARD STYLES ---*/
em {font-style: italic;}
/*img.imgleft {float:left;margin-right:3px;}*/
/*img.imgright {float:right;margin-left:3px;}*/
span.underline {text-decoration:underline;}
span.strikethrough {text-decoration:line-through;}

#content ol {list-style:decimal;margin-left:21px;}
#content ul {list-style:disc;margin-left:16px;}

#options
{
    width: 160px;
    position: absolute;
    margin-left: 450px;
    margin-top: 50px;
    border: 1px solid black;
    padding: 10px;
}

#options span
{
    font-size: 14px;
    font-weight: bold;
}