/*<group=General Styles>*/

body {
	font: 12px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	background: none #2b2b2b;
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #333333;
	letter-spacing: 0.5px;
}

p {
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a:link {
	color: #296cd8;
	text-decoration: none;
}

a:visited {
	color: #296cd8;
	text-decoration: none;
}

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

img {
	border-style: none;
}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: #f7f6f7 right url(images/sidebar_bg.png) repeat-y; /* This Is The BG Color Of The Main Div */	width: 780px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	border-left: 1px #ffffff solid;
	border-right: 1px solid #ffffff;
	padding: 0px;
}

#pageHeader {
	width: 780px;
	text-align: left;
	list-style: none;
	height: 90px;
	background: #296cd8 url(images/header_bg.jpg) no-repeat;
}

#pageHeader img {
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
	padding: 20px 20px 0px 40px;
	letter-spacing: 6px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
	letter-spacing: 4px;
}

#contentContainer {
	width: 580px;
	float: left;
	text-align: left;
	padding-top: 30px;
}

#contentContainer #content {
	line-height: 2.0em;
	padding-right: 30px;
	padding-left: 40px;
}

#sidebarContainer {
	width: 189px;
	float: right;
	text-align: left;
	padding-top: 0px;
	border-top: 1px solid #ffffff;
	margin-top: 0px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	line-height: 2.0em;
}

#footer {
	background: #ebebeb;
	color: #333333;
	height: 25px;
	font-size: 11px;
	padding-bottom: 10px;
	margin-top: 20px;
	border-top: 1px solid #ffffff;
	text-align: left;
}

#footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

#footer a {
	color: #296cd8;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	width: inherit;
	padding: 0px;
	margin-top: 15px;
}

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

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

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
}

#navcontainer #current {
	color: #b3b3b3;
	font-weight: inherit;
}

/* Parent - Level 0 */

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

#navcontainer li {
	background: #f7f6f7;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	color: #296cd8;
	text-decoration: none;
	padding-left: 10px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #296cd8;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	text-indent: 20px;
}

#navcontainer ul ul li {
	font-weight: normal;
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-indent: 40px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-indent: 60px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-indent: 80px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}

h1 {
	color: #296cd8;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
}

h2 {
	color: #296cd8;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 5px;
}

h3 {
	color: #296cd8;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 4px;
}

h4 {
	color: #296cd8;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 3px;
}

h5 {
	color: #296cd8;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {	color: #000000;	text-align: center; /* To Make Content Centered */	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
	color: #333333;
}.blog-archive-month {
	color: #296cd8;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 18px;
}.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #296cd8;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 18px;
}

.blog-entry-date {
	margin-bottom: 5px;
	margin-top: 2px;
	letter-spacing: 10px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
	color: #bfbfbf;
}

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

.blog-entry-comments {
	margin-top: 10px;
	border-top: 1px dotted #bfbfbf;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #296cd8;
	font-size: 14px;
	font-weight: normal;
}

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

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #296cd8;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.album-description {
	letter-spacing: 0.5px;
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
	border-style: none;
}

.thumbnail-caption {
	color: #296cd8;
	margin-top: -2px;
	font-size: 11px;
}
	
/*</group>*/

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

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

.photo-navigation {
	padding: 10px;
	text-align: left;
	background: #f7f6f7;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	color: #296cd8;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #296cd8;
}

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

/*<group=Quicktime Page>*/

.movie-title {
	color: #296cd8;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.movie-description {
	text-align: center;
}

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

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #296cd8;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}.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 {
	color: #296cd8;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}
	
/*</group>*/

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

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

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

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


/*</group>*/

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

.required-text {
	color: #2778e2;
} 

.form-input-field {
	background: #ebebeb;
} 

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


