/* Alabama Power  |  screen.css  |  1/2/08 */

* {margin:0 0 0 0;padding:0 0 0 0;}

body {
	font-size:62.5%;
	color: #4e4943;
	font-family: Arial, Helvetica, sans-serif;
	background: #e8e9eb url(../images/background.jpg) repeat top left;
	text-align: center;
	}

#wrap {
	width: 904px;
	background: url(../images/wrap.jpg) repeat-y top left;    
	margin-top: 25px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left; 
	}
	
#header { padding: 10px 5px 10px 9px;}

* html #header { padding: 10px 5px 10px 6px;}

#logo {
	float: left;	
	width: 204px;
	margin:0 0 0 0 ;
	_margin:0 0 0 2px ;
	}
	
#logo img{ border: none; }


	
/*---------------------navigation starts--------------------*/
#nav {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 213px;
	_margin-left: 216px;
	}


#nav ul {
	float: left;
	width: 671px;
	_width: 665px;
	background: url(../images/nav.jpg) 0 0 repeat-y;
	list-style-type: none;
	color: #4e4943;
	padding: 13px 0 14px 5px;
	margin-bottom: 10px;
	}
		
#nav li { 
	float: left;
	padding: 1px 7px 0 8px;
	border-right:1px dotted #4e4943;
  	}	
	
#nav #nav-last {border-right: 0;}	
	
#nav a{
	color: #4e4943;
	text-decoration: none;
}

#nav a:visited{
	color: #4e4943;
	text-decoration: none;
}

#nav a:hover {
	color: #cb0400;
	text-decoration:none;
	}
	
#nav ul li a.current {
	color: #cb0400;
	text-decoration: none;
	}
/*---------------------navigation ends--------------------*/

/*---------------------header starts--------------------*/

#billboard{
	float: left;
	margin: 0 8px 4px 10px;
	_margin: 0 8px 4px 5px;
	text-align: center;
	}
	

/*---------------------header ends--------------------*/


/*---------------------magnets start--------------------*/

#feature { margin: 0 12px 0 8px; }
	
#feature p { margin: 5px; }
	
#feature a:link {
	color: #cb0400;
	font-weight: bold;
	text-decoration: none;
	}
	
#feature a:visited {
	color: #cb0400;
	font-weight: bold;
	text-decoration: none;
	}
	
#feature a:hover {
	color: #333;
	font-weight: bold;
	}
	
#magnet-01 a{
	float: left;
	font-size: 1.1em;
	margin: 5px 5px 7px 3px;
	width: 284px;
	height: 121px;
	font-size: 1.2em;
	background: url(../images/magnet-01.jpg) no-repeat top left;
	}
	
#magnet-01 .blank h2 {
	float: left;
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	color: #3574a8;
	}

#magnet-01 .blank {
	display: block;
	color: #333;
	font-weight: normal;
	padding: 5px 5px 10px 100px;
	}
	
#magnet-01 .link { display: block; }
	
#magnet-01 a:hover { background-position: right top; }
	
#magnet-02 a {
	float: left;
	font-size: 1.1em;
	margin: 5px 14px 0 10px;
	width: 284px;
	height: 121px;
	font-size: 1.2em;
	background: url(../images/magnet-02.jpg) no-repeat top left;
	}
	
#magnet-02 a:hover { background-position: right top; }
	
#magnet-02 .blank {
	display: block;
	color: #333;
	font-weight: normal;
	padding: 5px 5px 10px 100px;
	}
	
#magnet-02 .blank h2 {
	float: left;
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	color: #3574a8;
	}
	
#magnet-02 .link { display: block; }
	
#magnet-03 a {
	float: left;
	margin: 5px 0 5px 0;
	width: 284px;
	height: 121px;
	font-size: 1.2em;
	background: url(../images/magnet-03.jpg) no-repeat top left;
	}
	
#magnet-03 .blank h2 {
	float: left;
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	color: #3574a8;
	}
	
#magnet-03 a:hover { background-position: right top; }
	
#magnet-03 .blank {
	display: block;
	color: #333;
	font-weight: normal;
	padding: 5px 10px 10px 100px;
	}
	
#magnet-03 .link { display: block; }

/*---------------------magnets end--------------------*/

