@charset "utf-8";

/* ========== BACKGROUND ========== 

body {
	background: #0e0d0c url(../images/background.jpg) repeat-x top;
}

/* ========== BASIC TEXT STYLES ========== */

body, td {
	color: #333333;
	font: 9pt Tahoma, Geneva, sans-serif;
} 
a:link, a:visited {
	color: #cf8525;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
} 
a:hover, a:active {
	color: #000000;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
}

/* ========== HEADER TEXT ========== */

@font-face {  
	font-family: Century Gothic ;  
	src: url(CenturyGothic.eot); 
}
@font-face {  
	font-family: Century Gothic ;  
	src: url(CenturyGothic.ttf); 
}
@font-face {  
	font-family: BakerSignet BT ;  
	src: url(BakerSignetBT.eot);
}
@font-face {  
	font-family: BakerSignet BT ;  
	src: url(BakerSignetBT.ttf);
}  
#headtitle {
	color: #ffffff;
	font: 30pt "Century Gothic", Arial, Helvetica, sans-serif;
	height: 52px;
	line-height: 52px;
	margin-left: 60px;
	padding-top: 25px;
}
#headsubtitle {
	color: #eee;
	font: 14pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 44px;
	line-height: 44px;
	margin-top: 10px;
	float:right;
}
#headsubsubtitle {
	color: #FFF;
	font: 12pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 36px;
	line-height: 36px;
	padding-left: 190px;
	float:left;
}
#presented {
	color: #94918C;
	font: 9pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 15px;
	line-height: 25px;
	padding-left: 17px;
	padding-top: 5px;
	float:left;
}
#and {
	color: #94918C;
	font: 9pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 15px;
	line-height: 25px;
	padding-left: 17px;
	padding-top: 5px;
	width: 250px;
	float:left;
}
#aname {
	color: #fff;
	font: 14pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 25px;
	line-height: 25px;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 10px;
	float:left;
}
#ablock {
	color: #fff;
	font: 10pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	padding-left: 17px;
	padding-top: 5px;
	float:left;
}

/* ========== FOOTER INCLUDE ========== */

#footinc_contact div, #footinc_contact a:link, #footinc_contact a:visited, #footinc_seo a:link, #footinc_seo a:visited  {
	color: #7f7970;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#footinc_contact a:hover, #footinc_contact a:active, #footinc_seo a:hover, #footinc_seo a:active  {
	color: #cf8525;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#footinc_seo a:link, #footinc_seo a:visited {
	border-right: solid 1px #463f34;
}

/* ========== FRAME LAYOUT ========== */

#bodyframe {
	background: url(images/skin01_bodybg.png) repeat-y center;
}
#bodyfoot {
	background: url(../../isbetter/images/splash_footer.png) no-repeat;
}

/* ========== HEADER LAYOUT ========== */

#head_title {
	background: url(images/skin01_header.png) no-repeat;
}

/* ========== MENU ========== */

a.menuitem:link, a.menuitem:visited {
	background: url(../../isbetter/images/menu.jpg) no-repeat;
	color: #c9c5bd;
	font: bold 9pt Tahoma, Geneva, sans-serif;
}
a.menuitem_on:link, a.menuitem_on:visited {
	background: url(../../isbetter/images/menu_over.jpg) no-repeat;
	color: #C00;
	font: bold 9pt Tahoma, Geneva, sans-serif;
}
a.menuitem:hover, a.menuitem:active {
	background: url(../../isbetter/images/menu_over.jpg) no-repeat;
	color: #ffffff;
}

/* ========== MENU ========== */

a.imenuitem:link, a.imenuitem:visited {
	background: url(../../isbetter/images/menu.jpg) no-repeat;
	color: #c9c5bd;
	font: bold 9pt Tahoma, Geneva, sans-serif;
}
a.imenuitem_on:link, a.imenuitem_on:visited {
	background: url(../../isbetter/images/menu_over.jpg) no-repeat;
	color: #C00;
	font: bold 9pt Tahoma, Geneva, sans-serif;
}
a.imenuitem:hover, a.imenuitem:active {
	background: url(../../isbetter/images/menu_over.jpg) no-repeat;
	color: #ffffff;
}

