body, th, td, input {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	color: #141414;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #75043D;
}

a:hover {
	border: none;
}

/* @group General Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333 url(images/img01.jpg) repeat-x top left;
	text-align: center;
}



/* @end */

/* @group img Properties */



img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	border-style: none;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	border-style: none;
}

/* @end */

/* @group Header */

#pageHeader {
	width: 1005px;
	margin: 0 auto;
	height: 240px;
}

#pageHeader h1 {
	margin: 0;
	padding: 0;
}

#pageHeader h1 {
	padding: 40px 5px 0 10px;
	font-size: 32px;
	color: #FFFFFF;
}

#pageHeader h2 {
	padding: 0px 0 0 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C7C7C;
	margin-top: 6px;
}

#pageHeader p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#pageHeader a {
	color: #FFFFFF;
}

#header {
	width: 1005px;
	margin: 0 auto;
	
}



/* @end */

/* @group Container */

#page {
	width: 1005px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: none;
	text-align: left;
}

#content {
	float: left;
	width: 450px;
	font-size: 120%;
	padding-left: 20px;
	padding-right: 7px;
	margin-top: 20px;
	line-height: 1.5em;
}


/* @end */

/* @group Toolbars */


/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#navcontainer ul #current {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #000;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	height: 20px;
	padding-left: 16px;
	text-decoration: none;
	color: #4a4a4a;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navcontainer a:hover {
	color: #000;
	font-weight: bold;
}

#navcontainer a:active {
	color: #000;
	font-weight: bold;
}

/* Child - Level 1 */

#navcontainer ul ul {

}
#navcontainer ul ul li #current, #navcontainer ul ul li .currentAncestor {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer li li {
	padding: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer li li li {
	padding: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-left: 16px;
	background-position:16px 3px;
}

#navcontainer ul ul li a:hover, #navcontainer ul ul a:hover{
	color: #000;
	font-weight: bold;
}

#navcontainer ul ul #current{
	color: #000;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	color: #000;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 36px;
	background-image: none;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	color: #000;
	font-weight: bold;
}

#navcontainer ul ul ul .currentAncestor {
	color: #000;
	font-weight: bold;
}
/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}
/* @end */

/* @group Footer and Breadcrumb */

#bottom{
	background: #000000;
	min-height: 120px;
	padding-top: 16px;
	position: relative;
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1005px;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
}

#footer a {
	padding: 2px 7px;
	color: #FFFFFF;
}
#footer a:hover {
	background: #000;
	padding: 2px 7px;
	color: #FFFFFF;
}
#breadcrumbcontainer {
	text-align: center;
	padding-bottom: 5px;
	font-size: 10px;
}

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

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

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}


/* @end */

/* @group Sitewide Classes and Details */





blockquote {
	font-style: italic;
}
code {
	color: #3d3d3d;
	font-family: "Courier New", Courier, mono;
}

h1 {
}

h2 {
}

h3 {

}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}

/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	color: #ffffff;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}.movie-page-description {
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
	
/* @end */

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

.movie-background {
	margin-top: 5px;
}

.movie-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
	width: 95%;
} 

.form-input-button {
} 

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #040404;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.album-description {
	color: #0c0c0c;
	letter-spacing: 2px;
	margin-bottom: 70px;
}

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

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: auto;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 10px;
	background-color: #303030;
}

.photo-navigation {
	background: #161616;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border: 2px solid #000;
}

.photo-links {
	margin: 0;
	padding: 0;
}

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

}

.photo-navigation a:hover {
	color: #ffffff;
}

.photo-frame{
	padding: 2px;
	background: #949b98;
}


.photo-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

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

/* @group Sidebars */

#sidebarwrapper{
	width: 470px;
	float: right;
}
#sidebar1 {
	width: 230px;
	background: #fdfdfd;
	line-height: 1.5em;
	float: left;
	padding: 30px 10px 10px;
	font-size: 110%;
}
#sidebar1 .sidebar1_title {
	font-size: 1.2em;
	padding: 5px;
	margin-top: 5px;
}

#sidebar2 {
	width: 180px;
	line-height: 1.5em;
	float: right;
	padding: 30px 10px 0px;
	margin-right: 10px;
	border-style: none;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 0px;
	height: 20px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 li a {
	
	border: none;
	padding-left: 10px;
	text-transform: uppercase;
}

#sidebar2 li a:hover {
	border: none;
}


/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 2em;
}

.blog-archive-link {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */



.blog-entry {
	margin-top: 20px;
}

.blog-entry-title {
	margin-top: 20px;
	font-size: 1.5em;
}

.blog-entry-date {
	font-size: 0.96em;
	color: #a6a6a6;
	background: url(images/dates/date_green.jpg) no-repeat 0 center;
	height: 20px;
	line-height: 20px;
	display: table;
	margin-bottom: 10px;
	text-indent: 25px;
	margin-top: 10px;
}

.blog-entry-title a {
	margin-bottom: 0;
	text-decoration: none;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
}

.blog-entry-body {
	border: 1px #d8d8d8 solid;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px;
	background: #f4f4f4;
}
.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 0px;
	margin-left: 0px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-archive-link-enabled {
	padding-left: 0px;
}

.blog-archive-link-disabled {
	padding-left: 0px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.4;
	margin-top: 15px;
	padding-top: 6px;
	font-size: 1.12em;
	margin-left: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 6px;
}

.blog-category-link-enabled {
	padding-left: 0px;
}

.blog-category-link-disabled {
	padding-left: 0px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	line-height: 1.5;
}

.blog-rss-link {
	background: url(images/bg/rss_icon.jpg) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/bg/rss_icon.jpg) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	padding-left: 0px;
	margin-right: 5px;
}

/* Trackback links */
a.blog-trackback-link {
	padding-left: 0px;
}

/* @end */

/* @group extraContent */

#extraContainer1{
	padding-left: 22px;
	padding-right: 14px;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 1.4em;
	text-align: left;
}

#extraContainer2{
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 10px;
	text-align: left;
}
#extraContainer2 a{
	padding-left: 0;
	margin-top: 10px;
}

#extraContainer3{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
}

#extraContainer4{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}



/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin-bottom: 15px;
	padding: 7px;
}
.filesharing-item-title{
	background: url(images/icons/dload.png) no-repeat left center;
	padding-left: 44px;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 4px;
}
.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* @end */
	
