/**************************/
/*         Common         */
/**************************/
body
{
	background-image: url(../images/gui_common/background_tile_new.png);
	background-color: #0167A7;
	background-repeat: repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

/* Take off focus in FireFox */
:focus
{
	-moz-outline-style:none;
}

div#container
{
	background:#A7D1ED;
	margin:0px auto;
	width:738px;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
}

div#header
{
	background:#FFFFFF;
	width:100%;
	overflow:hidden;
}

div#logo img
{
	float:left;
	margin:20px 0px 0px 10px;
}

div#sectionContentHolder
{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	overflow:hidden;
}

div#sectionClosingBar
{
	background:url(../images/gui_common/background_content_end_2.gif) no-repeat;
	height:10px;
}

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

div#footer p
{
	margin:10px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a1d2f0;
	text-align:center;
}


/* Navigation */
div#header ul
{
	margin:0px;
	padding:0px;
}

div#header ul li
{
	float:left;
	display:block;
	list-style:none;
	font-weight:bold;
}

div#header ul li.separator
{
	margin:0px 5px;
}

div#siteInfo
{
	float:right;
	margin:6px 13px 0px 0px;
	font-size:11px;
	color:#0167a7;
}

div#siteInfo ul li a
{
	color:#0167a7;
}

div.navigation
{
	background:#066cae;
	float:left;
	clear:left;
	padding:6px 0px 0px 12px;
	width:100%;
	height:22px;
	font-size:11px;
	color:#FFFFFF;
	overflow:hidden;
}

div.navigation ul li a
{
	color:#FFFFFF;
}

div#mainMenu
{
	margin:15px 0px 0px 0px;
}

div.submenuLine
{
	background:url(../images/gui_common/submenu_exist_bg.gif) repeat-x;
}

div#mainMenu li.selected
{
	background:url(../images/gui_common/submenu_highlight_bg.gif) repeat-x;
	margin:-6px 0px 0px -7px;
	padding:6px 7px 0px 7px;
	height:22px;
}

div#mainMenu li.selected a
{
	text-decoration:underline;
}

div#subMenu
{
	background:#3e3e3e;
}

div#subMenu li.selected a
{
	text-decoration:underline;
}

/**************************/
/*          Home          */
/**************************/
/* Home Section */
#propertiesBox
{
	float:left;
	width:433px;
	margin-left:6px;
}

html>body #propertiesBox
{
	width:425px;
	margin-left:12px;
}

.en #propertiesBox .top
{
	background:url(../images/gui_en/title_home_properties.png) no-repeat;
	height:40px;
}

.fr #propertiesBox .top
{
	background:url(../images/gui_fr/title_home_properties.png) no-repeat;
	height:40px;
}

#propertiesBox .leftBorder
{
	float:left;
	background:url(../images/gui_common/home_properties_left.png) no-repeat;
	width:14px;
	height:302px;
	
	position:relative;
	z-index:0;
}

#propertiesBox .content
{
	float:left;
	background:url(../images/gui_common/home_properties_center.png) repeat-x;
	width:394px;
	height:302px;
}

#propertiesBox .rightBorder
{
	float:left;
	background:url(../images/gui_common/home_properties_right.png) no-repeat;
	width:17px;
	height:302px;
	margin-left:-8px;
	
	position:relative;
	z-index:0;
}

html>body #propertiesBox .rightBorder
{
	margin-left:0px;
}

/* Property Carousel */
div#propertyCarouselBox
{
	margin:3px 0px 0px -6px;
	
	position:relative;
	z-index:1;
}

#latestNewsBox
{
	float:left;
	width:425px;
	margin:10px 0px 0px 6px;
}

html>body #latestNewsBox
{
	margin-left:12px;
}

.en #latestNewsBox .top
{
	background:url(../images/gui_en/title_home_news.png) no-repeat;
	height:40px;
}

.fr #latestNewsBox .top
{
	background:url(../images/gui_fr/title_home_news.png) no-repeat;
	height:40px;
}


#latestNewsBox .content
{
	background:url(../images/gui_common/home_news_center.png) repeat-y;
	padding-top:8px;
	overflow:auto;
}

#latestNewsBox .bottom
{
	background:url(../images/gui_common/home_news_bottom.png) no-repeat;
	height:14px;
}

#latestNewsBox .item
{
	width:407px;
	height:82px;
	margin:0px 0px 13px 8px;
}

#latestNewsBox .item h1
{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:1.1em;
}

#latestNewsBox .item p
{
	margin:0px;
	padding:0px;
	font-size:11px;
	margin-top:10px;
}

#latestNewsBox .item img
{
	float:left;
	margin-right:10px;
	width:132px;
	height:82px;
}

#latestNewsBox .item a, #latestNewsBox .item a h1
{
	color: #015094;
	text-decoration:none;
}

#latestNewsBox .item a:hover, #latestNewsBox .item a:hover h1
{
	text-decoration:underline;
}

#latestNewsBox .lastItem
{
	margin-bottom:1px;
}

#musicBox
{
	float:left;
	width:284px;
	height:342px;
}

html>body #musicBox
{
	margin-left:9px;
}

#nowPlaying
{
	float:left;
	width:284px;
	height:342px;
	margin:10px 0px 0px 9px;
}

#awardsBox
{
	float:left;
	width:714px;
	margin:15px 0px 0px 6px;
}

html>body #awardsBox
{
	margin-left:12px;
}

.en #awardsBox .top
{
	height:39px;
	background:url(../images/gui_en/title_home_awards.png) no-repeat;
}

.fr #awardsBox .top
{
	height:39px;
	background:url(../images/gui_fr/title_home_awards.png) no-repeat;
}

#awardsBox .content
{
	background:url(../images/gui_common/home_awards_center.png) repeat-y;
}

#awardsBox .content img
{
	margin-left:25px;
}

#awardsBox .bottom
{
	height:13px;
	background:url(../images/gui_common/home_awards_bottom.png) no-repeat;
}

/* Sub Section Box */
img.subSecTitle
{
	margin:20px 0px 0px 45px;
}

.subSecBox
{
	background:url(../images/gui_common/portfolio_framebg.gif) repeat-y;
	width:650px;
	overflow:auto;
	margin-left:45px;
	margin-bottom:10px;
}

.subSecBox .top
{
	background:url(../images/gui_common/portfolio_frametop.gif) no-repeat;
	width:650px;
	height:10px;
	text-align:right;
}

.subSecBox .bottom
{
	background:url(../images/gui_common/portfolio_framebottom.gif) no-repeat;
	width:650px;
	height:10px;
	overflow:hidden;
}

.subSecBox .subSecBoxContent
{
	overflow:auto;
	padding:20px 0px 0px 0px;
}

.subSecBoxContent .subSecItem
{
	width:180px;
	height:180px;
	float:left;
	margin-left:19px;
	text-align:center;
}

html>body .subSecBoxContent .subSecItem
{
	margin-left:28px;
}

.subSecItem h1
{
	font-size:12px;
	font-weight:bold;
	margin:-3px 0px 0px 0px;
	padding:0px;
}

.subSecItem p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
	line-height:13px;
}