/*---------------------news starts--------------------*/
#sub-feature {
	width: 900px;
	/*clear: left;*/
	float: left;
	margin: 0 9px 7px 11px;
	_margin: 0 9px 7px 6px;
	background: url(../images/feature-boxes.jpg) no-repeat;
	height: 162px;
	font-size: 1.2em;
	}
	
#sub-feature p {
	margin: 0 20px 7px 15px;
	color: #333;
	padding-bottom: 5px;
	}

#sub-feature #news h3 {
	color:#c5e4fe;
	font-size: 1.4em;
	width: 402px;
	margin: 10px 10px 15px 15px;
	}
	
#sub-feature h4 {
	color:#23518d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 10px 5px 15px;
	padding-bottom: 5px;
	}

#sub-feature #news a{
	display: block;
	width: 530px;
	_height: 30px;
	margin: 0 5px -15px 15px;
	padding: 5px 5px 5px 15px;
	color:#000;
	text-decoration: none;
	font-size: 0.9em;
	background: url(../images/arrow.gif) 0 7px no-repeat;
	}
	
#sub-feature a:visted {
	color:#000;
	padding-left: 15px;
	text-decoration: none;
	}
	
#sub-feature #news {
	float: left;
	width: 66%;
	}
	
.author-index {
	font-size: 0.9em;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 5px 0 5px 385px;
	}
	
#sub-feature #news img {
	float: left;
	margin: 4px 10px 5px 15px;
	}
	
#sub-feature #news a:hover {
	color:#000;
	background-color: #cecece;
	text-decoration: none;
	}
	
/*---------------------news ends--------------------*/

/*---------------------feature begins--------------------*/
	
#sub-feature #shoutout {
	float: left;
	width: 34%;
	}

#sub-feature #shoutout h3 {
	color:#c5e4fe;
	font-size: 1.4em;
	width: 280px;
	_width: 270px;
	margin: 10px 10px 15px 17px;
	}
	
#sub-feature #shoutout h4 {
	border-bottom: 1px dotted #666;
	margin-left: 127px;
	width: 150px;
	_width: 130px;
	}
		
#sub-feature #shoutout a.image, #sub-feature #shoutout a:visited.image {
	float: left;
	margin: 4px 10px 5px 17px;
	_margin: 4px 10px 5px 8px;
	border: #666 solid 1px;
	padding: 3px;
	background: url(../images/feature-thumbnail.jpg) 3px 3px no-repeat;
	width: 90px;
	height: 90px;
	}
	
#sub-feature #shoutout a:hover.image {
	background: url(../images/feature-thumbnail.jpg) 3px 3px no-repeat;
	border: #cb0400 solid 1px;
	}
	
#sub-feature #shoutout a{
	display: block;
	width: 130px;
	margin: 1px 5px -15px 110px;
	padding: 5px 5px 5px 15px;
	color:#000;
	text-decoration: none;
	font-size: 0.9em;
	background: url(../images/arrow.gif) 0 5px no-repeat;
	}
	
#sub-feature #shoutout a:visted {
	color:#000;
	padding-left: 15px;
	text-decoration: none;
	}
		
#sub-feature #shoutout a:hover{
	color:#000;
	background-color: #cecece;
	text-decoration: none;
	}
/*---------------------feature ends--------------------*/

	
/*---------------------footer starts--------------------*/
#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat;
	_background: url(../images/footer.jpg) -3px 0 no-repeat;
	color: #4e4943;
	height: 54px;
	_height: 52px;
	margin: 0;
	_margin-left: 3px;
	padding: 8px 0 0 113px;
	text-align: left;
	font-size: 1.0em;
	}
	
#footer a { color: #4e4943; }

#footer a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#print-logo { display: none; }
/*---------------------footer ends--------------------*/

/*---------------------INTERNAL--------------------*/
#internal-wrap {
	width: 892px;
	_width: 880px;
	background-color: #fff;
	margin: 20px 10px 0 10px;
	}
	
/*---------------------header starts--------------------*/

#billboard-internal{
	margin:-1px 8px 4px 10px;
	background: #fff url(../images/content-image.jpg) no-repeat;
	width: 882px; 
	height: 134px;
	clear: left;
	}

#billboard-community_dev {
	margin:0 8px 4px 10px;
	background: #fff url(../images/img_community_banner.jpg) no-repeat;
	width: 882px; 
	height: 134px;
	clear: left;
	}
