@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.1em;
	background-image: none;
	background-repeat: repeat;
	color: #03C;
	background-color: #CCC;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper {
	width: 800px;
	border: thin none #666;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	padding-top: 0px;
	background-image: url(images/bodyBkgrd.png);
	background-repeat: no-repeat;
}
#header {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-image: url(images/UC_headerbkgrd.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 800px;
	background-position: bottom;
	margin-top: 10px;
}
#header #UC_logo {
	padding-left: 55px;
	margin-top: 5px;
}
.header_p {
	font-size: 0.8em;
	margin-top: -10px;
	margin-right: 80px;
	margin-left: 25px;
	color: #FFFFFF;
}
#navbar {
	background-color: #92D050;
	height: 33px;
}
.telephone {
	font-size: 1.5em;
	text-align: center;
	word-spacing: .25em;
	color: #FFF;
}

#mainSect {
	background-image: url(images/home_imageRevised.png);
	background-repeat: no-repeat;
	height: 255px;
	background-color: #92D050;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	width: 800px;
}
.home_main {
	font-size: .9em;
	text-align: center;
	padding-top: 215px;
	margin-top: 0px;
}
.phone {
	font-size: 1.1em;
	color: #33F;
}
.underline {
	border-bottom-width: thin;
	border-bottom-style: none;
	text-decoration: underline;
}
#demo_video {
	width: 176px;
	float: left;
	height: 180px;
	background-color: #92D050;
}
.demoVid {
	text-align: center;
	padding-top: 55px;
}
#footer {
	float: left;
	width: 624px;
	height: 180px;
	clear: none;
	background-color: #92D050;
}
#footer p {
	font-size: 1.2em;
	padding-left: 0px;
	text-align: center;
	color: #2A437E;
	margin: 0px;
}
#wrapper #footer2 {
	color: #000;
	clear: both;
	font-size: .70em;
	float: none;
	text-align: left;
	width: 780px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

#contactMain {
	float: right;
	width: 125px;
	clear: none;
	height: 180px;
	background-color: #92D050;
	margin-right: 0px;
	padding-right: 0px;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
.contactUs {
	color: #FF0;
	text-align: right;
	padding-top: 95px;
	padding-right: 7px;
	font-size: 1.1em;
	margin-right: 7px;
}
#demo_video .demoVid a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #000;
}
a:link {
	color: #FFF;
}
#contactMain .contactUs a {
	color: #000;
	letter-spacing: 0.25em;
	font-size: 0.95em;
	text-decoration: none;
	text-align: center;
}
