/*<group=General Styles>*/

body {
	color: white;
	text-align: center; /* To Make Content Centered */
	margin-top: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
}

p {
}

b, strong { 
	color: #272e15;
	font: bold 1em Georgia, Times New Roman, Times, serif;
}

a:link { 
	text-decoration: underline; 
	color: #272e15;
}

a:visited { 
	text-decoration: underline; 
	color: #272e15;
}

img {
	border-style: none;
}

#content img.half {
	width: 40%;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #ffffff;
}

#content img.full {
	width: 100%;
}

#content .left {
	float: left;
	margin: 0.5em;
	padding: 0.5em;
	margin-left: 0;
	padding-left: 0;
}

.image-left {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

.image-right {
	margin: 0.5em;
	padding: 0.5em;
	margin-right: 0;
	padding-right: 0;
	float: right;
}

.clear {
	clear: both;
}

ul {
	list-style: circle;
	color: #82201c;
}

ul li {
	padding: 0;
	margin: 0;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 790px;
	text-align: center;
	position: relative;
	border: inherit solid #333;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
}

#pageHeader {
	height: 162px;
	position: relative;
	text-align: left;
	width: 790px;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px;
}

#pageHeader h1 { 
	color: #ffffff;
	padding: 0;
	margin-top: 5px;
	margin-left: 30px;
	padding-top: 5px;
	margin-bottom: 0px;
	position: relative;
	font: italic bolder 4em Times New Roman, Times, serif;
}

#pageHeader h2 { 
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-left: 30px;
	font-weight: bolder;
	font-size: 1.5em;
	font-style: italic;
}

#pageHeader #logo img {
}

#mainContent {
	position: relative;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-top: 0;
}

#mainContent #sidebar {
	position: relative;
	/*height: 100%;*/
 	width: 220px;
	padding: 0px;
	margin: 0;
	text-align: left;
	width: 179px;
	height: 400px;
}


#mainContent #sidebar #sidebar_header {
	width: 179px;
	height: 62px;
}

#mainContent #content {
	position: relative;
	top: 0;
	bottom: 25px;
	right: 0;
	overflow: auto;
	left: 0;
	text-align: justify;
	font: 0.9em/1.3em Georgia, Times New Roman, Times, serif;
	color: black;
	padding-left: 5px;
}

#mainContent #content p {
}

#mainContent #content ul li {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #82201c;
}

#footer { 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 30px;
	font: 0.7em/2em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mainContent #sidebar #sidecontainer
{
	padding: 10px;
	font-family: Garamond, "Book Antiqua", "Times New Roman", Georgia, serif;
	width: 179px;
	border-top: #fff inherit;
	text-align: justify;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: right;
	color: #fedc57;
	position: absolute;
	top: 165px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	width: 100%;
}

#breadcrumbcontainer ul {
	padding: 0;
	list-style-type: none;
	padding-top: 0;
	margin: -2px 10px 0 0;
	color: #ccc;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
	padding: 0;
}

#breadcrumbcontainer a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer ul li a:hover {
	color: #fff4e3;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 1em;
	width: 179px;
	/*background: url(images/sidebar_menu_220x300.jpg) no-repeat;*/
	padding-top: 0px;
	text-align: left;
	position: relative;
	text-indent: 20px;
	font-size: 1.1em;
}

/* Parent - Level 0 */

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

#navcontainer li { 
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: inherit white inherit;
	/*height: 100%;*/;
}


/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0;
	border-bottom-style: none;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul li>a {
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	border-top: 0;
	padding-top: 0;
	font-size: 0.9em;
}

#navcontainer ul ul a:hover {
}

/*Start Commented Backslash Hack \*/

* html #navcontainer ul {
	margin-bottom: 0;
}

* html #navcontainer li {
	
}

* html #navcontainer ul ul li {
	
}

* html #navcontainer li a {
	padding: 0 10px;
	line-height: 1.7em;
	height: 100%;
}

* html #mainContent #content {
	margin-left: 220px;
}

* html #footer {
	height: 25px;
	padding-top: 3px;
}


/*Close Commented Backslash Hack */
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.imageStyle {
	border: 0 inherit #dcdcdc;
	padding: 0px;
	margin: 0px;
}
	
/*</group>*/

/*<group=Blog>*/

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

.blog-entry-title {
		text-align: justify;
	color: #5f6476;
	font-weight: bold;
	font-size: 14px;
}

.blog-entry-date {
		
	text-align: justify;
	color: #aeaeae;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: normal;
}

.blog-entry-body {
	
	text-align: justify;
	color: #666666;
	font-size: 12px;
}

.blog-entry-comments {
	padding-top: 5px;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	color: #424242;
}

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

.filesharing-item-title a {
	text-align: justify;
	color: #5f6476;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.filesharing-item-description {
	text-align: justify;
	color: #aeaeae;
	font-size: 12px;
	font-style: normal;
	margin-top: 6px;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	padding: 5px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.album-description {
	padding: 5px;
	color: #494949;
}

.thumbnail-frame {
	padding: 0.3em;
	border-right: solid #b7b7b7 2px;
	border-bottom: solid #b7b7b7 2px;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	color: #aeaeae;
	font-size: 11px;
}
	
/*</group>*/

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

.photo-background {
	background: #ffffff;
}

.photo-navigation {
	margin: 6px; 
	background: #eeeeee;
	color: #5b5b5b;
	text-align: left;
	padding: 4px;
}

.photo-navigation a {
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
}

.photo-caption {
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #5f6476;
	font-weight: bold;
	font-size: 14px;
}.movie-page-description {
	margin-bottom: 20px;
	color: #494949;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	color: #aeaeae;
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/*</group>*/

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

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

.movie-title {
	color: #5f6476;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text {
	color: #b90000;
} 

.form-input-field {
} 

.form-input-button { } 
/*</group>*/


