/* @group General Styles */

body {

	background-image: url(../graphics/xbkg.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #000000;
	text-align:right;
}

	
/* @end */

/* @group Layout */

a:link, a:visited {
	color:#EC1F27;
	text-decoration: none;
}

a:hover, a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

img {
border:0;
}
#container {
  width:970px;
  margin:0 auto;
  padding-top:10px;
  padding-bottom:20px;  
  text-align:left;
  }
  

#title-graphic {
  width:970px;
  padding-top:15px;
  text-align: center;
  float:left;
  
 }
 
#title-graphic1 {
  width:290px;
  padding-top:40px;
  text-align:right;
 float:left;
  
  
 }
 
 #title-graphic2 {
  width:680px;
  padding-top:15px;
  text-align:left;
float:right;
  
  
 }

#sidebarContainer {
	width: 290px;
	float:left;
	padding-top:60px;
	
	
	
}

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
width: 280px;
text-align:right;

}


/* Parent - Level 0 */

#navcontainer ul{
	position: relative;
	list-style: none;
	
}

#navcontainer li {
	
}

#navcontainer a {
	text-decoration: none;
	font-weight: bold;
	color:#EC1F27;
	font-size: 1em;
	padding-bottom: 8px;
	display: block;
	height: 20px;
}

#navcontainer a:hover {
	color:#FFFFFF;
}

#navcontainer a:active {
}


#content {
  width:680px;
 line-height:1.2em;
  float:right;
 /* border: 1px solid red;*/


}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}


#footer {
	margin-top: 20px;
	height: 150px;
	width: 600px;
	/*background: no-repeat url(images/footer_bg.jpg) left bottom;*/
	/*position: absolute;*/
	bottom: 0;
	
}

#footer p {
	padding: 0;
	width: 600px;
	margin: 40px 0 0 0px;
	color: #5e5e57;
	position: relative;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#sitecredit {
	margin-top: 20px;
	height: 150px;
	width: 600px;
	/*background: no-repeat url(images/footer_bg.jpg) left bottom;*/
	/*position: absolute;*/
	bottom: 0;
	
}


/* @end */




/* @group Global Classes */

blockquote, .standout {
	margin: 10px 0;
	padding: 0 10px;
	color: #4c5a42;
	font-style: italic;
}

h1 {
}

h2 {
}

h3 {
font-size: 14px;
	font-weight:700;
}

h4 {
}

.imageStyle {
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 20px;
	padding: 0;
	list-style-type: none;
}

#contentContainer #content li {	
	background: no-repeat url(images/list_item.png) left top;
	padding: 0 0 8px 17px;
}

#contentContainer #content ul ul {
	margin: 8px 0 0 0;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */



/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding: 40px 0 20px 0;
	font-size: 2.0em;
}

.album-description {
	margin-bottom:20px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px;

}

.thumbnail-frame {
	/*padding: 8px;
	position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/thumbnail_frame_bg.png) repeat-y right;*/
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    /*padding: 5px;*/
	border: 1px #A2A2A2 solid;
}

.thumbnail-caption {
	/*background: url(images/thumbnail_bottom.png) no-repeat right bottom;
	height: 42px;
	display: block;
	padding: 6px 0 0;
	margin: 0 -8px -7px -1px;
	font-size: 0.85em;
	display: block;*/
}
	
/* @end */


/* @end */


