/* @group general styles */

body {
	text-align: center;
	padding: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-right: 40px;
	background: #c6c6a1 none repeat-x;
	margin-top: 0;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	padding-top: 5px;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	color: #132da0;
	border-bottom: #9195ff;
}

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

li {
	font-size: 1em;
	padding-bottom: 5px;
}

td {
	font-size: .9em;
}

img {
	border-style: none;
}

div {
	border: 1px  #ff408d;
}

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

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/* @end */

/* @group layout */

#container {
	margin: 0px auto;	text-align: left;
	background: none white;
	border: 1px solid #999999;
	width: 800px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 100px;
	margin-bottom: 0;
	position: relative;
	background: #ffffff url(images/bluegrad.png) no-repeat;
	border-bottom: 3px none #336699;
}

#pageHeader img {
	text-align: right;
	top: 20px;
	right: 15px;
	position: absolute;
}

#pageHeader h1 {
	letter-spacing: 1px;
	font-weight: bold;
	color: #ec7616;
	font-size: 2em;
	padding-left: 30px;
	margin: 0;
	padding-top: 30px;
}

#pageHeader h2 {
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 180px;
	font-size: 1.2em;
}

#contentContainer {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: inherit;
}

#contentContainer #content {
	background: none;
	padding: 10px 20px 20px 25px;
}

#contentContainer a {
	border-bottom: 1px dotted #9195ff;
}

#linksContainer {
	width: 20em;
	color: #3d3d3d;
	background: #eeeeee;
	margin-left: 0em;
	border: 1px solid #999999;
}

#linksContainer ul {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style: none;
	font-size: .8em;
}

#linksContainer li {
	border-bottom: 1px solid #dddddd;
	padding-left: 10px;
	height: 1em;
}

#linksContainer li a {
	display: block;
	background: #eeeeee;
	text-decoration: none;
	color: #7c5bc9;
}

#linksContainer li a:hover {
	color: #d54f45;
	background: white;
}

#sidebarContainer {
	float: left;
	width: 180px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	font-size: 0.8em;
	border-right: 1pt none #336699;
}

#sidebarContainer #sidebar {
	padding: 0 10px 10px;
	line-height: 1.6em;
	background: #ffffff;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding: 15px 10px 5px;
	background: #ffffff;
	border-top: 1px solid #336699;
}

#footer {
	text-align: center;
	margin: 0;
	border-top: 1px solid #c4c4c4;
	background: #d4d4d4;
	height: 25px;
}

#footer p {
	font-size: .7em;
	color: #666666;
	padding: 5px;
}

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

#footer a:hover, #footer a:active {
	color: #000000;
	
}
	
/* @end */

/* @group bread crumb */

#breadcrumbcontainer {
	text-indent: 1px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: white;
	border-top: 1px dotted gray;
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	font-size: .8em;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group toolbar */

/* toolbar */

/* menu item padding in block   */

#navcontainer {
	position: relative;
	top: 0;
	display: block;
	font-size: 1.1em;
	line-height: 1.8em;
	color: black;
	background: #eeeeee;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	border-right: 1px solid #336699;
}

#navcontainer #current {
	color: #ec7616;
	background: #336699;
}

#navcontainer #current:hover {
	background: #336699;
	color: #ec7616;
}

/* 0 */

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

#navcontainer li {
	background: transparent;
	border-bottom: #cccccc dotted 1px;
	padding-bottom: 0;
}

#navcontainer a {
	display: block;
	color: #444444;
	padding-left: 10px;
	height: 1.6em;
	background: #eeeeee;
	font-weight: bold;
}

#navcontainer a:hover {
	background: fixed #ffffff;
	color: #ec7616;
}

#navcontainer a:active {
}

