/*<group=General Styles>*/

body {
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 15px; color: #767676;
background-color: #000000;
line-height: 150%;
margin-top: 0px;
background: #000000;
}

#border {
border: 0px ;
width: 1000px;
background-color: #FFFFFF;
margin: 0 auto;
}


a:link {
color: #0084d7; 
text-decoration: none; 
}

a:visited {
color: #0084d7; 
text-decoration: none; 
}

a:active {
color: #0084d7; 
text-decoration: none; 
}

a:hover { 
color: #0084d7; text-decoration: underline; 
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#wrapper {
width: 1000px;
margin: 0px auto;
background-color: #0084d7;
border: 0px solid #669900;
}
#wrapper a:link{
	color: #FFFFFF;
	text-decoration: none;
	
}
#wrapper a:visited {
color: #aae0f9; 
text-decoration: none; 
}

#wrapper a:active {
color: #FFFFFF; 
text-decoration: bold; 
}

#wrapper a:hover { 
color: #aae0f9; 
text-decoration: none;
}

#container {
padding: 0.5em 1em;
max-width: 1000px;
background-color: #FFFFFF;
}

#pageHeader {
height: 190px;
width: 1000px;
border-bottom: 3px solid #0084d7; 
background-image: url(images/header.gif);
}
/* these aren't being used at the moment */

#pageHeader img {
}

#pageHeader h1 {
	margin: 0;
	font-size: .2em;
	padding-top: 0px;
	color: #000000;
	padding-left: 0px;
}

#pageHeader h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #0084d7;
	padding-left: 10px;
}
/* body content is in this div */
#contentContainer {
background: #000000;
width: 1000px;
float: left;
overflow: hidden;
text-align: left;
}

#contentContainer #content {
	padding: 0px;
}

#sidebarContainer {
background: #ffffff top center no-repeat;
width: 0%;
float: right;
overflow: hidden;
text-align: center;
}

#sidebarContainer #sidebar {
	padding: 0px;
}

#footer {
	text-align: right;
	color: #000000;
	height: 25px;
	padding: 0 1em;
	background-color: #0084d7;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0084d7;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {
text-align: left;
}

#footer a:hover, #footer a:active {
text-align: left;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	margin-bottom: 10px;
	color: #000000;
	padding: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#breadcrumbcontainer li {
	display: inline;
	color: #000000;
}

#breadcrumbcontainer a {
	color: #0084d7;
}

#breadcrumbcontainer a:hover {
	color: #000000;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	position: relative;
	top: 13px;
	width: 1000px;
	font-size:80%;
	margin: 0;
	line-height:normal;
	height: 41px;
	background: no-repeat;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {

}

/* Parent - Level 0 */

#navcontainer ul {
	  margin:0;
	  padding:0px 0px 0px 2px;
	  list-style:none;
	background: no-repeat;
	text-align: center;
}

#navcontainer li {
	display: inline;
	float: center;
	text-align: center;
}

      
#navcontainer a {      
      float: center;
      display: inline;
      padding:10px 10px 10px 10px;
      color:#0084d7;
	background: no-repeat left;
}

#navcontainer a:hover {
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 190px;
	width: 1000px;
	font-size: 0.99em;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-top: 1px;
	width: 9em;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul li a {
}

#navcontainer ul ul ul li a:hover {
}

#navcontainer ul ul ul #current {
}

#navcontainer ul ul ul ul {
}

/*</group>*/

/*<group=Global Classes>*/

blockquote {

}

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	width:1000px;
	text-align:left;
	background: #ffffff url(images/bg.gif) repeat-x fixed;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.blog-archive-headings-wrapper {
	text-align: left;
	padding: 10px;
	color: #ffffff;
	background: no-repeat url(images/header.gif)  right center;
	height: 170px;
	margin-top: 41px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	padding: 10px;
	color: #000000;
}

.blog-archive-month {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	text-decoration: none;
}

.blog-archive-link { 
	color: #0084d7;
	text-decoration: none;
}

	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #0084d7;;;;;;;;;;;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 24px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #000000;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {

}

.filesharing-item {
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {

}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
}

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


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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 18px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	margin: auto;
}

.thumbnail-caption {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	margin: 10;
	width: 1000px;
	text-align: center;
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	text-align: center;
	color: #0084d7;
	text-decoration: none;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	color: #0084d7;
}

.photo-navigation a:hover {

}

.photo-frame{
	background: #000000 center center;
	padding: 5px;
	margin-top: 30px;
}

.photo-links {

}

.photo-title {
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 3px;

}

.photo-caption {

}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 10px;
	font-size: 1.9em;
}

.movie-page-description {
	margin-bottom: 15px;
	margin-top: 5px;
}

.movie-thumbnail-frame {
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
}


.movie-thumbnail-caption {

}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 2em;
	color: #ffffff;
	text-shadow: 0px 2px 3px #111111;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text {
	text-align: center;
	color: #0084d7;
	width: 1000px;
	border: 3px;
} 

.required-text {
	color: #0084d7;
	width: 400px;
	} 

.form-input-field {
	color: #0084d7;
	width: 300px;
} 

.form-input-button { 
	width: 150px;
} 
label {
	color: #0084d7;
	text-decoration: italic;
}
/*</group>*/
