/*<group=General Styles>*/

body {
	margin: 30px;
	text-align: center;
	color: #333333;
	font: 0.8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: repeat url(images/body_bg.png);
}

p { 
}

b, strong {
	font-weight: bold;
}

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

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

a:hover, a:active {
	color: #0066CC;
}

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: #FFFFFF right;
	margin: 0px auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
	line-height: 2em;
}

#pageHeader {
	text-align: left;
	list-style: none;
	background: #003399;
	padding: 15px 10px 25px;
}

#pageHeader img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -2px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 1.2em;
}

#contentContainer {
	text-align: left;
	margin-left: 10px;
	padding-top: 15px;
}

#contentContainer #content {
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarContainer {
	width: 0px;
	float: left;
	text-align: left;
	font-size: 0.8em;
	color: #4c4c4c;
	line-height: 1.8em;
	clear: left;
	padding-top: 10px;
}

#sidebarContainer .sidebar {
	padding: 0 5px;
}

#footer {
	margin: 0px auto 0px auto;
	text-align: center;
	color: #ffffff;
	background: #003399;
	padding-bottom: 5px;
	font-size: 0.8em;
	padding-top: 5px;
}

#footer a {
	color: #305470;
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 0.8em;
}

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

#breadcrumbcontainer a {
	display: inline;
}

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

/*<group=Toolbar>*/

/* CSS Popout Menu */

#navcontainer{

	padding: 5px;
	font-size: 0.8em;
	line-height: normal;
	text-align: left;
	border-style: none;
	background: transparent;
	display: block;
}

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

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	text-align: left;
	border-style: none;
}

#navcontainer li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

#navcontainer a {
	display: block;
	width: 130px;
	text-decoration: none;
	color: #003399;
	padding: 5px;
	text-align: left;
}

#navcontainer a:hover {
	text-decoration: underline;
}

#navcontainer ul li{

	position:relative;

}

#navcontainer li ul{

	display:none;
	background: #e6e6e6;
	border: 1px outset #cccccc;
	margin: 0;
}

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li{float:left;height:1%;}

* html #navcontainer ul li a{height:1%;}

/* End */

div#navcontainer ul ul{

	padding:0;

	list-style-image:none;

	width:130px;
	position: absolute;
	margin: -1px 0 0 1px;
}

div#navcontainer ul ul ul {

	padding:0;

	list-style-image:none;

	width: 130px;
	position: absolute;
	top:  0px;
	left: 130px;
}

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;
}
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #283808;
	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;
}

.blog-archive-month {
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link {
	font-size: 0.9em;
}

	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.5em;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #4c4c4c;
	font-weight: bold;
}

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

.blog-entry-comments {
	text-align: right;
	font-size: 0.8em;
	background: #e7f7f3;
	margin-top: 5px;
	padding: 2px;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

.filesharing-item-title {
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 0.9em;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border-style: none;
	margin-bottom: 5px;
}

.thumbnail-caption {
	color: #4c4c4c;
	margin-top: -2px;
	font-size: 0.8em;
}
	
/*</group>*/

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

.photo-background {
	text-align: center;
	padding: 0px;
	font-size: 1em;
	background: none #e6e6e6;
}

.photo-navigation {
	text-align: center;
	padding: 5px;
	background: #003399;
	margin-bottom: 10px;
}

.photo-navigation a {
	font-size: 0.8em;
	color: #ffffff;
}

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

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

.photo-links {
}

.photo-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.photo-caption {
	color: #ffffff;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

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

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
}


.movie-thumbnail-caption {
	text-align: left;
	color: #4c4c4c;
	font-size: 0.8em;
}
	
/*</group>*/

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

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

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

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


/*</group>*/


