/* Start of CMSMS style sheet 'minimal' */
body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px; 
}

h1 {
	 margin: 12px 0;
	 padding: 0;
     font-size: 18px; 
	 line-height: 14px;
}


h2 {
	 margin: 0 0 12px 0;
	 padding: 0;
     font-size: 16px; 
	 line-height: 19px;
}

h3 {
     margin: 0 0 12px 0;
	 padding: 0;
     font-size: 14px; 
	 line-height: 14px;
}

li {
	margin: 8px 0;
	padding: 0;
}
	

div#content {
     width: 900px;
     margin: 0px auto;
}

div#brokerageImages{
    text-align: center;
     margin: 0px auto;
}

table {
     border:1px solid black;
     width: 900px;
}

table table {
width: 100%;
border: none;
}

#main {
	width: 900px;
	margin: 0;
	padding: 0;
	float: left;
}

.tleft {
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}

#main img {
	margin: 0 0 40px;
}

img.left {
	margin: 0 20px 40px 0;
	padding: 0;
	float: left;
}

img.right {
	margin: 0 0 40px 20px;
	padding: 0;
	float: right;
}

.clearBoth {
	width: 100%;
	height: 0;
	clear: both;
}


/*###################################################*/
/*####################  NAV  ########################*/
/*###################################################*/

#nav {
	width: 900px ;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

	#nav ul {
		margin: 0;
		padding: 20px 0;
		list-style-type: none;
		float: left;
	}
	
		#nav li, #nav a {
			margin: 0 10px 0 0;
			padding: 0px;
			float: left;
		}
	
			#nav a, #nav h3 {
				height: 15px;
				margin: 0;
				padding: 6px;
				background: #0099CC;
				color: #FFFFFF;
				font-size: 12px; 
				text-decoration: none;
				border: solid #FFFFFF 1px;
			}
			
			#nav a:hover, #nav a.menuactive, #nav li.currentpage h3 {
				background: #FFFFFF;
				color: #0099CC;
				border: solid #0099CC 1px;
			}

#nav ul ul {
position: absolute;
top: 55px;
left: 0;
}

#content .nav-sub ul {
padding: 20px 0 50px;
}

#content .nav-sub ul ul {
padding: 0;
}

/*####################  FORM  ########################*/						
	
	#annual-form .formbuilderform {
		padding: 20px 80px;
	}


.fl{
float:left;
}

.intro-wrapper {
position: relative;
}
.banner-wrapper {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    background-color: #0099CC;
    padding: 22px 30px;
z-index: 10;
}

.banner-wrapper h2,
.banner-wrapper p,
.banner-wrapper a {
color: #fff;
}

.banner-wrapper h2 {
font-size: 18px;
line-heigth: 22px;
font-weight: 700;
margin-bottom: 6px;
text-transform: uppercase;
}
.banner-wrapper p,
.banner-wrapper a {
font-size: 13px;
line-height: 20px;
font-weight: 400;
margin-bottom: 20px;
margin-top: 0px;
}
.banner-wrapper a {
margin-bottom: 0px;
text-decoration: none;
}
.banner-wrapper a strong {
font-weigth: 700;
}
.banner-wrapper .flex {
display: flex;
align-items: center;
}
.banner-wrapper .button {
width: 140px;
    text-align: right;
}
.banner-wrapper .content {
width: calc(100% - 140px);
}
.banner-wrapper .content a:hover  {
text-decoration: underline;
}
.banner-wrapper .button a {
font-size: 12px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    color: #fff;
    background-color: #000000;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000000;
    font-weight: 700;
text-align: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.banner-wrapper .button a:hover {
background-color: transparent;
color: #000000;
}
/* End of 'minimal' */

