﻿

@media screen
{

	/*default styles*/
	*
	{
		margin: 0;
		padding: 0;
	}
	body
	{
		font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
		font-size: .6em;
		font-weight: normal;
		color: #696969;
		background: #1564A5 url(img/bkgd_main.gif) repeat-x;
		text-align: center;
		line-height: 1.4em;
	}
	/**main headline*/
	h1
	{
		font-size: 2.5em;
		padding: 1em 0 .5em .2em;
		color: #003399;
		font-weight: normal;		
		width: 100%;
		font-style: italic;
		font-family: Georgia, serif;
	}

	/*subheadline*/
	h2
	{
		font-size: 1em;
		padding: 1em 0 0 0;
		color: #003399;		
		width: 100%;
	}

	/* testimonial headline*/
	h3
	{
		font-size: 1.2em;
		padding: 1em 0 1em .2em;
		color: #696969;		
		width: 100%;
	}


	.darkbluetext
	{
		color: #003399;
	}
	p
	{
		padding: .5em 0;
		margin: 0;	
		width: 100%;
	}
	ul
	{
		list-style-type: disc;
		padding: 0;
		margin: 0;
		padding-left: 1.8em;
	}

	a, a:visited
	{
		color: #003399;
		text-decoration: underline;
	}

	a:hover
	{
		text-decoration: none;
	}
	.noBorder
	{
		border: none !important;
	}
	/*containers*/
	#Wrapper
	{
		width: 800px;
		margin: 0 auto;
		text-align: left;
	}
	/*Header*/
	#Header
	{
		width: 800px;
		height: 202px;
		float: left;
		overflow: hidden;
	}
	#Header .left
	{
		width: 348px;
		height: 202px;
		float: left;
		overflow: hidden;
	}
	#Header .middle
	{
		background: #0e2b8d;
		float: left;
		height: 202px;
		padding-top: 2px;
		overflow: hidden;
		width: 164px;
	}
	#Header .right
	{
		width: 288px;
		height: 202px;
		float: left;
		overflow: hidden;
	}
#Header .cornerImgs{

height:50px;
left:197px;
position:relative;
top:-52px;
width:436px;
z-index:100;
}
	#Logo a
	{
		width: 237px;
		height: 203px;
		float: left;
		background: url(img/logo.gif) 0 0 no-repeat;
	}

	/*Text Content*/
	#Content
	{
		width: 800px;
		height: auto;
		float: left;
		background: #fff;
		padding: .2em 0 2em 0;
	}

	/*container for RadMenu*/

	.SideMenu
	{
		float: left;
		width: 125px;
		height: auto;
		background: #104e88;
	}
	.SideMenu#Bottom
	{
		width: 125px;
		height: 211px;
		float: left;
	}
	/*left Col elements*/
	.Col1
	{
		float: left;
		height: auto;
		overflow: hidden;
		width: 630px;
		padding: 1.5em;
	}
	/**general style*/
	.Col1 img
	{
		padding: .5em 0;
		float: left;
	}

	.Col1 .bodyImgs
	{
		float: left;
		height: auto;
		padding: 0 1.5em 0 0;
		width: 220px;
	}
	.Col1 .bodyTxt
	{
		float: left;
		height: auto;		
		width: 350px;
	}


	/*contact page*/
	ul.contact
	{
		list-style-type: none;
		padding: 1em 0 1em .5em;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	ul.contact li
	{
		display: block;
		padding: .5em .3em;
	}
	ul.contact li.mail
	{
		background: url(img/mail.gif) 0 3px no-repeat;
		padding-left: 30px;
	}
	ul.contact li.phone
	{
		background: url(img/phone.gif) 0 3px no-repeat;
		padding-left: 30px;
	}
	ul.contact li.fax
	{
		background: url(img/fax.gif) 0 3px no-repeat;
		padding-left: 30px;
	}
	ul.contact li.mobile
	{
		background: url(img/mobile.gif) 0 3px no-repeat;
		padding-left: 30px;
	}
	
	/*table styles*/
        .Col1 table {
        border-collapse:collapse;
        border-color:#CCCCCC;
        width:100%;
        }
       .Col1 table td{
 
        border-color:#CCCCCC;
  
        }


	/*footer*/
	#Footer
	{
		background: #fff url(img/footerBg.jpg) no-repeat;
		color: #BEBEBE;
		float: left;
		width: 100%;
		height: 45px;
	}
	.footerCont
	{
		float: right;
		padding-top: 1em;
		width: 55%;
	}
	#Footer p
	{
		float: left;
		padding: 0;
	}
	#Footer ul
	{
		width: 100%;
		list-style-type: none;
		float: left;
		padding: .3em 0 .3em 0;
	}
	#Footer ul li
	{
		border-left: 1px solid #BEBEBE;
		float: left;
		line-height: 12px;
		padding: 0 0.4em;
	}
	#Footer ul li a
	{
		color: #FFC84A;
		text-decoration: underline;
		padding: .2em;
		font-size: .9em;
	}
	#Footer ul li a:hover
	{
		text-decoration: none;
	}
	#Footer ul li a:visited
	{
		color: #fff;
	}
	/*Zimweb Design*/
	.createdByZimweb
	{
		z-index: 500;
		height: 30px;
		margin: 0;
		padding: 2em 0 2em 2em;
		text-align: left;
		float: left;
	}
	.createdByZimweb img
	{
		float: left;
		border: none;
	}
	.createdByZimweb a
	{
		cursor: pointer;
		color: #000;
		height: 25px;
		line-height: normal;
		text-decoration: none;
		width: 136px;
		border: none;
	}
	.createdByZimweb a:hover
	{
		color: #000033;
	}

	.createdByZimweb span
	{
		float: left;
		width: 100px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 0.9em;
		padding-left: 1em;
	}

}