#billboard-featured_site {
	margin:0 8px 4px 10px;
	background: #fff url(../images/img_featured_sites.jpg) no-repeat;
	width: 882px; 
	height: 136px;
	clear: left;
	}
	

#billboard-internal-econ {
	margin:0 8px 4px 10px;
	background: #fff url(../images/img_ecd_service.jpg) no-repeat;
	width: 882px; 
	height: 134px;
	clear: left;
	}
	
#billboard-maps {
	margin:0 8px 4px 10px;
	background: #fff url(../images/img_maps.jpg) no-repeat;
	width: 882px; 
	height: 134px;
	clear: left;
	}
	
#billboard-internal-advantage {
	margin:0 8px 4px 10px;
	background: #fff url(../images/img_aa.jpg) no-repeat;
	width: 882px; 
	height: 134px;
	clear: left;
	}
	
/*---------------------header ends--------------------*/

/*---------------------left-sidebar starts--------------------*/
	

	
#left-sidebar {
	float: left;
	width: 206px;
	text-transform:uppercase;
	background: url(../images/sub-nav-bottom.jpg) bottom left no-repeat;
	height: 100%;
	padding-bottom: 23px;
	margin-bottom: 10px;
	}
	
#left-sidebar #sub-nav {
  
  background: transparent url(../images/sub-nav-top.jpg) top left no-repeat;
  height: 95%;
  min-height: 350px;
  _height: 350px;
  }
  
#left-sidebar #sub-nav-short {
  
  background: transparent url(../images/sub-nav-top.jpg) top left no-repeat;
  height: 95%;
  min-height: 350px;
  _height: 350px;
  }
  
#left-sidebar #sub-nav-short h2 {
	color:#fff;
	font-size: 1.6em;
	width: 183px;
	padding-bottom: 3px;
	margin: 3px 0 10px 8px;
	text-transform: none;
	} 
  
#left-sidebar #sub-nav h2 {
	color:#fff;
	font-size: 1.6em;
	width: 183px;
	padding-bottom: 3px;
	margin: 3px 0 10px 8px;
	text-transform: none;
	} 

#left-sidebar #sub-nav ul {
	padding: 10px 5px 0 5px;
	list-style: none;
  }
		
#left-sidebar #sub-nav a {
	display: block;
	color: #23518d;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
	padding: 5px;
	margin: 0 0 0 3px;
	width: 182px;
	}
	
#left-sidebar #sub-nav a:visited {
	color: #23518d;
	text-decoration: none;
	}
	
#left-sidebar #sub-nav a:hover {
	color: #cb0400;
	text-decoration: none;
	background: url(../images/sub-nav-rollover.jpg) repeat-x top left;
	}
	
#left-sidebar #sub-nav #secondary-nav {
	margin-left: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 175px;
	}
	
#left-sidebar #sub-nav #secondary-nav a {
	color: #000;
	background: url(../images/secondary-arrow.gif) 0 7px no-repeat;
	padding-left: 10px;
	}
	
#left-sidebar #sub-nav #secondary-nav a:visited { color: #000; }

#left-sidebar #sub-nav #secondary-nav a:hover { color: #cb0400; }
	
#left-sidebar #sub-nav a.current, #left-sidebar #sub-nav #secondary-nav a.current { color: #cb0400; }

/*---------------------left-sidebar ends--------------------*/
/*---------------------left-sidebar-short starts--------------------*/
	

	
#left-sidebar-short {
	float: left;
	width: 206px;
	text-transform:uppercase;
	background: url(../images/sub-nav-bottom.jpg) bottom left no-repeat;
	height: 10%;
	padding-bottom: 23px;
	margin-bottom: 10px;
	}
	

  
#left-sidebar-short #sub-nav-short {
  
  background: transparent url(../images/sub-nav-top.jpg) top left no-repeat;
  height: 95%;
  min-height: 200px;
  _height: 200px;
  }
  
#left-sidebar-short #sub-nav-short h2 {
	color:#fff;
	font-size: 1.6em;
	width: 183px;
	padding-bottom: 3px;
	margin: 3px 0 10px 8px;
	text-transform: none;
	} 
  
#left-sidebar-short #sub-nav-short h2 {
	color:#fff;
	font-size: 1.6em;
	width: 183px;
	padding-bottom: 3px;
	margin: 3px 0 10px 8px;
	text-transform: none;
	} 

#left-sidebar-short #sub-nav-short ul {
	padding: 10px 5px 0 5px;
	list-style: none;
  }
		
