/* @group General Styles */

body {
	font: 12px Arial, #333333;
	padding: 0;
	background-image: url(../../images/headers/20.jpg)
}

div.content {
}

p {
}

b, strong {

}

a:link, a:visited {
	color:#FF6633
}

a:hover, a:active {
	color:#FF3300;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

#top_grad {
	position: absolute;
	top: 0;
	left: 0;
	background: repeat-x url(images/body_top_grad.png);
	height: 463px;
	display: block;
	width: 102%;
	z-index: 0;
}

html > body #top_grad {
	width: 100%;
}


#container { 
	filter:alpha(opacity=90);
	opacity: 0.9;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	top:150px;
	left: 200px;
	margin: 0px auto 70px; /* Right And Left Margin Widths To Auto */
	text-align: left;
	padding-bottom: 80px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 3px;
	text-align: center;
	position: relative;
}

#pageHeader img {
	position: absolute;
	top: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom:-2px;
	margin-left:16px;
	padding-top: 0px;
}

#pageHeader h2 {
	color: #ffffff;
	font-size: 12px;
	margin: 0;
}

#contentContainer {
	background: #ffffff;
	border: 1px solid #eeeeee;
	z-index: 1;
	line-height: 1.0em;
	position: relative;
}

#contentContainer #content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebarContainer {
	background-color: #111111;
	filter:alpha(opacity=90);
	opacity: 0.9;
	border: 1px solid #222222;
	margin-right: 10px;
	margin-top: 25px;
	margin-left: 0px;
	padding: 3px;
	width: 147px;
	float: right;
	position: fixed;
	top: 200px;
	left: 75px;
	z-index: 6;
}

#sidebarContainer #sidebar {
	color: #0a559c;
	line-height: 1.0em;
	padding: 1px 10px 10px;
}

#sidebarContainer #sidebar p {
	margin: 0;
	padding: 10px;
}

#footer { 
	width: 700px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	color: #999966;
	font-size:10px;
	padding-top: 75px;
	float: clear;
	position: relative;
}

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

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

}

#footer a:hover, #footer a:active {
	background: transparent;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	color: #cccc99;
	text-align: center;
	padding-bottom: 5px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	top: 180px;
	width: 155px;
	left: 50px;
	filter:alpha(opacity=90);
	opacity:0.9;
	position: absolute;
	bottom: 2px;
	z-index: 99;
}

html > body #navcontainer {
	position: fixed;
}

#navcontainer #current {
	background: url(images/nav/navigation.png) repeat-x;
	text-shadow: #fff 1px 1px 1px;
	color: #ffffff;
}

html>body #navcontainer #current {
}

#navcontainer #current:hover {
}

html > body #navcontainer .currentAncestor {
	background: url(images/nav/navigation.png) repeat-x;
	text-shadow: #fff 1px 1px 1px;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: url(images/nav/navigation.png) repeat-x;
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	top: 0;
	right: 0;
}

html > body #navcontainer ul {
}

#navcontainer li {
	display: inline;
	float: left;
	position: relative;
}

#navcontainer a {
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	padding-bottom: none;
	display: block;
	height: 20px;
	width: 155px;
	font-size-adjust: ;
	text-shadow: #000 1px 1px 1px;
	border: 1px #111111 solid;
	background:#000000;
}

html > body #navcontainer a {
	background:#000000;
}

#navcontainer a:hover {
	background: url(images/nav/navigation.png) repeat-x;
}

html>body #navcontainer a:hover {
}

#navcontainer a:active {
	background: url(images/nav/navigation.png) repeat-x;;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: #666666;
}

#navcontainer ul ul a:hover {
	background: #999999;
}

#navcontainer ul ul #current{		background: #999999;
}
/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 70px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
	display: none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */

/* @group Global Classes */

blockquote {
	color: #777777;
	font-style: italic;
	font-size: 8px;
	margin: 0;
	padding: 5px;
}

h1 {
	font-size: 16px;
	margin: 0 0 3px;
}

h2 {
	font-size: 14px;
	margin: 0 0 3px;
}

h3 {
	font-size: 12px;
	margin: 0 0 3px;
}

h4 {
	font-size: 10px;
	margin: 0 0 3px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

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

#sidebarContainer #sidebar li {
}

	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid #cc9966;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-archive-entries-wrapper {

}

.blog-archive-entries-wrapper .blog-entry {

}

.blog-archive-month {
	margin-bottom: 5px;
	font-size: 10px;
}

.blog-archive-link {
	margin-bottom: 20px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-entry-title {
	font-size: 14px;
	font-style: Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

.blog-entry-date {
	letter-spacing: 1px;
	font-size: 9px;
	font-weight:bold;
	margin-bottom: 10px;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-read-more {
}

.blog-entry-body {

}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 10px;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	font-size: 10px;
	padding-left: 3px;
	color: #808080;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

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

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

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

.thumbnail-frame {
	border: 1px solid #cccc99;
	padding: 5px;
	margin: 5px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
	border: 1px solid #cc9966;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	font-size: 9px;
	font-weight:bold;
	color: #cc9966;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
	height: 100px;
	margin-bottom: 37px;
}

.photo-links {
	background: #ffffff;
	padding: 5px;
	display: block;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	background: #ffffff;
	padding: 5px;
}

.photo-title {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 5px;
	padding-top: 15px;
	font-weight: bold;
}

.photo-caption {
	font-size: 12px;
	margin: 0 0 27px;
	font-weight: bold;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px solid #cccc99;
	padding: 1px;
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}

/* Stops there from being a dotted line under the movie revews when mouse rollsover */
.movie-thumbnail-frame a:hover {
	border-style: none;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #cc9966;
}


.movie-thumbnail-caption {
	font-size: 9px;
	color: #808080;

}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
	text-align: center;
}

.movie-title {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 5px;
	padding-top: 15px;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */



