/*
    CSS for DadSide.com
	Modified from source provided by Keith Donegan of Code-Sucks.com
  
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFF;
	background-image: url(gfx/bg1.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%;
}

p, li {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
	margin-bottom: 8px;
}

ul {
	list-style-type: square;
	padding-left: 3em;
}

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
	border-style: none;
}

label {  
	display: block;
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset.submit {  
	border-style: none;
}

legend {
	display: none;
}

form {
	margin-top: -15px;
}

p.menulink {
	margin-top: 6px;
}

a.menulink:link {
	color: #900;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}

a.menulink:hover {
	color: #006;
	text-decoration: none;
	border-bottom: 1px #006 dashed;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}

a.menulink:active {
	color: #900;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}

a.menulink:visited {
	color: #006;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}

#wrapper { 
	margin: 0 auto;
	width: 960px;
}

#header {
	width: 960px;
	float: left;
	padding: 0;
	height: 109px;
	margin: 0;
}

#header img {
	float: left;
}

#navigation {
	float: left;
	width: 560px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#navigation ul {
	list-style-type:  none;
}

#navigation ul li {
 	float: left;
	margin: 12px 1px 5px 2px;
	background-image: url(gfx/btnoff.jpg);
	text-align: center;
}

#navigation ul li.on {
	background-image: url(gfx/btnon.jpg);
}

li a {
	display: block;
	width: 86px;
	height:  20px;
	text-decoration: none;
	color: #2b5196;
	font-size: 14px;
	padding-top: 6px;
}


#leftcolumn { 
	margin: 0 0 30px 0;
	padding: 0;
	min-height: 100%;
	width: 300px;
	float: right;
}

#rightcolumn { 
	float: left;
	margin: 0px 0 0 0px;
	padding: 15px 15px 15px 10px;
	min-height: 100%;
	width: 600px;
	display: inline;
}

#footer { 
	width: 940px;
	clear: both;
	margin: 0;
	padding: 10px;
}

.bigheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #006;
	margin-top: 10px;
	margin-bottom: -8px;
}

.bigheadlinewide {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #006;
	margin-top: 10px;
	margin-bottom: 20px;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #2D4191;
	margin-top: 10px;
	margin-bottom: 0px;
}

.dropquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #2D4191;
	margin-top: 25px;
	margin-bottom: 25px;
}

.footer {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 0.9em;
}

.error {
	color: #F00;
	font-weight: bold;
}