/* 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	border-bottom-style: none;
}

#navcontainer ul ul a {
	padding: 0px 0px 0px 30px;
	font-weight: normal;
}

#navcontainer ul ul a:hover{
	font-weight: normal;
}

#navcontainer ul ul #current{
}

/* 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 35px;
}

#navcontainer ul ul ul a:hover{

}

/* 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding: 0px 0px 0px 45px;
}

#navcontainer ul ul ul ul a:hover{

}

/* 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding: 0px 0px 0px 57px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group global classes */

blockquote, .standout {
	font-style: italic;
	color: #274e77;
	background: #dddddd;
	padding: 20px;
}

h1 {
	color: #003d9a;
	font: 100 2em Verdana, Arial, Helvetica, sans-serif;
	background: inherit;
}

h2 {
	color: #003d9a;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 0;
}

h3 {
	color: #003d9a;
	font-size: 1em;
}

h4 {
	color: #003d9a;
	font-size: .9em;
	font-weight: 200;
}

.imageStyle {
		border: none;

}

.bord_s {
	border-bottom: 1px solid #82acd0;
}

.small {
	font-size: smaller;
}

.big {
	font-size: larger;
}

.greybg {
	background: #dddddd;
}

p.footnote {
	color: #666666;
	font-size: smaller;
	font-style: italic;
}

.nobullet {
	list-style: none;
}

.sub_box_200 {
	background: #fbf9cf;
	width: 200px;
	padding: 5px;
	border: 1px dotted #9d9d9d;
}

.sub_box_160 {
	background: #fbf9cf;
	width: 160px;
	padding: 5px;
	border: 1px dotted #9d9d9d;
}

.sub_box_300 {
	border: 1px dotted #9d9d9d;
	width: 300px;
	padding: 5px;
	background: #fbf9cf;
}
	
/* @end */

/* @group blog */

/* @group archive page */

/* This can't see this page in the preview. You must export the site to see it. */

.blog-archive-background {
}.blog-archive-headings-wrapper {
	margin: 1px auto 0px;	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 0px auto;	text-align: left;
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.7em;
}

.blog-archive-link {
	margin-top: 8px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

.blog-entry-date {
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: left;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

.blog-entry-category {
	font-weight: bold;
	margin-bottom: 5px;
}
	
/* @end */

/* @group file sharing */

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
}

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

.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 */

.album-title {	font-size: 1.6em;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
}

.album-description {
	text-align: center;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
}

.thumbnail-table {
}

.thumbnail-frame {
	padding-bottom: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.thumbnail-frame img {
	margin: 0;
	padding: 0;
	border: none;
}

.thumbnail-caption {	font-size: 0.7em;
	line-height: 0.8em;
	border: 1px  #bfbfbf;
}

	
/* @end */

/* @group single page */

.photo-background {	margin: 0;}.photo-navigation {	margin-bottom: 10px;	padding: 20px 0 0;}.photo-links {	padding: 5px;}.photo-navigation a:link, .photo-navigation a:visited {	text-shadow: none;}.photo-navigation a:hover {	text-decoration: underline;
}.photo-frame{	padding: 1px;	background: #ffffff;}.photo-title {	font-size: 2em;	font-weight: bold;	margin-bottom: 3px;	letter-spacing: 1px;	margin-top: 0;}.photo-caption {
}


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

/* @group quicktime page */

.movie-description {
	margin-top: 25px;
}
	
/* @end */

/* @group quicktime album */

.movie-page-title {	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.movie-page-description {
	margin-bottom: 15px;
	text-align: center;
}

.movie-thumbnail-frame {
	display: inline;
	text-align: center;
	font-size: 0.9em;
	float: left;
	width: 131px;
	margin: 5px;
	padding: 4px;
}

.movie-thumbnail-caption {
	padding-top: 5px
}

.movie-background {
}.movie-title {	font-size: 1.3em;	font-weight: bold;	margin-bottom: 3px;	letter-spacing: 1px;
	text-align: center;
	text-shadow: 0px 0px 4px #ffffff;
	color: black;

}.movie-frame {}

	
/* @end */

/* @group contact form */
.message-text {
	margin-top: 25px;
} 

.required-text {
} 

.form-input-field {
} 

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


