/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-color:rgb(57,60,67);
	
	font-family:Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
	color:rgb(105,150,250);
	text-decoration:underline;
}

a:hover,
a:active {
	background-color:rgb(44,63,105);
	color:white;
	text-decoration:none;
}

#upperArea {
	height:24px;
	background-color:rgb(57,60,67);
	background-image:url(/images/upperAreaBg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}

#contentContainer {
	background-color:rgb(76,109,180);
	
	text-align:center;
}

#contentArea {
	margin:0 auto;
	width:920px;
	
	text-align:left;
}

#primaryContentArea {
	position:relative;
	width:560px;
	float:right;
}

#headerArea {
	width:560px;
	height:168px;
	margin-bottom:30px;
	background-image:url(/images/headerAreaBg.jpg);
}

#primaryContent {
	padding-bottom:30px;
	margin-bottom:30px;
	background-color:rgb(60,86,142);
	background-image:url(/images/primaryContentBg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
	color:white;
}

#primaryContent h1 {
	padding:10px 0 5px 10px;
	background-color:rgb(44,63,105);
	background-image:url(/images/primaryContentHeadline.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	border-bottom:solid 1px rgb(76,109,180);
	
	color:white;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
}

#primaryContent h2,
#primaryContent h3,
#primaryContent p {
	padding:0 20px;
	margin:10px 0;
	clear:both;
}

#primaryContent h2 {
	font-size:20px;
	font-weight:normal;
}

#primaryContent h3 {
	font-size:16px;
	line-height:18px;
	margin-top:20px;
}

#primaryContent p {
	font-size:14px;
	line-height:20px;
}

#navigationArea {
	position:relative;
	width:360px;
	height:700px;
	float:left;
	background-image:url(/images/navigationAreaBg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#homeLink {
	position:absolute;
	display:block;
	width:330px;
	height:230px;
	background-color:transparent;
	
	text-indent:-9999px;
}

#primaryNavigation {
	position:absolute;
	top:230px;
	left:152px;
	padding-bottom:40px;
	width:178px;
	background-color:rgb(60,86,142);
	background-image:url(/images/primaryNavigationBg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	list-style-type:none;
	
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:32px;
	letter-spacing:3px;
}

#primaryNavigation li {
	float:left;
}

#primaryNavigation a:link,
#primaryNavigation a:visited {
	display:block;
	width:178px;
	
	text-decoration:none;
	color:white;
}

#primaryNavigation a:hover,
#primaryNavigation a:active {
	background-color:rgb(44,63,105);
}

#bottomContainer {
	background-color:rgb(57,60,67);
	background-image:url(/images/bottomAreaBg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	
	text-align:center;
}

#bottomArea {
	margin:0 auto;
	padding:30px 0;
	width:920px;
	
	text-align:left;
}

#bottomArea h1 {
	border-bottom:solid 1px rgb(76,109,180);
	
	color:rgb(76,109,180);
	font-size:24px;
	font-weight:normal;
	line-height:28px;
}

#bottomArea blockquote {
	margin-top:5px;
	color:white;
	font-size:12px;
	line-height:18px;
}

.quoter {
	margin-left:24px;
	margin-top:12px;
	color:silver;
}

#videoArea {
	margin-right:30px;
	float:right;
	width:178px;
}

#video_badge_wrapper {
	padding-top:10px;
	
	color:white;
	font-size:11px;
}

#video_badge_wrapper a {
	color:white;
	text-decoration:none;
}

#video_badge_wrapper .video_badge_element {
	margin-bottom:15px;
}

#video_badge_wrapper img {
	border:solid 1px rgb(50,50,50);
	padding:3px;
	margin:0 5px 5px 0;
	float:left;
}

#photoArea {
	margin-right:30px;
	float:right;
	width:178px;
}

#flickr_badge_wrapper {
	padding-top:10px;
}

#flickr_badge_wrapper div {
	padding:0;
	float:left;
}

#flickr_badge_wrapper img {
	border:solid 1px rgb(50,50,50);
	padding:3px;
	margin:0 5px 5px 0;
	float:left;
}

#eventArea {
	float:right;
	width:352px;
}

ul.photoGalleryThumbnails {
	padding:10px;
	list-style-type:none;
}

ul.photoGalleryThumbnails li {
	float:left;
}

ul.photoGalleryThumbnails img {
	margin:3px;
	padding:2px;
	border: solid 1px rgb(76,109,180);
}

.newsPost {
	padding:10px 0;
	border-bottom:solid 1px rgb(76,109,180);
}

#primaryContent p.newsDetails {
	font-size:11px;
}

/* Store Style Sheets */
.storePackageItem {
	float:left;
	margin:20px 0 10px 50px;
	height:217px;
	width:200px;
}

#storeItemArea {
	clear:both;
	border-top:solid 1px rgb(76,109,180);
}

.storeItem {
	clear:both;
	padding:10px 0;
	border-bottom:solid 1px rgb(76,109,180);
	height:120px;
}

.storeItem p strong {
	font-size:16px;
}

.storeItem p img {
	float:left;
	margin-right:20px;
}

.storeItem select {
	position:relative;
	top:-15px;
}

.storeItem form {
	float:right;
	margin-right:20px;
}
