


/******************************************

Global Elements

******************************************/
body
	{
	background: url(../images/bg.gif) repeat left top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#wrapper
	{
	display: block;
	border-bottom: 1px solid #37c3cc;
	border-left: 1px solid #37c3cc;
	border-right: 1px solid #37c3cc;
	margin: 0px auto 50px auto;
	padding: 0px;
	width: 900px;
	background: #ffffff url(../images/bg_bottom.gif) repeat-x left bottom;
	}

h1#header /* Main Logo Image Replacement */
	{
	background-image: url(../images/elizabethBerdann.gif);
	background-repeat: no-repeat;
	width: 430px;
	height: 0 !important;
	height /**/: 130px;
	padding: 130px 0 0 0;
    overflow: hidden;
	display: block;
	margin: 0px 0 12px 40px;
	}	
	
h1#header a 
	{ 
	padding: 130px 300px 0 0; 
	width: 430px; 
	}

#mainContent
	{
	float: left;
	width: 670px;
	border: 0px solid blue;
	margin: 0 0 0 40px;
	}
	
#footer
	{
	clear: both;
	font-family: tahoma, "sans serif", arial, verdana;
	font-size: 9px;
	color: #636363;
	margin: 0px 0 8px 20px;
	width: 110px;
	}
	
h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #636363;
	margin: -6px 0 30px 0;
	}	
	
p
	{
	color: #636363;
	width: 85%;
	line-height: 1.4em;
	text-align: justify;
	}
	
.subcategory
	{
	color: #cccccc;
	font-weight: normal;
	}

ul
	{
	padding: 0;
	margin: 0 0 24px 0;
	}
	
li
	{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #636363;
	}	

/******************************************

Top Nav

******************************************/

#topNav
	{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px dashed blue;
	}
	
#topNav ul
	{
	display: block;
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 0 7px;
	width: 410px;
	border-top: 5px solid #eeeeee;
	list-style-type: none;
	}
	
#topNav li
	{
	float: left;
	margin: 7px 18px 7px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	}	
	
#topNav li a,
#topNav li a:link,
#topNav li a:visited
	{
	text-decoration: none;
	color: #cccccc;
	}
	
#topNav li a:hover,
#topNav li a:active
	{
	text-decoration: none;
	color: #636363;
	}

#topNav li a.current
	{
	color: #636363;
	}

/******************************************

Main Nav

******************************************/
	
#mainNav
	{
	float: left;
	display: block;
	width: 175px;
	margin: 0px;
	border: 0px solid green;
	}

ul.leftNav 
	{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
ul.leftNav li
	{
	border-bottom: 1px solid #eeeeee;
	padding: 6px 0 6px 0;
	}
	
ul.leftNav li a,
ul.leftNav li a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
	}
	
ul.leftNav li a:hover,
ul.leftNav li a:active
	{
	text-decoration: none;
	color: #37c3cc;
	}

ul.subLeftNav
	{
	list-style-type: none;
	margin: 6px 0 6px 12px;
	padding: 0;
	}

ul.subLeftNav li
	{
	border-bottom: none;
	padding: 0;
	}
	
ul.subLeftNav li a,
ul.subLeftNav li a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #636363;
	text-decoration: none;
	}

ul.subLeftNav li a:hover,
ul.subLeftNav li a:active
	{
	color: #37c3cc;
	text-decoration: none;
	}

#mainNav a.active
	{
	color: #37c3cc;
	}

/******************************************

Content - Homepage

******************************************/
.flashIntro
	{
	width: 525px;
	height: 233px;
	background: #eaf0ff;
	margin: 0 0 30px 0px;
	border: 1px solid #37c3cc;
	}

.module
	{
	display: block;
	float: left;
	width: 250px;
	margin: 0px 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	}
	
h2.newsHeader /* News Image Replacement */
	{
	background-image: url(../images/header_news.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 0 !important;
	height /**/: 15px;
	padding: 15px 0 0 0;
    overflow: hidden;
	display: block;
	margin: 10px 0 0px 0px;
	}	

h2.blogHeader /* Blog Image Replacement */
	{
	background-image: url(../images/header_blog.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 0 !important;
	height /**/: 15px;
	padding: 15px 0 0 0;
    overflow: hidden;
	display: block;
	margin: 10px 0 0px 0px;
	}	

h3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 10px 0;
	}

a.moduleLink,
a.moduleLink:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-decoration: none;
	}
	
a.moduleLink:hover,
a.moduleLink:active
	{
	color: #636363;	
	}

.blogInfo
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-decoration: none;
	margin: 8px 0 0 0;
	}


