html,body
{
	background-color:#e6e6e6;
	color:#636363;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, Sans-Serif;
	font-size:11px;
	margin:0;
	padding:0;
}

a,a:visted,a:active
{
	color:#267bd9!important;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

a img
{
	border:none;
}

#logo
{
	float:left;
}

#navigation
{
	float:right;
	height:25px;
	margin-right:5px;
	margin-top:56px;
}

#navigation a,#navigation a:hover
{
	color:white;
	text-decoration:none;
}

#navigation li.current a,#navigation li.current a:hover
{
	color:black;
	text-decoration:none;
}

#navigation ul
{
	list-style:none;
}

#navigation ul li
{
	clear:none;
	color:white;
	float:left;
	padding:5px;
	text-align:center;
	width:80px;
}

#content
{
	height:400px;
	margin-bottom:30px;
	overflow:hidden;
}

#navigation ul li.current
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:white;
	color:black;
}

#mainwrap
{
	background-color:white;
	height:auto;
	margin:0 auto;
	width:750px;
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
}

#leftcontent
{
	float:left;
	margin:0 0 20px 70px;
	width:380px;
}

#rightcontent
{
	background-color:#e0e9ed;
	float:right;
	height:413px;
	margin:0 10px 10px;
	width:265px;
}

#rightcontentImage
{
	text-align:right;
}

#rightcontentText
{
	padding:15px 10px 0;
}

#rightcontentText ul
{
	list-style:none;
	margin-top:0;
	padding-left:5px;
	padding-top:0;
}

#rightcontentText ul li
{
	font-size:11px;
	margin:10px 0;
}

#rightcontentText ul li a
{
	color:#267bd9;
}

#rightcontentText ul li.current a
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#rightcontentTitle
{
	background-color:#b1c0c9;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

#header
{
	background-color:#002a5c;
	color:white;
	height:90px;
	margin-bottom:30px;
}

#footer
{
	background-color:#b2b2b2;
	clear:both;
	color:white;
	font-size:9px;
	font-weight:normal;
	padding:15px 0;
	text-align:center;
}

ul.whyuslist
{
	color:silver;
	padding-left:15px;
}

.whyuslist li
{
	color:silver;
	margin-bottom:15px;
}

ul.whyusright,.whyusright li
{
	font-size:11px!important;
}
