/* Body and tag styles */
* {margin:0; padding:0;}
body {
	line-height:1.4em;
	text-align:center;
	color:#303030;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #FFF;
	background-image: url(images/title_header.jpg);
	background-repeat: repeat-x;
}
a {
	color:#006F53;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
a img {
	border:none;
	background-color: #999999;
}
p {
	padding:0 0 1.6em 0;
}
p form {margin-top:0; margin-bottom:20px;}
img.left,img.center,img.right {padding:4px; border:1px solid #a0a0a0;}
img.left {float:left; margin:0 12px 5px 0;}
img.center {display:block; margin:0 auto 5px auto;}
img.right {float:right; margin:0 0 5px 12px;}


/*-----------------------------------------------------------------------*/

/* Header and navigation styles */
#container {
	width:1000px;
	text-align:left;
	color:#303030;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#header {
	height:120px;
	width:1000px;
	color:#ffffff;
	background-image: url(images/logo_white.png);
	background-repeat: no-repeat;
	background-position: center;
}
#header h1 {
	padding:35px 0 0 0px;
	font-size:3.3em;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
	font-variant: small-caps;
	text-align: center;
}
#header h2 {margin:10px 0 0 40px; font-size:1.4em; color:#f0f2f4; letter-spacing:-1px; font-weight:normal;}
#navigation {
	height:2.2em;
	line-height:2.2em;
	width:800px;
	margin:0 1px;
	color:#ffffff;
	background-color: #5991C1;
}
#navigation li {float:left; list-style-type:none; border-right:1px solid #ffffff; white-space:nowrap;}
#navigation li a {display:block; padding:0 10px; font-size:0.8em; font-weight:normal; text-transform:uppercase; text-decoration:none; color: #ffffff;}
* html #navigation a {width:1%;}
#navigation .selected,#navigation a:hover {background:#80b0da; color:#ffffff; text-decoration:none;}

/* Content styles */
#content {
	float:left;
	width:560px;
	font-size:1em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #006F53;
}
#content h2 {
	display:block;
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#006F53;
}
#content h2 a {font-weight:normal;}
#content h3 {
	margin:0 0 5px 0;
	font-size:1.5em;
	letter-spacing:-1px;
	color: #006F53;
	text-align: center;	
}	


#content h4 {
	font-size:1.3em;
	color: #006F53;
	text-align: center;
	font-weight: normal;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#content h5 {
	font-size:1.5em;
	letter-spacing:-1px;
	color: #006F53;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}


#content a:hover,#subcontent a:hover {text-decoration:underline;}
#content ul,#content ol {margin:0 5px 16px 35px;}
#content dl {margin:0 5px 10px 25px;}
#content dt {font-weight:bold; margin-bottom:5px;}
#content dd {margin:0 0 10px 15px;}



/* Sidebar styles */
#subcontent {
	float:left;
	width:200px;
	padding:20px 10px 10px 0;
	line-height:1.4em;
}
#subcontent h2 {
	display:block;
	font-size:2.6em;
	font-weight:bold;
	text-align:left;
	letter-spacing:-1px;
	color:#006F53;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 60px;
	line-height: 95%;
}
#subcontent p {margin:0 0 16px 0; font-size:0.9em;}


/* Sidebar on right */
#rightside {
	float:right;
	width:200px;
	line-height:1.4em;
	height: 575px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(images/engraving-sl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightside h2 {display:block; margin:0 0 15px 0; font-size:1.6em; font-weight:normal; text-align:left; letter-spacing:-1px; color:#505050;}
#rightside p {margin:0 0 16px 0; font-size:0.9em;}

/* images styles */
a:hover img {
	border: 2px solid #CCC !important; /* IE fix*/
	border: 2px solid #444;
}


a img {
	border: 2px solid #FFFFFF;
}




/*-----------------------------------------------------------------------*/
/* Menublock styles */
.menublock {
	margin:0 0 20px 0px;
	font-size:1.2em;
	text-transform: lowercase;
}
.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:4px;
	margin-left: 5px;
}
.menublock li a {
	font-weight:normal;
	text-decoration:none;
}
.menublock li a:hover {text-decoration:none;}
.menublock li ul {margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li {margin-bottom:0;}
.menublock li ul a {font-weight:normal;}

/* Searchbar styles */
#searchbar {margin:0 0 20px 0;}
#searchbar form fieldset {margin-left:10px; border:0 solid;}
#searchbar #s {height:1.2em; width:110px; margin:0 5px 0 0; border:1px solid #a0a0a0;}
#searchbar #searchbutton {width:auto; padding:0 1px; border:1px solid #808080; font-size:0.9em; text-align:center;}

/* Footer styles */
#footer {
	clear:both;
	width:1000px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#333333;
}
#footer p {padding:0; margin:0; text-align:center;}
#footer a {
	color:#006F53;
	font-weight:bold;
}
#footer a:hover {
	color:#333333;
	text-decoration: underline;
}

/* Misc classes and styles 
-----------------------------------------------------------------------*/
.splitcontentleft {
	float:left;
	width:270px;
}
.splitcontentright {
	float:right;
	width:260px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {clear:both;}
.small {
	font-size:0.9em;
}
.hide {display:none;}
.textcenter {text-align:center;}
.textright {text-align:right;}
.important {color:#f02025; font-weight:bold;}
.box {
	padding:5px;
	color:#006F53;
	line-height:1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.style1 {
	color: #006F53;
	border-bottom-width: thin;
	border-bottom-color: #006F53;
	border-bottom-style: solid;
	padding-bottom: 5px;
	font-weight: normal;
}



/*-----------------------------------------------------------------------*/
