/*
CSS for Creative Ideas for Search Service.
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color:  white;
	width: 1000px;
	padding: 0px;
	margin: 0 auto;

} 


h1 {    
	background-color: white;
	border-bottom: solid #009ACD;

}




#navigation li {
	font-size : medium; 
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	color: white;
}


#navigation li {
	text-decoration: none;
	margin: 15px; 
}

#navigation li .selected {
	color:#009ACD;
	background-color:white;
}


a {
	font-weight: bold;
	color: black;
}

#navigation a{
	text-decoration:none;
	color: #009ACD;
}


#navigation {
    	width: 220px;
    	float:left;
    	font-size:.8em;
    	padding:10px 0px 0px 0px;
	background-color:white;

}

a {
	text-decoration:none;
	color: #009ACD;
}
/*a:link {
	text-decoration: none;
	color: #009ACD;
}

a:visited {
	text-decoration: none;
	color:#999999;
}*/
	
a:hover {
	text-decoration: none;
	color: #009ACD;
	background-color: #C6E2FF;
}
#navigation li:hover {
	background-color: #C6E2FF;
}
a.selected:hover {
	background-color: #C6E2FF;
}

#content{
    width: 70%;
    float:right;
    font-size:medium;
    border:thin solid #00BFFF;
    padding:1em;
    background-color:white;
    color: #777777;
    margin-bottom:1em;
}

p{
	font-color: #777777;
	font-size:medium;
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: white
}


.title {
	color: #009ACD;
	border-bottom:thin solid #00BFFF;
	font-weight: bold;
	font-size : large;
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;

}


.profiles img {
	float:left;
	margin: .2em 1em 2em 1em;

}



.profiles p {
	float:left;
	padding-top:.2em;
	margin-bottom:2em;
	font-color: #777777;
	font-size:small;
}






#footer {

	clear:both;
	
	bottom: 20; 
	
	text-align:center;
	
	width: 1000px;

	background: #999999;

	height: 50px;

	margin: 0 auto;

	padding: 0px 0 15px 0;

	font-family: Arial, Helvetica, sans-serif;

}



#footer p {
	background: #999999;

	margin: 0;

	padding-top: 20px;

	line-height: normal;

	font-size: 9px;

	text-transform: uppercase;

	text-align: center;

	color: white;

}


#footer a {

	color: #FFFFFF;

}






