/*HTML*/

@font-face {
font-family: "Proxima Nova";
src: url("http://www.eCreate.com/fonts/ProximaNova/Proxima Nova");
}

body
{
	font-family: 'PT Sans', "Proxima Nova", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #7A7A7A;
	background-image: url(assets/backgrounds/body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 0.9em;
	color: #333333;
}

h1
{
	font-family: "Proxima Nova", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px;
	text-shadow: 2px 2px 3px #aaa;
}

ul
{
	padding-bottom: 1px;
	padding-top: 8px;
}

li
{
	line-height: 1.2em;
	margin-bottom: 1em;
}


/*IDs sitewide*/


#header
{
	height: 60px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(assets/backgrounds/header.gif);
	background-repeat: repeat-x;
	min-width: 760px;
	white-space: nowrap;
}

#wrapper
{
	margin-right: 35px;
	margin-left: 35px;
	background-image: url(assets/backgrounds/wrapper.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	min-width: 740px;
	max-width: 964px;
}

#mainContent
{
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(assets/backgrounds/mainContent.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-left: 210px;
	padding: 20px 20px 40px 20px;
}

#mainContent h2
{
	font-family: "Proxima Nova", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color: #7A7A7A;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 3px #aaa;
	margin: 14px 0 0 0;
}

#mainContent h3
{
	font-family: "Proxima Nova", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	background-color: transparent;
	text-shadow: 2px 2px 3px #aaa;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#mainContent h2.topheading { margin-top: 0; }
#mainContent p { margin: 6px 0 12px 0; }

#mainContent a:link
{
	border-bottom: 1px solid #CCCCCC;
	color: #39557D;
	text-decoration: none;
	font-style: normal;
	background-color: inherit;
}

#mainContent a:visited
{
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: inherit;
}

#mainContent a:hover, #maincontent a:active,
#mainContent a:focus
{
	border-bottom: #000000;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#footer
{
	font-size: 0.7em;
	margin: 0px 0px 20px;
	color: #EAE9D9;
	background-color: #7a7a7a;
}

#footer a, #footer a:link
{
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
	background-color: #7A7A7A;
}

#footer a:visited
{
	color: #FFCC66;
	text-decoration: none;
	background-color: #7A7A7A;
}

#footer a:hover, #footer a:active, #footer a:focus
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}

#menu
{
	background-color: #334B70;
	color: #333333;
	width: 199px;
	float: left;
	height: 30px;
	background-image: url(assets/backgrounds/menu.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#menuBottom
{
	position: absolute;
	z-index: 111;
	width: 178px;
	top: 255px;
	left: 45px;
	margin-top: 20px;
	background-image: url(assets/backgrounds/trans.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 0px;
	border-top-width: 0px;
}

#date
{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFA7B2;
	background-color: #7A7A7A;
	margin-top: 54px;
	margin-left: 495px;
}

#wrapperReflection
{
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 40px;
	margin-left: 35px;
	background-image: url(assets/backgrounds/reflectionNav.jpg);
	background-repeat: no-repeat;
	min-width: 740px;
	max-width: 964px;
}

#contentReflection
{
	margin-left: 210px;
	height: 30px;
	background-image: url(assets/backgrounds/reflectionContent.jpg);
	background-repeat: repeat-x;
}

#eMail
{
	position: relative;
	right: 0px;
	top: -30px;
	float: right;
}

#eMail ul
{
	margin: 0;
	padding: 0;
}

#eMail li
{
	float: left;
	list-style-type: none;
}

#eMail a
{
	height: 30px;
	width: 27px;
	display: block;
	color: inherit;
	font-size: 1px;
	text-decoration: none;
	background-color: inherit;
	text-align: center;
}

a#eMailenvelope
{
	background-image: url(assets/backgrounds/envelope.jpg);
	background-position: left bottom;
}

a#eMailenvelope:hover { background-position: left top; }



/*IDs form specific*/



#wrapperForm
{
	margin-right: 35px;
	margin-left: 35px;
	background-image: url(assets/backgrounds/wrapper.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	min-width: 740px;
}

#wrapperReflectionForm
{
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 40px;
	margin-left: 35px;
	background-image: url(assets/backgrounds/reflectionNav.jpg);
	background-repeat: no-repeat;
	min-width: 740px;
}


#mainContentForm
{
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 20px 20px 40px 20px;
	margin-left: 210px;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-position: 460px 10px;
	background-color: #E5E5E5;
}

#mainContentForm h2
{
	color: #7A7A7A;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 14px 0 0 0;
	background-color: transparent;
	text-shadow: 2px 2px 3px #aaa;
	font-size: 1.3em;
}

#mainContentForm h3
{
	color: #333333;
	font-weight: normal;
	margin: 0px;
	background-color: transparent;
	text-shadow: 2px 2px 3px #aaa;
	font-size: 1.4em;
}

#mainContentForm h2.topheading { margin-top: 0; }
#mainContentForm p { margin: 6px 0 12px 0; }

#mainContentForm a:link
{
	border-bottom: 1px solid #CCCCCC;
	color: #39557D;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFFF;
}

#mainContentForm a:visited
{
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

#mainContentForm a:hover, #maincontent a:active,
#mainContentForm a:focus
{
	border-bottom: #000000;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}



/*Classes*/



.asterisk
{
	color: #D77675;
	font-size: 1.6em;
	font-family: "Courier New", Courier, mono;
	padding-left: 4px;
}

.menudiv td
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .9em;
	color: #658ECA;
	background-color: inherit;
	vertical-align: middle;
}

.menudiv p
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 24px;
	margin-bottom: 6px;
	font-size: .8em;
}

.menudiv b
{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #64A0FE;
	background-color: inherit;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.2em;
}

.menudiv strong
{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #64A0FE;
	background-color: inherit;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.1em;
}

.menudiv cite {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .8em;
	font-style: normal;
}

.menudiv em
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

.menudiv a:link
{
	color: #B0DBFE;
	background-color: inherit;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #574C7C;
	text-decoration: none;
	font-size: .9em;
}

.menudiv a:visited
{
	color: #B0DBFE;
	background-color: inherit;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #574C7C;
	font-size: .9em;
}

.menudiv a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}

.menudiv a:active
{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

.headline
{
	font-family: "Proxima Nova", "Lucida Grande", Arial, Verdana, sans-serif;
	margin-left: 210px;
	padding-left: 20px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(assets/backgrounds/headline.jpg);
	background-repeat: repeat-x;
	border-bottom-color: #333333;
}

.pictleft
{
	float: left;
	margin: 2px 6px 2px 0;
}

.pictright
{
	float: right;
	margin: 6px 8px 0 0;
}

.stamp
{
	float: right;
	clear: none;
	position: absolute;
	top: 100px;
	right: 38px;
}

.pictRotate
{
	float: right;
	margin: 6px 6px 0px 8px;
}

.list
{
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
	margin-right: 20px;
}

.borderBottom20
{
	background-image: url(assets/backgrounds/grey20.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1px;
	margin-bottom: 12px;
}
.destination {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 1.8em;
}

.pullQuote
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 30px 0 30px;
	padding: 1em 1.5em 1em 3em;
	text-shadow: 2px 2px 3px #aaa;
	background-image: url(assets/quote/quote.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.pullSubject
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 20px 2px 8px;
	text-shadow: 2px 2px 3px #aaa;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
}

.pullSubjectThick
{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	margin-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.dad
{
	margin-left: 262px;
	white-space: nowrap;
	text-shadow: 3px 3px 3px #aaa;
}

.thumb
{
	background-color: #F3F3F3;
	border: 1px solid #ECECEC;
	width: 90%;
}

.webThumbstd
{
	font-size: 0.9em;
	font-weight: bold;
	color: #7F7F7F;
	background-color: #FFFFFF;
	text-shadow: 2px 2px 3px #aaa;
	letter-spacing: 0.1em;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 4px;
	vertical-align: top;
	width: 150px;
	line-height: 1.1em;
	text-decoration: none;
}

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

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

/* End hide from IE-mac */

.thumbnail
{
	float: left;
	border: 1px solid #E5E5E5;
	margin: 0 15px 15px 0;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	height: 160px;
	width: 130px;
	text-shadow: 1px 1px 2px #aaa;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(assets/backgrounds/grey20.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.clearboth { clear: both; }

.contactForm
{
	padding: 30px 20px 20px 20px;
	background-color: #CCCCCC;
	width: 450px;
	background-image: url(assets/backgrounds/formBgkd.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #B2B2B2;
	border-bottom: 20px solid #B2B2B2;
	border-left: 1px solid #CDCDCD;
	margin: -10px 0 0 0;
}

.error
{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
}

.errorForm
{
	background-color: #FFCC99;
	padding: 4px 4px 8px;
	border-color: #E71A11;
	border-width: 1px;
	border-style: solid;
}

.errorButton
{
	padding: 4px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	background-color: #FFCC99;
}

.errorMessage { padding: 30px 0px 380px 0px; }

.hiLiteLg
{
	font-size: 1.3em;
	color: #7A7A7A;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 3px #aaa;
	margin: 14px 0 0 0;
}

.tagline
{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #7A7A7A;
	margin: 0em 0 0;
	text-shadow: 2px 2px 3px #aaa;
	letter-spacing: 0.2em;
	background-color: transparent;
	padding-top: 0.7em;
}

.quoteTitle
{
	color: #64A0FE;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	border-width: 0 0 4px 0;
}

.quote
{
	color: #658ECA;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 1em 2em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

.righthand
{
	font-size: 0.9em;
	text-shadow: 2px 2px 3px #aaa;
	list-style-position: outside;
	list-style-image: url(assets/bullets/handRight.gif);
	margin-left: 2em;
	padding-left: 1em;
}

.ruleGradient
{
	font-size: 4px;
	line-height: 4px;
	vertical-align: top;
	display: inline;
}

.righthandnoborder
{
	font-size: 0.9em;
	text-shadow: 3px 3px 3px #aaa;
	list-style-position: inside;
	list-style-image: url(assets/bullets/handRight.gif);
	padding-left: 10px;
	margin-left: 10px;
}

.leftBorder
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0px 20px 2px 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
}

