@import 'suggest.css';

/* GENERIC STYLES */
body {
	background:#ffffff;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:.8em;
	color:#333333;
}
h1 {
	color:#000000;
	font-size:2em;
	font-weight:normal;
	margin:0;
}
h2 {
	color:#000000;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
}
h3 {
	color:#000000;
	font-size:1.1em;
	font-weight:normal;
	margin:0;
}
a:link, a:visited {
	color:#3399cc;
	text-decoration:none;
}
a:hover, a:active {
	color:#000000;
	text-decoration:underline;
}
a img {
	border:0;
}
input, select, textarea {
	border:1px solid #3399cc;
	width:160px;
}
input:focus, textarea:focus, select:focus {
	border:1px solid #000000;
}
legend {
	font-size:1.1em;
}
fieldset {
	border:1px solid #3399cc;
}
#leftCol fieldset {
	width:160px;
	margin-left:10px;
}
#contents ul {
	list-style-image:url("../images/site/big_bullet.png");
}
#contents ul li ul {
	list-style-image:url("../images/site/small_bullet.png");
}


/* LAYOUT */
#wrapper {
	width:980px;
	margin:0 auto;
}
#topAd {
	margin:0 0 10px 0;
}
#leftCol {
	float:left;
	width:200px;
	background:url("../images/site/left_bg.png") repeat-x;
}
#searchForm {
	width:160px;
	margin:0 0 0 10px;
	padding:10px;
}
ul.suggestions {
	position:absolute;
	list-style-type:none;
	padding:0;
	margin:0;
	min-width:162px;
	border:1px solid #3399cc;
}
ul.suggestions li a {
	display:block;
	background:#c4e2f0;
	border-bottom:1px solid #3399cc;
	padding:2px 2px 2px 2px;
	color:#333
}
#loginForm {
	/*background:#c4e2f0 url("../images/site/login_bg.png") no-repeat;
	width:160px;
	margin:0 0 0 10px;
	padding:10px;*/
}
#mainCol {
	float:left;
	width:620px;
	margin:0 10px 0 10px;
}
#contents {
	float:left;
	width:620px;
	padding:0 10px 0 0;
	margin-top:10px;
}
#contents #rightBar {
	float:right;
	width:180px;
	margin:0 0 0 10px;
}
/*#rightCol {
	float:left;
	width:150px;
	padding:0 0 0 10px;
	margin-top:10px;
	background:url("../images/site/content-faux.png") repeat-y top right;
}*/
#header {
	height:243px;
	background:url("../images/site/worldmap.png") no-repeat;
}
#faceGallery {
	float:right;
	height:161px;
	padding:82px 0 0 0;
	margin-right:4px;
	/*width:300px;*/
}
#faceGallery p {
	margin:0;
	text-align:right;
}
#rightAds {
	float:left;
	width:140px;
	height:650px;
	/*background:#cccccc;*/
}
#rightAds p, #rightAds img {
	margin:0 0 10px 0;
}
#footer {
	margin-top:40px;
	background:url("../images/site/footer_line.png") no-repeat top left;
	padding:6px 0 0 10px;
	font-size:.8em;
}
#footer p {
	float:left;
	margin-right:40px;
}
#confirm {
 	background:#efefef; 
 	border:2px solid #999999; 
 	width:200px; 
 	text-align:center; 
 	padding:10px; 
 	position:absolute; 
 	margin-left:200px;
 	margin-top:20px;
 }


/* MAIN NAVIGATION (AND MEMBER NAVIGATION) */
#navigation, #memberNav {
	list-style-type:none;
	margin:20px 0 20px 10px;
	padding:0;
	width:180px;
}
#navigation li a, #memberNav li a {
	display:block;
	border-bottom:2px dotted #3399cc;
	text-decoration:none;
	padding:5px 0 5px 20px;
	background:url("../images/site/big_bullet.png") no-repeat center left;
}
#navigation li a:link, #navigation li a:visited, 
#memberNav li a:link, #memberNav li a:visited {
	color:#3399cc;
}
#navigation li a:hover, #navigation li a:active, 
#memberNav li a:hover, #memberNav li a:active {
	color:#ffcc00;
}