#left-sidebar-short #sub-nav-short a {
	display: block;
	color: #23518d;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
	padding: 5px;
	margin: 0 0 0 3px;
	width: 182px;
	}
	
#left-sidebar-short #sub-nav-short a:visited {
	color: #23518d;
	text-decoration: none;
	}
	
#left-sidebar-short #sub-nav-short a:hover {
	color: #cb0400;
	text-decoration: none;
	background: url(../images/sub-nav-rollover.jpg) repeat-x top left;
	}
	
#left-sidebar-short #sub-nav-short #secondary-nav {
	margin-left: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 175px;
	}
	
#left-sidebar-short #sub-nav-short #secondary-nav a {
	color: #000;
	background: url(../images/secondary-arrow.gif) 0 7px no-repeat;
	padding-left: 10px;
	}
	
#left-sidebar-short #sub-nav-short #secondary-nav a:visited { color: #000; }

#left-sidebar-short #sub-nav-short #secondary-nav a:hover { color: #cb0400; }
	
#left-sidebar-short #sub-nav-short a.current, #left-sidebar-short #sub-nav-short #secondary-nav a.current { color: #cb0400; }

/*---------------------left-sidebar-short ends--------------------*/
/*---------------------content starts--------------------*/
	
#copy {
	margin: 0px 10px 10px 220px;
	line-height: 15px;
	font-size: 1.2em;
	}
	
#news-copy, #form-copy {
	margin: 0px 10px 20px 10px;
	line-height: 15px;
	font-size: 1.2em;
	}
	
#news-copy ul, #news-copy li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
#copy h2, #news-copy h2.feature {
	color: #cb0400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 1.7em;
	padding-bottom: 7px;
	line-height: 22px;
	margin-left: -2px;
	}
	
#news-copy h2.feature, #form-copy h2.feature {
	color: #cb0400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 1.7em;
	margin-left: -2px;
	border-bottom: #000 dotted 1px;
	width: 580px;
	_width: 560px;
	}
	
#form-copy h2.results {
	color: #cb0400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 1.7em;
	margin-left: -2px;
	border-bottom: #000 dotted 1px;
	width: 867px;
	}
	
#news-copy h2, #form-copy h2 {
	color: #cb0400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 1.7em;
	padding-bottom: 7px;
	line-height: 22px;
	margin-left: -2px;
	margin-bottom: 5px;
	}
	
#news-copy img, #form-copy img {
	float: left;
	border: #666 solid 1px;
	padding: 3px;
	margin-bottom: 20px;
	}
	
.author {
	color: #000;
	border-top: #000 dotted 1px;
	border-bottom: #000 dotted 1px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 3px 700px;
	width: 160px;
	_padding: 5px 0 3px 390px;
	_width: 160px;
	}
	
#news-copy img#right {
	float: right;
	margin: 25px 13px 0 15px;
	}
	
	
#news-copy #top { margin-top: 20px; }
	
#copy h3, #news-copy h3 {
	color: #3e76a7;
	font-size: 1.2em;
	}

#copy p, #news-copy p, form-copy p { padding-bottom: 10px; }
	
#copy a, #news-copy a, #form-copy a {
	color: #cb0400;
	text-decoration: none;
	}
	
#copy li {
	list-style: none;
	line-height: 20px;
	}
	
#copy ul {
	margin-bottom: 20px;
	}
	
#copy li a, #news-copy li a {
	color: #23518d;
	text-decoration: none;
	}
	
#copy li a:visited, #news-copy li a:visited {
	color: #23518d;
	text-decoration: none;
	}

#copy li a:hover, #news-copy li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#copy a:visited, #news-copy a:visited, #form-copy a:visited {
	color: #cb0400;
	text-decoration: none;
	}
	
#copy a:hover, #news-copy a:hover, #form-copy a:hover {
	color: #4e4943;
	text-decoration:underline;
	}
	
#copy img {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#news-copy img.contact {
	border: #666 solid 1px;
	padding: 3px;
	margin: 0 10px 5px 0;
	}
	
#copy ul.copy-list {
	margin-left: 20px;
	}
	
#copy ul.copy-list li { list-style: disc; }
	
	
/*---------------------content ends--------------------*/

/*---------------------forms start--------------------*/
	
