body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	
	fieldset,img {  
	    border:0; 
		}

	a img {
		border: none;
		}

	a	{outline: 0;}

	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    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; 
	} 


a {text-decoration:none;}
a:link {color: #666;}
a:visited {color: #666;}
a:hover, a:focus {color:#2e2e9d;}
a:active {color: #ca9a2b;}

.fee a {text-decoration: underline;}
.fee a:link {color: #ca9a2b;}
.fee a:visited {color: #ca9a2b;}
.fee a:hover, a:focus {color:#999;}
.fee a:active {color: #2e2e9d;}

body	{background: #fff url('images/top.gif') repeat-x;
		font-size: 62.5%;
		font-family: "Century Gothic", Arial, Verdana, sans-serif;}

		
#main	{position: relative;
		left: 0;
		margin-left: 0;
		width: 718px;}
		
#logo	{position: absolute;
		top: 36px;
		left: 50%;
		margin-left: -199px;}

#content	{position: absolute;
			top:188px;}
			
			
.leftSide	{float: left;
			padding: 20px 10px;}


			
.clear		{clear: both;}

#home		{width: 716px;}

#home2		{width: 220px;}

#services	{width: 251px;}

#services2	{width: 427px;}


#contact	{width: 251px;}

#contact2	{width: 203px;}

#contact3	{width: 204px;}

ul#serv		{position: relative;
			top:30px;
			margin-bottom: 42px;}


ul#serv li	{margin-bottom: 4px}


.leftFoot	{position: relative;
			top: 20px;
			float: left;}
			
.leftFoot img, .leftFoot p	{float: left;}

.rightFoot	{position: relative;
			top: 20px;
			float: right;}
			
.rightFoot img, .rightFoot p	{float: right;}

.fee	{margin-top: 20px;
		font-size: 1.2em;}


#hr	{width: 718;
		height: 1px;
		background-color: #ca9a2b;}

hr		{display: none;}




h1		{margin-bottom: 8px;
		color: #212155;}

p		{text-align: left;
		font-size: 1.1em;
		letter-spacing: 0.1em;
		margin-bottom: 1.2em;
		line-height: 130%;
		color: #2e2e9d}
		
.under	{text-decoration: underline;}

.footP	{padding: 6px;
		text-align: right;
		color: #999;
		line-height: 140%;
		letter-spacing: 0.1em;
		font-size: 1em;}
		
		
.g		{color: #999;}	

		
/* Navigation */

#navigation	{position: relative;
		height: 22px;
		width: 718px;
		background: #fff url('images/navBG.gif') no-repeat;}

ul.nav li	{position: relative;
		top: 6px;
		left: 8px;
		padding-right: 30px;
		list-style-type: none;
		float: left;
		text-indent: -9000px;
		display: block;}

a.b1 {width: 48px;
	height: 13px;
	display: block;
	background: url('images/nav/b1.gif') no-repeat;}

a.b2 {width: 65px;
	height: 13px;
	display: block;
	background: url('images/nav/b2.gif') no-repeat;}

a.b3 {width: 63px;
	height: 13px;
	display: block;
	background: url('images/nav/b3.gif') no-repeat;}

 ul.nav a:hover, ul.nav a:focus, ul.nav a:active {
    background-position: 100% -23px;}

/* END Navigation */

		
		
		
		
		
		
/* Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}




.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}


/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Tooltip */

#tooltip{
	position:absolute;
	border:1px solid #ca9a2b;
	background:#fff;
	padding:2px;
	font-size: 0.9em;
	color:#333;
	display:none;
	}	
		
		
		
		
		
		
		
		
