@charset "utf-8";
/* CSS Document */

/* 	
	0.8em = 10px; 
	0.92em = 11px; 
	1em = 12px; 
	1.2em = 14px; 
	1.5em = 18px; 
	2em = 24px; 
*/

html {
font-size: 76%;
}

body {
	font: 1em Arial, Helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	
}
a:link {
	color: #00acec;
}
a:visited {
	color: #00acec;
}
a:hover {
	color: #000000;
}
a:active {
	color: #00acec;
}

input, textarea, select {
	font: 1.1em Arial, Helvetica, sans-serif;
}
#wrapper {
	background: url(/images/site-bg.png) no-repeat center top;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 6px 0px 6px;
}
#toplogo {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-left: 40px;
}
#topnavstrap {
	font: normal 2em "Times New Roman", Times, serif;
	color: #676767;
	float:right;
	margin-top:25px;
	margin-right:20px;
}
#topnavstrap strong{
	color: #00acec;
}
#topnavbg {
	background: url(/images/blue-nav-bg.png) no-repeat right;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 55px;
	clear: both;
}
#topnavbg a{
	color: #FFFFFF;
	text-decoration:none;
}
#topnavbg a:hover{
	text-decoration:underline;
}

#topnavlinks {
	margin: 25px 40px 0px 0px;
	padding: 0px;
	float:right;
	font-size: 1.2em;
	font-weight: bold;
	text-align:right;
	
}
#nhome {
	font-size: 1.2em;
	text-align: center;
	margin-top:21px;
	padding: 9px 20px 0px 20px;
	height: 25px;
	float:left;
}
#nabout {
	font-size: 1.2em;
	text-align: center;
	margin-top:21px;
	padding: 9px 20px 0px 20px;
	height: 25px;
	float:left;
	background-image:url(/images/npurple.png);
}
#nnews {
	font-size: 1.2em;
	text-align: center;
	margin-top:21px;
	padding: 9px 20px 0px 20px;
	height: 25px;
	float:left;
	background-image:url(/images/nyellow.png);

}
#nservices {
	font-size: 1.2em;
	text-align: center;
	margin-top:21px;
	padding: 9px 20px 0px 20px;
	height: 25px;
	float:left;
	background-image:url(/images/ngreen.png);
}
#ncontact {
	font-size: 1.2em;
	text-align: center;
	margin-top:21px;
	padding: 9px 20px 0px 20px;
	height: 25px;
	float:left;
	background-image:url(/images/nred.png);

}

#midcontainer {
	padding: 25px;
	clear:both;
	min-height:500px;
}
#footer {
	
	font-size: 0.9em;
	color: #FFFFFF;
	background: url(/images/title-bg.png);
	text-align: center;
	height: 23px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	padding-top: 11px;
	clear:both;
	
}


#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.titlebox {
	background: url(/images/title-bg.png);
	height: 34px;
	margin:0px;
	padding:0px;
	clear:both;
}
.titlebox a{
	color:#FFFFFF;
}
.titlebox a:hover{
	color:#FFFFFF;
}


.titletxt {
	font-size: 1em;
	color: #FFFFFF;
	font-weight:bold;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	height:24px;
}
.titletxtcentered {
	font-size: 1em;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top: 10px;
	padding-left: 10px;
	height:24px;
}


.titlequestion {
	font-size: 1em;
	color: #FFFFFF;
	float:right;
	padding-top: 10px;
	padding-right: 15px;

}


.iconbook {
	float:right;
	margin-right:15px;
}

#searchform {
	background:#f5f5f5;
	clear: both;
	font-size: 0.92em;
	color: #676767;
	border:1px solid #b1b1b1;
	height:90px;
	line-height: 1.2em;
}

.searchlocation {
	background: #f5f5f5 url(/images/searchlocation.png) no-repeat 15px 20px;
	float:left;
	height:69px;
	padding-left:85px;
	padding-top:20px;
	padding-right:15px;
}
.searchseperator {
	background: #d0d1d3;
	border-right: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	float:left;
	height:55px;
	padding-top:35px;
	text-align:center;
	
}
.searchwish {
	background: #f5f5f5 url(/images/searchwish.png) no-repeat 15px 20px;
	float:left;
	width:150px;
	padding-top: 15px;
	padding-left: 85px;
	padding-right:15px;
	
}
.searchhave {
	background: #f5f5f5 url(/images/searchhave.png) no-repeat 15px 20px;
	float:left;
	width:150px;
	padding-top: 15px;
	padding-left: 85px;
	padding-right:0px;
	
}
.searchnext {
	float:right;
	padding-top: 0px;
	padding-right:0px;
	
}
#columnLeftBig {
	width: 690px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#columnRightBig {
	width: 690px;
	margin-top: 20px;
	float:right;
}

#columnRightSmall {
	float: right;
	margin: 0px 0px 20px;
	width: 225px;
}
#columnLeftSmall {
	float: left;
	margin: 20px 0px 20px 0px;
	width: 225px;
}

.gFeatures {
	background: #FFFFFF;
	font-size:0.92em;
	margin: 0px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.gFeatures img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#professorExplains {
	margin: 0px;
	background: url(/images/prof-glongoo.png) no-repeat;
	padding: 55px 16px 0px 202px;
	width:461px;
	color: #000000;
	height:320px;
}

#learnmore {
	background: url(/images/icon-more.png) no-repeat;
	float: right;
	height: 50px;
	width:76px;
	margin-right: 30px;
	padding-top: 10px;
	padding-left:60px;
}
#getmatching {
	background: url(/images/icon-search-folder.png) no-repeat;
	float: right;
	height: 50px;
	width:76px;
	margin-right: 80px;
	padding-top: 10px;
	padding-left:60px;
}
#topGlongoos {
	padding:20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.keywords {
	width: 350px;
	padding:2px 4px 0px 4px;
}
.findmatches {
	width:100px;
}
.gSummary {
	background: #d0d1d3;
	font-size:1.4em;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 15px;
}
.gSummary img {
	float:left;
	margin-right:10px;
}
.gSummary a {
	font-size:0.7em;
}

.lgContainer {
	background:#f5f5f5;
	font-size: 0.92em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 1.2em;
	padding:20px;
}
.lgContainer strong{
	font-size: 1.2em;
}
#resultsRightBig {
	width: 690px;
	margin-top: 20px;
	padding-top:20px;
	float:right;
}
#whiteboard {
	font-size:1.8em;
	text-align:center;
	color: #676767;
	margin: 0px;
	background: url(/images/prof-glongoo-explains.png) no-repeat;
	padding: 20px 16px 0px 195px;
	width:461px;
	color: #000000;
	height:155px;


}
#whiteboard strong {
	color:#39b2ed;
}


#BarAbout {
	background: #840051;
	height: 15px;
}
#BarNews {
	background: #d6c915;
	height: 15px;
}

#BarServices {
	background: #70b23a;
	height: 15px;
}

#BarContact {
	background: #84122a;
	height: 15px;
}

.accdiv {
padding:20px;
}
.accdiv h4 {
margin-top:0px;
}

#usingglongoo {
	background: #FFFFFF;
	font-size:0.92em;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#usingglongoo ul{
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
#glongooGenie {
	background: #000000;
	font-size:0.92em;
	margin: 0px 0px 15px 0px;
	padding: 15px;
}