#expand {
	padding: 3px 0 3px 10px;
	background-color: #cbe4f2;
	margin-top: 15px;
	}
	
#expand img {
	border: none;
	padding-right: 20px;
	}
	
#expand a, #expand a:visited {
	color: #4e4943;
	text-decoration: none;
	font-weight: bold;
	}
	
#sites {
	clear: left;
	}
	
#buildings {
	clear: left;
	}

#form-copy ul {
	display: inline;
	list-style: none;
	margin-bottom: 10px;
	}
	
#form-copy li {
	float: left;
	margin: 0 0 10px 0;
	}
	
#form-copy li a, #form-copy li a:visited {
	display: block;
	color: #23518d;
	padding: 10px 20px 0 30px;
	text-decoration: none;
	font-size: 1.2em;
	}
	
#form-copy li a.search {
	background: url(../images/search-icon.jpg) 0 5px no-repeat;
	}
	
#form-copy a.search-form, #form-copy a:visited.search-form {
	display: block;
	background: url(../images/search-icon.jpg) 0 8px no-repeat;
	color: #23518d;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	float: right;
	font-size: 1.2em;
	margin-top: 10px;
	}
	
#form-copy a:hover.search-form {
	text-decoration: underline;
	}
	
#form-copy li a.results {
	background: url(../images/results-icon.jpg) 0 5px no-repeat;
	}
	
#form-copy li a.compare {
	background: url(../images/compare-icon.jpg) 0 5px no-repeat;
	text-decoration: none;
	}

#form-copy li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#form-copy form {
	margin-top: 20px;
	}

#building-search-form fieldset {
	display: block;
	margin-bottom: 10px;;
	padding: 10px;
	width: 555px;
	_width:560px;
	border: #999 solid 1px;
	}
	
#building-search-form legend {
	font-weight: bold;
	padding: 5px 5px;
	color: #23518d;
	}

#building-search-form fieldset.radio {
	margin: 0 0 0 0;
	border: #999 solid 1px;
	}

#building-search-form fieldset.radio input, #building-search-form fieldset.name input {
	display: inline;
	width: auto;
	}

#building-search-form fieldset.radio label.top {
	font-weight: bold;
	font-size: 1.3em;
	}

#building-search-form input {
	display: block;
	width: 15em;
	}

#building-search-form input.submit {
	clear: both;
	}

#building-search-form label {
	/*float: left;
	display: block;*/
	margin: 1em 2em 0 0;
	font-weight: bold;
	}
	
#building-search-form fieldset.transportation {
	margin: 0 0 0 0;
	border: none;
	}

	
#building-search-form label.airport {
	margin-left:177px;
	}
	
#building-search-form label.rail {
	margin-left:45px;
	* margin-left:45px;
	}

#building-search-form select {
	margin-left: 3px;
	margin-top: 10px;
	}
	
#SiteModule_SearchControl_CountyCheckBoxDiv {
	display: block; 
	overflow: scroll; 
	width: 200px; 
	border: #999 solid 1px; 
	height: 360px; 
	background-color: #ffffff;
	margin: 0 20px 15px 0;
	float: left;
	}
	
table #three-column td {
	margin:0;
	padding: 10px 0 0 0;
	}
	
#SiteModule_SearchControl_CountyCheckBoxDiv th {
	padding: 5px;
	background-color: #ccc;
	text-align: left;
	}
	
#SiteModule_SearchControl_CountyCheckBoxDiv input {
	width: auto;
	display: inline;
	margin: -5px 5px 0 0;
	}
	
#SiteModule_SearchControl_CountyCheckBoxDiv label {
	margin-right: 20px; 
	}
	
#SiteModule_SearchControl_CountyCheckBoxDiv td {
	padding: 0;
	margin: 0;
	}

#SiteModule_SearchControl_CountyCheckBoxDiv tr.color {
	background-color: #e2e2c0;
	}
	
#SiteModule_SearchControl_CountyCheckBoxDiv td.sites {
 	padding: 0 25px 0 5px;
	font-weight: bold;
	}
	
#form-copy #map {
	border: none;
	margin-right: 30px;
	}
	
a#SiteModule_SearchControl_ButtonCheckAllCounties {
	display: block;
	float: left;
	background: url(../images/check.gif) 0 0 no-repeat;
	border: none;
	color: #23518d;
	text-decoration: none;
	width: 75px;
	height: 25px;
	text-align: left;
	padding: 5px 0 5px 30px;
	margin-left: 5px;
	}
	
