/* CSS Document */
strong {
	color: #0175c0;	
}
body
{
	margin: 0 auto;
	padding: 0;
	background: #0166a6;
	font-family: arial,verdana, "sans serif";
	font-size: 13px;
}

#content-wrapper
{
	margin: 0 auto;
	padding: 0;
	background: #f0ae00 url(../images/bg-top.jpg) repeat-x;
	height: auto;
}

#container
{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	background-image: url(../images/content-bg.jpg);
	overflow: hidden;
}

#content-footer
{
	clear: both;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	height: 20px;
	background-image: url(../images/content-footer.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#footer
{
	width: 100%;
	height: 60px;
	clear: both;
	background-color: #0166a6;
	padding-top: 20px;
	text-align: center;
	font: 11px Tahoma;
	color: #e9e9e9;
}

#footer a
{
	color: #e9e9e9;
	text-decoration: underline;
}

#footer a:hover { text-decoration: none; }

#footer-content
{
	width: 980px;
	margin: 0 auto;
	height: auto;
	padding-right: 20px;
	text-align: right;
}

#header
{
	position: relative;
	width: 1000px;
	height: 120px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}

#menu-box
{
	width: 660px;
	height: 40px;
	float: right;
	padding-right: 20px;
}

#left-content
{
	position: relative;
	background-color: #0175c0;
	width: 320px;
	float: left;
	height: auto;
}

#right-content
{
	font: 14px Arial;
	color: #444444;
	position: relative;
	width: 620px;
	float: left;
	height: auto;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 40px;
}

#flashcontent
{
	width: 320px;
	height: 210px;
	color: #ffffff;
}

#flashcontent a
{
	color: #ffffff;
	text-decoration: underline;
}

#whats-new
{
	height: auto;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	width: 220px;
	background-image: url(../images/whats-new-bg.jpg);
}

#whats-new-foot
{
	width: 320px;
	height: 20px;
	background-image: url(../images/whats-new-footer.jpg);
	background-repeat: no-repeat;
}

#title-box
{
	float: right;
	width: 310px;
	height: 40px;
	padding-top: 57px;
	padding-right: 20px;
	clear: right;
	font: bold 26px arial;
	color: #FFF;
	text-align: right;
	letter-spacing: 1px;
}

/* ul styles */
/* MAIN LINKS*/
#main_menu
{
	margin: 0;
	padding: 0;
	padding-top: 23px;
	font: bold 11px Tahoma;
	text-align: center;
	color: #ffffff;
}

#main_menu li { display: inline; }

#main_menu li a
{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #FFF;
	margin: 0;
}

#main_menu li a:hover
{
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: underline;
	border-left: 1px solid #FFF;
	margin: 0;
}

/* WHATS NEW LINKS*/
#wn_ul
{
	margin: 0;
	padding: 0;
	font: 12px Tahoma;
	text-align: left;
	color: #0175c0;
}

#wn_ul li { list-style-type: none; }

#wn_ul li a
{
	text-align: left;
	color: #0175c0;
	text-decoration: underline;
}

#wn_ul li a:hover
{
	color: #0175c0;
	text-decoration: none;
}

/* Texts */
p
{
	font: 14px Arial;
	color: #444444;
	margin-top: 6px;
	margin-bottom: 6px;
}

h1
{
	font: bold 16px Arial;
	color: #0175c0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2
{
	font: bold 14px Arial;
	color: #0175c0;
	margin-top: 6px;
	margin-bottom: 6px;
}

#news_item
{
	margin-top: 10px;
	background-color: #FFC;
	padding: 10px;
	border: 1px dotted #F21924;
}

.team_pic
{
	float: left;
	width: 153px;
	padding-bottom: 20px;
}
.team_pic img {
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}
.team_details
{
	float: left;
	width: 427px;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 20px;
}
.team_details ul {
	margin: 0;
	padding: 0;
}
.team_details ul li { 
	list-style-type: none;
	line-height: 18px;
}
.clearboth { clear: both; }
#error
{
	margin-top: 10px;
	background-color: #FFC;
	padding: 10px;
	border: 1px dotted #F21924;
}
#portfolio_details {
	padding-bottom: 10px;
}
#portfolio_details ul li {
	list-style-type: none;
	line-height: 18px;
}
#portfolio_details ul {
	margin: 0;
	padding: 0;
}
#portfolio_details img {
	padding-top: 10px;
}
#button {
	padding-top: 10px;
	width: 200px;
	float: left;
	clear: both;
}
#button a:link, #button a:visited {
	background-color: #0166a6;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #E7A801;
	margin-top: 10px;
}
#button a:hover, #button a:active {
	background-color: #EB1C2E;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0166a6;
	margin-top: 10px;
}
#tour_buttons {
	float: left;
}
#tour_buttons a:link, #tour_buttons a:visited {
	background-color: #0166a6;
	padding: 1px 4px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #E7A801;
	margin: 10px 10px 0 0;
}
#tour_buttons a:hover, #tour_buttons a:active {
	background-color: #EB1C2E;
	padding: 1px 4px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0166a6;
	margin: 10px 10px 0 0;
}
#tour {
	padding-top: 5px;
}
/*
#tour img {
	border-top: 1px solid #0166a6;
	border-right: 2px solid #0166a6;
	border-bottom: 2px solid #0166a6;
	border-left: 1px solid #0166a6;
}
*/
.type_container {
	float: left;
	padding: 10px 0 0 0;
	width: 200px;
}