/* Our Properties */
.propertyBox
{
	background:url(../images/gui_common/properties/boxbg.png) repeat-y;
	width:700px;
	overflow:auto;
	margin:0px 0px 15px 20px;
}

.propertyBox .top
{
	background:url(../images/gui_common/properties/boxtop.png) no-repeat;
	width:700px;
	height:10px;
	margin-bottom:40px;
}

.propertyBox .bottom
{
	background:url(../images/gui_common/properties/boxbottom.png) no-repeat;
	width:700px;
	height:10px;
	overflow:hidden;
}

.propertyBox .top img.propertyName
{
	margin:-6px 0px 0px 253px;
}

.propertyBox .top a
{
	float:left;
}

.propertyBox .top img.cornerArrow
{
	margin-left:212px;
}

.propertyBox .content
{
	font-size:12px;
}

.propertyBox .content p
{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.propertyBox .content p.basic
{
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	margin:0px 15px;
	
}

.propertyBox .threeIcons
{
	margin:15px 0px;
	text-align:center;
}

.detectiveone
{
	font-size: 15px;
	color: #69A52A;
}

.hanshans
{
	font-size: 15px;
	color: #92781B;
}

.wumpaLinks
{
	text-align:center;
}

.wumpaLinks a
{
	margin-left:5px;
	margin-right:5px;
}

.documentation
{	
	font-size: 12px;
	font-weight:bold;
	color: #1B4668;
}

.documentation a
{
	color: #1B4668;
}

/* News Content */
.newsContent
{
	padding:0px 10px;
}

.newsContent h1
{
	font-size: 14px;
	font-weight: bold;
	margin:10px 0px 20px 0px;
	width:612px;
}

.newsContent p
{
	font-size: 12px;
}

.newsContent img
{
	float:left;
	margin-right:5px;
}




/* PDF links */


.pdf a:link
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}

