@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#topBar {
	background-image: url(images/topBar.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	width: 900px;
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
.footer {
	background-color:#666666;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
.footer-inside {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

.left{
	float:left;
	clear: both;
}
.left-photo{
	float:left;
	clear: both;
	margin-right: 15px;
}
.right {
	float:right;
	clear: both;
}
.clear {clear:both;}

#logo {
	float: left;
	clear:both;
	width:135px;
	height:130px;
	margin-top: 10px;
}
.menu {
	width:700px;
	height:90px;
	background-image:url(images/menuBG.gif);
	float:right;
	background-repeat: repeat-x;
	background-position: top;
}
.menu ul /*  links,no underline  */  {
	text-align: center;
	list-style-image: none;
	padding: 0;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu li /*  links line in a row  */  { display: inline }
.menu a /*  links font no underline  */  {
	color: #535353;
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.menu a:hover {
	background-color: #4C82C3;
	padding-top: 40px;
	color: #FFFFFF;
}
#showcaseBox {background-image:url(images/showcaseBG.gif); width:900px; height:246px;}
#showcase {width:404px; height:231px;}

#infoContainer {
	width:900px;
	height:240px;
}

#infoLeft {
	width: 228px;
	height:220px;
	float:left;
	background-color: #EBEBEB;
	margin: 0px;
	padding: 10px;
}
#infoCenter {
	background-color: #EBEBEB;
	width: 228px;
	height:220px;
	margin-top: 0px;
	margin-right: 78px;
	margin-left: 78px;
	float:left;
	padding: 10px;
}
#infoRight {
	background-color: #EBEBEB;
	width: 228px;
	height:220px;
	float:left;
	margin: 0px;
	padding: 10px;
}
#infoLeft a {color:#4C82C3; text-decoration:none;}
#infoRight a {color:#4C82C3; text-decoration:none;}
#infoCenter a {color:#4C82C3; text-decoration:none;}

#infoLeft a:hover {color:#4C82C3; text-decoration:underline;}
#infoRight a:hover {color:#4C82C3; text-decoration:underline;}
#infoCenter a:hover {color:#4C82C3; text-decoration:underline;}


#pages {
	background-image:url(images/showcaseBG.gif);
	width:880px;
	background-color: #EBEBEB;
	background-position: bottom;
	min-height:250px;
	padding: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#pages a {
	color:#4C82C3;
}
#pages-sidebar {
	width:400px;
	float:right;
	margin-left: 10px;
}


h1 {
	font-size:20px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#greyLine {
	color:#999999;
	background-color:#999999;
}
.style1 {color: #4C82C3}
#homeText {
	margin: 10px;
	width: 440px;
	padding: 0px;
	float: right;
}
#homeText p{
	line-height:32px;
}
p {
	font-size: 14px;
	line-height: 20px;
}

