@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 75%;
	background-color: #00284b;
	/* background-image: url(); */
	/* background-repeat: repeat-x; */
	margin-top: 0px;
}

img {
	padding: 0px;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	width: 960px;	
}

#topnav {
	float: left;	
}

#content {
	background-color: #fff;
	width: 960px;
	float: left;
}

#luminariesmenu {

	width: 960px;
	height: 33px;
	float: left;
	padding-top: 10px;

}

a:link {
	text-decoration: none;	
	color: #007dc3;
}

a:visited {
	text-decoration: none;	
	color: #007dc3;
}

a:hover {
	text-decoration: underline;
	color: #5d87a1;
}

.mousetext {
	color: red;	
}

.luminarylink {
	float: left;
	text-align: center;
	line-height: 11px;
}

.luminarylinkfirst {
	float: left;
	text-align: center;
	line-height: 11px;
	padding-left: 12px;
}

.luminarycurrent {
	float: left;
	text-align: center;
	line-height: 11px;
}

#quotesmenu {

}

#quotesmenu p {
	margin: 10px;
	font-size: 14px;
}

#quotesmenu a:link {
	color: #007dc3;
	text-transform: uppercase;
	text-decoration: none;
}

#quotesmenu a:visited {
	color:#007dc3;
	text-decoration: none;
}

#quotesmenu a:hover {
	color: #5d87a1;
	text-decoration: underline;
}

#quotesmenu a:active {
	color:#007dc3;
	text-decoration: none;
}

#luminariesmenu a:link {
	color:#007dc3;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

#luminariesmenu a:visited {
	color:#007dc3;
	text-decoration: none;
	display: block;
}

#luminariesmenu a:hover {
	color: #5d87a1;
	text-decoration: underline;
}

#luminariesmenu a:active {
	color:#007dc3;
	text-decoration: none;
}

#luminariesmenu p {
	color: #444;
	text-transform: uppercase;	
	margin: 0px;
	font-size: 10px;
	display: block;	
	padding-right: 10px;
}

#interview p {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.homemaincontent {
	float: left;	
}

.homemaincontent p {
	font-size: 110%;
	color: #333;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	/* padding-top: px; */
}

.copyright {
	text-align: right;	
	font-size: 90%;
	padding-top: 2px;
	color: #777;
}

.copyright a {
	text-decoration: none;
	color: #777;
}

.copyright a:hover {
	text-decoration: underline;
}

.question {
	font-weight: bold;	
}

p.luminarypic {
	
	margin: 2px; 0px 0px 0px;
	padding: 0px;
	clear: all;
	
}

p.profilehead {
	font-size: 140%;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
}

p.blueline {
	
	margin: 10px 0px 10px 0px;

}

.quoteblock {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 880px;  
	float: left;
	display: block;		
}

.quotethumb {
	width: 175px; 
	height: 175px; 
	float: left;
	display: block;		
}

.quotetext {
	float: left; 
	width: 700px; 
	display: block;		
}

p.quoteheader {
	
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	display: block;
	text-transform: uppercase;	
	font-size: 130%;
	color: #666;
	
}

.quotetext p {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;	
}

p.text_discover {
	margin: 0px;
	font-weight: bold;
	font-size: 140%;
	color:#444;
	font-family: arial;
}

/* Rollovers */

a img { border-width: 0; margin: 0px; padding: 0px; float: left;}
a#bthome img {background: url(../images/bt_home_rest.jpg) top left no-repeat; height: 34px; width: 65px; text-decoration: none;}
a#bttwo img {background: url(../images/bt_two_rest.jpg) top left no-repeat; height: 34px; width: 98px; text-decoration: none;}
a#btthree img {background: url(../images/bt_three_rest.jpg) top left no-repeat; height: 34px; width: 77px; text-decoration: none;}

a#bthome:hover img {background: url(../images/bt_home_over.jpg) top left no-repeat; text-decoration: none;}
a#bttwo:hover img {background: url(../images/bt_two_over.jpg) top left no-repeat; text-decoration: none;}
a#btthree:hover img {background: url(../images/bt_three_over.jpg) top left no-repeat; text-decoration: none;}

