/* @group General Styles */

body {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.75em;
	color: #333;
}

p {
}

b, strong {

}

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

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

img {
	padding: 5px;
}

.image-left {
	float: left;
	padding: 10px;
}

.image-right {
	float: right;
	padding: 10px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	width: 720px;
	margin: 0 auto;
	margin-top: 50px;
}

.clearer {
	clear: both;
}

#pageHeader {
/*	height: 200px;
	background-image: url('images/zigzag.png'), url('images/701_header.gif');
	background-repeat: no-repeat;
	background-position: top left, top right;
	background-color: #0E63A3;
	text-align: right;
*/
}

#phright {
	height: 200px;
	width: 145px;
	background: #0E63A3 url('images/701.png') top right no-repeat;
	float: right;
}

#phleft {
	height: 200px;
	width: 570px;
	background: #0E63A3 url('images/zigzag.png') top left no-repeat;
	float: left;

}

#title a {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin-left: 100px;
}


#pageHeader h1 {
	font-size: 2.0em;
	color: #fff;
	padding-left: 100px;
}

#contentContainer {
	width: 510px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 10px;
}


#content {
	padding: 10px;
	line-height: 1.5;
	padding-bottom: 30px;
}

#tube {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 440px;
	margin-left: 30px;
	text-align: center;
	padding: 10px 0px 5px 2px;
	background-color: #000;
}


#sidebarContainer {
	width: 145px;
	float: right;
}

#sidebar{
	padding: 5px;
	font-size: 0.3em;
}

#sidebarContainer .sideHeader {
}

#footer {
}

#ftright {
	height: 35px;
	width: 145px;
	background: #0E63A3;
	float: right;
}

#ftleft {
	height: 35px;
	width: 570px;
	background: #0E63A3 url('images/zigzag.png') 0px -36px no-repeat;
	float: left;
}

#footer p {
	padding: 10px;
}

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

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

#number {
	padding: 5px;
	color: #0E63A3;
	text-align: center;
	font-size: 0.5em;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

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

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top: 20px;
	font-size: 1em;
	font-weight: bold;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	background-color: #0E63A3;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#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 a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* 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 Global Classes */

blockquote, .standout {
}

h1, h2, h3, h4 {
	font-family: Helvetica, Impact, "Verdana", sans-serif;
	font-weight: bold;
	color: #0E63A3;
	margin: 0px;
	padding: 0px;
}

h1 a:hover {
	color: #0d5292;
	text-decoration: none;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

.imageStyle {
}

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

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
}

.blog-entry-date {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

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

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @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 {
}

/* @end */

/* @group Photo Album */

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

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

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

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

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

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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