/*div {border: 1px solid #000000;}/*  */

/************************************ global settings ***********************************/
html {
	text-align: center;  		/* needed to make centering work in old IE */
	height: 100.1%;				/* ensures all pages have scroll bar */
								/* www.webmasterworld.com/css/3231991.htm */
/*	background: url(/srs3d/Images/background.jpg) repeat-x bottom right;  /* top image */
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.25;
	color: #000063;				/* default text color */
	padding: 0px;
	height: 100.1%;				/* ensures all pages have scroll bar */
	margin: 0px auto 1px auto;	/* center body, 1px bottom to ensure scroll bar always appears */
	position: relative;			/* now items below can refer to this box */
	/*min-width: 800px;			/* critical! ensures tabs etc. always stay on one line */
	/*max-width: 800px;			/* critical! ensures tabs etc. always stay on one line */
}

p,pre {padding-top: 0px; padding-left: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 20px; margin-left: 0px; text-align: left;
}
pre {font-family: Arial; font-size: 12px; color: #666666;}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #6797D6; font-size: 96px; margin: 0px; padding: 0px; font-weight: normal;
}
h2 {font-size: 100%; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px;}

img {border: none; }

:link {										/* normal link */
	#color: #DCDCDA;
	border-bottom: none; 
	#font-weight: bold; 
	text-decoration: underline;
}
:visited, :visited:focus {  				/* visited */
	color: #551A8B;							/* google */
	border-bottom: none; 
	#font-weight: bold; 
	text-decoration: underline; 
}
:link:hover, :visited:hover {				/* hover  */
	color: #FE880C;
	text-decoration: underline;	 
}
:link:active, :visited:active {				/* active (i.e. just after clicking)  */
}

/******************************  global classes   *****************************/

.standardmargin {margin-top: 12px; margin-bottom: 12px;}
.standardmarginabove {margin-top: 12px;}
.standardmarginbelow {margin-bottom: 12px;}

.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.main {
	width: 752px;			/* critical! ensures tabs etc. always stay on one line */
	margin: 60px auto 60px auto;		/* center, and sets top and bottom spacing */
	text-align: center;

}

/************************************** clearfix *************************************/
/** just add a class of .clearfix to any element containing a float needing to be cleared
/** www.positioniseverything.net/easyclearing.html**/
/** it seems best to use that, and NOT to use clearfix: auto **/
/** also it seems you need this in a parent, even when sub-sub-children are floated **/
/** some say overflow: auto is better  */
/* www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ **/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/************************************** tab area *************************************/

div.tabs {
	font-weight: bold; 
	FONT-SIZE: 105%;
	width: 100%;
	background: #AAD2F5;
	margin-top:7px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	display: table;					/* for firefox 										*/
	display: inline-block;			/* for Safari+Opera, firefox doesn't implement 		*/
}

div.tabs a {
	/*color: #6797D6;					/* this is for SRS 3D only */
	width: 80px; 			/* width must be defined here to have hover over the whole tab */
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	display: block;

}

div.tabs ul {
	/*border: 1px solid green;  	/*  */
	LIST-STYLE-TYPE: none;
	margin-top: 10px;
	padding: 0px;					/* Firefox gives a default padding, thus need zero 	*/
	float: right;
}

div.tabs ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}


						/************** all tabs **************/
div.tabs ul li a {
	width: 80px; 			/* width must be defined here to have hover over the whole tab */
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	text-decoration: underline;
	COLOR: #000000;
}

/************************************** form *************************************/

form#myform #input {
	width: 440px;

}


/************************************** form *************************************/

div.main LI {
	font-size: 16px;
	margin-bottom: 12px;
}


/************************************** footer *************************************/

div.footer {
	height: 160px;		/* center, and sets top and bottom spacing */
	margin: 60px auto 60px auto;		/* center, and sets top and bottom spacing */
	text-align: center;
#	background:  url(/srs3d/Images/background.jpg) repeat-x bottom right;  /* top image */
}
div.footer p {
	font-size: 9px;
	margin-bottom: 12px;
}


