@charset "utf-8";
/* Sales In Sync Styles */

body
{
	background-color:#34bfe8;
	background-image:url(images/bg_left.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0;
	text-align:center;
}

h1
{
	color:#47bee0;
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}

h2
{
	color:#004b6d;
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
}

p
{
	font-size:12px;
	margin:0 0 10px 0;
}

ul
{
	margin-top:5px;
	margin-left:10px;
}

li
{
	color:#666666;
	font-size:12px;
}	

/* Text */
.grayText
{
	color:#666666;
}

.blueText
{
	color:#47bee0;
}

/* Top Stripe */
.topStripeTitle
{
	color:#2bd5f9;
}

.topStripe
{
	color:#999999;
	font-size:13px;
	font-weight:bold;
	/*padding:10px;*/
	height:30px;
}

/* Navigation */
.nav
{
	background-color:#064d65;
	font-size:14px;
	font-weight:bold;
	height:53px;
	text-align:center;
}

.nav a
{
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:hover
{
	color:#8cdffb;
	text-decoration:none;
}

.navLeftBG
{
	background-image:url(images/nav_left.gif);
	background-repeat:no-repeat;
	height:53px;
	width:20px;
}

.navRightBG
{
	background-image:url(images/nav_right.gif);
	background-repeat:no-repeat;
	height:53px;
	width:20px;
}

/* content cells */
.homeLeft
{
	padding:20px 10px 10px 20px;
	vertical-align:top;
	width:490px;
}

.homeRight
{
	padding:10px;
	vertical-align:top;
	width:276px;
}

.content
{
	padding:20px 10px 10px 20px;
	vertical-align:top;
}

.content a
{
	color:#006699;
	text-decoration:none;
}

.content a:hover
{
	color:#000033;
	text-decoration:none;
}

.content ul
{
	margin:0;
	padding:0 0 10px 15px;
}

.content ol
{
	margin:0;
	padding:0 0 10px 15px;
}

.contentSidebar
{
	float:right;
	margin-left:8px;
	text-align:left;
	width:245px;
}

.contentSidebarContent
{
	background-color:#EEE;
	padding:8px;
}

.contentSidebarTop
{
	background-image:url(images/sidebar_top.gif);
	float:right;
	height:14px;
	width:245px;
}

.contentSidebar ul
{
	margin:0;
	padding:0 0 0 15px;
}

/* rounded corners */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#EEE; margin:0 5px;}
.b2f {height:1px; background:#EEE; margin:0 3px;}
.b3f {height:1px; background:#EEE; margin:0 2px;}
.b4f {height:2px; background:#EEE; margin:0 1px;}

/* Body */
.bodySideBG
{
	background-color:#34bfe8;
	background-image:url(images/body_bg_left.gif);
	background-repeat:no-repeat;
	width:20px;
}

.body
{
	background-color:#FFFFFF;
	background-image:url(images/body_bg.gif);
	background-repeat:no-repeat;
}

.main
{
	text-align:left;
	width:810px;
}

/* How images */
.howImages
{
	margin:5px 0 3px 0;
	padding:3px;
	text-align:center;
}

.caption
{
	color:#004b6d;
	font-size:10px;
}

/* Bottom */
.bottomLeft
{
	background-image:url(images/bottom_left.gif);
}

.bottomRight
{
	background-image:url(images/bottom_right.gif);
}

/* Forms */
.textbox
{
	background-color:#FFFFFF;
	border:1px solid #47bee0;
	color:#666666;
	font-size:12px;
	width:120px;
}

.button
{
	background-color:#FFFFFF;
	border:1px solid #47bee0;
	color:#666666;
	cursor:pointer;
	font-size:12px;
	width:50px;
}

/* Footer */
.bottomStripe
{
	background-color:#064d65;
	height:20px;
}

.footer
{
	color:#117694;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.footer a
{
	color:#117694;
	text-decoration:none;
}	

.footer a:hover
{
	color:#117694;
	text-decoration:underline;
}

/* Pop-up */
#pup 
{
  position:absolute;
  z-index:200;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.95em;
  text-align:center;
}