/******************************************

Galleries

******************************************/

.galleryItem
	{
	background: url(../images/bg_gallery.gif) no-repeat left top;
	width: 152px;
	height: 170px;
	float: left;
	margin: 0 65px 30px 0;
	padding: 1px 0 0 1px;
	}

.galleryNav
	{
	background: url(../images/bg_gallery.gif) no-repeat left top;
	width: 152px;
	height: 170px;
	float: left;
	margin: 0 65px 30px 0;
	padding: 1px 0 0 1px;
	line-height: 3.3em;
	}

.hidden
	{
	visibility: hidden;
	}

.galleryNav a,
.galleryNav a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #636363;
	text-decoration: none;
	margin: 0 0 0 16px;
	}

.galleryNav a:hover,
.galleryNav a:active
	{
	color: #37c3cc;
	text-decoration: none;
	}

span.active
	{
	color: #37c3cc;
	margin: 0 0 0 16px;
	font-weight: bold;
	}


/******************************************

About

******************************************/

.year 
	{
	width: 50px;
	color: #cccccc;
	}

.info
	{
	width: 525px;
	margin: -13px 0 0 50px;
	}

.listHeader
	{
	}

.listSub
	{
	font-size: 9px;
	margin: 0 0 16px;
	}
	
.subHeader 
	{
	color: #cccccc;
	margin: 2em 0 0 0;
	}

#mainContent a,
#mainContent a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #636363;
	text-decoration: none;
	}

#mainContent a:hover,
#mainContent a:active
	{
	color: #37c3cc;
	text-decoration: none;
	}


	
/******************************************

Press

******************************************/

.pressReview 
	{
	width: 525px;
	border: 0px dashed red;
	}

.pressSource
	{
	font-size: 9px;
	margin: 0 0 16px;
	}
	
	
/******************************************

Newsletter Sign Up / Form

******************************************/
form.newsletter
	{
	margin: 0;
	padding: 0;
	}

#newsletterSignUp
	{
	font-family: tahoma, "sans serif", arial, verdana;
	font-size: 9px;
	color: #636363;
	height: 45px;
	margin: 25px 0 30px 20px;
	padding: 0;
	background: url(../images/bg_newsSign.gif) no-repeat left 26px;
	}
	
input.newsSignUpInput
	{
	margin: 0px 0 0 6px;
	padding: 0px;
	border: 1px solid #ffffff;
	width: 88px;
	height: 15px;
	font-size: 10px;
	color: #636363;
	position: relative;
	top: -1px;
	}

input.newsSignUpBtn
	{
	margin: 0px 0 0 3px;
	display: inline;
	position: relative;
	top: 4px;
	}

	#newsletterSignUp input {
	border: none;
	color: #636363;
	font-family: tahoma, "sans serif", arial, verdana;
	font-size: 10px;
	}
	
	#newsletterSignUp input:focus { color: #636363;	}
	
	#newsletterSignUp form div {
	position: relative;
	border: 0px solid red;
	left: 4px;
	top: 9px;
	height: 12px;
	overflow: hidden;
	width: 60%;
	padding: 0;
	margin: 0;
	}
	
#newsletterSignUp div input 
	{
	position: absolute;
	left: -4px;
	top: -4px;
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 4px;
	width: 110%;
	z-index: 5;
	}

input.signupBtn
	{	
	display: inline;
	position: relative;
	left: 100px;
	top: -8px;
	}
	
input.signupBtn2
	{	
	background: url(../images/btn_newsSign.gif) no-repeat left top;
	display: inline;
	position: relative;
	left: 100px;
	top: -8px;
	margin: 0;
	padding: 0;
	}

/******************************************

Contact Form

******************************************/

	
form.contact
	{
	width: 450px;
	height: 1%;
	display: block;
	clear: both;
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #eeeeee;
	}

form fieldset
	{
	margin: 10px 0 0 0;
	padding: 0;
	border: 0px solid #cccccc;
	color: #636363;
	}

.formRow
	{
	display: block;
	clear: both;
	border: 0px red dashed;
	margin: 6px 0;
	padding: 0;
	}

form label
	{
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
	border: 0px dashed red;
	text-align: right;
	display: inline;
	float: left;
	width: 130px;
	color: #636363
	}

form input, form select, form textarea
	{
	border: 1px solid #37c3cc;
	background-color: ebebeb;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	}

form textarea
	{
	width: 250px;
	height: 100px;
	}

input.submit
	{
	float: right;
	padding: 0;
	margin: -5px 55px 30px 0;
	border: none;
	}
