
/*******************************
/*			MAIN STYLES
/******************************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
	padding:0px;
	background-color:#EFF2F3;
	color:#333333;
}

form { padding:0px; margin:0px; }

p { padding:10px 0px 10px 0px; margin:0px; }
b, strong { color:#124679; }

a:link {text-decoration:underline; color: #0000FF; font-weight:bold; font-size:10px;}
a:visited {text-decoration:underline; color:#0000FF; font-weight:bold; font-size:10px;}
a:hover {text-decoration:underline; color:#0000FF; font-weight:bold; font-size:10px;}
a:active {text-decoration:underline; color:#0000FF; font-weight:bold; font-size:10px;}
a.inline { font-size:12px; }

/*******************************
/*	LINKS AT TOP OF PAGE
/******************************/

a.green:link {text-decoration:none; color: #999999;}
a.green:visited {text-decoration:none; color:#999999;}
a.green:hover {text-decoration:none; color:#336633;}
a.green:active {text-decoration:none; color:#999999;}

a.blue:link {text-decoration:none; color: #999999;}
a.blue:visited {text-decoration:none; color:#999999;}
a.blue:hover {text-decoration:none; color:#336699;}
a.blue:active {text-decoration:none; color:#999999;}

a.red:link {text-decoration:none; color: #999999;}
a.red:visited {text-decoration:none; color:#999999;}
a.red:hover {text-decoration:none; color:#993333;}
a.red:active {text-decoration:none; color:#999999;}

a.orange:link {text-decoration:none; color: #999999;}
a.orange:visited {text-decoration:none; color:#999999;}
a.orange:hover {text-decoration:none; color:#FF9933;}
a.orange:active {text-decoration:none; color:#999999;}

/*******************
/	UPCOMING LINKS
/*******************/
a.upcoming:link {text-decoration:none; color: #333333;}
a.upcoming:visited {text-decoration:none; color:#333333;}
a.upcoming:hover {text-decoration:none; color:#333333; background-color:#EEEEEE;}
a.upcoming:active {text-decoration:none; color:#333333;}

/*******************************
/*	LINKS AT BOTTOM OF PAGE
/******************************/

a.footer:link {text-decoration:none; color: #999999; font-weight:normal;}
a.footer:visited {text-decoration:none; color:#999999; font-weight:normal;}
a.footer:hover {text-decoration:none; color:#336699; font-weight:normal;}
a.footer:active {text-decoration:none; color:#999999; font-weight:normal;}

select.lang {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:0px;
}

input.search {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:normal;
	font-size:10px;
	margin:0px 0px 0px 7px;
}

/* spacing between links at top of page */
.header table td {
	padding-left:7px;
}

/* Cell that holds the menu on the side */
.sidemenu {
	vertical-align:top;
	width:192px;
	padding:0px;
	margin:0px;
	/*background:url(../images/side_back.gif) repeat-y left;*/
}

/* added for Feb 3 design: no expanding sidemenu */
.sidemenu_back {
	margin:0px;
	background:url(../images/sidemenu/back.gif) repeat-y left;
}

.sidemenu h1 {
	background:url(../images/sidemenu/top.gif) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:5px 0px 2px 0px;
	margin:0px;
}

.sidemenu_footer {
	height:13px;
	line-height:13px;
	background:url(../images/sidemenu/bottom.gif) no-repeat top left;
}

/*********************/
/* Main content Cell */
/*********************/
.main_content {
	width:556px;
	vertical-align:top;
	padding:0px 10px 0px 10px;
	background:url(../images/main_back.gif) repeat-y left;
	line-height:16px;
}

/* this is an alternate layout for House of Formation (and Photo Gallery) */
.photo_layout {
	width:556px;
	vertical-align:top;
	line-height:16px;
}

/* these are used for the house of formation album links */
.active a:link {text-decoration:none; color:#666666; font-weight:bold; font-size:10px;}
.active a:visited {text-decoration:none; color:#666666; font-weight:bold; font-size:10px;}
.active a:hover {text-decoration:none; color:#666666; font-weight:bold; font-size:10px;}
.active a:active {text-decoration:none; color:#666666; font-weight:bold; font-size:10px;}


.main_content h1 {
	background:url(../images/main_header.gif) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0px 10px 10px;
	margin:0px -10px 5px -10px;			/* These negative margins compensate for the main_content padding of 10px */
}

/* other colors for title background image */
.red h1 { background:url(../images/main_header_red.gif) no-repeat top left; }
.green h1 { background:url(../images/main_header_green.gif) no-repeat top left; }
.orange h1 { background:url(../images/main_header_orange.gif) no-repeat top left; }

.main_content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.main_content_footer {
	vertical-align:bottom;
	height:13px;
	line-height:13px;
	background:url(../images/main_back.gif) repeat-y top left;
}


/**************************************
/	Formating for main_content cell
/*************************************/

.smalltext {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}

#horiz_dash { 
	background:url(../images/horizontal_dash.gif) left repeat-x; 
	border-collapse:collapse;
	line-height:1px;
}

.pod {
	width:100%;
	margin:10px 0px 10px 0px;
}

.right {
	background:url(../images/vertical_dash.gif) top left repeat-y;
	padding-left:10px;
	vertical-align:top;
}

.left {
	padding-right:10px;
	vertical-align:top;
}

.pea_a { width:50%; }
.pea_b { width:30%; }
.pea_c { width:70%; }
.pea_d { width:33%; }
.pea_e { width:34%; }

	
.pod h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFDE9B;
	background-image:none;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	padding:3px 5px 4px 5px;
	margin:0px 0px 5px 0px;
	border-top:#FF9900 solid 2px;
	line-height:12px;
}

.pod h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFDE9B;
	background-image:none;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	padding:2px 5px 3px 5px;
	margin:0px 0px 5px 0px;
	border-top:#FF9900 solid 2px;
	line-height:10px;
}

#vert_dash {
	padding:0px 10px 0px 10px;
	background:url(../images/vertical_dash.gif) center repeat-y;
}

.color_1 h2{
	background-color:#99BBD6;
	border-top:#336699 solid 2px;
}

.color_2 h3{
	background-color:#FFDE9B;
	border-top:#FF9900 solid 2px;
}

/****************
/	FOOTER
/***************/
.footer {
	font-size:10px;
	color:#999999;
	padding-top:3px;
}

/*******************************
/*			GALLERY
/******************************/

html {
	overflow-y: auto; overflow-x: auto; height: 100%
}

body { height:100% }

#fullscreen {
	position:fixed;
	width:1px;
	height:1px;
	top:0;
	left:0;
	display:none;
	z-index:1001;
}

#flashcontainer {
	overflow:hidden;
}
