a,
a:link,
a:hover,
a:active {
	color: #e20d37;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

.container {

}

.black {
	background-color: black;
	height: 10px;
	min-height: 10px;
}

h1 {
	font-family: Arial, Helvetica;
	font-size: 18px;
	margin: 5px 0 5px 0;
}

h2.subtitle {
	font-size: 12px;
	color: gray;
	padding-left: 10px;
	padding-top: 25px;
}

#logoText {
	padding-top: 20px;
	padding-left: 10px;
}

.rightBoxContainer {
	background-color: #f1f1f1;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.rightBox {
	margin: 4px;
}

.rightBox h2 {
	font-size: 13px;
	font-weight: 400;
	margin: 10px 0 5px 0;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
}

.rightBox h2.smaller {
	font-size: 10px;
}

#stradbrokeVideos {
	height: 137px;
	width: 137px;
}

#stradbrokeLogos {
	width: 137px;
	height: 700px;
	background-color: gray;
}

/* menu styles */
#menu div {
	background-image:url('/img/staticmenu.png');
	background-repeat:no-repeat;
	padding:0;
	line-height:normal;
	height:37px;
	float: left;
}
#menu div span {display:none;}

#menu div a {display:block; width:100%; height:100%;}

#menu div.item1 {width:81px;background-position: 0px 0px;}
#menu div:hover.item1, #menu .itemhome-active {background-position: 0px -38px !important;}

#menu div.item2 {width:100px;background-position: -81px 0px;}
#menu div:hover.item2, #menu .itemportfolio-active {background-position: -81px -38px !important; }

#menu div.item3 {width:125px;background-position: -181px 0px;}
#menu div:hover.item3, #menu .itemsponsorship-active {background-position: -181px -38px !important; }

#menu div.item4 {width:95px;background-position: -306px 0px;}
#menu div:hover.item4, #menu .itemadvisory-active {background-position: -306px -38px !important; }

#menu div.item5 {width:107px;background-position: -401px 0px;}
#menu div:hover.item5, #menu .iteminvestment-active {background-position: -401px -38px !important; }

#menu div.item6 {width:66px;background-position: -508px 0px;}
#menu div:hover.item6 {background-position: -508px -38px; }

#menu div.item7 {width:93px;background-position: -574px 0px;}
#menu div:hover.item7 {background-position: -574px -38px; }

#menu div.item8 {width:49px;background-position: -667px 0px;}
#menu div:hover.item8 {background-position: -667px -38px; }

#menu div.item9 {width:74px;background-position: -716px 0px;}
#menu div:hover.item9 {background-position: -716px -38px; }


/* end menu styles */

.homePhoto {
	font-size: 9px;
	line-height: normal;
}

.homePhoto span {
	color: #646464;
}

.graySep {
	background-color: #a7a7a7;
	height: 3px;
	min-height: 3px;
	margin: 5px 0 5px 0;
	overflow: hidden; /* workaround for ie6 */
}

.homeText p {
	color: #646464
}

.homeText h2 {
	font-size: 17px;
}

.blackSep {
	background-color: black;
	height: 3px;
	min-height: 3px;
	margin-bottom: 10px;
	overflow: hidden; /* workaround for ie6 */
}

#universeSubtitle {
	font-size: 90%;
	text-align: center;
}

#headerImg {
	border-top: 1px solid black;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid black;	
}

#footer {
	color: #9a9898;
	font-family: Optima, Arial;
	text-align: center;
	margin: 10px;
}

#footerSep {
	background-color: #dbdbdb;
	height: 2px;
	min-height: 3px;
	margin: 5px 0 5px 0;
	overflow: hidden; /* workaround for ie6 */
}

/* advisory */

#advisory .item {
	background-image: url('/img/advisory/item-sep.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

#advisory .lastitem {
	background-image: none;
}

#advisory h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 5px 0 2px 0;
	line-height: 15px;
}

#advisory h2 span {
	border-bottom: 1px solid #aaa;
}

#advisory p {
	color: #646464;
}

#advisory h1 {
	background-image: url('/img/advisory/bg-header.png');
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
}

/* investment */

#investment .item {
	background-image: url('/img/investment/item-sep.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

#investment h1 {
	margin: 15px 15px 15px 0;
	
}

#investment h2 {
	font-size: 16px;
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid black;
}
#investment .itemsContainer {
	margin: 5px 0 5px 0;
	background-color: #e2e2e2 !important;
}

#investment ul {
	margin: 0;
	padding: 0;
	margin: 5px 0 5px 20px;
	padding-left: 20px;
}

#investment .listContainer {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

#sponsorship H1 {
	margin-bottom: 15px;
}

#sponsorship .homePhoto {
	margin-bottom: 10px;
}

#sponsorship #book span {
	font-size: 11px;
}

#sponsorship #producer {
	color: #646464;
	padding: 15px 0px 0px 10px;
	font-size: 11px;
}

#sponsorship #details {
	list-style: square;
	font-size: 11px;
}

#sponsorship #sponsorshipSep {
	 border-left: 1px solid black;
	 border-right: 1px solid black;
	 padding-left: 5px;
	 padding-right: 5px;
}

#sponsorship .graySep {
	background-color: #505050;
	height: 5px;
	min-height: 5px;
	margin: 10px 0 10px 0;
	overflow: hidden; /* workaround for ie6 */	
}