body, p, ul, li, img
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	color: #a60000;
}

a img
{
	border: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}


/* Body background (the white -> gray transition) */
body
{
	/*background: #c3c1c1 url(../image/body-bg.gif) repeat-x;*/
	background: white;
	font-family: verdana;
	font-size: 0.75em;
}

div#shell
{
	width: 692px;
	margin: auto;
	padding-bottom: 20px;
}


/* The div containing the title image */
div#title
{
	text-align: center;
	padding-top: 10px;
	margin-bottom: 13px;
}


/* The navigation */
div#menu-container
{
	background: url(../image/nav-bg.gif) repeat-x;
	padding: 0px 28px;
	height: 1.2em;
}

/* The white content panel */
div#content-container
{
	width: 690px;
	/* height: 480px; */
	height: 470px;
	margin: 0px 1px;
	background: white url(../image/content-bg.gif) repeat-y;
	border-bottom: 1px solid #c3c1c1;
}

div#content
{
	padding: 10px 20px 20px 20px;
	position: relative;
}

/* Footer */
div#footer
{
	margin-top: 10px;
	display: block;
}

div#contact
{
	width: 160px;
	float: right;
	text-align: right;
	
	color: #a60000;
}

div#copyright
{
	padding-top: 5px;
	margin-left: 120px;
	text-align: center;
	font-size: 0.8em;
	color: #888;
}



/* Content */
h1, h2, h3, h4, h5, h6
{
	font-size: 1.0em;
	color: #a60000;
	margin: 10px 0px;
}


/* Form */
form
{
	margin-top: 15px;
}

form p
{
	clear: right;
}

input,
textarea
{
	margin: 0px 0px 0px 0px;
	border: none;
}

input.wide,
textarea.wide
{
	width: 276px;
	padding: 0px 2px;
	background: #d8d8d8;
}

.form-element-narrow input.wide
{
    float: left;
    margin-left: 15px;
    width: 65px;
}

input.tabulated-wide,
textarea.tabulated-wide
{
	float: left;
}

input.tabulated-short
{
	float: left;
}

form .submit
{
    clear: both;
	padding-top: 20px;
	font-size: 1.2em;
	text-align: center;
}


/* Photo pages */
div#thumbs
{
	float: left;
	position: relative;
	width: 138px;
	height: 365px;
	overflow: hidden;
}

div#thumbs a
{
	outline-style: none;
	display: block;
	width: 60px;
	height: 41px;
	float: left;
	margin-right: 9px;
	margin-bottom: 3px;
}

div#photo-container
{
	width: 490px;
	height: 360px;
	left: 20px;
	text-align: center;
	margin: auto;
	position: relative;
	float: left;
}

div#photo-container img
{
	margin: auto;
	position: absolute;
}

/********/
/* Menu */
/********/
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* all list items */
#menu li
{
	float: left;
	display: inline;
	position: relative;
	
	z-index: 99;
}


/* second-level lists */
#menu li ul
{
	position: absolute;
	display: block;
	top: 1.2em;
    left: 0px;
    border-top: solid white 14px;
    
}

#menu li:hover>ul
{
	visibility: visible;
}

#menu ul ul
{
	visibility: hidden;
	background: white;
	padding: 0px 0px 4px 3px;
}

/* Make-up styles */
/* Styles for Menu Items */
#menu ul a
{
	display: inline;
	color: black;
	background: white;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 12px;
}

#menu li.last a
{
	padding-right: 5px;
}


/* Sub Menu Styles */
#menu li ul li
{
	width: 170px;
	background: white;
}

/* Hover and active Styles */
#menu a:hover,
#menu a.active
{
	text-decoration: none;
	color: #a60000;
}

div.form-element-wide
{
    float: left;
    width: 450px;
    margin: 1px 0px;
}

div.form-element-wide label,
div.form-element-narrow label
{
    float: left;
}

div.form-element-wide input,
div.form-element-wide textarea,
div.form-element-narrow input
{
    float: right;
}

div.form-element-narrow-title
{
    float: left;
    width: 100%;
    margin: 8px 0px;
}

div.form-element-narrow
{
    float: left;
    width: 200px;
    margin: 2px 70px 2px 0px;
}

input#other_referral
{
    float: left;
    background: #D8D8D8 none repeat scroll 0%;
    padding: 0px 2px;
    margin-left: 15px;
}