@charset "UTF-8";
/* AMICCON, created May 2010 */

@import url("colorbox.css");

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	outline: 0; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
body {
	background: url(img/bg.png) top center scroll no-repeat #cdcdcd;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #222;
	text-align: center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#headerNav {
	width: 960px;
	height: 35px;
}
#header {
	width: 960px;
	height: 65px;
}
#logo {
	width: 235px;
	float: left;
}
#headerInfo {
	width: 700px;
	float: right;
	text-align: right;
	font-size: 16px;
	text-shadow: 0 1px #f5f5f5;
	line-height: 25px;
	padding-top: 40px;
	color: #555;
}
#bannerWrapper {
	width: 960px;
	height: 270px;
	background: none;
}
#banner {
	width: 960px;
	height: 270px;
	text-align: left;
	position: absolute;
	z-index: 1;
}
#bannerInfo {
	width: 220px;
	height: 190px;
	position: absolute;
	z-index: 1001;
	text-align: left;
	margin-left: 660px;
	padding: 40px;
	color: #fff;
	font-size: 11px;
}
#nav {
	width: 960px;
	height: 60px;
	background: url(img/bg_nav.png) top left scroll repeat-x #737172;
}
#contentWrapper {
	width: 960px;
	background: #fff;
	text-align: left;
}
#content {
	width: 580px;
	float: left;
	padding: 40px 0 40px 40px;
}
#floorPlan {
	width: 880px;
	padding: 40px 0 40px 40px;
}
#sidebar {
	width: 260px;
	float: right;
	padding: 40px 40px 0 0;
}
#contentFull {
	width: 880px;
	padding: 0 40px 40px 40px;
}
#footer {
	width: 960px;
	min-height: 100px;
	background: url(img/bg_footer.png) bottom left scroll no-repeat #e9e9e9;
	padding: 0 0 20px 0;
	color: #999;
	text-shadow: 0 1px #fff;
	text-align: right;
}
#newsletter {
	width: 300px;
	height: 40px;
	padding: 60px 0 0 80px;
	background: url(img/bg_newsletter.png) top left scroll no-repeat;
	float: left;
}
#footerInfo {
	width: 540px;
	float: right;
	padding: 40px 40px 0 0;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
#bnr_homeFull {
	width: 880px;
	height: 100px;
	padding: 0 40px 40px 40px;
}

/* Slideshow */

#slideshow {
	width: 260px;
	min-height:164px;
	position:relative;
	margin-bottom: 15px;
}
#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow a.active {
    z-index:10;
    opacity:1.0;
}
#slideshow a.last-active {
    z-index:9;
}

/* Slideshow2 */

#secondSlide {
	width: 260px;
	min-height:164px;
	position:relative;
	margin-bottom: 15px;
}
#secondSlide a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#secondSlide a.active {
    z-index:10;
    opacity:1.0;
}
#secondSlide a.last-active {
    z-index:9;
}

/* Navigation */

ul.dropdown ul {
	padding: 0;
	list-style:none;
	margin: 0;
	height:60px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown li {
	width:auto;
	margin: 0;
	padding: 0;
	display:block;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul li {
	float:none;
	background:#999;
	border:none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility:visible;
}
#nav li {
	display: inline;
	float: left;
	width: 240px;
}

#nav li a {
	height: 60px;
	display: block;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	line-height: 60px;
	color: #fff;
	text-shadow: 0 1px #222;
	text-align: center;
	background: url(img/bg_navLink.png) top right scroll no-repeat;
}
#nav li.end a, #headerNav li.end a {
	background: none;
	padding: 0;
}
#nav li a:hover {
	margin-left: -1px; /* Makes the dotted sep disappear */
	background: url(img/bg_navLinkHover.png) top left scroll repeat-x;
}
#nav li a.start:hover {
	margin-left: 0; /* Gets rid of margin-left: -1px; */
	background: url(img/bg_navLinkHover.png) top left scroll repeat-x;
}
#nav li ul li a {
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
	text-transform: none;
	margin-left: 0; /* Makes the dotted sep disappear */
	background: url(img/bg_navDropdownLink.png) top left repeat-x;
	text-shadow: 0 1px #444;
}
#nav li ul li a:hover {
	margin-left: 0; /* Makes the dotted sep disappear */
	background: url(img/bg_navDropdownLinkHover.png) top left repeat;
}
#headerNav ul {
	float: right;
}
#headerNav li {
	display: inline;
	float: left;
	padding-left: 20px;
}
#headerNav li a {
	height: 35px;
	display: block;
	line-height: 35px;
	color: #666;
	text-shadow: 0 1px #f5f5f5;
	text-align: center;
	background: url(img/bg_headerNavLink.png) top right scroll no-repeat;
	padding-right: 20px;
	font-style: normal;
}
#headerNav li a:hover {
	color: #888;
}
#headerNav ul {
	float: right;
}
#headerNav li {
	display: inline;
	float: left;
	padding-left: 20px;
}
#headerNav li a {
	height: 35px;
	display: block;
	line-height: 35px;
	color: #666;
	text-shadow: 0 1px #f5f5f5;
	text-align: center;
	background: url(img/bg_headerNavLink.png) top right scroll no-repeat;
	padding-right: 20px;
	font-style: normal;
}
#headerNav li a:hover {
	color: #888;
}
.line {
	width: 580px;
	height: 35px;
	display: block;
	background: url(img/line.png) top left repeat-x;
}
.lineFull {
	width: 880px;
	height: 35px;
	display: block;
	background: url(img/line.png) top left repeat-x;
}

