/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
/* End Yahoo Copyright */

/*HTML Styles*/

html {background: #00264D;}/*Fix Webkit Problem*/

body {background: #00264D; margin: 0px; padding: 0px;}

a {outline: none;}

h1, h2, h3, h4, h5, h6, h7 {font-family: Arial, Helvetica, sans-serif;}

/*End HTML Styles*/

/*Classes*/

.floatRight {float:right;}

.floatLeft {float:left;}

.clearBoth {clear:both;}

.alignCenter {margin-left:auto;	margin-right:auto;}

.alignTextCenter {text-align: center;}

.marginPaddingZero {
	margin:0;
	padding:0;
}

.imageReplacement {
	display:block;
	text-indent:-9000px;
}

/*End Classes*/

/*Div's and Formatting*/

#wrapper {width: 930px; background: #00264D url(images/wrapperBackground.png) repeat-y left top; padding: 0px 15px;}

#left {width: 496px; height: 587px; overflow: hidden; float: left;}

	#leftTop {width: 496px; height: 235px; background: transparent url(images/left-top.jpg) no-repeat left top; overflow: hidden;}

	#topLogo {margin: 50px 0px 0px 35px;padding:0;}
	
	#tabs {width: 496px; height: 352px; background: url(images/left-bottom.jpg) no-repeat left 46px;}
	
	#tabs ul {margin: 0px; padding: 0px 0px 0px 20px; list-style: none; width: 496px; height: 46px; background:url(images/tabLinkBackground.jpg) repeat-x left top;}
	
	#tabs ul li {list-style: none; height: 45px;}
	
	#tabs ul li a {color: #FFF; font-size: 25px; text-decoration: none;}
	
	#home, #about-curt, #contact {width: 496px; height: 306px;}
	
	#about-curt, #contact {background: url(images/tranparent-white.png) repeat 20px 0px;}
	
	#about-curt {}
	
	#scrollbar {height: 306px; padding: 0px 20px;}
	
	#contactContents {width: 300px; padding-top: 50px;}
	
#right {width: 434px; height: 587px; float: left;}

#footer {color: #FFF; text-align: center;padding-top:20px; font-family: Arial, Helvetica, sans-serif;}

#footer a {color: #FFF;}

	#footerLegal {font-size: 18px; margin: 20px 0px;}

	#footerBottom {margin-left:-15px;}

/*End Div's and Formatting*/

/*JQuery UI Tabs*/
.ui-tabs { /*padding: .2em;*/ zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 6px 20px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { /*padding: 1em 1.4em;*/ display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*End Jquery Tabs*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #00264D;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}