/* @group General Styles */

body {
	color: #303030;
	font: 0.95em/1.6em "georgia", times, serif;
	text-align: center;
	margin: 0px 10px 0px;
	background: repeat-y url(images/left-border.jpg);
	padding: 10px;
}

p {
}

p.quote
{
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
		
}
p.owner
{
	color: #cc6666;
	/*font-size: 0.85em;*/
	margin-top: 10px;
	padding-top:0px;
	padding-bottom: 5px;
	line-height: 1.2em;
	border-bottom: 1px solid #ffcccc;
}
p.headline
{
	font-style: italic;
	font-size: 1.5em;	
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top:  0px;
	
}
p.address{
	margin-top: 0px;
	padding-top: 4px;
	padding-left: 30px;
	line-height: 1.2em;
}

b, strong {

}

a:link, a:visited, a:active {
	color: #cc3333;
}

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

img {
	border: none;
}

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

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

/* @group Layout */

#container {
	margin: 0  auto; /* Right And Left Margin Widths To Auto */
/*	padding 40px;*/
	/*text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	background: repeat url(images/bgtexture.jpg);
	width: 800px;
	/*border: 2px solid yellow;*/
}

.clearer {
	clear: both;
}
#photoframe{
	width: 265px;
	/*border: 1px solid green;*/
	float: left;
}
#homecontent{
	width: 475px;
	float: left;
	/*border: 1px solid blue;*/
}

#pageHeader {
	height: 100px;
	/*margin-bottom: 10px;*/
	padding-top: 10px;
	text-align: left;
	/*border: 2px solid red;*/
}

#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader h1 {
	color: #cc0000;
	font-size: 2.7em;
	margin: 0 0 7px;
	letter-spacing: 1px;
}

#pageHeader h2 {
	font-weight: normal;
	margin: 0 2px;
	font-size: 1.5em;
	color: #606060;
	letter-spacing: 4px;
	word-spacing: 2px;
}

#pageHeader h3 {
	font-weight: normal;
	margin: 5px 10px;
	font-size: 1.6em;
	color: #cc0000;
	/*letter-spacing: 1px;
	word-spacing: 2px;*/
}
#pageHeader hr {
	border-bottom: 4px solid red;
	color: #cc0000;
	background-color: #cc0000;
}
#contentContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	/*border-right: 1px solid #cccccc;*/
	/*border: 2px solid yellow;*/
}

#contentContainer #content {
}

#sidebarContainer {
	width: 25%;
	float: right;
	/*margin-bottom: 10px;*/
	/*margin-left: 10px;*/
	padding-left: 12px;
	margin-top: 20px;
	font-size: 0.85em;
	color: #666666;
	/*border: 1px solid green;*/
	text-align: left;
	border-left: 1px solid #cccccc;
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

#footer { 
	text-align: left;
	/*border: 2px solid blue;*/

}
/*  ---- commented out whole footer section ----
#footer p {
}

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

}

#footer a:hover, #footer a:active {
}
/*     -----   end of footer section */	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	border-top: 1px solid #eaeaea;
	margin-top: 25px;
	padding-top: 10px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	/*width: 767px;
	text-align: center;*/
	height: 28px;
	/*background-color: #330000;*/
	/*position: absolute;*/
	padding-bottom: 15px;
	font-size: .86em;
	line-height: 2.5em;
	margin-top: 12px;
	/*border: 1px solid blue;*/
	/*border-top: 1px solid #ffcccc;*/
}

#navcontainer #current {
	background: url(images/button.png) no-repeat;
	color: #ff0000;
	position: relative;
	font-weight: 600;
	text-decoration: underline ;

}

#navcontainer .currentAncestor {
	background: url(images/button.png) no-repeat;
	color: #ff0000;
	font-weight: 300;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	z-index: 2;
}

#navcontainer li {
	display: inline;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 30px;
	text-align: center;
	float: left;
	background: url(images/button.png) no-repeat;
}

#navcontainer a, a:visited {
	font-size:  0.88em;
	display: block;
	color: #cc3333;
	/*text-align: center;*/
	text-decoration: none;
	padding-top: 0px;
}

#navcontainer a:hover {
	color: #ff0000;
	font-weight: bold;
}

#navcontainer a:active {
	color: #ff0000;
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-left: 32px;
	background-position:16px 3px;
}

#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{
	padding-left: 46px;
	background-image: none;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	background-image: none;
}

#navcontainer ul ul ul .currentAncestor {
	background-image: none;
}
/* 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 {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #606060;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

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

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */
/* @end */



