@charset "utf-8";
/* CSS Document */

#EM_manager_main_div {
	width: 900px;
}
#EM_manager_main_container {
	background-color: #f0f0f0;
}
/********************************************/
/* FONTS AND HEADINGS						*/
/********************************************/

body, p, li {
	font-family:'Myriad Pro', 'Myriad Roman', 'Myriad', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #801010;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
.pipe {
	padding: 0px 5px;
}
.lined {
	border-bottom: 1px solid #000000;
}
.right {
	position: relative;
	float: right;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 12px;
	font-weight: normal;
	font-size: 30px;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-color: white;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #643814;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #643814;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f26722;
	font-size: 110%;
	padding: 0;
	margin: 0
}

/********************************************/
/* MAIN STRUCTURE 							*/
/********************************************/

body {
	background-image: url(/images/document-background.png);
	height:100%;
	font-family: Corbel, Calibri,sans-serif;
	font-size: 15px;
	margin: 0px;
}
#banner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/banner-background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 207px;
}
#banner_logo {
	width: 950px;
	padding: 20px 0 0 6px;
	margin-left: auto;
	margin-right: auto;
}
#slideshow_banner {
	position: relative;
	width: 100%;
	height: 300px;
	background-image:url(/images/slideshow-background.png);
	background-repeat: repeat-x;
}
#slideshow_flourish {
	position: relative;
	width: 950px;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/slideshow-flourish.png);
	background-repeat: no-repeat;
	background-position: right;
}
#slideshow_frame {
	position: absolute;
	width: 526px;
	height: 254px;
	left: 0px;
	top: 25px;
	background-color: black;
	background-image: url(/images/frame-background.png);
	background-repeat: no-repeat;
}
#slideshow_text {
	position: relative;
	float: right;
	width: 340px;
	height: 180px;
	margin-top: 70px;
	padding: 0 40px;
	color: white;
	text-align: center;
}
#main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#left {
	position: relative;
	float: left;
	width: 535px;
	padding-top: 20px;
}
#one_column {
	position: relative;
	float: left;
	width: 915px;
}
.column {
	position: relative;
	float: left;
	width: 255px;
	min-height: 200px;
	margin-top: 80px;
	margin-right: 7px;
}
.text {
	padding: 0 15px;
}
.box1 {
	width: 255px;
	min-height: 200px;
	background-image: url(/images/column-middle.png);
}
#text_agent {
	width: 215px;
	padding: 0 20px;
	background-image: url(/images/icon-background-agent.png);
	background-repeat: no-repeat;
	background-position: 90% 100%;
}
#text_news {
	width: 215px;
	padding: 0 20px;
	background-image: url(/images/icon-background-news.png);
	background-repeat: no-repeat;
	background-position: 90% 100%;
}
#text_products {
	width: 215px;
	padding: 0 20px;
	background-image: url(/images/icon-background-products.png);
	background-repeat: no-repeat;
	background-position: 90% 100%;
}

p.ribbon {
	position: relative;
	left: -17px;
	width: 234px;
	height: 37px;
/*	background-image: url(/images/ribbon.png);
*/	padding-top: 2px;
	padding-left: 15px;
	margin: 0px;
	z-index: 7000;
}
img.ribbon {
	position: relative;
	left: -30px;
	top: -7px;
}
.ribbon_long {
	position: relative;
	left: -17px;
	width: 715px;
	height: 39px;
	background-image: url(/images/ribbon-long.png);
	padding-top: 2px;
	padding-left: 15px;
	margin: 0px;
	z-index: 7000;
}
.ribbon_icon {
	position: absolute;
	left: 190px;
	top: 4px;
	z-index: 9000;
	
}
#right_sidebar {
	position: relative;
	float: right;
	width: 340px;
	background-color: #eae9e9;
	padding: 20px 15px;
	
}
#footer {
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	background-color: #000000;
}
#footer_text {
	position: relative;
	width: 850px;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	text-align: center;
	padding-right: 100px;
	margin-left: auto;
	margin-right: auto;
}
#footer_logo {
	position: absolute;
	right: 0px;
	top: -34px;
}
#footer_text p {
	color: #ffffff;
}
#footer_text a{
	color: white;
}
#footer_text a:hover{
	color: #a4cd39;
}

/********************************************/
/* LEFT SIDEBAR 							*/
/********************************************/



/*********************************************************************/
/* NAVIGATION                                                        */
/*********************************************************************/

#menubar {
	position: absolute;
	top: 170px;
	clear:both;
	width:100%;
	height: 37px;
	background-image:url(/images/menu-background.png);
	background-repeat: repeat-x;
}
#navbar {
	width: 950px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 950px;
    margin:0;
	padding:0;
	position:relative;
}
#nav li {
	height: 37px;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-image:url(/images/menu-divider.png);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a {
	display:block;
	font-family:'Myriad Pro', 'Myriad Roman', 'Myriad', Arial, Helvetica, sans-serif;
	line-height: 37px;
	margin:0;
	padding: 0 20px;
	color: white;
	text-decoration:none; 
	text-align: center;
	font-size: 12px;
}
#nav li a:hover {
	color:#FFFFFF;
	background-image:url(/images/menu-rollover.png)
}
#nav ul {
    position: absolute;
	top: 25px;
    width: 170px;
	margin: 0px;
	list-style:none;
	padding-left: 0px;
	background-color: #dbdbdb;
	line-height: 30px;
    display: none;
	z-index: 9000;
}
#nav ul li a {
	width: 160px;
	line-height: 25px;
	margin:0;
	padding-left: 10px;
	color:#000000;
	text-decoration:none;
	font-family: Myriad Pro;
	font-size: 14px;
	text-align: left;
}
#nav ul li a:hover {
	color:#ffffff;
	background-color: #b4b4b4;
	background-image: none;
}
#nav ul ul {
	top:auto;
}	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display:block;
}

