@charset "utf-8";
/* CSS Document */


/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

/* General Styles */
body {line-height: 1; background:#071f2f url(images/bg_tile.png) repeat-x; font-family:Arial, Helvetica, sans-serif;}
a{color:#0ec6f8;}
ol, ul {list-style: none;}
:focus {outline: 0;}
.clearfix{clear:both; background:url(images/page_foot.png); height:34px;}
.wrapper{width:100%; height:500px; background:url(images/top_bg.jpg) no-repeat top center;}
.container{width:960px; margin:0 auto;}

/* Header Styles */
.header{padding-top:32px; height:113px;}
.header .logo {float:left;}
.header .contact{float:right; color:#0a2a40; font-size:18px; text-align:right; margin-top:15px;height:54px; overflow:hidden; width:400px;}
.header .contact a{color:#0a2a40; text-decoration:none;}
.header .contact a:hover{color:#0ec6f8;}
.header .contact .phone{background:url(images/phone.png) no-repeat 0px 2px; padding-left:30px; margin-bottom:10px; float:right;}
.header .contact .mail{background:url(images/mail.png) no-repeat 0px 2px; padding-left:30px; float:right; margin-bottom:10px; clear:right;}
.header .contact .aim{background:url(images/aim.png) no-repeat 0px 2px; padding-left:30px; float:right; margin-bottom:10px; clear:right;}
.header .contact .twitter{background:url(images/twitter.png) no-repeat 0px 2px; padding-left:30px; float:right; margin-bottom:10px; clear:right;}

/* Page Body Styles */
.whitebody{background:#fff;}
.topcap{background:url(images/header_blue.jpg) no-repeat; height:60px; line-height:60px; padding-left:20px; font-family:"Trebuchet MS", Georgia, Arial; color:#fff; font-style:italic; font-size:22px;}
.content{background:#FFFFFF; font-size:12px; line-height:18px;}
.content .panelContainer p{margin-bottom:10px;}
.content .panelContainer a{color:#28AACC;}
.content .panelContainer a:hover{color:#334957;}

/* Panel Styles */
.stripViewer {position: relative; overflow: hidden; padding:18px 0 0 0; float:right; width: 700px; background: #fff;}
.csw {display:none;}
.csw .loading {display:none;}
.stripViewer .panelContainer { position: relative; left: 0; top: 0;	width: 100%; list-style-type: none; background:#fff;}
.stripViewer .panelContainer .panel {float:left; height: 100%; position: relative; width: 700px;}
.stripNav {float:left; width:245px; background: #fff;}
.stripNav ul {list-style: none; position:relative; left:-6px;}
.stripNav ul li {margin-top:12px;}
.stripNav a {width:245px; background:url(images/nav_bg.png) no-repeat; height:37px; padding:6px 0 0 15px; color: #fff; text-decoration: none; display: block; font-family:"Trebuchet MS", Georgia, Arial; font-style:italic; font-size:22px; line-height:37px; overflow:hidden;}
.stripNav a:hover{color:#334957;background-position:0px -43px;}
.stripNav li a.current {background-position:0px -43px;}
.stripNav li a.current:hover{color:#fff;}
.stripNavL, .stripNavR { display:none;}

/* Sidebar Styles */
.sidebar{width:250px; float:left; position:relative; left:-6px; margin-top:30px;}
.sidebar h3{font-size:13px; color:#fff; font-weight:bold; height:31px; line-height:30px; padding:6px 0 0 15px; background:url(images/mini_head.png) no-repeat;}
.sidebar p{font-size:12px; color:#b8d5e7; background:#334957; width:198px; padding:15px 15px 0 15px; line-height:18px;}
.sidebar .foot{height:15px; background:url(images/mini_foot.png) no-repeat; margin-bottom:12px;}
.sidebar a{color:#0ec6f8;}

/* Footer Styles */
.footer {height:60px; padding:10px 0 0 0; color:#0ec6f8; font-family:"Trebuchet MS", Georgia, Arial; font-style:italic; font-size:18px;}
.footer p{color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-top:10px; font-style:normal;}

/* Image Styles */
img.alignleft{float:left; margin:0 10px 0 0;}
img.alignright{float:right; margin:0 0 0 10px;}
.border{border:1px solid #60707A;}




/*
------------------------------
	Impromptu's
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	background-color: #3399CC;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #3399CC;
}




