/* Default Styles */
body, td {
	color:#000000;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}

body, form, table, td, th, img, p, hr, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	border:0;
}

img, hr { border: 0; }
img.SiteImage {
	border:1px solid #949FA3;
	padding:3px;
	float:left;
	background-color:#B8CC6D;
	margin-right:5px;
}

h1 {font-size:22pt; font-weight:bold; color:#000000; font-family:Arial, Helvetica, sans-serif; }
h2 {font-size:22pt; font-weight:normal; color:#000000; font-family:Arial, Helvetica, sans-serif; }
h3 {font-size:16pt; font-weight:bold; color:#000000; font-family:Arial, Helvetica, sans-serif;  }
h4 {font-size:16pt; font-weight:normal; color:#000000; font-family:Arial, Helvetica, sans-serif; }
h5 {font-size:12pt; font-weight:bold; color:#000000; font-family:Arial, Helvetica, sans-serif; }

ul {padding:0 10px; margin:10px 0;}
li {font-weight:bold; list-style-type: square;}

hr {
	height: 1px;
	border-top: 1px solid #B8CC6D;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color:#B8CC6D;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

input, textarea, select {
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;	
	background-color:#FFFFFF;
	border:1px solid #B8CC6D;
}

/* Float Containers Fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/*Hides from IE-mac\*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/*Hides from IE-mac\*/

/* Content Layout Styles */
#Body {
	text-align:center;
	background-color:#01445F;
}

#BodyWrapper {
	background-image:url('Images/HeaderBg.jpg');
	background-repeat:repeat-x;	
}

#LayoutBody {
	background-image:url('Images/FooterBg.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:40px;
	min-height:500px;
	height:auto !important;
	height:500px;	
}

#HeaderLine {
	background-image:url('Images/HeaderLine.jpg');
	background-repeat:repeat-x;
	background-position:0 92px;
}

.LayoutWrapper {
	margin:0 auto;
	text-align:left;
	width:995px;
}

#FooterWrapper {
	background-color:#5E9693;
	height:63px;
	padding-top:10px;
	padding-bottom:20px;
	overflow:hidden;
}

#ContentWrapper {

}

#ContentWrapper #LeftSide {
	width:461px;
	float:left;
}

#ContentWrapper #RightSide {
	width:534px;
	float:left;
	padding-top:65px;
	#padding-top:63px;	
	_padding-top:63px;
}

#ContentWrapper #LeftSide #SiteLogo {
	width:461px;
	height:250px;
}

#ContentWrapper #LeftSide #SiteLogo img {
	width:inherit;
	height:inherit;
}

#ContentWrapper #RightSide #SearchLogin {
	text-align:right;
	color:#FFFFFF;
}

#ContentWrapper #RightSide #SearchLogin a {
	color:#FFFFFF;
	font-weight:bold;
	background-image:url('Images/SearchBtn.gif');
	background-repeat:repeat-x;
	padding:2px 5px;
	margin-right:2px;
}

#ContentWrapper #RightSide #SearchLogin label,
#ContentWrapper #RightSide #SearchLogin input {
	display:none;
}

#ContentWrapper #RightSide #SearchLogin input.SearchTextBox {
	width:140pt;
	padding:1px 4px;
	display:inline;
}

#FooterWrapper #UnityLogo {
	width:60px;
	height:63px;
	float:left;
}

#FooterWrapper #FooterLinks {
	width:915px;
	height:63px;
	float:left;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:20px;
}

#FooterWrapper #FooterLinks a { color:#EDF1F4; font-weight:normal; padding:0 5px; }
#FooterWrapper #FooterLinks ul { margin:0; padding:0; }
#FooterWrapper #FooterLinks ul li { display:inline; list-style:none; }
#FooterWrapper #FooterLinks ul li a { font-weight:bold; }
#FooterWrapper #FooterLinks a.FooterLinks { font-size:8pt; }

/* Content Layout Styles End*/