html, body {
	margin: 0px;
	padding: 0px;
}
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/******************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link, a:visited {
	color: #66cc00;
	text-decoration: underline;

}
a:hover, a:active {
	color: #299600;
}
strong { font-weight: bold;}

#header {
	clear: both;
	height: 100px;
	width: 700px;
	color: #66CC00;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	background-image: url(../images/logo-laduke.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 180px;
	margin-top: 23px;
	float: left;
}


#header h1 {
	font-size: 0px;
	text-indent: -15000px;
}
#logo h1 a {
	display: block;
	height: 55px;
	width: 180px;
	outline: none;
}
#header #navigation {
	float: right;
	margin-top: 40px;

}
#header #navigation li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
}
#header #navigation li.first {
}
#header #navigation li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
#header #navigation a:link, #header #navigation a:visited {
	text-decoration: none;
}
#pitch {
	clear: both;
	height: 150px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4bb100;
	border-bottom-color: #4BB100;
	background-color: #66CC00;
	text-align: center;
}

#main {
	width: 700px;
	clear: both;
	background-color: #FFFFFF;
	margin: 1em auto 1em;
}

#main h2 {
        font-size: 140%; 
        line-height: 2em;
        letter-spacing: -0.01em;
}
#main h3 {font-weight: bold; color: #66CC00; margin: 1em 0 0.5em 0; line-height: 1em;}
#main p {
        font-size: 100%;
        line-height: 1.5em;
margin-bottom: 1em;
}
#main #content { 
        width: 465px; 
        float: left;
}
#main #sub-content {
	width: 190px;
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
        border: dotted 1px #ccc;
        background-color: #fff;
        padding: 10px;

}
#main #sub-content h2 {
        color: #66CC00;
        font-size: 140%; 
        line-height: 1.5em;
        letter-spacing: -0.01em;
}
#main #sub-content p {
        font-size: 80%;
        line-height: 1.5em;
}
#main #sub-content img {margin: 1em auto;}
#main a:link, #main a:visited,
#footer a:link, #footer a:visited {
	color: #299600;
}
#main a:hover, #main a:active,
#footer a:hover, #footer a:active {
	color: #66CC00;
}
.container {
	background-color: #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sub-section {
	width: 700px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#sub-section h2 {
	color: #66CC00;
	font-size: 100%;
	letter-spacing: -0.01em;
	line-height: 3em;
	font-weight: normal;
}
#sub-section p {
	color: #CCCCCC;
        margin: 0 0 1em 0;
}
#sub-section p, 
#sub-section dt,
#sub-section dd, 
#sub-section ul li {
        font-size: 80%;
        line-height: 1.5em;
}
#sub-section a:link, #sub-section a:visited {
	color: #66CC00;
}
#sub-section a:hover, #sub-section a:active {
	color: #99ff66;
}
#intranet {
	width: 210px;
	float: left;
	margin-right: 30px;
}
#intranet p, 
#intranet dt, 
#intranet dd { color: #CCCCCC;}

dd {
	margin-bottom: 0.5em;
}

#intranet input.textbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-top: 2px;
}
#make-a-payment {
	width: 220px;
	margin-right: 30px;
	float: left;
}
#tutorials-resources {
	width: 210px;
	float: left;
}
#resource-list li { margin-bottom: 1.2em; }
#footer {
	clear: both;
	width: 700px;
	color: #666666;
	margin: 0 auto;

}
#footer #sub-navigation {
	list-style-type: none;
	clear: both;
	width: 700px;
}
#footer #sub-navigation li {
        font-size: 70%;
        line-height: 1em;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#footer #sub-navigation a:link, #footer #sub-navigation a:visited {
	text-decoration: none;
	color: #666666;
}
#footer #sub-navigation a:hover, #footer #sub-navigation a:active {
	text-decoration: underline;
	color: #299600;
}
#footer #sub-navigation li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#footer p { 
        font-size: 70%;
        line-height: 1.5em;
}
#footer #copyright {
	clear: both;
}
.feed {

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
html { overflow: -moz-scrollbars-vertical !important; }table#hosting tr td {
	padding: 5px;
	text-align: center;
}
table#hosting .check {
	color: #66CC00;
	font-weight: bold;
	background-image: url(../images/img-check.gif);
	display: block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	text-indent: -15000px;
	margin-right: auto;
	margin-left: auto;
}
table#hosting tr td.table-label {
	text-align: left;
}
div#main ul {margin-bottom: 1em;}
div#main ul li { 
    padding-left: 16px; background-image: url(/images/bullet.png); 
    background-repeat: no-repeat; 
    background-position: 0px .25em; 
    line-height: 1.3em;
}
.sup {
	font-size: .7em;
	vertical-align: .4em; 
}

#hosting { border: 1px solid #f5f5f5; width: 100%;}
#hosting td { border: 1px solid #f5f5f5;}
.odd {
	background-color: #fdfdfd;
}
p.emailaddress:after {
content: "hello@ladukeholdings.com";
}
body#services #main ul {
width: 350px;
height: 150px;
}

body#services #main #left-col {
width: 350px;
float: left;
}
body#services #main #right-col {
width: 350px;
float: left;
}

#hosting {
clear: both;
}
body#contact textarea.message { width: 450px;}

