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


#mainWrapper {
	width: 800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

#topContainer {
	width: 800px; 
	margin-left:auto;
	margin-right:auto;
	height: 150px;
	}
#logoContainer {
	width: 240px;
	height: 150px;
	float: left;
	clear:none;
	}
#navigationContainer {
	width: 550px;
	height: 30px;
	float:right;
	clear:right;
	padding-top: 100px;
	padding-bottom: 20px;
	}
#headerJayo {
	margin-left:auto;
	margin-right:auto;
	}
#bodyContainer {
	width: 800px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}
#sidebarLeft {
	width:240px;
	min-height: 500px;
	float:left;
	clear:left;
	overflow: hidden;
	}
#contentRight {
	width: 540px;
	min-height: 500px;
	float:right;
	clear:right;
	padding-left: 10px;
	}
#footer {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #485818;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#footerJayo {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #485818;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#footerCentered {
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	}
#footerLeft {
	width: 240px;
	float: left;
	}
#footerPomni {
	width: 150px;
	float: left;
	clear: none;
	}
#footerBookmark {
	width: 200px;
	float: left;
	clear: none;
	}
	
/*  Talk Bubble Settings */

		
#rotator {
	width: 800px;
	height: 400px;
	margin-top: 20px;
	}
#iconContent {
	width: 540px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.iconContainer {
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	}
.agentPhoto {
	width:160px;
	padding:10px;
	height:200px;
	border:1px dotted #506A1A;
	float: left;
	clear: left;
	margin-top: 10px;
	background-image: url(../images/commentbg.jpg);
	background-repeat: repeat;
	}
.agentName {
	float: right;
	width: 320px;
	clear: right;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 10px;
	color: #93C431;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7FA92A;
	padding-bottom: 5px;
	padding-top: 10px;
	line-height: 16px;
	}
.agentContact {
	width: 340px;
	clear: right;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	}
.agentInfo {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

