@charset "UTF-8";

/* Global Tags */
body {
	margin: 0px;
	background-color:#c9bc97;
}
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
p {
	line-height:18px;
}
html, body {
	height:100%;
}
strong {
	font-weight:bold;
}
b {
	font-weight:bold;
}
em {
	font-style:italic;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover { 
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}
form {
	text-align:left;
	vertical-align:top;
}

/* DIV ID styles */
#container {
	margin:0px auto;
	width:940px;
}
#contentcontainer {
	width:940px;
	padding-top:20px;
	margin:0 auto;
}
#logo {
	float:left;
	margin:0;
	width:223px;
	height:296px;
}
.logo0 {
	background:url(../images/xenialogo.jpg) top left no-repeat;
}
.logo1 {
	background:url(../images/xenialogo1.jpg) top left no-repeat;
}
.logo2 {
	background:url(../images/xenialogo2.jpg) top left no-repeat;
}
.logo3 {
	background:url(../images/xenialogo3.jpg) top left no-repeat;
}
.logo4 {
	background:url(../images/xenialogo4.jpg) top left no-repeat;
}
#logo a {
	display:block;
}
#logo a#ul { width:50%; height:33%; float:left; }
#logo a#ur { width:50%; height:33%; float:right; }
#logo a#ll { width:50%; height:57%; float:left; }
#logo a#lr { width:50%; height:57%; float:right; }
#banner {
	float:right;
	width:700px;
	background:none;
}
#title {
	float:right;
	margin:0 0 15px 15px;
	padding-left:10px;
	width:690px;
	background-color:#BAA778;
	height:50px;
	text-align:left;
	font:Helvetica;
	letter-spacing:-2pt;
	line-height:normal;
	text-transform:capitalize;
	font-size:45px;
	font-weight:bold;
	color:black;
}
#content {
	clear:both;
	width:100%;
	height:250px;
	padding-top:20px;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	line-height:18px;
	color:black;
}
#column1 {
	display:block;
	float:left;
	width:298px;
	height:227px;
	background:url(../images/homeboxbg.jpg) top no-repeat;
}
#column2 {
	display:block;
	float:left;
	width:298px;
	height:227px;
	margin-left:23px;
	background:url(../images/homeboxbg.jpg) top no-repeat;
}
#column3 {
	display:block;
	float:left;
	width:298px;
	height:227px;
	margin-left:23px;
	background:url(../images/homeboxbg.jpg) top no-repeat;
}
.infoboxtitle {
	font-size:18px;
	color: black;
	font-weight:bold;
	letter-spacing:-.5px;
	padding:10px 0 10px 10px;
}
.infoboxfooter {
	padding:0 0 0 10px;
}
#content div {
	font-size:12px;
	color: black;
	font-weight:normal;
	letter-spacing:0px;
	line-height:14px;
}
#content div ul {
	letter-spacing:-.5pt;
	line-height:20px;
	margin:0 0 0 0;
	padding:15px 0 25px 10px;
	height:120px;
}
#content div#column3 ul {
	line-height:normal;
}
#footer {
	height:250px;
	background:url(../images/xeniafootergrad.png) bottom repeat-x;
	background-color:#2B0000;
	clear:both;
	color:white;
	font:12px normal Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	border-top:3px solid black;
	padding-top:30px;
	padding-bottom: 45px;
}
#footer a {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footerContact {
	float:none;
	width:960px;
	margin:0 auto;
	font-size: 12px;
	color: white;
}
#footerContact .contactTitle {
	float:left;
	color:#FFFFFF;
	font-size:18px;
	width:150px;
	font-weight:bold;
	text-align:left;
	letter-spacing:-.5px;
	padding:15px 0 10px 0;
	margin-left:190px;
}
#footerContact ul#contactName {
	clear:left;
	text-align:right;
	float:left;
	padding:0 20px 0 0;
	font-weight:bold;
	line-height:1.5em;
	margin-left:190px;
}
#footerContact ul#contactDetail {
	text-align:left;
	float:left;
	padding:0;
	font-weight:normal;
	line-height:1.5em;
}
#footerMap {
	/* width:310; */
	height:213;
	float:none;
	margin:0 0 0 100px;
}
#footerCopyright {
	clear:both;
	margin-top:45px;
	text-align:center;
	padding-left:30px;
	font-size:11px;
}
#menu {
	width:100%;
	height:128px;
	padding:0px;
	margin:0px;
	background-image:url(../images/headerbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}