/* GENERAL STYLES */
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix
{
	display: block;
}
/* End hide from IE Mac */

h2
{
	color: #002c6a;
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}

h3
{
        color: #5e88a1;
        font-family: Trebuchet MS;
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0 0 0;
}

p
{
        color: Black;
        font-family: Trebuchet MS;
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 15px 0;
}

ul
{
        color: Black;
        font-family: Trebuchet MS;
        font-size: 14px;
        font-weight: normal;
        list-style-type: none;
}        


#wrapper
{
	margin: 0 auto;
	height: 600px;
	width: 800px;
}

#header
{
	background: #fff url(    '/media/2143/logo2.jpg' ) no-repeat scroll 0 0;
	height: 112px;
	width: 800px;
}

#header h1 a
{
	display: block;
	float: left;
	height: 95px;
	overflow: hidden;
	text-indent: -5000px;
	width: 185px;
}

#boxOuter
{
	background: url(   '/media/2138/r.png' ) top left repeat-y;
	/*height: 483px;*/
	/*margin: -5px 0 0 7px;*/
	margin: 0 7px 0 7px;
	width: 788px;
}

#boxInner
{
	background: url(   '/media/2138/r.png' ) top right repeat-y;
	min-height: 483px;
        padding: 10px;
}

#menu ul
{
	float: left;
	width: 100%;
}

#menu ul li
{
	display: inline;
	margin-right: 20px;
}

#menu ul li a
{
	color: #5e88a1;
	font-weight: bold;
}

#menu ul li a:hover
{
	color: #002c6a;
}

#content
{
	width: 765px;
}

#bottom
{
	background: url(   '/media/2123/bl.png' ) no-repeat bottom left;
	height: 15px;
}

#bottom div
{
	background: url(   '/media/2118/br.png' ) no-repeat bottom right;
	height: 15px;
}

#clientImgs
{
        margin: 0 auto;
        width: 80%;
}

#clientImgs tr td img
{
        width: 120px;
}

#partnerImgs
{
        margin: 0 auto;
        width: 100%
}

#partnerImgs img
{
        margin-right: 40px;
        width: 100px;
}

#footer div
{	
	margin: 0 auto;
	width: 142px;
}

#footer div a
{
	color: #002c6a;
	font-size: 10px;
	font-weight: bold;
}


/* EDITOR PROPERTIES */