a#SiteModule_SearchControl_ButtonUnCheckAllCounties {
	display: block;
	float: left;background: url(../images/clear.gif) 0 0 no-repeat;
	border: none;
	color: #23518d;
	text-decoration: none;
	width: 100px;
	height: 25px;
	text-align: left;
	padding: 5px 0 5px 25px;
	}
	
a#SiteModule_SearchControl_btnSearch2, a:visited#SiteModule_SearchControl_btnSearch2 {
	background: url(../images/search-button.gif) no-repeat;
	display: block;
	width: 150px;
	height: 50px;
	padding: 17px 0 0 60px;
	color: #fff;
	font-size: 1.6em;
	margin-left: 200px;
	}
	
a:hover#SiteModule_SearchControl_btnSearch2 {
	color: #cb0400;
	text-decoration: none;
	}

#SiteModule_SearchControl_btnSearch2_top {
	margin-left: 85px;
	}
	
#sites { display: none; }
	
/*-------------RESULTS-------------*/

table #tblMain {
	cellSpacing: 0; 
	cellPadding: 0; 
	width: 100%; 
	border: 0;
	}
	
#form-copy td {
	padding: 5px;
	}
	
#form-copy td a.title {
	font-weight: bold;
	color: #23518d;
	text-decoration: underline;
	}

#form-copy td a {
	text-decoration: none;
	}
	
.GridRowHeader {
	background-color: #ccc;
	}
	
.GridRowAlternating {
	background-color: #cbe4f2;
	}
	
#SiteModule_ResultsControl_lblRowCountTop, #SiteModule_ResultsControl_lblRowCount {
	text-align: right;
	font-weight: bold;
	}
	
#SiteModule_ResultsControl_dataGrid td img {
	padding: 0;
	margin: 0;
	}
	
	
/*--------------------COMPARE--------------------*/

#SiteModule_CompareControl_dataGrid th {
	padding: 5px;
	background-color: #ccc;
	color: #23518d;
	text-decoration: underline;
	cursor: hand;
	}
	
#SiteModule_CompareControl_dataGrid	.GridRowHeader {
	padding: 5px;
	background-color: #ccc;
	color: #23518d;
	font-weight: bold;
	}

/*---------------------forms end--------------------*/

/*---------------------right sidebar starts--------------------*/
#sidebar {
	float: right;
	margin: 0 9px 20px 30px;
	_margin: 0 0 20px 20px;
	background: #61a9d1 url(../images/sidebar-bottom.jpg) no-repeat bottom left;
	width: 256px;
	min-height: 195px;	
	clear: left;
	}
	
#picholder {
	float: right;
	margin: 0 9px 20px 30px;
	_margin: 0 0 20px 20px;
	width: 256px;
	min-height: 195px;
	height:1%;
	clear: left;
	}
	
#image {
	float: left;
	width: 315px;
	min-height: 10px;
	line-height: 10px;
			}
	
#sidebar-box { background:  url(../images/sidebar-top.jpg) no-repeat top left; }

#sidebar #sidebar-box ul {
	list-style: none;
	padding: 10px 10px 20px 10px;
  }

#sidebar #sidebar-box li {
  color: #fff;
  font-size: 1.2em;
  }
  
#sidebar #sidebar-box li a, #sidebar #sidebar-box li a:visited {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bold;
  padding-left: 150px;
  }
  
#sidebar #sidebar-box li a.partners {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  }
  
#sidebar #sidebar-box li img {
	padding-top: 0px;
	}
	
#sidebar #sidebar-box li img.contact-sidebar {
	padding-top: 0px;
	margin-bottom: 10px;
	}
	
#sidebar #sidebar-box li img.first {
	padding-top: 0;
	}	
  
#sidebar #sidebar-box li a:hover{
  color: #000;
  }
  
 #sidebar #sidebar-box li.icon01 a {
  	margin-bottom: 10px;
  	color: #fff;
  	background: url(../images/computer.gif) 5px 5px no-repeat;
  	color:#fff;
	text-decoration: none;
  	padding: 5px 10px 5px 30px;
  	font-size: 1.2em;
  	display: block;
  	text-decoration: none;
  }
  
 #sidebar #sidebar-box li.icon01 a:visited {
 	color: #fff;
	text-decoration: none;
	}
	
