/* - - - - - - - - - - - - - - - - - - - - -

Title:	DaniJohnson.com
Author: Hans Johnson
URL: 	http://www.danijohnson.com

- - - - - - - - - - - - - - - - - - - - - */





/* Special Dani Welcome */


#welcome_msg {
	width: 175px;
	float: right;
}




/* Begin DJ.com Style */

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	text-align: center;
	background-color: #DDDDDD;
	background-image: url();
	background-repeat: repeat-x;
	background-attachment: scroll;
}

a {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a img {
	border: none;
}



/* ---------------------------------------------------------
   Begin Global Nav (top most DJC global navigation)
--------------------------------------------------------- */

#global_nav_container {
	width: 780px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(http://www.danijohnson.com/assets/global_images/global_nav_back.gif);
	background-repeat: repeat-x;
	background-color: #666666;
}
#global_nav {
	width: 770px;
	height: 20px;
	margin: 0px auto;
	font-size: 10px;
	color: #003366;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	background-color: #666666;
	background-image: url(http://www.danijohnson.com/assets/global_images/global_nav_back.gif);
	background-repeat: repeat-x;
}
/* These styles control the link color and link hover in the #content_left */
#global_nav a {
	color: #003366;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#global_nav a:active {
	color: #003366;
	text-decoration: none;
}
#global_nav a:hover {
	color: #666666;
	text-decoration: underline;
}

/* ---------------------------------------------------------
   End Global Nav (top most DJC global navigation)
--------------------------------------------------------- */


/* CSS Block Layout ------------------------- */

#container {
	display: block;
	text-align: left;
	width: 910px;
	border: 2px solid #003366;
	background-color: #4F71A5;
	margin: 10px auto 20px auto;
}

#header {
	display: block;
	width: 910px;
	clear: both;
	margin: 0;
}

#column {
	float: left;
	display: inline;
	width: 150px;
	background-color: #4F71A5;
	margin: 0;
	text-align: left;
}

#column_misc {
	float: left;
	display: inline;
	color: #FFFFFF;
	width: 130px;
	margin: 10px 0 0 10px;
	text-align: center;
}

#column_misc a {
	color: #FFFFFF;
	font-weight:bold;
}
#column_misc a:active {
	color: #FFFFFF;
	font-weight:bold;
}
#column_misc a:hover {
	color: #003366;
	font-weight:bold;
	text-decoration: underline;
}

#upcoming_events {
	float: left;
	display: inline;
	width: 118px;
	margin: 10px 0 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
}

#testimonials {
	float: left;
	display: inline;
	width: 118px;
	margin: 0px 0 10px 10px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-align: left;
}

#content {
	float: right;
	display: block;
	width: 695px;
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	padding: 10px 30px 20px;
}



/* End Main Block --------------------------- */



/* Nav Block --- Left Menu */

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	width: 130px;
	margin: 0 0 0 10px;
	text-decoration: none;
}
#nav a {
	color: #CCCCCC;
	text-align: center;
	display: block;
	width: 130px;
	background-color: #003366;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F71A5;
}
#nav a:active {
	color: #CCCCCC;
	text-align: center;
	display: block;
	width: 130px;
	background-color: #003366;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F71A5;
}
#nav a:hover {
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 130px;
	background-color: #6699CC;
	line-height: 30px;
	height: 30px;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F71A5;
}
#nav a img {
	border: none;
}


/* Johnson Box - - - - - - - - - - - */

#johnsonbox {
	display: block;
	width: 450px;
	margin: 10px auto 10px auto;
	background-color: #FFFF99;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	text-align: center;
}

.johnsonbox {
	display: block;
	width: 450px;
	margin: 10px auto 10px auto;
	background-color: #FFFF99;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	text-align: center;
}




/* Footer Block -- Copyright, Terms of Use, Privacy Statement */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 130%;
	text-align: center;
	display: block;
	width: 910px;
	clear: both;
	background-color: #CCCCCC;
}
#footer a {
	font-weight: bold;
	color: #666666;
	margin: 3px;
}
#footer a:active {
	font-weight: bold;
	color: #666666;
	margin: 3px;
}
#footer a:hover {
	font-weight: bold;
	color: #003399;
	margin: 3px;
	text-decoration: underline;
}



/* Sales Copy Type Formatting Styles */

.preHead {
	color: #000; font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}
.head1 {
	color: #000;
	font-size: 18pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
}
.head1Red {
	color: #d8061f;
	font-size: 18pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
}
.head1Blue {
	color: #003399;
	font-family: Tahoma, Verdana;
	font-size: 20pt;
	font-weight: bold;
	line-height: 110%;
}
.head2 {
	color: #000;
	font-size: 14pt;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 110%;
}
.head2Blue {
	color: #003399;
	font-size: 14pt;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 110%;
}
.head3 {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 110%;
}
.subhead1 {
	color: #d8061f;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
}
.subhead2 {
	color: #000;
	font-size: 14pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
}
.highlight {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	background-color: #feff00
}
.column_title_text {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
.column_tiny_text {
	color: #FFF;
	font-size: 9px;
}




/* Additional In-Line Styles */

.float_left {
	float: left;
	display:inline;
}
.float_right {
	float: right;
	display:inline;
}






/* END DaniJohnson.com SalesLetter Type Style */


/* - - - - - - - - - - - - - - - - - - - - -

Hans Johnson
CEO, DaniJohnson.com
Office: 209-463-5210, Fax: 209-586-2191
 
Take your business to greatness...
http://www.danijohnson.com 

- - - - - - - - - - - - - - - - - - - - - */

