div#side-left{
	float:left;
	width:527px;
	border:0px dotted white;
}
div#side-right{
	float:right;
	width:275px;
	border:0px dotted white;
}
div#header{
	height:289px;
}
div#header a{

}
div#main{
	padding:10px;
	background-image:url(images/bodyback.png);
	background-position:top left;
	background-repeat:repeat-y;	
}
div#footer{
	height:10px;
	background-image:url(images/footer.png);
	background-position:top left;
	background-repeat:no-repeat;	
}
div#footernotes{
	margin-top:20px;
	color:#FFFFFF;
	font-size:90%;
}
div#logo{
	margin-top:50px;
	height:199px;
	background-image:url(images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
div#nav{
	text-align:left;
	margin-top:50px;
	margin-left:20px;
}
div#nav ul{
	list-style:none;
}
div#nav li{
	width:148px;
	height:24px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:6px;
}
div#nav li:hover{
	background-position:bottom left;
}
div#nav li a{
	display:block;
	width:148px;
	height:24px;
	outline:none;
	text-indent:-9999px;
	border-bottom:0px dotted #666666;	
}
div#nav #home{
	background-image:url(images/btnhome.png);
}
div#nav #aboutus{
	background-image:url(images/btnaboutus.png);
}
div#nav #services{
	background-image:url(images/btnservices.png);
}
div#nav #solutions{
	background-image:url(images/btnsolutions.png);
}
div#nav #projects{
	background-image:url(images/btnprojects.png);
}
div#nav #support{
	background-image:url(images/btnsupport.png);
}
div#nav #news{
	background-image:url(images/btnnews.png);
}
div#nav #contact{
	background-image:url(images/btncontact.png);
}

/*content*/
div#content{
	text-align:left;
	min-height:400px;
	border:0px dotted black;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:165px;
	padding-right:15px;
	padding-top:20px;
}
.icnindex{
	background-image:url(images/iconhome.png);
}
.icnabout{
	background-image:url(images/iconabout.png);
}
.icnservices{
	background-image:url(images/iconservices.png);
}
.icnsolutions{
	background-image:url(images/iconsolutions.png);
}
.icnprojects{
	background-image:url(images/iconprojects.png);
}
.icnsupport{
	background-image:url(images/iconsupport.png);
}
.icnupdates{
	background-image:url(images/iconupdates.png);
}
.icncontact{
	background-image:url(images/iconcontact.png);
}

div#content h1{
	color:#258FCB;
	font-family:Arial;
	font-size:160%;
	font-weight:bold;
	margin-bottom:10px;
}
div#content h2{
	color:#258FCB;
	font-size:150%;
	font-weight:bold;
	margin-bottom:10px;
}
div#content h3{
	font-size:105%;
	font-weight:bold;
	margin-bottom:10px;
}
div#content p{
	text-align:justify;
	line-height:18px;
	margin-bottom:20px;
}
div#content ul{
	margin-left:20px;
}
/*Content*/

/*Services*/
div#content .services-left{
	float:left;
	width:160px;
	margin-top:20px;
}
div#content .services-left h4{
	margin-bottom:15px;
	color:#258FCB;
}
div#content .services-right{
	float:right;
	width:160px;
	margin-top:20px;
}
div#content .services-right h4{
	margin-bottom:15px;
	color:#258FCB;
}
/*Services*/

/*news*/
ul#newssection{
	list-style:none;
}
ul#newssection li{
	margin-top:30px;
}
ul#newssection h2,ul#newssection a,ul#newssection a:visited,ul#newssection a:active{
	color:#258FCB;
	font-size:110%;
	border-bottom:0px;
}
ul#newssection a:hover{
	border-bottom:1px dotted gray;
}
ul#newssection .date{
	color:#258FCB;
	font-size:90%;
}

ul#newsarchives li{
	margin-top:8px;
	font-size:90%;
}
ul#newsarchives  h2,ul#newsarchives  a,ul#newsarchives  a:visited,ul#newsarchives n a:active{
	color:#258FCB;
	font-size:100%;
	border-bottom:0px;
}
ul#newsarchives  a:hover{
	border-bottom:1px dotted gray;
}

.newscontent{
	margin:20px 0px;
}

div#nletter{
	text-align:left;
	padding-left:25px;
}
div#nletter h3{
	color:#FFFFFF;
	margin-bottom:7px;
}
div#nletter input{
	border:1px solid white;
	background-color:#FFFFFF;
	font-size:90%;
}


div#nopt{
	text-align:left;
}
div#nopt h3{
	color:#666666;
	margin-bottom:7px;
}
div#nopt input{
	border:1px solid #666666;
	background-color:#FFFFFF;
	font-size:90%;
	padding:4px;
	font-size:120%;
}