@font-face {
    font-family: 'MyriadProSemibold';
    src: url('myriadpro-semibold2-webfont.eot');
    src: url('myriadpro-semibold2-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-semibold2-webfont.woff') format('woff'),
         url('myriadpro-semibold2-webfont.ttf') format('truetype'),
         url('myriadpro-semibold2-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, ul, ol, h1, h2, h3, h4, h5, h6, form, p{
	margin:0;
	padding:0;
<!--	color:black; -->


	font-family: 'MyriadProSemibold';
}
body
{
	font-size:14px;
	position:absolute;
 
}
table
{
	border-collapse:collapse;
}
ul
{
	list-style:none outside none;
}

.header_menu
{
	position:absolute;
	top:65px;
	left:400px;
	color:white;
	font-size:18px;
	font-weight:bold;
	
}

.header_menu a:hover
{
text-decoration:underline;
	cursor:pointer;
}
.header_menu a
{
	color:white;
	text-decoration:none;
}

.left_menu
{
	margin-left:10px;
	width:180px;
	float:left;
	padding-right:25px;
}
.left_menu li 
{
	padding-left:10px;
	clear: both;
}
.left_menu li.menu_header
{
	border-bottom:1px solid #CCC;
	font-size:20px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:0px;
}
.left_menu .header_smaller
{
	font-size:16px;
}

.left_menu a
{
	
	color:black;
	text-decoration:none;
}
.left_menu a:hover
{
	text-decoration:underline;
	cursor:pointer;
}
.main_content
{
	
	width:800px;
	float:left;
}
.red_text
{
	color:#ff0000;
}
.ul_not_changed
{
	list-style:circle outside none; 
	padding-left:35px;
}
.ul_not_changed li
{
	padding-bottom:5px;
}

.ol_not_changed
{
	list-style:number outside none; 
	padding-left:35px;
}
.ol_not_changed li
{
	padding-bottom:5px;
}




h1, h2, h3, h4
{
	color:#696969;
}


.roating_text_header
{
	color:#333;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	width:600px;
	display:block
}

.roating_text_body
{
	color:#333;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:600px;
	text-align:center;
}







body{
	background:url('../../images/pageBackground.png') 0 top repeat-x;
	padding:0;
	margin:0;
}
.header{
	background:url('../../images/headerBackground2.png') #FFF 0 bottom repeat-x;
	border:1px solid #BCBCBC;
	border-top:0px none;
	border-left:1px solid #DCDCDC;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	box-shadow:1px 1px 2px #ECECEC;
	margin:0 10px;
	margin-bottom:5px;
}
.header a{
	text-decoration:none;
}
.header h1{
	background:url('../../images/header_icon_small.png') 10px 0 no-repeat;
	font-size:18px;
	float:left;
	margin:8px 25px 8px 5px;
	padding:5px 0 5px 40px;
	color:#696969;
	text-shadow:1px 1px 0px #ECECEC;
}
.header ul{
	border-left:1px solid #ECECEC;
	padding:0;
	list-style:none;
	float:left;
	margin:0;
}
.header ul li{
	float:left;
	padding:0;
	border-right:1px solid #ECECEC;
}
.header ul li a{
	display:block;
	font-size:13px;
	padding:17px 22px;
	color:#999;
}
.header ul li a:hover{
	background:url('../../images/headerBackground3.png') 0 bottom repeat-x;
	color:#45a1cc;
}



*{
	font-family: 'MyriadProSemibold';
}
ul.brochures{
	list-style:none;
	display:inline-block;
	border:1px solid #DCDCDC;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	padding:10px 8px 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:1px 1px 1px #ECECEC;
	margin:20px;
}
ul.brochures li{
	float:left;
	margin:0 10px;
	width:151px;
	text-align:center;
	font-size:16px;
	color:#45a1cc;
	font-weight:bold;
}
ul.brochures li img{
	margin:8px 0 10px;
	box-shadow:1px 0px 1px #999;
}
button{
	background:url('../../images/payCardBackground.png') 0px 0px repeat-x;
	color:#FEFEFE;
	text-shadow:0 -1px 0 #09788b;
	text-align:left;
	border:1px solid #09788b;
	border-right:1px solid #075e6d;
	border-bottom:1px solid #075e6d;
	padding:0;
	font-weight:normal;
	font-size:16px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:1px 1px 2px #999;
	cursor:pointer;
	line-height:14px;
	width:150px;
}
button div{
	padding:6px 13px 6px 50px;
	background:url('../../images/downloadArrow.png') 14px center no-repeat;
}
button:hover{
	background-position:0px -71px;
	color:#FFF;
}