﻿
html { min-height: 101%; margin-bottom: 1px; }
body { margin: 0; padding: 0;font-family:  Arial, Helvetica, sans-serif; color:#666;line-height:1.5em; font-size:12px; }
	h1 { padding-top:0px; margin-top:10px; margin-bottom: 7px; font-weight:100; letter-spacing:1px; font-size:22px; }
	h2 { padding-top:0px; margin-top:10px; margin-bottom: 0px; font-weight:600; letter-spacing:1px; font-size:16px; }
	p { margin-top:0px; }
	#nav li{ border-left:1px solid #fff; display:inline; padding-left:13px; padding-right:13px; }
	#nav li:first-child { border:none; padding-left:0px; margin-left:0px; }
	#nav a { color:#ffffff; text-decoration:none; }
	#nav a:hover { text-decoration:underline; }
	#wrapper { background-image:url(../../images/sh_bg.jpg); background-position:top; background-repeat:no-repeat; min-height:630px; width:898px; background-color:#ffffff; margin: 0 auto; margin-top:30px; margin-bottom:30px; }
	#menu { padding-top:1px; font-family:Helvetica, Arial, sans-serif; color:#ffffff; font-size:13px; }
	#leftContent { float:left; width:230px; min-height:420px; margin-top:65px;margin-right:20px; padding-bottom:10px; padding-left:12px; }
	#rightContent { float:left; width:440px; margin-top: 45px; min-height:360px;}
	#footer { clear:both; width:100%; padding-top:10px; font-size: 10px; text-align:center; }
	#copyright { clear:both; width:100%; font-size: 10px; text-align:center;}
	#rightContent li { list-style:circle; }
	#contentWrapper { clear:both; width:100%; }
    #pageContent { float:left; width:500px; margin-top:65px; min-height:360px; margin-left:140px;}
    #pageContent2 { float:left; width:600px; margin-top:65px; min-height:360px; margin-left:80px;}
   .button, .button:visited {
	background: #222 url(../../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	/**text-shadow: 0 -1px 1px rgba(0,0,0,0.25);**/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;

}

	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 			{ font-size: 11px; padding: 0px; }
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; font-weight: 100; line-height: 1.8em; /**text-shadow: 0 -1px 1px rgba(0,0,0,0.25);**/ }
	.large.button, .large.button:visited 			{ font-size: 14px; padding: 7px 20px 7px; }
	.blue.button, .blue.button:visited		{ background-color: #6fcaf2; }
	.blue.button:hover							{ background-color: #69c1e7; }
	.breadCrumb { color: #666666; font-size:10px; text-decoration:none;}
	.breadCrumb:hover { text-decoration:underline; }
	
.container {padding-left:10px;}
.shadow {float:left;}
.buttonShadow {float:left;}
.frame {position:relative; background:#fff; padding:0px; display:block;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.clear {clear:left;}


