/* ---------------------------------------------- */
div#top {
	background: #4161AB url(../images/top_grad.jpg) top left repeat-y;
	border-bottom: 2px solid #9F0500;
	height: 170px;
}

/* logo image ----------------------------------- */
div#top img#logo {
	float: left;
	border: 0;
}
html,body {
   margin:0;
   padding:0;
}


/* quick contact information -------------------- */
div#top div#info {
	padding: 50px 60px 10px 0px;
	text-align: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	border-bottom: 3px solid #36404F;
}
div#top div#login2{
	padding: 7px 60px 0px 0px;
	text-align: right;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: white;
}
div#top div#info a:link, div#top div#info a:visited {
	color: white;
}

div#top div#info a:hover, div#top div#info a:active {
	color: #af2424;
}
div#top div#login2 a:link, div#top div#info a:visited {
	color: white;
}

div#top div#login2 a:hover, div#top div#info a:active {
	color: #af2424;
}

/* ---------------------------------------------- */
/* PRIMARY NAVIGATION --------------------------- */
/* ---------------------------------------------- */
div#nav {
	background-color: #36404F;
	padding-left: 173px;
	height: 22px;
}


div#nav a:link, div#nav a:visited {
	float: left;
	display: block;
	
	margin: 2px 50px auto 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

div#nav a:hover, div#nav a:active {
	color: #B8CAFF;
}

/* ---------------------------------------------- */
/* CONTENT WRAPPER ------------------------------ */
/* ---------------------------------------------- */
div#wrapper {
	background: white url(../images/side_grad.jpg) top left repeat-y;
	border-bottom: 7px solid #36404F;
}

/* ---------------------------------------------- */
/* LOGIN AREA ----------------------------------- */
/* ---------------------------------------------- */
div#login {
	margin-right: 60px;
	padding-top: 10px;
	background: white url(../images/side_grad.jpg) top left repeat-y;
	border-bottom: 3px solid #36404F;
}

div#login a {
	display: block;
	margin-top: -10px;
	padding: 5px;
	background-color: #9F0500;
	float: right;
	color: white;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* SIDEBAR: secondary navigation and demo link -- */
/* ---------------------------------------------- */
div#sidebar {
	float: left;
	width: 145px;
	margin: 65px 0 0 33px;
	text-align: right;
	display: inline;
}

div#sidebar a:link, div#sidebar a:visited {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #36404F;
	text-decoration: none;
	margin-bottom: 10px;
	padding-right: 9px;
	background-image: none;
}

div#sidebar a:hover, div#sidebar a:active, div#sidebar a.current {
	background: transparent url(../images/square.gif) top right no-repeat;
	color: #4161AB;
}

div#sidebar a.current {
	font-weight: bold;
}

/* SOFTWARE DEMONSTRATION BUTTON ---------------- */
div#demo {
	margin-top: 30px;
	text-align: left;
	width: 143px;
}

div#demo a:link, div#demo a:visited {
	border: 2px solid #36404F;
	display: block;
	color: white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	background: #4161AB url(../images/arrow.gif) top left no-repeat;
}

div#demo a:hover, div#demo a:active {
	background: #718FCC url(../images/arrow_h.gif) top left no-repeat;
}

/* ---------------------------------------------- */
/* QUOTES: right side quotes and ../images ------ */
/* ---------------------------------------------- */
div#quotes {
	width: 209px;
	float: right;
	margin: 50px 60px 0 50px;
	clear: right;
	font-style: italic;
	color: #4161AB;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} 

div#quotes div.quote {
	padding-bottom: 10px;
}

div#quotes div.title {
	text-align: right;
}

div#quotes img {
	border: 3px solid #36404F;
	margin-bottom: 20px;
}

/* ---------------------------------------------- */
/* PAGE CONTENT --------------------------------- */
/* ---------------------------------------------- */
div#content {
	background: transparent url(../images/bottom_grad.jpg) bottom left no-repeat;
	padding-bottom: 50px;
}

/* IE Mac band pass filter and tan hack           */
*>html div#wrapper div#content {background: transparent;}

/* ---------------------------------------------- */
/* FONT STYLES ---------------------------------- */
/* ---------------------------------------------- */
h1, h2, p, ul, ol {
	margin: 0;
	padding: 7px 290px 7px 220px;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* IE Mac band pass filter and tan hack           */
*>html div#wrapper div#content p {padding: 7px 30px 7px 40px;}

h1 {
	font-size: 15px;
	color: #9F0500;
	padding-top: 30px;
}
 
p, li {
	font-size: 12px;
	line-height: 1.5em;
}

li {
	margin-left: 30px;
}

ul ul, ol ol  {
	padding: 0;
	margin-left: 30px;
}

div#content p a:link {
	color: #4161AB;
}

div#content p a:hover, div#content p a:active {
	color: #36404F;
}

div#content p a:visited {
	color: #9F0500;
}

/* ---------------------------------------------- */
/* FOOTER --------------------------------------- */
/* ---------------------------------------------- */
div#footer {
	margin: 1px auto;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

div#footer a:link, div#footer a:visited {
	color: black;	 
}

div#footer a:hover, div#footer a:active {
	color: white;
}