/*Page clear*/
*
{
	margin:0; 
	padding:0; 
	text-align:justify
}

/*Base body layout properties text-align:center centers layout*/
body
{

	text-align:center; 
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/umCorp_main_site_background.jpg) left top repeat-x #fff;
	
}

/*basic style attributes for wrapping text around left aligned images*/
img
{
	border:0; 
	text-align:left; 
	vertical-align:top; 
	padding-bottom:5px; 
	padding-right:5px;
}

/*Base UL style*/
ul
{
	list-style:none;
}

/*2 Column float*/ 
.column
{
	float:left;
}

/*Clear 2 column layout*/
.clear
{
	clear:both;
}

/*Base body text properties*/
body
{
	font-family:Century Gothic, Arial, helvetica, sans-serif; 
	color:#666666; 
	font-size:0.85em; 
	line-height:1.33em;
}

.umcorp_footer_header
{
	font-family:Century Gothic, Arial, helvetica, sans-serif; 
	color:#ffffff; 
	font-size:.975em; 
	line-height:1.33em;
}

.umcorp_link_content
{
	font-family:Century Gothic, Arial, helvetica, sans-serif; 
	color:#ffffff; 
	font-size:.85em; 
	line-height:1.33em;
}

umcorp_link_page_content
{
	font-family:Century Gothic, Arial, helvetica, sans-serif; 
	color:#666666; 
	font-size:.85em; 
	line-height:1.33em;
}

umcorp_link_page_content a:link, a:hover, a:visited
{
	color:#ff6600;
}


.umcorp_link_content a:link, a:hover, a:visited
{
	color:#ff6600;
}

/*Base input and textarea style*/
input, textarea, select
{
	color:#7C7E73; 
	vertical-align:top; 
	text-align:left; 
	border: 1px solid #cccccc; 
	font:11px Century Gothic, Arial, helvetica, sans-serif;
}

/*Text alignment and divider styles*/
.tar
{
	text-align:right;
}
.in5
{
	padding-top:5px;
}
.in10
{
	padding-top:10px;
}
.in15
{
	padding-top:15px;
}
.in20
{
	padding-top:20px;
}
.in25
{
	padding-top:25px;
}

/*header image logo*/
img.headerLogo
{
	float:left;
}

/*header*/
#header
{
	height:52px;
}

/*block_1*/
.block_1
{
	width:740px;
	min-height:900px;
	padding:0px 0px 1px 1px;
}

/*content*/
.cont_bg
{
	height:75%
}

#content
{ 
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/contentBkg.png) left top repeat-y; 
	min-height:780px;
	width:780;
}

#contentJS
{ 
	
	min-height:780px;
	width:800;
}

#contentAS
{ 
	 
	min-height:780px;
	width:1200;
}



/*Main dropdown menu starts here*/
#info 
{
	background:#f8f8f8; 
	border:0;
}

.menu 
{
	width:780px; 
	height:52px; 
	position:relative; 
	z-index:100;
	/*border-right:1px solid #000;*/
	font-family:Century Gothic, Arial, helvetica, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:780px; 
	w\idth:779px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul 
{
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	width:130px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:138px; 
	height:52px; 
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px;*/ 
	/*background:#000;*/ 
	padding-left:10px; 
	line-height:45px; 
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	width:149px; 
	w\idth:138px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#215230;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#c9ba65;
}

.menu ul ul :hover > a.drop 
{
	background:#c9ba65;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:50px;
	left:0; 
	width:149px;
	/*border-top:1px solid #000;*/
}
/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background:#ebebeb;
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px;*/ 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:8px 10px; 
	width:128px;
	
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited 
{
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#ff6600; 
	/*background:#ff6600;*/
}
.menu :hover > a, .menu ul ul :hover > a 
{
	color:#ff6600; 
	/*background:#ff6600;*/
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
	visibility:visible;
}




/*Head shots for exec pics*/
img.execPic
{
	float:left;
	padding-right:7px;
	padding-bottom:5px;
}

img.partnerPic
{
	float:left;
	padding-right:7px;
	padding-bottom:5px;
}

img.caseStudyPic
{
	float:left;
	padding-right:7px;
	padding-bottom:5px;
}

 /* Side nav menu */
ul.sideMenu
{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Century Gothic, Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

ul.sideMenu li
{
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/sideNavBkg.jpg) left top no-repeat #fff;
	width:146px;/*DO NOT REMOVE maximum width which maintains even spacing between links */
	height:43px;
}

/*sets link style properties*/
ul.sideMenu a
{
	display:block;
	height:52px;
	line-height:3.2em;/*DO NOT REMOVE centers the links verticaly on the menu bar*/
	padding-left:2em;
	padding-right:2em;
	text-decoration:none;
	color:#666666;
}

/*sets link hover style properties*/
ul.sideMenu a:hover
{
	color:#ff6600;
}

/*sets backgroung image for example project menus*/
a.topNav
{
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/sideNavBkg.jpg) left top no-repeat #fff;
	width:146px;/*DO NOT REMOVE maximum width which maintains even spacing between links */
	height:43px;
}

