/*
Version 1.0
15 May, 2006
*/

/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* BEGIN BASIC HTML TAGS */
body {
	font: 0.9em Arial, Tahoma, Verdana, sans-serif;
	text-align:center;
	padding:10px;
}

h1 {
	font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom:20px;
}

h2 {
}

h3 {
	font-size:1.2em;
	margin-bottom:20px;
}

h4 {
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-left: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
}

a {
}

a:hover {
	text-decoration: underline;
}




#container {
	width:770px;
	margin:0 auto;
	text-align:left;
	border:1px solid;
	background-color: #ffffff;
}



/*------------*/
/* Start Nav */
/*------------*/
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	background: url(../images/bg_nav.gif) top center repeat-x;
	border-top: 5px solid;
	text-align: center;
	font-size: 0.9em;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 80px;
}

#nav li.li1 { width: 124px; }
#nav li.li2 { width: 174px; }
#nav li.li3 { width: 174px; }
#nav li.li4 { width: 174px; }
#nav li.li5 { width: 124px; }

#nav li a {
	line-height: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
}

#nav li.last a {
	background-image: none;
}

#nav li a:hover {
	xcolor: #00599f;
	xbackground-color:#d7e348;
}

/* dropdown lists' background-image and position */
#nav li ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	display: none;
	position: absolute;
	top: 40px;
	left: -15px;
	padding-bottom: 5px;
	list-style: none;
}

/*
optional drop down list width

#nav li.li1 ul,
#nav li.li1 ul li {
	width: 200px;
}
*/

#nav li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
}

/* secondary list items */
#nav li ul li a {
	display: block;
	padding: 0 15px;
	line-height: 25px;
	height: 25px;
	border: none;
	background-image: none;
}

/* submenu hover state background-color */
#nav li ul li a:hover {
	background-image: none;
}

#nav li ul li a:hover {
	xcolor: #00599f;
}

/* optional sub sub menu width 
#nav li ul ul li.li1 ul,
#nav li ul ul li.li1 ul li {
	width: 180px;
}
*/

#nav li:hover ul, #nav li.over ul {
	display: block;
}
/***********/
/* END NAV */
/***********/




#tagline {
	padding:10px;
	text-align:center;
	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

#flxSlideShow1 { margin-bottom: 0; }

#montage-intro {
	background-color: #000000;
}
#montage-intro img {
	width:770px; 
}

#subcontainer {
	background:url(../images/bg-content.gif) top left no-repeat;
	padding-top:27px;
}

#content {
	float:right;
	width:519px;
	margin:10px 5px 10px 5px;
	padding:10px;
}

#subcontent {
	float:left;
	width:180px;
	margin-left:2px;
	padding:10px;
	font-size:0.8em;
}

#extra1 { }
#extra1 h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

#optin-form {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 15px;
}

#optin-form h3 {
	margin-bottom: 0;
}

#name,
#email {
	width: 130px;
}

#optin-form input {
	margin-bottom: 5px;
}

#extra2 {
	clear:both;
	height:50px;
	background:url(../images/bg-menu.gif) top center no-repeat;
	text-align:center;
	line-height:50px;
	border-top:5px solid;
	border-bottom:20px solid;
}
#extra2 p { margin:0; }

#footer { clear:both; text-align:center; font-size:0.8em; padding-top:20px; }




.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; margin-bottom: 10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; margin-bottom: 10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