#sidebar #sidebar-box li.icon01 a:hover {
 	color:#000;
	text-decoration: none;
	background: #cddfec url(../images/computer.gif) 5px 5px no-repeat;
	}
  
 #sidebar #sidebar-box li.icon02 a {
  	margin-bottom: 10px;
  	color: #fff;
  	background: url(../images/email.gif) 5px 5px no-repeat;
  	padding: 5px 10px 5px 30px;
  	font-size: 1.2em;
  	display: block;
  	text-decoration: none;
  	}
  
 #sidebar #sidebar-box li.icon02 a:visited {
 	color: #fff;
	text-decoration: none;
	}
	
#sidebar #sidebar-box li.icon02 a:hover {
 	color:#000;
	text-decoration: none;
	background: #cddfec url(../images/email.gif) 5px 5px no-repeat;
	}
  
#sidebar #sidebar-box li.icon03 a {
   	margin-bottom: 10px;
  	color: #fff;
  	background: url(../images/chart_pie.gif) 5px 5px no-repeat;
  	padding: 5px 10px 5px 30px;
  	font-size: 1.2em;
  	display: block;
  	text-decoration: none;
  	}
  
#sidebar #sidebar-box li.icon03 a:visited {
 	color: #fff;
	text-decoration: none;
	}
	
#sidebar #sidebar-box li.icon03 a:hover {
 	color:#000;
	text-decoration: none;
	background: #cddfec url(../images/chart_pie.gif) 5px 5px no-repeat;
	}
  
#sidebar #sidebar-box li.icon04 a {
   	margin-bottom: 10px;
  	color: #fff;
  	background: url(../images/clock_red.gif) 5px 5px no-repeat;
  	padding: 5px 10px 5px 30px;
  	font-size: 1.2em;
  	display: block;
  	text-decoration: none;  
  	}
  
#sidebar #sidebar-box li.icon04 a:visited {
 	color: #fff;
	text-decoration: none;
	}
	
#sidebar #sidebar-box li.icon04 a:hover {
 	color:#000;
	text-decoration: none;
	background: #cddfec url(../images/clock_red.gif) 5px 5px no-repeat;
	}
  
#sidebar #sidebar-box li.icon05 a {
   	margin-bottom: 10px;
  	color: #fff;
  	background: url(../images/group.gif) 5px 5px no-repeat;
  	padding: 5px 10px 5px 30px;
  	font-size: 1.2em;
  	display: block;
  	text-decoration: none;
  	}
  
 #sidebar #sidebar-box li.icon05 a:visited {
 	color: #fff;
	text-decoration: none;
	}
	
#sidebar #sidebar-box li.icon05 a:hover {
 	color:#000;
	text-decoration: none;
	background: #cddfec url(../images/group.gif) 5px 5px no-repeat;
	}
  
#sidebar #sidebar-box h2 {
	color:#fff;
	font-size: 1.6em;
	border-bottom: 1px dotted #fff;
	width: 230px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
#sidebar #sidebar-box h3 {
	color:#c5e4fe;
	font-size: 1.2em;
	padding-top: 10px;
	}
	
/*---------------------right-sidebar starts--------------------*/

/*---------------------misc starts--------------------*/
	
#searchbox {
	margin: -40px 0 10px 5px;
	line-height: 15px;
	font-size: 1.2em;
	float: right;
	width: 200px;
	}
	
#search h2 {
	color: #cb0400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 1.8em;
	padding-bottom: 0;
	line-height: 22px;
	margin: -2px;
	padding-top: 20px;
	}

#searchbox p { padding-bottom: 10px; }
	
#searchbox a {
	color: #cb0400;
	text-decoration: none;
	}
	
#searchbox a:visited {
	color: #23518d;
	text-decoration: none;
	}

#searchbox a:hover {
	color: #000;
	text-decoration: underline;
	}

table.table-search-results {font-size:1.2em; margin-top: 10px; padding: 3px; margin-bottom: 10px; color: #000;}

h4.result-title {font-size: 1.2em;}

.result-title a {
	color: #cb0400;
	text-decoration: none;
	}
	
.result-title a:visited {
	color: #cb0400;
	text-decoration: none;
	}
	
.result-title a:hover{
	color: #4e4943;
	text-decoration:underline;
	}
	
#search-go { margin-top: 5px; }

/*---------------------misc ends--------------------*/

