/*
  ******   GENERAL STYLES   ******
*/


body {
	background:url(/skin/images/bg.gif) top repeat-x #97CBEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font:80% normal Helvetica, Verdana, Arial, Sans;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.no_repeat {
	background-repeat: no-repeat;
	background-position: left top;
}


.no_repeat_tr {
	background-repeat: no-repeat;
	background-position: right top;
}

.repeat-x {
	background-position:bottom;
	background-repeat:repeat-x;
}


/*
  ******   CONTENT STYLES   ******
*/


.main_title, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:normal;
	color: #FFFFFF;
}

.standard_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #0864A6;
}

.standard_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #666666;
}

.standard_text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	line-height: 15px;
}

.alt_nav_cell {
	background:#fff;
	font-size:12px;
}

.alt_nav_cell a {
	color: #0864A6;
}

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


/*
  ******   DIVIDERS   ******
*/


.div {
	background-color:#666666;
	width: 1px;
}

.div_nav {
	background-color:#999999;
	width: 1px;
}

.div_side_nav {
	color:#CCCCCC;
	height: 1px;
	width: 156px;
}



.side_nav_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #FFFFFF;
	line-height: 22px;
    text-decoration: none;
}




#container
{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border:0;
    text-align:left;
}

#header
{
    background: white url(/skin/images/header.jpg) no-repeat top left;
    text-align:right;
    /*border-bottom:1px solid #666;*/
    height:103px;
    padding-right:42px;
}

#formContainer
{
    padding-top:50px;

}

a.topmenu { text-decoration:none;padding:0 4px 0 4px;}
a.topmenu:hover { text-decoration:underline;}

#menuOuter
{
    background: #fff;
    float:right;
	width:172px !important;
    width:162px;
    border:1px solid #591666;
    margin: 13px 2px 0 5px;
	padding:2px;
}

#menu
{
    background: #62aae5;
    width:100%;
    border-right:0;
    text-align:left;
    }

#content
{
    background: white url(/skin/images/leftside.gif) repeat-y top left;
    margin-left:0;
    padding:12px 12px 0 4px;
    border-left:0;
    text-align:left;
    
}

#content p
{
    font-size:10px;
    margin-left:100px;
    padding-bottom:0;
    margin-bottom:0;
    text-align:left;
    
}

#content li {
	margin-bottom:4px;
		
}

#content img, .number {
		margin-top:0px;
		margin-right:8px;
		margin-bottom:65px;
		border:0;
		float:left;
}

#resultsList li{
		margin-left:-30px;
		margin-bottom:8px;
		list-style-type:none;
	}

/*  overture results  */

.results_title1, .results_title2, .results_title3  {font-weight:bold;  font-size:18px; color: #FF9900; text-decoration:none; line-height:25px; }
.results_title1:hover, .results_title2:hover, .results_title3:hover  { color:#f60;text-decoration:underline; }
.results_title  {font-weight:bold;  font-size:18px; color: #069; text-decoration:none; line-height:25px;}
.results_title:hover  { color:#069;text-decoration:underline; }
.results_text, .results_text:hover {color:#000; text-decoration:none; font-weight:normal; line-height:15px;  font-size:13px;}
.results_link {   font-size:13px; font-weight:normal; font-style:italic; color:#0864A6; text-decoration:underline; }

/* -------------- */
/*blocks version  overture results  */

.resultBox{font-family:verdana,arial,helvetica,sans-serif; font-size:11px; font-weight:normal; display:block; border:1px solid white; padding:7px; margin-bottom:0px; text-decoration:none;}
.resultBox:hover{border:1px dashed #ccc;}


.resultsTitle  {font-weight:bold;  font-size:18px; color: #f60; text-decoration:underline; line-height:25px;}

.resultsurl {   font-size:13px; font-weight:normal; font-style:normal; color:#069; text-decoration:underline; }

.clickDesc {color:#000; text-decoration:none; font-weight:normal; line-height:15px;  font-size:12px;}
/* -------------- */


