/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2010-09-02 12:31:45 */
/* inspectorsites.com sub page css layout for screen*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #75848A;
/* 	background: url('images/main-page-bg.gif') repeat-x; */
}

a, a.visited
{
	color:#0060BF;
}

a:hover
{
	text-decoration:none;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #207FA4;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #B01614;
}

h3
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #8CAA1A;
}

h4
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #207FA4;
}

h5
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #8CAA1A;
}

h6
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #B01614;
}

.header {
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
}

.domainchecker
{
	font-size: 11px;
	color: #999999;
	line-height: 20px;
	text-align:right;
}

.domaincheckersubmit
{
	font-size: 11px;
	color: #999999;
}

.domainadd
{
	font-size: 14px;
	color: #207FA4;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	letter-spacing: 1px;
}


#navigation {
	text-align:left;
	background: url(images/banner-graphic-top.jpg) no-repeat right;
	
}
  
#navigation ul {
	  margin:0;
	  padding:4px 0 0 0;
	  list-style:none;
}

#navigation li {
  display:inline;
  margin:0 1px 0 0;
  padding:0;
  font-weight:bold;
  font-size:14px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#navigation li a {
  float:left;
  /*background:url("siteimages/navtableft.gif") no-repeat left top;*/
  margin:0;
  padding:0 0 0 1px;
  text-decoration:none;
}
  
#navigation li a span {
  float:left;
  display:block;
  /*background:url("siteimages/navtabright.gif") no-repeat right top;*/
  padding:0px 18px 0px 0px;
  color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navigation li a span {float:none;}

/* End IE5-Mac hack */
#navigation li a:hover span {
	color:#FFF;
}
  
#navigation li a:hover {
	background-position:0% -42px;
	color:#fff;
	text-decoration:underline;
}

#navigation li a:hover span {
	background-position:100% -42px;
	color:#fff;
}

#navigation #activepage a {
	background-position:0% -42px;
}

#navigation #activepage a span {
	background-position:100% -42px;
	color:#ffffff;
	text-decoration:underline;
}
#subnavtabs {
	text-align:left;
	margin:0 auto;
	width:900px;
	clear:both;
}
  
#subnavtabs ul {
	  margin:0;
	  padding:0 0 0 0px;
	  list-style:none;
}

#subnavtabs li {
  display:inline;
  margin:0 5px 0 0;
  padding:0;
  font-weight:bold;
  font-size:12px;
}

#subnavtabs li a {
  float:left;
  /*background:url("2009images/subtab-left.gif") no-repeat left bottom;*/
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  color: #75848A
}
  
#subnavtabs li a span {
  float:left;
  display:block;
  /*background:url("2009images/subtab-right.gif") no-repeat right bottom;*/
  padding:6px 15px 5px 10px;
  color: #75848A
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#subnavtabs li a span {float:none;}

/* End IE5-Mac hack */
#subnavtabs li a:hover span {
	color: #207FA4;
}
  
#subnavtabs li a:hover {
	background-position:0% -42px;
	color: #207FA4;
}

#subnavtabs li a:hover span {
	background-position:100% -42px;
	color: #207FA4;
		text-decoration:underline;
}

#subnavtabs #activepage a {
	background-position:0% -42px;
}

#subnavtabs #activepage a span {
	background-position:100% -42px;
	color: #207FA4;
		text-decoration:underline;
}
.content {
	margin: 17px 0;
}

.TitleRed
{
font-weight: bold;
color: #B04F14;
}
.topicblue
{
font-weight: bold;
color: #207FA4;
}

.topicorange
{
font-weight: bold;
color: #B04F14;
}

.topicgreen
{
font-weight: bold;
color: #8CAA1A;
}

.footer {

}

.input
{
	padding: 4px;
	border: 1px solid #245BA6;
	/*background: #FFFFFF;*/
	width: 270px;
	margin-top: 3px;
	font-weight: bold;
}

.extra
{
	font-size: 11px;
	color: #999999;
	line-height: normal;
}


/* Stylesheet: MainStylesheet Modified On 2010-10-26 11:28:24 */
