/*
CSS for Solvasoft site
*/
body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #E4EBF8;
	line-height: 125%;
	padding: 0;
	margin: 0;
}
h1, h2, h3
{
	font-family: "Trebuchet MS" , Helvetica, Arial, sans-serif;
}
h1
{
	font-size: x-large;
	background: #21468B url(images/header-bg.jpg) repeat-y bottom right;
	color: White;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}
h2
{
	color: Navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}
h2, ul
{
	margin-top: 15px;
}
li
{
	font-size: small;
	list-style-type: none;
}
p
{
	font-size: small;
	color: navy;
}
em
{
	text-transform: uppercase;
}
#tagline p
{
	font-style: italic;
	font-family: Georgia, Times, serif;
	background: #bed8f3 url(images/tagline-fade.jpg) repeat-y right bottom;
	border-top: 3px solid #6991DB;
	border-bottom: 3px solid #6991DB;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
}
a
{
	font-weight: bold;
}
a:link
{
	color: black;
}
a:visited
{
	color: Navy;
}
a:hover
{
	text-decoration: none;
	color: white;
	background-color: navy;
}
a:active
{
	color: aqua;
	background-color: navy;
}
.fun
{
	color: #339999;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

#navigation
{
	width: 180px;
	height: 484px;
	background: #6991DB url(images/nav-bg.gif) no-repeat;
}

.feature
{
	float: right;
	margin: 2em;
}
table.contact
{
	border-collapse: collapse;
}
table.contact td
{
	font-size: small;
	padding: 5px;
	/*border: 1px solid #000066;	*/
	vertical-align:top;
}
table.contact caption
{
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}
/* positioning the items. */

#navigation, #bodycontent, #header, #leftborder
{
	position: absolute;
}
#navigation, #bodycontent
{
	top: 6.54em;
}
#bodycontent
{
	left: 200px;
}
#header
{
	border-top: 3px solid #6991DB;
	width: 100%;
}
