@charset "utf-8";
/* CSS Document 
Adapted from UPH's customized Wordpress Default stylesheet style.css
*/

body {
margin: 0 0 20px 0;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

.wrapper {
  background-color: #ffffff;
  margin: 20px auto;
  padding: 0;
  border:none;
  width: 772px;
}

.support_top {
 width: 772px;
 height: 352px;
 display: none;
}
.top {
	text-align: right;
	width: 752px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 9px;
	padding-right: 11px;	
}

.top a:link {
	color: #000000;
	text-decoration: none;
}

.top a:visited {
	color: #000000;
	text-decoration: none;
}

.top a:hover {
	color: #700529;
	text-decoration: none;
}

.topbar {
	background-color: #000000;
	width: 772px;
	height: 5px;
	margin-top: -18px;
	/*margin-top: 3px; */ /* bar below top links */	
}

#navbar {
	width: 752px;
	height: 15px;
	padding-top: 27px;
	margin-top: 4px;
	margin-left: 9px;
	/*background-image: url(images/logo.jpg);*/
	background-repeat: no-repeat;
	text-align:right;
}

#logo {
margin-top: -27px;	
}

#navbar a:link {
	color: #700529;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 17px;
}

#navbar a:visited {
	color: #700529;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 17px;
}

#navbar a:hover {
	color: #313131;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 17px;
}

#horizbar {
	background-color: #c0c0c0;
	height: 1px;
	width: 752px;
	margin-left: 9px;
	/*margin-bottom: 31px;*/
	line-height: 0;
	font-size: 0px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header {
	background-color: #000000;
	padding: 0;
	height: 250px;
	width: 752px;
	margin-left: 9px;
	margin-top: 31px;
	}


.headerimg {
	margin: 0;
	height: 250px;
	width: 530px;
	/*background-image:url(images/mainimg.jpg);*/
	float: left;
	}

#headerright {
	width: 185px;
	padding-left: 22px;
	padding-right: 15px;
	height: 250px;
	color: #ffffff;
	float: left;
}

#headerright a:link {
	color: #ffffff;
	text-decoration: underline;
}

#headerright a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#headerright a:hover {
	color: #cccccc;
}

.headerright_support {
	background-color: #504738;	
}

#headerright h1 {
	font-size: 36px;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	color: #ffffff;
}

.clearall {
	clear: both;	
}

.contentwrapper {
	float: left;
	width: 752px;
	padding-left: 9px;
	background-image: url(wp-content/themes/default/images/render.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	font-family: Arial, Helvetica, sans-serif;
}

.contentwrapper h1 {
	font-size: 18px;	
}

.footer {
    padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	width: 772px;
	/* border-top: solid #000000 5px; */ /* border above */
	border-bottom: solid #000000 5px;
	margin-bottom: 20px;
	float: left;	
}

.footer p {
	margin: 0;
	margin-top: 2px;
	padding: 0px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: boldest;	
}

#tagline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 8px;
}
