/* CSS Document */
/* div, span, p, img {border: 1px solid #000;
} /* used when testing to see the outlines */

/* Essentials */
a img {
border: 0 none;
} /* removes border from linked images */

.justify  {
text-align: justify;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right  {
text-align: right;
}
.bigger  {
font-size: larger;
}
.smaller  {
font-size: smaller;
}
strong, b 
{font-weight: bold;}
em, i
{font-style: italic;}
u, a, a:hover, a:visited, .fakeLink a, .fakeLink .underline,
.footer a:hover
{text-decoration: underline;}

.noUnderline, a:active, .footer a, 
.footer a:visited
{text-decoration: none;}
/* class & id formatting */
.alert, .alert a
	{color: #CC0000;font-weight: bold;}
.note {
	font: italic smaller Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.emphasis  { font-weight: bold;text-transform: uppercase }


/* special layouts */

.autoMargins {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.show
{overflow: visible; visibility: visible;}

.hide /*, .navs #four */
{display: none;}

.clear-both 
{
	clear: both;
	height: 0px;
	font-size: 0px;
}
.filler {
	clear: both;
	height: 5em;
}

/* end default settings */

body {
	color: #1A0066;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: .8em;
}

h1, h2 {
	color: #3333CC;
	font-size: 1em;	
}
h3 {
	font-size: 2em;
}
h3, h5 {
	color: #3380CC;
}
h4, h6 {
	color: #000066;
	}
ul, ol {
	padding-left:1.8em; 
	margin:0;
}
.noList {
	list-style: none;
	padding:0;
	margin:0;
}
p, .para, td, th, p + p {
font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

.intro, th /*h2.pageSubHeading+p*/ {
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: .5em;
	padding-left: 0em;
	text-indent: 0em;
}
.indent {
	padding-left: 2em;
	text-indent: -2em;
}

a {
  color: #0066CC;
}


/* Start page layout */
div.masthead {
	background-color: #3333CC;
	padding: 5px;
	border-bottom: 1px solid #1A0066;
}
div.masthead h2 a{
	color:#FFFF66; 
	text-decoration:none
	}

div.masthead h2#siteDef {
	color: #CC33CC;
	font-style: italic;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	margin-top:5px;
	margin-right:-15px; /*stops scroll bar in IE Mac because position is absolute*/
}
div.masthead h2#siteLocation {
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 0px;
	margin-right:-15px;
	padding: 0;
	width: 12em;
}


/* main site navigation buttons */

ul.navs {
	list-style: none;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
.navs li {
	display: inline; 
	padding: 3px;
	margin-right: 0px;
}

.navs li a {
	background-color: #FFFF66;
	color:#3380CC;
	text-decoration:none;
	padding: 3px;
	border: 1px solid #1A0066;
	margin-right: 0px;
}
.navs li a:hover {
	color: #FFFF66;
	background: #3380CC;
}


/* Menu for card albums */
div.menu {
	background-color: #FFFFFF;
	width: 11em;
	margin-bottom: 1em;
	margin-right: 1em;
	border-right: 1px solid #1A0066;
	border-bottom: 1px solid #1A0066;
	float:left;
	position:relative;
}
div.menu a { 
	text-decoration:none; 
	color:#1A0066;
	padding:0;
	margin:0;
}
div.menu a:hover{
	background-color: #8033CC;
	color:#CCCCCC;
}

/* top tier */
div.menu ul{
	margin: 0px;
	padding: 0px;	
}
div.menu li{
	list-style: none;
	font-weight: bold;
	padding:0;
	margin:0;
}

div.menu li a{
	display:block;
	background-color: #CC3380;
	color:#1A0066;
	padding: 3px;
	margin:0;
}
/* second tier */
div.menu ul li ul li{
	list-style: none;
	background-color: #FFFFFF;
	font-weight: normal;
	border-top: 1px dotted #4D0099;
}
div.menu ul li ul li a{
	background-color: #FFFFFF;
	color:#8033CC;
	padding: 2px;
	padding-left:1em;
}
/* third tier */
div.menu ul li ul ul li{
	list-style: none;
	background: #FFFFFF;
	color:#cc33cc;
	font-style: italic;
	font-weight: normal;
}
div.menu ul li ul ul li a{
	padding: 1px;
	padding-left:2em;
}
div.menu ul.topics li.first{
	border-top: 1px solid #1A0066;
} 
div.menu ul.sections {
	border-bottom: 1px solid #1A0066;
}

/*
.topics, .pages {
	display:none;
}
*/
div#content {
	padding: 1em;
	margin:0.5em;
	margin-right:180px;
	color:#1a0066;
	background-color: #FFFF99;
	border: 1px solid #1A0066;
	background-image: url(cc_bkg.gif);
}
.pageHeading {
	font-size: 1.5em;
	color: #8033CC;
}
.pageSubHeading {
	font-size: 1.1em;
	color: #CC33CC;
}
div#foot {
	font: .9em Arial, Helvetica, sans-serif;
	color: #99CCCC;
	background: #FFFFFF;
	margin: 0px;
	padding: .5em;
	border-top: 1px solid #fff;
}
div#foot p.footer{
	font: .9em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
div#foot p.footer a{
	color: #CCCCCC;
}

.button img {
	border: 0px none;
}
.pgtopbtn {text-align:right;}
.pgtopbtn a{text-decoration:none; color:#666666;}
.pgtopbtn a:hover{text-decoration:underline; color:#666666;}

div#content img.right {float:right; position:relative;}
div#content img.left {float:left; position:relative;}

div#content img.photo, img.right, img.left {
	border: 1px solid #000000;
	margin: .5em;
	margin-top: 0.2em;
}
div#content img.noBrd {
	border: 0px none;
}
.box, .notebox  {border:1px dotted #333; padding:.2em;}

/* forms */

form.contact {
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
}
form.contact p, form.contact p + p {
	/*clear: right;*/
	width: auto;
	padding: 1em;
	text-indent: 0em;
	line-height: normal;
}
form.contact p + p {
	padding: .5em 1em;
}
form.contact p input, form.contact p textarea {
	float: right;
	line-height: normal;
	font-weight: bold;
}
form.contact h3, form.contact h4  {
	clear: right;
	width: auto;
	padding: 1em;
	text-align: center;
}
.noFloat, form.contact div.noFloat p input, form.contact div.noFloat p textarea, 
form.contact p input [type~="radio"], form.contact p input [type~="checkbox"] {
	float: none;
} 

/*ads*/

div#content {
	margin-right:180px;
	}
div#ads {
	color:#1a0066;
	background-color: #FFFF99;
	border: 1px solid #1A0066;
	background-image: url(cc_bkg.gif);
	
	float:right;
	margin:.5em;
	width:165px;
	}

div#ads ul.friends {
	margin: 0px;
	padding: 2px;	
}
div#ads ul.friends li{
	list-style: none;
	font-weight: bold;
	margin: .5em 0px;
	padding: 0px;	
	border-top: 1px solid #FFFF99;
}



hr { /* For Internet Explorer */
	height: 1px; 
	border: none;
	color: #1A0066;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px; 
	background-color: #1A0066; 
	border: 0px solid #1A0066; 
	}