/* Image Alignment and Padding */
img.partnerPic
{
	float:left;
	padding-right:7px;
	padding-bottom:5px;
}
 
img.analyticsPic
{
	float:right;
	padding-left:7px;
	padding-bottom:5px;
}       
        
.um_exec_question{	/* Styling question */
	/* Start layout CSS */
	color:#666;
	font-size:0.9em;
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/execTitleBkg.jpg) left top no-repeat #fff;
	/*background-color:#cccccc;*/
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height:30px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.um_exec_answer{	/* Parent box of slide down content */
	/* Start layout CSS*/
	width:605px;
	
	/* End layout CSS */
	color:#666;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.um_exec_answer_content /* Content that is slided down */
{	
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

       
.partnerHeaderBar
{
    /* Start layout CSS */
    color:#666;
    font-size:0.9em;
    background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/underlineHeaderBkg.jpg) left top no-repeat #fff;
    /*background-color:#cccccc;*/
    width:600px;
    margin-bottom:2px;
    margin-top:2px;
    padding-left:2px;
    height:30px;
    

}
.partnerContent{	

    width:600px;
    color:#666;
    position:relative;
    padding:1px;
    font-size:0.9em;	

}

.contactHeaderBar
{
	/* Start layout CSS */
	color:#666;
	font-size:0.9em;
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/underlineHeaderBkg.jpg) left top no-repeat #fff;
	/*background-color:#cccccc;*/
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:30px;
}

.developerHeaderBar
{
	/* Start layout CSS */
	color:#666;
	font-size:0.9em;
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/devUnderlineHeaderBkg.jpg) left top no-repeat #fff;
	/*background-color:#cccccc;*/
	width:570px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:30px;
}

.contactContent
{		
	width:600px;
	color:#666;
	position:relative;
	padding:1px;
	font-size:0.9em;	
}

.AScontactContent
{		
	width:980px;
	color:#666;
	position:relative;
	padding:1px;
	font-size:0.9em;	
}

.AScontactHeaderBar
{
	/* Start layout CSS */
	color:#666;
	font-size:0.9em;
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/ASUnderlineHeaderBkg.jpg) left top no-repeat #fff;
	/*background-color:#cccccc;*/
	width:980px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:30px;
}

.pressHeaderBar{/* Styling question */
	/* Start layout CSS */
	color:#666;
	font-size:0.9em;
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/underlineHeaderBkg.jpg) left top no-repeat #fff;
	/*background-color:#cccccc;*/
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:30px;	
}

.pressContent{	
	
	width:600px;
	color:#666;
	position:relative;
	padding:1px;
	font-size:0.9em;	
	
}

/* Side nav menu */
ul.serviceMenu
{
    margin:0;
    padding:0;
    list-style:none;
    font-family:Century Gothic, Arial;
    font-size:.8em;
    font-weight:normal;
    color:#666666;
}

ul.serviceMenu li
{
    background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/sideNavBkg.jpg) left top no-repeat #fff;
    width:180px;/*DO NOT REMOVE maximum width which maintains even spacing between links */
    height:43px;
}

/*sets link style properties*/
ul.serviceMenu a
{
    display:block;
    height:52px;
    line-height:3.2em;/*DO NOT REMOVE centers the links verticaly on the menu bar*/
    padding-left:2em;
    padding-right:2em;
    text-decoration:none;
    color:#666666;
}

/*sets link hover style properties*/
ul.serviceMenu a:hover
{
    color:#ff6600;
}

span.underLineBar{	/* Styling question */
	background:url(http://cdn4.phx.unicornapp.com/assets/corpImages/underlineHeaderBkg.jpg) left top no-repeat #fff;
	width:600px;
	height:30px;
}

/*Sample Bit Rate Styles*/
span.SBRHeader
{
    color:#FFFFFF;
    font-size:16px;
    font-family:helvetica, arial;
    
}    

h1.umcorp_3col_header
{
	margin-bottom:1px;
	font-family:Century Gothic, Arial;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}	
/*footer*/
.footer_bg{background-color:#000000;}
#footer{height:250px;color:#FFFFFF; font-size:0.91em; line-height:1.27em;}

.devFooter_bg{background-color:#000000; height:250px;}




