/*<group=General Styles>*/

body {
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 10px;
	text-align: center;
	background: url(images/default/bg.png) repeat;
}

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

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

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

blockquote {
	font-size: 10px;
	color: #808080;
	border-left: solid #cccccc 5px;
	padding-left: 14px;
	padding-bottom: 7px;
	padding-top: 7px;
}
/*</group>*/

/*<group=Layout>*/

#top {
	height: 53px;
	width: 822px;
	background: no-repeat url(images/default/top.png);
}

#shadows {
	width: 756px;
	height: 232px;
	background: url(images/default/shadows.png) no-repeat;
	padding: 0;
	margin: 0;
}

#hdrcolor {
	width: 756px;
	height: 232px;
	background: url(images/headers/greendftgrad.png) repeat-x;
	padding: 0;
	margin: 0 0 0 32px;
}

#overlay1 {
	width: 756px;
	height: 232px;
	padding: 0;
	margin: 0;
}

#overlay2 {
	width: 756px;
	height: 232px;
	padding: 0;
	margin: 0;
	background: none no-repeat;
}

#header {
	background: url(images/default/header.png) no-repeat;
	width: 822px;
	height: 233px;
}

#contenttop {
	width: 822px;
	height: 36px;
	background: url(images/default/contenttop.png) no-repeat;
	margin-top: 0;
	padding: 0;
}

#bottom {
	background: url(images/default/bottom2.png);
	width: 822px;
	height: 77px;
	margin-top: 0;
	padding-top: 0;
	margin: 0;
}

.clearer {
	clear: both;
}

#container {
	width: 822px;
	text-align: left;
	background: repeat-y url(images/default/middle.png);
	margin: 0 auto;
	padding: 0;
}

#pageHeader {
}

#pageHeader img {
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 4em;
}

#pageHeader h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
}

#contentContainer {
	width: 822px;
	padding-top: 10px;
}

#contentContainer #content {
	margin-left: 0;
	padding: 0;
}

#sidebarContainer {
	margin-bottom: 0;
	float: right;
}

#sidebarwrapper {
	width: 192px;
	background: url(images/sidebartab/sidemiddleleft.png) repeat-y;
}

#sidebartop {
	background: no-repeat url(images/sidebartab/sidetopleft.png);
	height: 36px;
	width: 192px;
}

#sidehead {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

#sidebarbottom {
	background: no-repeat url(images/sidebartab/sidebottomleft.png);
	height: 36px;
	width: 192px;
}

#sidebarContainer #sidebar {
	margin-bottom: 0;
	padding-left: 18px;
	font-size: 10px;
	padding-bottom: 0;
}

#footer {
	font-size: 0.9em;
	color: #666666;
	margin: 0;
	padding: 0;
	background: none transparent;
}

#footer p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #cccccc;
	font-size: 9.5px;
	background: none transparent;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: none transparent;
}

#footer a:hover, #footer a:active {
	margin: 0;
	padding: 0;
	background: none transparent;
}

#plugs {
	color: #999999;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#plugs a {
	color: #999999;
	text-decoration: none;
}

#plugs a:hover {
	color: #666666;
}

#elogo {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}
	
/*</group>*/

/*<group=Menu>*/

/* Menu Styles */

#navcontainer {
	padding-left: 18px;
}

#navcontainer #current {
	color: #fafafa;
	background: #333333;
	height: 14px;
}

/* Parent - Level 0 */

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

#navcontainer li {
	padding: 0;
}

#navcontainer a {
	display: block;
	background: transparent;
	border-bottom: 1px solid #e6e6e6;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px;
	height: 14px;
}

#navcontainer a:hover {
	color: #fafafa;
	background: #333333;
}

#navcontainer a:active {
	color: #333333;
	background: transparent;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	height: 24px;
}

#navcontainer ul ul a {
	padding-left: 20px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul a:active {
}

/*</group>*/

/*<group=Global Classes>*/

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

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

blockquote {

}

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}
	
/*</group>*/

/*<group=Contact Form>*/
.message-text {
	color: #999999;
	font-size: 12px;
} 

.required-text {
	color: #4c4c4c;
	font-size: 9px;
	font-weight: bold;
} 

.form-input-field { } 

.form-input-button {
	margin-bottom: 10px;
} 
/*</group>*/

/*<group=elixir>*/
	
/*</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;
}.blog-archive-month {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}.blog-archive-link {
	color: #000000;
	font-size: 10px;
}
	
/*</group>*/

.blog-entry {
	letter-spacing: -.5px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
}

.blog-entry-title {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: -1.5px;
	padding-top: 5px;
	color: #999999;
}

.blog-entry-date {
	margin-bottom: 13px;
	color: #b3b3b3;
	font-size: 10px;
	margin-top: 6px;
}

.blog-entry-body {
	font-size: 10px;
	line-height: 14px;
	padding-right: 12px;
}

.blog-entry-comments {
	text-align: right;
	font-size: 9px;
	color: #999999;
	margin-top: 11px;
}

.blog-entry-comments a {
	text-align: right;
	font-size: 9px;
	color: #999999;
}

.blog-entry-comments a:hover {
	text-align: right;
	text-decoration: underline;
	color: #808080;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align:
	clear: both;
	padding: 0;
	padding-bottom: 0;
	margin: 0;
	font-size: 10px;
	color: #cccccc;
}

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

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
	font-size: 10px;
}

#breadcrumbcontainer a {
	display: inline;
	font-size: 10px;
}

#breadcrumbcontainer a:hover {
	display: inline;
	font-size: 10px;
}

#bcsite {
	display: inline;
	color: #e6e6e6;
	font-weight: bold;
	font-size: 10px;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	margin-left: 10px;
}

.filesharing-item a {
	text-decoration: none;
}

.filesharing-item-title {
	font-size: 14px;
	padding-bottom: 2px;
}

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

/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #999999;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1.5px;
}.movie-page-description {
	margin-top: 5px;
	margin-bottom: 20px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-right: 0;
	margin-left: 0;
}

.movie-thumbnail-frame a {
	height: 30px;
	border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-frame:hover {
	border-bottom: 3px solid #ffffff;
}

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

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

.movie-background {
	margin-top: 5px;
	background: url(images/default/bg.png) repeat;
}

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

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


/*</group>*/

/*<group=Quicktime Page>*/

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

/*<group=Photo Album>*/

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

.album-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	letter-spacing: -1.5px;
	color: #999999;
	margin-left: 10px;
}

.album-description {
	margin-bottom: 18px;
	color: #999999;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
}

.thumbnail-table {
	width: 98%;
	margin: 0;
	padding: 0;
}

.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: 0;
}

.thumbnail-caption {
	color: #999999;
	font-size: 10px;
	margin-top: 1px;
}
	
/*</group>*/

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

.photo-background {
	text-align: center;
	background: #ffffff;
}

.photo-navigation {
	text-align: center;
	background: #ffffff url(images/singlebox.png) no-repeat;
	font-size: 10px;
	margin: 0 auto;
	padding: 40px 10px 10px;
}

.photo-navigation a {
	text-align: left;
	font-size: 10px;
}

.photo-navigation a:hover {
}

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

.photo-links {
}

.photo-title {
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
	text-align: center;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	color: #999999;
	text-align: center;
}

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