@charset "UTF-8";
/* CSS Document */

img.headerimg {
	position: absolute;
	top:20px;
	left:400px;
	color: #FFF;
	font-family: Arial;
	width: 384px;
	font-size: 18px;
	text-align: left;
	}
	
div#company {
	position: absolute;
	top:245px;
	left:141px;
	color: #FFF;
	font-family: Arial;
	width: 248px;
	font-size: 24px;
	text-align: left;
	}
	
	
div#tagline {
	position: absolute;
	top:80px;
	left:6px;
	color: #FFF;
	font-family: Arial;
	width: 384px;
	font-size: 16px;
	text-align: left;
	}
	

img.logo {
	position:absolute;
	left:284px;
	top:10px;
	z-index: 1;
	width: 73px;
	height: 62px;
}

	
div#menu {
	position:absolute;
	left:36px;
	top:140px;
	z-index: 1;
	width: 600px;
	height: 42px;
    }
	
img.imageonpage {
	position:absolute;
	left:236px;
	top:16px;
	z-index: 1;
	width: 73px;
	height: 62px;
    }	

div#menubar {
	position: absolute;
	top:150px;
	left:1px;
	width:690px;
	height:35px;
	border-top-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	xbackground-color: #6699cc;
}

div#table {
	position: absolute;
	top:200px;
	left:1px;
	width:684px;
	height:300px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f7fbff;
}

#company strong {
	font-size: 26px;
	text-transform: capitalize;
	word-spacing: normal;
}
.investments {
	font-size: 18px;
	font-family: Arial black;
	color: #000;
	font-weight: normal;
}


.subtitle {
	font-size: 13px;
	font-family: Arial black;
	color: #3E4042;
	font-weight: normal;
}
.style7 {
	color: #3E4042;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 12px;
}


.style9 {
	color: #3E4042;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 12px;
}

.style14 {
	color: #3E4042;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 16px;
}

body {
	background-repeat: repeat-y;
	background-repeat: repeat;
	background-color: #f7fbff;
}


.trailer {
	line-height:22px;
	color:#FFF;
	font-family: "Arial black";
	font-size: 16px;
	}
.MainText {
	color:#333;
	letter-spacing:0.1em;
	font-family: "Arial black";
	font-style: normal;
	font-size: 12px;
	}
	

.styleL {
	font-family: "Arial black";
	font-weight: normal;
	line-height: 18px;
	color: #3E4042;
	font-size: 14px;
	text-transform: none;
	text-align: right;
}


.alltext {
	font-family: Arial;
	color: #391289;
}


.categories {
	font-family: Arial;
	color: #3E4042;
}

.names {
	font-family: Arial;
	color: #391289;
}

hr {
	border-top-width: 1px;
	width: 31;
	border-top-style: solid;
	border-color: #3E4042;
	margin: 0px 1%;
}



.textstyle {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #391289;
}

.itemtext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3E4042;
}




a:link, a:visited {
	color: #584294;
	text-decoration: none;
	font-size: 18;
	font-weight: bold;
	font-family: Arial;
}


a:hover, a:active {color: #990033;
text-decoration: none;
font-size: 18;}
/* CSS Document */

.ret-galsub {
	font-family: Arial;
	font-weight: bold;
	color: #5E4890;
	font-size: 24px;
}
.SIPPLi {
	font-family: "Arial black";
	font-weight: normal;
	color: #000;
	font-size: 38px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(http://sipplinvestments.com/STAGE/imagery/newmenu/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(http://sipplinvestments.com/STAGE/imagery/newmenu/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

