
body {
    background-color:#414141;
    height:100%;
    font-family: Tahoma, Verdana, sans-serif;
    font-size:12px;
    color:#303030;
}

h1, h2 {
    font-family: Verdana, Tahoma, sans-serif;
    font-size:18pt;
}

h1 {
	color:#133957;
    margin-bottom:.5em;
}

h2 {
    font-size:12pt;
    margin-bottom:1em;
}

h3 {
	color:#5C9848;
    font-size: 12pt;	
    font-weight: bold;
    margin-top: 8px;
}

h4 {
    font-weight:bold;
    font-family: Verdana, Tahoma, sans-serif;
}

a {
    color:#29a1df;
}

a:hover {
    color:#0d70a3;
}

p {
    margin: 1em 0;	
    line-height:1.5em;
}

p.intro {
    font-size:14px;
}

ul {
    margin:1em 3em;
}

ul li {
	margin: 0;
	line-height:1.8em;
}

ul.benefits li {
	list-style-type:none;
    background:transparent url(../images/happy.gif) no-repeat;
    padding-left:30px;
    line-height:2.2em;
}

#container {
    background-color:white;
    width:940px;
    margin:0 auto 1em auto;
    border-left:2px solid #e3e3e3;
    border-right:2px solid #e3e3e3;
}

#container .header {
    background:#2e2e2e url(../images/layout/header-logo.jpg) no-repeat;
    height:80px;
}

#container .header .links {
    padding:4px 1em;
    text-align:right;
}

#container .header .links a {
    color:white;
    text-decoration:none;
    font-size:10pt;
}

#container .header .links a:hover {
    color:#e0e0e0;
}

#menu {
    margin:0 .5em;
}

#menu a {
    color:#414141;
}

#menu a:hover {
    color:#00496e;
}

#menu ul {
    margin:0 0 0 1em;
}

#menu ul li {
    float:left;
    display:block;
    padding:0 20px;
    margin:.8em 0 0 0;
    border-left:1px solid #525252;
    line-height:1em;
}

#menu ul li.first {
    padding-left:0;
    border-left:none;
}

#container .body {
    padding:1.3em;
}

.col1 {
    float:left;
    width:75%;
}

.col2 {
    float:left;
    width:25%;
}

.box {
	padding:1.5em 1em;
    background-color:#ebf1f7;
    border:1px solid #d7d7d7;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-align: center;
}

.more {
    margin-left:30px;
}


.right-float {
    float: right;
}

.box.right-float {
	width: 184px;
	margin-left: 10px; 
}

.huge {
    font-size: 45px;
    color: #BBD770;
}

dl.problem-solution {
    
}

dl.problem-solution dt{
    font-weight: bold;
    margin-top: 5px;
}

dl.problem-solution dd{
    font-style: italic;
}

table.procon th, table.procon td {
    padding:6px 4px 12px 4px;
    vertical-align:top;
}

table.procon th {
	padding:4px;
    font-weight:bold;
    border-bottom:2px solid #cccccc;
}

table.procon td {
    border-bottom:1px solid #e0e0e0;
    line-height:1.5em;
}

#tabs {
    height:170px;
}

table td, table th {
    padding:4px;
}

table th {
    font-weight:bold;
    text-align:right;
}

table th em {
    font-weight:normal;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
    width:280px;    
}

.progress {
    color:#336633;
    background:#f7ffd4 url(../images/marketing/prog-line.gif) repeat-x scroll 0 10px;
    height:39px;
}

.progress .left {
    background:transparent url(../images/marketing/prog-left.gif) no-repeat;
    float:left;
    height:39px;
    width:12px;
}

.progress .right {
    background:transparent url(../images/marketing/prog-right.gif) no-repeat;
    float:right;
    height:39px;
    width:12px;
}

.progress ul {
    margin:0;
}

.progress ul li {
    float:left;
    padding-left:24px;
    margin-top:10px;
    padding-right:80px;
}

.progress ul li span {
    background-color:#f7ffd4;
    display:block;
    padding:0 4px 0 2px;
}

.progress ul li.pending {
    background:transparent url(../images/marketing/bullet-off.gif) no-repeat scroll 0 0;    
}

.progress ul li.selected {
    background:transparent url(../images/marketing/bullet-on.gif) no-repeat scroll 0 0;
    font-weight:bold;
}

.progress ul li.done {
    background:transparent url(../images/marketing/checkmark.gif) no-repeat scroll 0 0;    
}

.register {
    margin:0 1.5em;
}

div#error p {
    color:#fa9e9e;
    font-weight:bold;
    margin:2px 0;
}

.required {
    color:#ff0000 !important;
}

.validate-error {
    border-color:#ff0000 !important;
}

.scroll-window {
    height:300px;
    overflow-y:scroll;
}

td.buttons input {
    margin:2px 0;
}

table.topic-selector ul {
    margin:1em 0 1em 2em;
}

table.topic-selector ul ul {
    margin:.5em 0 1em 1em;
}

div.topic-template {
    background-color:#effaff;
}

