html, body{
	height: 99%;
}

body{
	padding: 0px;
	margin: 0px;
	/*background: #fff url(../images/header.png) repeat-x;*/
	background: #c0c0c0 url(../images/body.png) center repeat-y;
	text-align: center;
	color: #555;
}

h3{
	padding: 0px;
	margin: 0px;
	margin: 5px 0px;
	font-size: 18px;
	color: #555;
}

.redButton{
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #98262d url(../images/button-right.png) right top no-repeat;
	font-size: 10px;
	font-weight: bold;
	float: right;
}

.redButton span{
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 20px 0px 15px;
	background: url(../images/button-left.png) left top no-repeat;
}

.red{ color: #97262d; }
.clearFloat{ *zoom: 1; }

.clearFloat:after{
	content: " ";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}

#template_wrapper, #topMenu{
	width: 960px;
}

#template_wrapper{
	padding: 0px 30px;
	/*border: 1px solid #535353;
	border-top: none;*/
	margin: 0px auto;
	background: url(../images/header.png) repeat-x;
	text-align: left;
	height: 100%;
}

#loginPopup{
	display: none;
}

/********************************* Login *********************************/
#login, #logout{
	position: absolute;
	background: #97262D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-left: 880px;
}

#login ul,
#logout ul{
	padding: 0px;
	margin: 0px;
}

#login li,
#logout li{
	list-style-type: none;
}

#login a,
#logout a{
	display: block;
	padding: 2px 20px;
	color: #fff;
	text-decoration: none;
}

/********************************* Top Content *********************************/
#template-header{
	display: block;
	height: 177px;
}

#contactUs{
	/*background: url(../images/contact-us.png) left bottom no-repeat;*/
	/*background-repeat: no-repeat;
			background-image: url(../images/contact-us.png);*/
	/* IE6 png transparency hack */
	/*_background-image: url(../images/pixel.gif);
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/joomla/templates/UVEC/images/contact-us.png',sizingMethod='crop');*/
	/* !IE6 png transparency hack */
	height: 95px;
	width: 241px;
	float: right;
	margin-top: 48px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

#contactUs span{
	display: block;
	color: #E8D22F;
	font-size: 20px;
}

#logo,
#logoText{
	float: left;
}

#logo{
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	/* IE6 png transparency hack */
	_background-image: url(../images/pixel.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/joomla/templates/UVEC/images/logo.png',sizingMethod='crop');
	/* !IE6 png transparency hack */
	width: 115px;
	height: 120px;
	margin-top: 10px;
}

#logoText{
	background-repeat: no-repeat;
	background-image: url(../images/uvec-site-logo.png);
	/* IE6 png transparency hack */
	_background-image: url(../images/pixel.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/joomla/templates/UVEC/images/uvec-site-logo.png',sizingMethod='crop');
	/* !IE6 png transparency hack */
	font-size: 32px;
	color: #fff;
/*	width: 290px;*/
	width: 400px;
	height: 120px;
	margin-top: 20px;
	padding-left: 20px;
	margin-left: 20px;
}

#logoText span{
	display: block;
	font-size: 16px;
}

#topMenu{
	padding: 0px;
	margin: 0px;
	clear: left;
	text-align: center;
	position: absolute;
	top: 145px;
}

#topMenu ul{
	padding: 0px;
	margin: 0px;
	margin: 0px auto;
	list-style-type: none;
}

#topMenu li{
	/*float: left;*/
	display: inline;
	padding: 0px 20px;
}

#topMenu a{
	color: #fff;
	text-decoration: none;
}

#topMenu a:hover{
	color: #E8D22F;
}

/********************************* Content *********************************/
#template-content{
	padding: 10px 0px;
	min-height: 475px;
}

h1, #template-content .componentheading{
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#template-content .componentheading{
	display: none;
}

/********************************* Bottom Content *********************************/
#template-footer{
	border-top: 1px solid #e7e7e7;
	padding: 10px 0px 30px 0px;
	*zoom: 1;
}

#template-footer:after{
	content: " ";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}

#template-footer .menu{
	display: block;
	float: left;
	width: 160px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#template-footer li:first-child{
	height: 25px;
}

#template-footer .separator{
	font-size: 12px;
	color: #444;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

#template-footer li{
	padding: 0px;
	margin: 0px;
	height: 15px;
}

#template-footer .menu a{
	color: #888;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
}
