/******************************************
 * TITLE   : BlueTranquility 2 Stylesheet * 
 * REVISED : November 4, 2004             *
 * AUTHOR  : Linus "ElderDude" Gibson     *
 * EMAIL   : linusgibson@yahoo.com        *
 * SITE URL: http://linus.no-ip.com       *
 *****************************************/

/***** General ************************************************************************/

a:link {
  color: #0033CC;
}

a:visited {
  color: #0033CC;
}

a:hover {
  color: #FF9900;
}

body {
  background-color: #EFEFEF;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 5px 10px 0px 10px;
  padding: 0px;
}

h1 {
	color: #0033CC;
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}

h2{
  color: #0033CC;
  font-size: 16px;
  font-weight: bold;
}

h3{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

p.return {
	text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 3px 5px 5px;
}

p.copyright {
  text-align: center;
}

ul {
  text-align: left;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}


/***** Header *************************************************************************/
/* color - border */
div#header {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 70px;
	text-align: right;
	border: 1px solid #CFCFCF;
	background-image: url(../images/reception-ideas70.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header h1 {
	color: #0033CC;
	cursor: default;
	font-size: 20px;
	margin: 20px 10px 0 0;
	vertical-align: middle;
}

/***** Layout Divs ******************************************************************/

div#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

div#nav {
	clear: left;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	/*	background:#66FFFF; For testing */
}

div#main {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

div#resource {
	width:250px;
	float: left;
	margin: 0px;
	padding: 0px;
}

div#footer {
	clear: left;
	background: #FF0000;	
}

div#adcode {
  margin: 5px 0px 0px;
}


/***** Side Bar (general) *************************************************************/

.first {
  margin-top: 0px;
}

.last {
  margin-bottom: 0px;
}

/***** Nav Menu (position at top of either side bar) **********************************/
div.nmenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 0px;
}

/* DAL - mark the "here" cell with this, no link */

div.nmenu a {
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	display: block;
	padding: 3px 10px;
	width: auto;
	margin-bottom: 2px;
}

div.nmenu span {
  background-color: #0033CC;
  border: 1px solid #CFCFCF;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  width: auto;
}

div.nmenu a:hover {
  background-color: #0033CC;
  color: #FFFFFF;
  text-decoration: none;
}

/***** Main Colored Blocks Here **/

div.block {
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	padding: 0;
	margin-top: 5px;
}

div.block#maincontent, div.block#relarticles {
	margin: 5px 5px 0px;
	padding: 0px;
}

div.blockblue {
	border: 1px solid #7AAFFF;
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	margin-top: 5px;	
}

div.titleblue {
	background-color: #7AAFFF;
	border-color: #7AAFFF;
	border-bottom: 1px solid;	
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
}

div.blockpurple {
	border: 1px solid #9F94FF;
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	margin-top: 5px;
}

div.titlepurple {
	background-color: #9F94FF;
	border-color: #9F94FF;
	border-bottom: 1px solid;	
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;	
}

div.blockorange {
	border: 1px solid #FFCA7A;
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	margin-top: 5px;
}

div.titleorange {
	background-color: #FFCA7A;
	border-color: #FFCA7A;
	border-bottom: 1px solid;	
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;	
}

div.blockgray {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	margin-top: 5px;	
}

div.titlegray {
	background-color: #999999;
	border-color: #999999;
	border-bottom: 1px solid;	
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;	
}

div.text {
	padding: 0px 10px 5px;
}

div.links {
	padding: 0px 10px 5px;
	font-size: 11px;	
}

div.callout {
	background-color: #FFFFCC;
	margin: 20px 30px 10px;
	padding: 5px;
	border: thin solid #999999;
	font-size: small;
	text-align: center;
}

/* Next two becaue IE wouldn't render div.blocktext#textad, etc. */
div.textad {
	padding: 0px 10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.textlink {
	padding: 0px 10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.textsmall {
	padding: 0px 10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.imgblock {
  padding: 5px 3px;
}

div.imgblock p {
	padding: 0px;
	text-align: center;
	margin: 0px 0px 5px;
}
div.textlink p {
	margin: 3px;
}
div.product img {
	margin-right: 12px;
	position: relative;
	float: left;
	border: none;
	margin-bottom: 20px;
}
div.product {
	padding: 15px;
	position: relative;
}
p.productname {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
}
div#links {
	font-size: 9px;
}
