/* CSS Document */

/* UC Global Style Guide */

body{
	background-color:#000000;
	background-image:url(IMG/body-bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	a:link {
	color:#CC0000;
	text-decoration: none;
	}
a:visited {
	text-decoration:underline;
	color:#999999;
	}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
	}
a:active {
	text-decoration: none;
	}
	
img{
	border:none;
	}
	
.wrap{
	margin:0 auto;
	width:800px;
	}
	
hr{
color:#666666;
border:none;
background-color:#333333;
height:5px;
clear:both;
}

/*Header*/

#header{
	height:244px;
	background-image:url(IMG/images/header_01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.headerLogo{
	float:left;
	width:600px;
}	

.altHeaderButtons{
float:right;
width:160px;
padding-top:0px;
}
	
/*Navigation */

#mainNav{
	background-image:url(IMG/images/nav_02.jpg);
	background-repeat:repeat-y;
	height:112px;
	}
	
		#vdividermenu ul{
		margin: 0;
		padding: 0;
		margin-bottom: 1em;
		float: left;
		width: 100%;
		}
		
		* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
		width: 99%;
		}
		
		#vdividermenu ul li{
		display: inline;
		}
		
		#vdividermenu ul li a{
		float: left;
		text-decoration: none;
		}
		
		#vdividermenu ul li a:visited{
		}
		
		#vdividermenu ul li a:hover{
		color: black;
		background-image:url(IMG/images/navOver_10.jpg);
		height:112px;
		}
		
/*Main Container */

#leftContainer{
	float:left;
	width:500px;
	min-height:310px;
	margin-bottom:100px;
	}
	
	#leftContainer img{
	border: 10px solid #333333;
	margin:0 10px 10px 0;
	}
	
		.leaders{
	border: 5px solid #333333;
	margin:0 10px 10px 0;
	float:left;
	}
	
	#leftContainer h1{
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:0;
	margin:0;	
	}
	
	#leftContainer p{
	line-height:22px;
	}
	
		.highlight{
		background-color:#333;
		padding:0 2px 0 2px;
		background-image: url(IMG/h1-bg.png);
		background-repeat:repeat-x;
		}
	
#rightContainer{
	float:right;
	width:290px;
	min-height:310px;
	margin-bottom:100px;
	padding-top:20px;
	}
	
.leftHalf{
	width:390px;
	float:left;
	padding-right:10px;
	}
	
.rightHalf{
	width:390px;
	float:right;
	padding-left:10px;
	padding-top:30px;
	}
	

	
	
/*Footer */

	#footer{
	background-image:url(IMG/images/footerBg_05.jpg);
	background-repeat:no-repeat;
	height:162px;
	width: 800px;
	overflow:hidden;
	padding-bottom:35px;
	clear:both;
	}
	
		#footer-left {
		float:left;
		width:220px;
		}
		
			#footer-left img{
			padding:10px;
			}
			
			#footer-left p{
			padding: 0 10px 10px 10px;
			font-size:24px;
			}
		
		#footer-right {
		float:right;
		width:257px;
		}
		
			
		
		#footer-center {
		margin-left:220px;
		margin-right:257px;
		padding-left:1px;
		padding-right:1px;
		}
		
			#footer-center img{
			padding: 10px 0 10px 0;
			}
		
		.heightfix:before {
		content:'.';
		display:block;
		visibility:hidden;
		height:0;
		}
		
		.copyright{
		font-size:10px;
		float:right;
		text-align:right;
		color:#666666;
		}
		

/* Sidebar Menu */

.wireframemenu{

width: 290px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 290px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
}

.wireframemenu a:visited{
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{

}

/*Misc */

.right {
float: right;
}

.left {
float:left;
}

/*Step Carousel Viewer */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #333;
overflow: scroll; /*leave this value alone*/
width: 780px; /*Width of Carousel Viewer itself*/
height: 258px; /*Height should enough to fit largest content's height*/
margin:0 auto;
float:left;
margin-bottom:10px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 800px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#contact-form{
	color:white;
	padding-left:40px;
}

#contact-form input, #contact-form textarea{
	background-color:#666666;
	border:3px solid #333;
	color:#FFFFFF;
	font-size:16px;
	padding:5px;
	}
	
	

