/*** Body Definitions ***/
*{
	margin:0; 
	padding:0; 
}

a img{
	border:0;
}

body{ 
	font-family: Arial, Helvetica, sans-serif; 
	line-height:1.4em; 
	font-size:12px;
	background-color: #cccccc;
}

/*** Website wrapper Div ***/

#wrapper{ 
	margin:0 auto; 
	width:980px;  
	min-height:400px; 
	background-color:#ffffff;
	border:1px solid #999999;
}

#container{
	float:left;
	background:#FFFFFF;
	width:980px; 
	margin-top:0px;
}

/*** Website Heading ***/

#header{
	float:left;
	width:980px; 
	height:110px;
	margin:0px;
	padding:0;
}

/*** Horizontal Menu Style with Rollover ***/

#menu{ 
	float:left;
	width:980px;  
	height:38px;
	background-color:#211a65; 
	background-image:url(images/menu-bg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}

#menu ul{ 
	float:left;
	display: inline; 
	list-style-type: none;
}

#menu ul li{
	float:left; 
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	border-right:1px solid #47408f;
	font-size:14px;
	font-weight:bold;
	line-height:2.8em;
	height:38px;
}

#menu ul li a{ 
	float:left;
	color:#FFFFFF; 
	display: block; 
	text-decoration:none;
	border-right:1px solid #94b0cb;
	border:0;
	padding-left:15px;
	padding-right:15px;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
}

#menu ul li a span{
	vertical-align:middle;
} 

#menu ul li a:hover{
	float:left;
	background:#6159ac;
}

#member-login{
	margin:0 auto;
	width:980px;
	height:40px;
	background-color:#b6cee7;
	margin-top:5px;
}

#member-login p{
	line-height:3.5em;
	font-size:12px;
	vertical-align:middle;
	margin-left:10px;
}

#member-login p a{
	font-weight:bold;
}

.login{
	vertical-align:middle;
	border:0;
	margin-top:-3px;
}

.incorrect-login{
	margin-left: 150px;
	color:Red;
}

#rhs{
	float:left;
	width:190px;
	padding:0px;
	background:#FFFFFF;
	margin-left:15px;
	margin-top:10px;
}

/*********************  Main Content *************************/

#content { 
	float:left; 
	background: #ffffff; 
	width: 710px;
	padding:20px;
	margin-left:0px;
}

#content ul{
	margin-bottom:10px;
}

#content ul li, #content ol li{
	color:#666666;
}

#roster{
	float:left;
	width:275px;
	margin-right:50px;
	margin-bottom:10px;
}

#roster p{
	margin-bottom:0;
}

#time{
	float:left;
	width:275px;
	margin-bottom:10px;
}

#time p{
	margin-bottom:0;
}

.news-item, .news-item-last{
	clear:both;
	float:left;
	margin-bottom:20px;
	width:700px;
	background-image:url(images/news-bg.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-left:10px;
}

.news-item-last{
	margin-bottom:0;
}

.news-img{
	float:left;
	width:75px;
	height:75px;
	border:1px solid #999999;
	margin-right:15px;
}
.news-desc{
	float:left;
	width:600px;
	padding:0;
}

/******************** Heading Styles *************************/

h1 { 
	font-family: Arial, sans-serif;
	font-size: 16px; 
	color: #333333;
	text-align:left; 
	margin-bottom:15px;
}

h1 span{
	color:#990000;
}

h1 a{ 
	color: #333366;
	text-decoration:none;
}
h1 a:hover{ 
	color: #333366; 
	text-decoration:underline;
}

h2{ 
	clear:both;
	font-size: 14px; 
	color: #333333;
	margin-top:10px; 
	margin-bottom:10px;
}

h2.product-h2{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

h2 a{ 
	color: #333366;
	text-decoration:none;
}
h2 a:hover{ 
	color: #333366; 
	text-decoration:underline;
}

h2 span{
	color:#990000;
}

h3 { 
	font-size: 12px; 
	color: #333366;
	font-weight:bold;
	line-height:2.2em;
	clear:both;
}

h3 a{ 
	color: #333366;
	text-decoration:none;
}

h3 a:hover{ 
	color: #333366; 
	text-decoration:underline;
}

h4, h4 a{ 
	font-size: 12px; 
	/*color: #333366;*/
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
}

h4 a:hover{
	text-decoration:underline;
} 

/*** Paragraph Styles ***/

p, textarea {
	font-family:Arial, Helvetica, sans-serif;
	margin:0; margin-bottom:10px; 
	color: #333333; 
	line-height:1.4em; 
	font-size:13px;
}

p a{ 
	color:#003399;
	text-decoration:none;
}

p a:hover{ 
	color:#990000;
	text-decoration:underline;
}

p a img{ border:none;}

#content input, #content select, textarea{
	color: #666666; 
	font-size:12px;
}

p.intro{
	font-size:14px;
	color:#333366;
}

.quoter{
	font-size:10px;
}

/******************** images ************************/

.new-automated{
	/*float:right;*/
	margin-left:7px;

}

.demo{
	margin-top:15px;
}

.frontpic{
	border:1px solid #bbbbbb;
}

.myob{
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.screenshot{
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

/******************** tables ************************/

td{
	color: #666666; 
	font-size:12px;
	padding:5px;
}

tr.bg{
	background-color:#c0d5eb;
}

td a{
	text-decoration:none;
	color:#3399cc; 
}
	
td a:hover{ 
	color: #3399cc; 
	text-decoration:underline;
}

/************** Website Footer **************/

#footer { 
	clear:both; 
	margin:0 auto;
	font-size: 12px; 
	font-family:Arial;
	color: #333333;
	line-height:3em; 
	width:958px; 
	height:35px; 
	padding-left:7px;
	background:none;
}	

#footer a{
	color: #333333;
	text-decoration:none;
}

#footer a:hover{
	color: #333333;
	text-decoration:underline;
}
