body {
	margin: 0;
	padding: 0;
	background-color: #dce6f3;
}

p, div {
	font-family: "Goudy", "Times New Roman", "Times", serif;
	color: #7399c6;
	font-size: 14px;
}

a, img {
	color: #7399c6;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #547ba8;
}

h2 {
	font-size: 18px;
}

form {
	
}

input, textarea, select {
	border: 0px solid #ebf1f9;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	padding: 2px;
	color: #7399c6;
	background-color: #ebf1f9;
	width: 150px;
	clear:right;
}

label {
	width: 10em;
	float: left;
	text-align: right;
	margin: 0.33em 1em 0 0;
}

input.submit {
	color: #fff;
	background-color: #547ba8;
	padding: 3px 5px;
	cursor: pointer;
	border-width: 0;
	width: 50px;
}


#hpcontainer {
	width: 900px;
	max-width: 900px !important;
	height: 600px;
	max-height: 600px !important;
	position:absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 20px;
}

#container {
	width: 600px;
	max-width: 600px !important;
	height: 550px;
	max-height: 550px !important;
	margin-top: 20px;
	position:absolute;
	left: 50%;
	margin-left: -350px;
}

/* =============================================================== NAVIGATION   */

#nav_group {
margin:0;
padding:0;
position:absolute;
right:20px;
top:425px;
}

#nav_links {
	margin: 0;
	padding: 0;
	float: right;
}

#nav_links li {
	text-align: center;
	list-style-type: none;
	display: inline;
	margin: 0;
}

#nav_links li a {
	color: #7399c6;
	text-decoration: none;
	font-size: 16px;
}

#nav_links li a:hover {
	color: #547ba8;
}

#nav_links li.middot {
	color: #e21350;
	margin: 0 5px;
	position:relative;
	top:1px;
}


.homepage #nav_group {
	position: relative;
	right: 260px;
	top: 470px;

}

.homepage #nav_links li a {
	color: #7399c6;
	text-decoration: none;
	font-size: 20px;
}


.homepage #nav_links li.middot {
	color: #e21350;
	margin: 0 5px;
	font-size: 18px;
}


/* =============================================================== LAYOUT   */


.accolades, .contact {
	background-image: url(../images/layout_bg.gif);
	background-repeat: no-repeat;
	height: 550px;
	min-height: 550px !important;
}



/* =============================================================== HOMEPAGE   */


.homepage {
	background-image: url(../images/hp_bg.jpg);
	background-repeat: no-repeat;
	height: 690px;
	min-height: 690px !important;

}

.hp_lines {
	background-image: url(../images/hp_lines.gif);
	background-repeat: repeat-x;
	height: 690px;
	min-height: 690px !important;
	width: 100%;
}

#viewer {
/*
	position: relative;
	top: -75px;
*/
}

/* =============================================================== ACCOLADES   */

.accolades p {
	text-align: justify;
	font-size: 14px;
	margin-bottom: 2em;
}

.accolades cite {
	color: #547ba8;
	font-style: normal;
}


.track {
	background: url(../images/track.gif) repeat-y;
	position:absolute;
	left:530px;
	top:75px;
	z-index:8;
	min-height: 230px;
}

.track_blue {
	background: url(../images/track_accolades.gif) repeat-y;
	position:absolute;
	left:530px;
	top:75px;
	z-index:8;
	min-height: 230px;
}


/* =============================================================== CONTACT   */

/*
.contact form {
	position: relative;
	left: 150px;
	top: 75px;
}
*/


/* =============================================================== GALLERY   */

.gallery_thumb {
	margin: 0px 10px 10px 0;
	float: left;
}

.gallery_image {
	position: absolute;
	left: 360px;
	top: 50px;
}