/* SUB NAVIGATION */
#contents #subNav {
	list-style-type:none;
	list-style-image:none;
	padding:5px 5px 0 0;
	margin:0;
	height:30px;
	background:#b6d6ee;
}
#contents #subNav li {
	margin-left:5px;
}
#contents #subNav li a {
	display:block;
	float:left;
	text-decoration:none;
	padding:5px 8px 5px 8px;
}
#contents #subNav li a:link, #subNav li a:visited {
	color:#333333;
	background:#b6d6ee;
}
#contents #subNav li a:hover, #subNav li a:active {
	color:#ffffff;
	background:#3399cc;
}
#contents #subNav li a.current {
	color:#ffffff;
	background:#3399cc;
}

/* PAGE SPECIFIC */
#presentation_main, #editProfile_main {
	float:left; 
	width:440px;
}
#presentation_main h2 {
	color:#3399cc;
}
#presentation_right, #editProfile_right {
	float:right; 
	width:160px;
}
#presentation_right ul {
	margin:0 0 10px 0;
	padding:0 0 0 17px;
	list-style-type:none;
}
#presentation_right ul li {
	/*display:inline;*/
}
#contactButton {
	background:url("../images/site/contact_button.png") no-repeat;
	width:160px;
	height:44px;
	padding:50px 0 0 0;
	display:block;
	text-align:center;
	color:#333333;
	font-size:1.2em;
	text-decoration:none;
}
#pdfButton {
	background:url("../images/site/pdf_button.png") no-repeat;
	width:160px;
	height:47px;
	padding:50px 0 0 0;
	display:block;
	text-align:center;
	color:#333333;
	font-size:1.2em;
	text-decoration:none;
}


/* CLASSES */
.bookSpot {
	width:130px; 
	padding:10px 4px 10px 4px; 
	border:1px solid #cccccc; 
	text-align:center;
}
.simpleBox {
	border:1px solid #3399cc;
	padding:10px;
}
.third {
	float:left;
	padding:10px;
	width:180px;
	/*background:#fff8de;*/
	background:#ecf5fc;
	margin:0 2px 0 2px;
	height:300px;
	overflow:hidden;
}
.third a:link, .third a:visited {
	color:#333333;
	text-decoration:none;
}
.third a:hover, .third a:active {
	color:#333333;
	text-decoration:underline;
}
.third h2 a:link, .third h2 a:visited, .third h2 a:hover, .third h2 a:active {
	color:#3399cc;
	text-decoration:none;
}
.member_list {
	padding:10px;
}
.member_list img {
	float:left;
	padding-right:10px;
}
.member_list a:link, .member_list a:visited {
	color:#333333;
	text-decoration:none;
}
.member_list a:hover, .member_list a:active {
	color:#333333;
	text-decoration:underline;
}
.member_list h2 a:link, .member_list h2 a:visited, .member_list h2 a:hover, .member_list h2 a:active {
	color:#3399cc;
	text-decoration:none;
}
.button {
	background:url("../images/site/button_bg.png") repeat-x;
	height:18px;
	border:1px solid #999999;
	padding:0 8px 0 8px;
	width:auto;
	text-transform:uppercase;
}
.tooltip { 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:100; 
	visibility:hidden; 
	border: solid 2px #3399cc; 
	width:260px; 
	padding:5px; 
	background-color:#fff; 
}
.tooltip img {
	float:left;
	padding-right:10px;
}
.tooltip p {
	float:right;
	width:130px;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.std_table {
	border-collapse:collapse;
	margin-left:1px;
}
.std_table td, .std_table th {
	border:1px solid #666666;
	padding:2px 5px 2px 5px;
}
.odd {
	background :#EFEFEF;
}
.even {
	background:#FFFFFF;
}
.rightImg {
	float:right;
	margin-left:10px;
}
.leftImg {
	float:left;
	margin-right:10px;
}
.error {
	color:red;
}
.errorInput {
	border:1px solid red;
}
.errorInput:focus {
	border:1px solid red;
}
.ok {
	color:green;
}
.italic {
	font-style:italic;
}