/*********************************************************************/















#manager_banner {
	position: relative;
	width: 900px;
	height: 179px;
	background-image:url(/images/bgGrad.jpg);
	background-repeat:repeat-x;
}
a:hover {
	text-decoration: underline;
}
#top, #top_old{
	height:25px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#top a, #top_old a {
	text-decoration: none;
	color: #3a3a39;
}
#top a:hover, #top_old a:hover {
	text-decoration: none;
	color: #f26722;
}
#top h6, #top_old h6 {
	color: #3a3a39;
	font-size: 14px;
	position:relative;
	float: right;
	top: -30px;
	right: 10px;
	border: none;
	font-weight: normal;
}
#top_old h6 {
	top: 3px;
	right: 0px;
}
#header{
	background-image:url(/images/banner.gif);
	width:900px;
	height:154px;
	margin-left: auto;
	margin-right: auto;
}
#header a{
	text-decoration:none;
	color: white
}
#header a:hover{
	text-decoration: none;
	color: #a4cd39
}
#leftFluff{
	float:left;
	width: 111px;
	padding-top: 20px;
}
#conTop{
	background-image:url(/images/mainTop.png);
	width:700px;
	height:26px;
}
#conMiddle{
	background-image:url(/images/mainMiddle.png);
	background-repeat:repeat-y;
	width:700px;
}
#conBottom{
	background-image:url(/images/mainbottom.png);
	width:700px;
	height:26px;
}
#contentBody{
	float:left;
	width:700px;
}
#tabs{
	position: relative;
	float: left;
	width: 111px;
	left: -10px;
	padding-top: 40px;
}
#stretch{
	clear:left;
}
#tab1{
	/*position:relative;
	top:-738px;*/
}
#tab2{
	/*position:relative;
	top:-608px;
	left:-62px;*/
}
#rightSwirl{
	/*position:relative;
	top:-310px;
	left:-123px*/
}
#rightSwirlSub{
	position:relative;
	left:0px;
}
#contentTxt, #contentTxtfront{
	width: 645px;
	float: left;
	clear: both;
	padding-left: 30px;
}
#contentTxt {
	min-height: 500px;
}
#contentIndent{
	width: 600px;
	float: left;
	clear: both;
	padding-left: 15px;
}
#contentBottom{
	width: 645px;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-left: 30px;
}
#content2C{
	width: 620px;
	float: left;
	clear: both;
	margin-left: 30px;
	background-image: url(/images/constripe.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#contentLC {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
	clear: left;
}
#contentRC {
	margin: 0;
	padding: 0;
	width: 280px;
	float: right;
	clear: right;
}
.viewall {
	width: 82px;
	float: right;
	/*height: 175px;*/
}
.viewall a {
	color: #f26722;
}
.arrow {
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	width: 15px;
	height: 12px;
}
.contentRightPic {
	position: relative;
	left: 170px;
	margin-left: -140px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#calendar {
	width: 158px;
	height: 158px;
	margin-top: 15px;
	margin-left: 15px;
}
#back a{
	color:#f26722;
	text-decoration:none;
	float:right;
}
.subHead{
	color:#f26722;
	padding-top:10px;
}
#bottom {
	margin-top: 30px;
	height:90px;
	background-color: #3a3a39;
}
#flash_banner {
	width: 646px;
	height: 292px;
	margin-bottom: 20px;
}
#button1, #button2, #button3, #button4 {
	position: relative;
	float: left;
	width: 130px;
	height: 54px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	padding-top: 35px;
	padding-right: 10px;
}
#button1 a, #button2 a, #button3 a, #button4 a {
	font-size: 11px;
}
#button1 {
	background-image: url(/images/button1.gif);
}
#button2 {
	background-image: url(/images/button2.gif);
}
#button3 {
	background-image: url(/images/button3.gif);
}
#button4 {
	background-image: url(/images/button4.gif);
}





/************************************************/
/*	Calendar									*/
/************************************************/
/*.mini_calendar_title {
	color: #000000;
}
.EM_mini_calendar_days {
	color: #000000;
}
.EM_mini_calendar_line {
	color:#000000;
	border-bottom: 1px solid #000000;
}
.EM_mini_calendar_numbers a {
	font-family: "OCR A Std", "OCR A Extended", Monospace;
	color: #000000;
	text-decoration: none;
}
.EM_mini_calendar_shaded {
	background-color: #666666;
}
.EM_mini_calendar_shaded a {
	color: #000000;
}

#EM_manager_main_div {
	width: 800px;
}
*/

