/* SuccessGeneration NOTE images used in css in css directory */
body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(bg.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
		width:95%;
	min-width: 850px;
	max-width: 1200px;
	margin:20px auto 20px auto;
	/*	margin-right:auto;
text-align:left;
	/*min-height:100%;
	margin-bottom:10px;
	/*position:relative;*/
	background-color:white; /*without b/ground the page b/g shows*/
	padding: 10px;
	/*border:20px solid  #586F7F;*/
}

#wrapperXX {
  background-color: #fdf8f2;
  color: black;
min-width:850px;
  margin: 30px auto;
  padding: 10px; /* white space around */
}

/* was menu  with tage line

#header-bottomNOTUSED {
  border-top: 10px solid #b9d2e3;
  border-bottom: 100px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}

p {
line-height:50%;
}
*/

#menu_holder {

	height:25px;
	margin-left:0px;
	margin-top:0px;
	width:100%;
	background-color:red;/*#586F7F;*/
	
position: absolute left: 100px,100px; 
}

#menu_holder_withborder {
	height:30px;
	margin-left:50px;
	margin-top:5px;
	width:100%;
	/*background-color:red/*#586F7F;*/

}

/* The actual position of the menu, note the margin to the left */
#menu {
	margin-left:220px;
}
/* I floated the links to the left because they 
 * became block level elements 
 */
#menu a {
	display:block;
	float:left;
	height:15px;
	/* Top Right Bottom Left (TRouBLe) */
	padding:5px 20px 5px 20px;
	background-color:#D3E8F6;
	color:black;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
	text-decoration:none;
}
#menu a:hover {
	background-color:#FFA400;
	color:white;
}


#taglineNOTUSED {
  font-weight: bold;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
  float: left;
}
#ball {
  position: absolute;
  top: 110px;
  right: 55px;
}
#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 0 0 240px;
  border: 3px solid #b9d2e3;
  background-color: white;
  color: black;
}
#mainfeature {
  background-image: url(mainimg.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 200%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #b9d2e3;
  font-size: 150%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.subhead {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #b9d2e3;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  background-color: #256290;
  color: white;
  margin: 0;
  padding: 0;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}

#sidebar ul a:link {color:pink;font-weight:bold}

#sidebar ul a:visited {
  color: yellow;
}

#sidebar a:hover {
  color: yellow;
}

#sidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
/*#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
*/

#sidebar a{ 
	color:cyan;}
	
#sidebar a:visited {
  color: white;
}

#footer { 
	width:100%; 
	height:20px; 
	background-color:#004290;
	color:white;
	font-size:12px;
	text-align:center;
	margin-top: 10px;
	padding:4px 0cm 2px 0px;

}
#footer a{ 
	color:white;
}
