/*
	Screen1 CSS file - for use in Chris1 template
	This has the tile2 background.




*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #ffffff;                                         /* the background color if no background graphic */
	background-image: url(images/background4.jpg); */                 /* the overall page background - comment out if not used  */
	background-repeat: repeat-x;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: maroon;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: maroon;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #000000;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

/*------------------------------Main Navigation------------------------------------------*/
/* It doesn't work completely when you define multiple versions (the tabs only work for the first one. */


#nav { position: relative; top: 0px; left: 0px; height: 25px; width: 100% }     /* was absolute - changed to relative */

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 10px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 27px; /* height of the tab - was 25 but when 2 or more rows you want a bit of white space */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('tab.gif') no-repeat 0 -25px }

#nav a:hover  { background: url('tab.gif') no-repeat 0 0 }
#nav a:active { background: url('tab.gif') no-repeat 0 0 }

#nav a#current { background: url('tab.gif') no-repeat 0 0 }
/* ---------------- */


/* ------ Modified Navigation ------------------------------      */

/* NOTE:  If you include tab.gif in the root dir for the template it will show it otherwise it gets skipped   */


#nav2 { position: relative; top: 0px; left: 0px; height: 25px; width: 100% }

span#nav2  { margin: 0 }

#nav2 li  /* Main nav list items */
{
	font-size: 11px;
	color: white;
	float: left;
	list-style: none;
	text-align: center
}

#nav2 li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav2 a:link, #nav a:visited  { background: url('tab.gif') no-repeat 0 -25px }    /* change to tab.gif to display the tab

#nav2 a:hover, #nav a:active { background: url('tab.gif') no-repeat 0 0 }

#nav2 a#current { background: url('tab.gif') no-repeat 0 0}
/* ---------------------------------------------------------- */

/* ------ Modified Navigation ------------------------------      */


#nav3 { position: relative; top: 0px; left: 0px; height: 25px; width: 100% }

ul#nav3  { margin: 0 }

#nav3 li  /* Main nav list items */
{
	font-size: 8px;
	color: white;
	float: left;
	list-style: none;
	text-align: center
}

#nav3 li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav3 a:link, #nav a:visited  { background: url('tab.gif') no-repeat 0 -25px }    /* change to tab.gif to display the tab

#nav3 a:hover, #nav a:active { background: url('tab.gif') no-repeat 0 0 }

#nav3 a#current { background: url('tab.gif') color:red no-repeat 0 0}


// ---------------------------------------------------------------------------
#nav4 { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav4  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 10px;
	float: left;
	list-style: none;
	text-align: center
}

#nav4 li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav4 a:link, #nav a:visited  { background: url('tab.gif') no-repeat 0 -25px }

#nav4 a:hover, #nav a:active { background: url('tab.gif') no-repeat 0 0 }

#nav4 a#current { background: url('tab.gif') no-repeat 0 0 }
/* ---------------- */

/*-----------------------------------Other tags-----------------------------------------*/

.menu {
	vertical-align: top;
	width: 170px;
	padding: 0px;
	color: #000000;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 10px;
	background-color: #000000;
	background-image: url(images/textures/beige_grad2.png);               /* ++++ background left size nav box ++++ */
	border: medium black;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #000000;
	display: block;
	/* background-color: #000000;
	background-image: url(images/textures/beige_stone.jpg);        */
	border: medium black;
	text-decoration: none;
}
.menu a:hover {
	/* background-color: #336699 */
	/* text-decoration: none;   */
}
.menu_current {                            /* the current selected menu item */
	font-size: 12pt;
	font-weight: bolder;
	border:medium black;
}

.menu_default {                            /* Default for menu items (not selected) */
	font-size: 10pt;
	color: #ff0000;
}


.border {
	font-size: 1px;
	height: 10px;
	color: black;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	background-color: #f5f5f5;                                          /* was #F1E7DB   */
	/* background-image: url(images/textures/beige_grad2.png); */            /* +++++ background for left side search / login box */
	color: #000000;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 12px;
}
.login a:link, .login a:visited, .login a:active {
	color: #333333;
	text-decoration: none;
}
.login a:hover {
	color: blue;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #333333;
}
.content {
	padding: 10px;
	background-color: #ffffff;                                      /* color or image for center panel */
	/* background-image: url(images/spiral_note3.jpg);  */          /* was  images/spiral_note2a.jpg */
	font-size: 12px;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.content_r {
	padding: 10px;
	background-color: #ffffff;                                      /* color or image for center panel */
	/* background-image: url(images/spiral_note3.jpg);  */          /* was  images/spiral_note2a.jpg */
	font-size: 12px;
	height: 300px;
	vertical-align: top;
	text-align: left;
}


.footer {
	padding: 5px;
	height: 20px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
}
