html { background-color: #26324c; }


body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Myriad", Helvetica, Arial, sans-serif;
	background: rgb(76,100,151); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,100,151,1) 0%, rgba(38,50,76,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,100,151,1)), color-stop(100%,rgba(38,50,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,100,151,1) 0%,rgba(38,50,76,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,100,151,1) 0%,rgba(38,50,76,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,100,151,1) 0%,rgba(38,50,76,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,100,151,1) 0%,rgba(38,50,76,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c6497', endColorstr='#26324c',GradientType=0 ); /* IE6-9 */
	}
	
#outerdiv {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	}
	
p {
	margin: 0;
	padding: 0 0 1em 0;
	}

	header {
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
		height: 55px;
		background: transparent url(../img/utrLogo_sm.png) 50% 100% no-repeat;
		text-indent: -9999px;
		}
	
	section {
		margin: 0 auto 10px;
		padding: 0;
		width: 260px;
		height: 260px;
		background: transparent url(../img/bkgdCircle_sm.png) 0 0 no-repeat;
		text-align: center;
		}
		
		section h1 {
			margin: 0 auto;
			padding-top: 65px;
			width: 85%;
			font-size: 21px;
			color: #555;
			font-weight: 100;
			}
			
			section h1 em {
				font-style: italic;
				font-size: 24px;
				color: #84add8;
				}
	
		section p {
			margin: 0 auto;
			padding-top: 20px;
			width: 85%;
			font-size: 14px;
			color: #777;
			}
	
	footer {
		margin: 0 auto;
		padding: 20px 0 40px;
		width: 280px;
		height: auto;
		text-align: center;
		font-size: 15px;
		font-weight: 100;
		color: #fff;
		position: relative;
		}
		
		footer p.address { display: none; }
			
		footer a {
			color: #fff;
			text-decoration: none;
			}
			
			footer a.phone,
			footer a.email {
				margin: 0 10px;
				padding-left: 38px;
				height: 39px;
				line-height: 39px;
				display: inline-block;
				background-position: 0 50%;
				background-repeat: no-repeat;
				background-image: url(../img/iconPhone.png);
				}
			
			footer a.email {
				background-image: url(../img/iconEmail.png);
				}
		
		footer .social {
			margin: 0 auto;
			width: 100%;
			text-align: center;
			}
		
			footer a.linkedin,
			footer a.twitter {
				margin: 0 3px;
				width: 30px;
				height: 29px;
				line-height: 29px;
				text-indent: -9999px;
				display: inline-block;
				background-position: 0 50%;
				background-repeat: no-repeat;
				background-image: url(../img/iconLinkedIn.png);
				}
			
			footer a.twitter {
				background-image: url(../img/iconTwitter.png);
				}
	.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */


@media screen and (min-width : 640px) {

	header {
		margin: 0 0 40px;
		height: 108px;
		background: transparent url(../img/utrLogo.png) 50% 100% no-repeat;
		}
	
	section {
		margin: 0 auto 40px;
		width: 427px;
		height: 427px;
		background: transparent url(../img/bkgdCircle.png) 0 0 no-repeat;
		}
		
		section h1 {
			padding-top: 120px;
			width: 75%;
			font-size: 37px;
			}
			
			section h1 em {
				font-size: 40px;
				}
	
		section p {
			padding-top: 30px;
			width: 75%;
			font-size: 18px;
			}
	
	footer {
		margin: 0 auto 80px;
		padding: 20px 0 10px 0;
		width: 580px;
		border: 1px solid #84add8;
		font-size: 17px;
		}
		
		footer p.address { display: block; }
			
			footer a.phone,
			footer a.email {
				height: 29px;
				line-height: 29px;
				}
		
		footer .social {
			width: 100%;
			text-align: center;
			position: absolute;
			bottom: -50px;
			}
		
	}