@CHARSET "ISO-8859-1";


/* Browser Rewrite ===================== */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
	margin: 10px 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 5px 0;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 5px 0;
}

a:link, a:visited, a:active {
	color: #333;
}
a:hover {
	color: #999;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul {
	margin: 10px 0 10px 30px;
	padding: 0;
}

ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================= */





/* Divs ============================= */



body {
background-color:white;
text-align:center;
}

img {
border:none;
}


#wrapper {
margin:auto;
min-height:600px;
position:relative;
width:940px;
}

#headercontainer {
z-index:1;
width:100%;
background-color:#ffffff;
margin-top:500px;
position:fixed;
padding:10px 0px;
height:100%;
}

#header {
font: arial,sans-serif;
width:940px;
margin-left:auto;
margin-right:auto;
min-height:300px;

}

#header h1{
float:right;
padding:0 20px;
color:grey;
line-height: 23px;
text-align:right;
}

.h1img span {
    background-image: url("/main1/joseangelo.png");
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1;

}

#footer {
    background-color: transparent;
    color: #CCCCCC;
    font-size: 9px;
    height: 100%;
    margin:0px auto;
    position: fixed;
    top: 80%;
    width: 100%;
    z-index: 2;
}

#profile {
color:white;
}

/* Jquery ============================= */


#content ul.ui-tabs-nav {
    height: 120px;
    list-style: none outside none;
    margin-left: auto;
    margin-right: auto;
	z-index:1;
	background-color:#ffffff;
	top:500px;
	position:fixed;
}

#content ul.ui-tabs-nav li{ 
	padding:0; 
	font-size:12px; 
	color:#666; 
	display:inline;
	left:200px;
	margin-left: auto;
    margin-right: auto;
}

#content li a {

}

#content {
    background: none repeat scroll 0 0 ;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    position: relative;
    width: 940px;
}



#content ul.ui-tabs-nav li img {
    background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom:0px!important;
	width:90px;
	height:90px;
}

#content ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#content li.ui-tabs-nav-item a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    outline: medium none;
    text-decoration: none;
}

#content li.ui-tabs-nav-item a:hover{ 
	background:#A3A3A3; 
	padding-top:5px;
}

#nav #first.ui-tabs-selected a{ 
	padding-top:5px;
	background:#4B8FDD;
	
}

#nav #second.ui-tabs-selected a{ 
	padding-top:5px;
	background:red;
	
}

#nav #third.ui-tabs-selected a{ 
	padding-top:5px;
	background:#E0E03E;
}

#nav #fourth.ui-tabs-selected a{ 
	padding-top:5px;
	background:green;	
}

#content .ui-tabs-panel{ 
	min-height:500px;
	height:auto;
	position:relative;
}
#content .ui-tabs-panel .pagecontent {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0px 10px;
}
#content .ui-tabs-panel .pagecontent a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#content .pagecontent h3{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#000000; margin:0; font-weight:normal;
	overflow:hidden; text-shadow:1px 1px #ccc;
}
#content .pagecontent h2{ 
	font-family:verdana,tahoma,serif; 
	color:#fff; margin:0; font-weight:normal;
	overflow:hidden; text-shadow:1px 1px #ccc;
	font-size:36px;
}
#content .pagecontent p{ 
    line-height: 22px;
    margin: 5px 0 10px;
}

#content .pagecontent a{ 
	text-decoration:none;
	font-weight:bold;
}
#content .pagecontent a:hover{ 
	text-decoration:none; 
}
#content .pagecontent a:active{ 
	background-color:red; 
}
#content .ui-tabs-hide{ 
	display:none; 
}

/* Specs ============================= */