.pdf a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}

.pdf a:hover,a:active
{
background-color:#7A991A;
}



/* Contact Us */
p.contactHeader
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px;
}

.personnelBox
{
	float:left;
	padding:10px 10px 10px 10px;
}

.personnelBox img
{
	float:left;
	margin:0px 5px 0px 0px;
}

.contactInfo
{
	font-size: 12px;
	text-align:justify;
}

.contactInfo p
{
	margin:5px 0px 0px 0px;
}

.personnelBox .contactInfo ul
{
	margin:15px 0px 0px 0px;
	padding-left:15px;
}
.personnelBox .contactInfo ul li
{
	list-style:disc;
	margin:0px;
	padding:0px;
}

ul#companyInfo
{
	font-size: 12px;
	list-style:none;
	margin:20px 0px;
	padding:0px;
	text-align:center;
	clear:left;
}

ul#companyInfo li
{
	margin-bottom:-5px;
	padding:0px;
}

html>/**/body ul#companyInfo li
{
	margin:0px;
}

/* MIGS 2009 */
div.migsSection
{
	font-family:Arial, Helvetica, sans-serif;
}

div.migsSection h1
{
	margin:0px;
	padding:0px;
	font-size:20px;
}

div.migsSection p
{
	font-size:13px;
	margin-top:15px;
}

img#migsBanner
{
	margin-top:-20px;
}

div#migsIntroBox
{
	margin-top:20px;
	margin-right:25px;
	margin-bottom:20px;
	margin-left:25px;
}

div#migsIntroBox h2
{
	margin:0px;
	padding:0px;
	font-size:16px;
}

img#vwm_logo_stage
{
	margin:0px 0px 15px 0px;
	float:right
}

div#migsIntroBox div.speakerDesc
{
	float:left;
	margin:5px;
	width:141px;
	text-align:center;
}

div#migsIntroBox div.speakerDesc p
{
	margin-top:5px;
	padding:0px;
	font-size:11px;
	font-style:italic;
}

div#synopsisBox
{
	margin:0px 20px;
}

/* Virtual World of Music */

div.vwmBox
{
	margin:0px 25px;
}

div#vwmHeader
{
	float:left;
	margin:15px 0px;
	overflow:hidden;
}

div.vwmBox h1
{
	float:left;
	margin:0px 0px 0px 15px;
	padding:30px 0px 0px 0px;
}

div.vwmBox div.sideImgWrapper
{
	float:right;
	margin:20px 2px 20px 15px;
	width:224px;
}

div.sideImgWrapper img
{
	margin-bottom:15px;
}

div.vwmBox div.sideTextWrapper
{
	margin-top:20px;
	width:440px;
}

div.sideTextWrapper h3
{
	margin:0px;
	padding:0px;
	font-size:15px;
}

div.sideTextWrapper p
{
	margin:0px 0px 10px 0px;
}

div.nextButton
{
	float:right;
	clear:both;
	margin:15px 20px 15px 0px;
}

div.nextButton *
{
	float:left;
}

div.nextButton p
{
	margin:6px 8px 0px 0px;
	padding:0px;
}

/* Mixing Studio */
div.mixingStudioItem
{
	clear:both;
	margin:0px auto 15px auto;
	width:540px;
	overflow:auto;
}

div.mixingStudioItem img
{
	float:left;
}

div.mixingStudioItem div.sideTextWrapper
{
	float:left;
	margin:0px 0px 0px 20px;
	width:285px;
}

div.mixingStudioItem div.sideTextWrapper h2
{
	margin:0px;
	font-size:14px;
}

div.mixingStudioItem div.sideTextWrapper h3
{
	margin:0px 0px 10px 0px;
	font-size:12px;
}

div.mixingStudioItem div.sideTextWrapper p
{
	font-size:12px;
}

div.migsSection h1.mixingStudioHeader
{
	float:left;
	margin:10px 0px 30px 0px;
	padding:0px;
	width:100%;
	font-size:20px;
	text-align:center;
}