/* Footer */

#preFooter {
	width: 920px;
	min-height: 200px;
	padding: 0 0 40px 40px;
}
#preFooter ul {
	display: block;
}
#preFooter ul li {
	display: inline;
	float: left;
	width: 266px;
	padding-right: 41px;	
}
#preFooter ul li.last {
	display: inline;
	float: left;
	width: 266px;
	padding-right: 40px;	
}
#preFooter ul li ul.arrow li, #sidebar ul.arrow li {
	background: url(img/arrow16.png) no-repeat scroll left top transparent;
	line-height: 16px;
	list-style-position:outside;
	margin: 0;
	padding:0 0 10px 30px;
}
#preFooter ul li ul.arrow li a, #sidebar ul.arrow li a {
	color: #666;
	font-style: normal;
	text-transform: uppercase;
}
#preFooter ul li ul.arrow li a:hover, #sidebar ul.arrow li a:hover {
	color: #ee2e24;
}
#sidebar ul.arrow li.noarrow {
	background: none;
}

/* Home Page */

#newsticker-jcarousellite {
	width: 266px;
}
#newsticker-jcarousellite ul li { 
	list-style: none; 
	display: block;
} 

/* Slider */


/* Text */

h1 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 24px;
	color: #2e40b6;
	margin-bottom: 15px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	color: #2e40b6;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	color: #555;
	text-shadow: 0 1px #fff;
	margin-bottom: 15px;
}
h4 {
	color: #2e40b6;
	margin-bottom: 15px;
	font-weight: bold;
}
p {
	margin: 0 0 10px 0;
}
cite {
	font-style: italic;
	font-size: 12px;
	padding: 0;
	color: #222;
}
cite.quote {
	font-style: italic;
	color: #fff;
	font-size: 11px;
}
ul.arrow li {
	line-height: 20px;
	background: url(img/arrow.png) top left no-repeat;
	list-style-position: outside;
	margin-left: 20px;
	padding: 0 0 10px 30px;
}
ul.list li {
	line-height: 20px;
	background: url(img/bullet.png) top left no-repeat;
	list-style-position: outside;
	margin-left: 20px;
	padding: 0 0 10px 30px;
}
sup {
	font-size: 8px;
}
.smallTxt {
	font-size: 10px;
	margin: 0;
}
.boothGreen {
	color: #093;
}
.boothRed {
	color: #900;
}
.blue {
	color: #2e40b6;
	font-weight: bold;
}
.darkGrey {
	color: #585858;
}
.red {
	color: #f00;
}

/* Links */

a:link {
	font-style: italic; /* Include this with all other classes that dont wat italic font-style: normal;*/
	color: #ee2e24;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #2882C1;
	text-decoration: none;
}
#footer a:link {
	color: #999;
}
#footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #666;
}
#footer a:active {
	color: #999;
}

/* Forms */

form span {
	background: url(img/bg_formTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 400px;
}
form span.red {
	background: none;
	display: inline;
	overflow: hidden;
	width: auto;
	color: f00;
}
.input {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 380px;
	height: 15px;
}
.inputNewsletter {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	background: #f4f4f4;
	border: #cdcdcd 2px solid;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 3px;
	width: 200px;
	height: 15px;
}
.inputTxtArea {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	color: #333;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 380px;
	height: 150px;
}
.submit_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/btn.png) no-repeat scroll left top transparent;
	border: medium none;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	text-shadow: 0 1px #222;
	width: 125px;
	padding-bottom: 2px;
}
.submit_buttonNewsletter {
	background: url(img/btn_newsletter.png) no-repeat scroll left top transparent;
	border: medium none;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	width: 22px;
}

/* Images */

img {
	border: 0 none;
}
img.sideBnr {
	border: 0 none;
	margin-bottom: 15px;
}
img.MarBtm {
	border: 0 none;
	margin-bottom: 10px;
}
img.MarBtmCenter {
	border: 0 none;
	margin: 0 145px 10px;
}

/* List */
 .listSpace {
	 margin-left: 25px;
 }

	
