body{
	background-color: #AAAAAA;
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	background-position:top;		
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#content ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content li{
	padding-left: 15px;
	margin-bottom: 3px;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 .35em;
}

#content li li, #content li li li, #content li li li li{
	margin: 0px;
	padding-left: 15px;
	margin-top: 3px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 1 .4em;
}


#footerText{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
}

#underFooterText{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#underFooterText p{
	font-size: 0.85em;
}

#footerText p{
	font-size: 0.85em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#website{
	margin: 0px;
	padding: 0px;
	margin:	auto;
	width: 100%;
}

#pageContainer{	
	margin:	auto;
	width: 816px;
	/*shade goes here but its missing*/
	float: left;
}

#pageArea{
	width: 778px;
	border-left: 1px solid #120071;
	border-right: 1px solid #120071;
	border-bottom: 1px solid #120071;
	background: white;
	margin-left: 18px;
	float: left;	
}

#wrapper{
	margin:	auto;
	width: 816px;
}

#header{
	width: 100%;
	height: 103px;
	background-image:url(../images/top-background.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
}

#pageMain{
	width: 778px;
	margin:	0px;
	padding: 0px;
	background-color: white;
	background-image: url(../images/page-shade.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	margin-top: 21px;
}

#mainArea{
	width: 778px;
	float: left;
	background-image: url(../images/premier-logo-3.gif);
	background-position: 13px 0px;
	background-repeat: no-repeat;	
	padding: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
}

html>body #mainArea{
	padding-top: 0px;
}

#theLogo{
	float: left;
	margin: 0px;
	padding: 0px;
}

#logo1{
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
	margin-left: 18px;
	width: 145px;
	height: 38px;
}

#logo2{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 13px;
	/*position:absolute;
	top:56px;
	margin-left: 13px;*/
	width: 163px;
	height: 68px;
}

#logo1 img, #logo2 img{
	padding: 0px;
	margin: 0px;
	float: left;
}

#navArea{
	float: right;
	width: 602px;
	height: 124px;
	/*background: green;*/
}

#tagLine{
	height: 20px;
	margin-left: 150px;
	margin-top: 8px;
	font-size: 1.6em;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 70px;
	/*background: yellow;*/
	margin-top: 12px;
	float: left;
}

#navigation ul{
	list-style-type:none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	/*background: black;*/
}

#navigation ul li{
	display: inline;
	background-image:url(../images/nav-left-shade.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 25px;
	padding-bottom: 0px;
	background-image:url(../images/nav-center-shade.gif);
	background-repeat:repeat-x;
	background-position: top;
	float: left;
	color: white;
	text-decoration: none;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-left: 2px;
}

#navigation ul li a:hover, #navigation ul li a#selected{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 25px;
	padding-bottom: 0px;
	background-image: url(../images/nav-center-selected.gif);
	background-repeat:repeat-x;
	background-position: top;
	text-decoration: none;
	height: 40px;	
}

#navigation ul li a:hover{
	background-image: url(../images/nav-center-hover.gif);
}

#navigation ul li a#selected{
	color: #FDDB7E;
}

#footer{
	height: 26px;
	width: 100%;
	background-color: #00529E;
	background-image:url(../images/footer-shade.jpg);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 0.85em;
	color: white;
	float: left;
}

#copyright, #options{ margin-top: 6px;}
#copyright{ float: left; margin-left: 8px;}
#options{ float: right; margin-right: 8px;}

#copyright p, #options p{
	padding: 0px;
	margin: 0px;
}

#content{
	width: 557px;
	padding: 14px;
	padding-top: 0px;
	float: left;
	margin-top: 20px;
	border-right: 1px dotted #F27937;
}

#content p{
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

#rightColumn{
	float:right;
	width: 177px;
	height: 470px;
	padding-left: 12px;
	margin-top: 20px;
	padding-top: 1px;	
}

html>body #rightColumn{
	padding-top: 5px;
}

#content h1{ 
	font-size: 1.95em; 
	font-weight: bold;
	color: #00488C;
	padding-top: 0px;
	margin-top: 0px;
}

#content h2{ 
	font-size: 1.55em; 
	color: #B12F21;
}

#content h3{ 
	font-size: 1.3em; 
	color: #AD5748;
}

#content a:link, #content a:active, #content a:visited, #content a{
	color: blue;
	text-decoration: underline;
}

#content a:hover{
	color: red;
	text-decoration: none;
}

#centerBoxes{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.centerBox{
	width: 166px;
	float: left;
}

.centerBox .boxTop{
	width: 165px;
	background-image: url(../images/center-box-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 26px;
	float: left;
}

#content .centerBox .boxTop h3{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/box-arrow.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: 16px;
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C64E39;

}

.centerBox .boxCenter{
	width: 134px;
	height: 80px;
	background-color: white;
	border-left: 1px solid #F27937;
	background-image: url(../images/center-box-right.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 15px;
	padding-top: 5px;
	float: left;
}

.centerBox .boxCenter p{
	font-size: 0.85em;
	color: #56534E;
}

.centerBox .boxBottom{
	width: 165px;
	background-image: url(../images/center-box-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 23px;
	float: left;
	text-align: right;
	padding-bottom: 4px;
}

.centerBox .boxBottom a img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 53px;
	height: 20px;	
}

.centerBox .boxBottom a:link, .centerBox .boxBottom a:visited, .centerBox .boxBottom a:active{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	background-color: white;
	margin-right: 15px;
	float: right;	
}

.centerBox .boxBottom a:hover{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	background-color: #8F5520;
	margin-right: 15px;	
	float: right;		
}

.rightBox{
	width: 162px;
	margin-top: 10px;
	float: left;	
}

.rightBoxHeader{
	width: 152px;
	padding: 5px;
	background-color: #F27937;
	background-image: url(../images/right-box-top-right.gif);
	background-position: right;
	background-repeat: repeat-y;								
}

.rightBoxHeader h3{
	font-size: 0.85em;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
}	

.rightContent{
	margin: 0px;
	border-left: 1px solid #F27937;
	padding: 7px;
	width: 147px;
	background-color: white;
	background-image:url(../images/right-box-right.gif);
	background-position: right;
	background-repeat: repeat-y;						
}

.rightContent p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	
	font-size: .85em;
	color: #4E4E4E;		
}				

.rightBottom{
	margin-top: 0px;
	padding: 0px;
	width: 162px;
	height: 12px;
	background-image:url(../images/right-box-bottom-right.gif);
	background-position:bottom;
	background-repeat: no-repeat;		
}	

h3#telephone, h3#email{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/telephone.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
	color: #004A8F;
	height: 31px;
	float: left;		
}

h3#email{
	background-image: url(../images/email.gif);			
	font-size: .95em;	
	padding-top: 8px;		
}

h3#email a:link, h3#email a:visited, h3#email a:active{
	color: #004A8F;
	text-decoration: none;
}

h3#email a:hover{
	color: red;
	text-decoration: underline;
}

a#applyButton:link, a#applyButton:active, a#applyButton:visited{
	width: 162px;
	height: 35px;
	background-image: url(../images/apply-button.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;	
}

a#applyButton:hover{
	width: 162px;
	height: 35px;
	background-image: url(../images/apply-button-hover.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;	
}	

#applyNow{
	width: 162px;
	height: 35px;
}				

#contactArea{
	padding-top: 10px;
	float: left;
}

#options p a:link, #options p a:active, #options p a:visited{
	color: white;
	text-decoration: none;
} 

#options p a:hover{
	text-decoration: underline;
} 

img.picRight, img.picLeft{
	padding: 0px;
	margin: 0px;
	border: 5px solid #BECDEB;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}

img.picLeft{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

#footerShadow{
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 13px;
	margin-top: -2px;
	background-image: url(../images/shadow-bottom.gif);
	background-position:center;
	background-repeat: no-repeat;
	clear: both;
}

#print-logo, #print-logo img{
	height: 1px;
	width: 1px;
	display: none;
	visibility: hidden;
}


/********* all examples *********/
#testing a {
	border:none;
}
#testing a:hover img {
	visibility:hidden;
}

/* both IE/win and mac */
#testing a {display:inline-block;}
/* \*/
html #testing a {display:block;}
/* end hiding from IE/mac */

/******** all rollover images ********/
.FancyF2 { background:url(/images/apply-button-hover.gif) bottom left no-repeat; }

/********** block ***********/
#block-images a {
	display:block;
	height/**/:35px; /* hide from IE5.01/win */
	width/**/:162px; /* hide from IE5.01/win */
}

#block-images a img{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#block-images a/**/ {
	height:35px;
	width:162px;
}  /* hidden from IE5.01/win */

/* fixes for IE/win \*/
* html #block-images a {
	cursor:hand;
}
* html #block-images a:hover {
	height:1%;
}
/* */

h1{ 
	position: relative; 
	left: 0px; 
	top: 0px; 
	color: #00488C; }
	
h1 .text{ 
	position: absolute; 
	left: -2px; 
	top: -2px; 
	color: #00488C;
}

#javascriptButton a img{
	padding: 0px;
	margin: 0px;
	width: 162px;
	height: 35px;
	border: 0px;
}

form fieldset{
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 0px;
	width:525px;
	border: 1px solid #BDC7D0;
	border-bottom: 2px solid #BDC7D0;
	position:relative;
	display:block;
	padding: 0px 10px 20px 20px;
	clear:both;
	background-image:url(../images/fieldset-bk.gif);
	background-repeat:repeat-x;
	background-position: bottom;	
	margin-bottom: 40px;
}

html>body form fieldset{
	margin-bottom: 20px;
}

form fieldset legend, form fieldset legend.lega, form fieldset legend.legb, form fieldset legend.legc{
	padding: 10px;
	padding-left: 11px;
	padding-right: 11px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/legend1.gif);
	background-repeat:no-repeat;
	background-position:left;	
	color: #739DC3;
}


@media screen {
* html legend {
margin: -24px 0 0 0;
position: fixed;
line-height: 1.8;
}
}

form fieldset legend.lega{
	background-image:url(../images/legenda.gif);
}

form fieldset legend.legb{
	background-image:url(../images/legendb.gif);
}

form fieldset legend.legc{
	background-image:url(../images/legendc.gif);
}

#content form fieldset h3{	
	background-color:none;
	border-width:0px;
	font-size:14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px 5px;
	margin:0px 0px 2px 0px;
	margin-bottom: 10px;
	color:#36495B;
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

#content form fieldset p{
	margin-left: 5px;
	font-size: 11px;
}

.specialLabel, .specialLabel2, .specialLabel3{
	background-image:url(../images/label_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#5D6A80;
	font-size:90%;
	font-weight:bold;
	border-width: 0px;
	display:block;
	float:left;
	width:145px;
	height:19px;
	text-align:left;
	margin:9px 0px 0px 0px;
	padding:5px 0px 0px 8px;
	clear:left;
}

.specialLabel2{
	width: 145px;
}

.specialLabel3{
	width: 327px;
	background-image:url(../images/label_bg2.gif);	
}

input:focus.niceInput, textarea:focus.niceInput, input:focus.niceInput2, textarea:focus.niceInput2{
	background-color:#efefef;
	background-image:url(../images/pencil.gif);
	background-repeat:no-repeat;
	background-position: right 0px;
}

input.niceInput, select.niceInput, textarea.niceInput, input.niceInput2, select.niceInput2, textarea.niceInput2{
	background-color:#FFFFFF;
	width:250px;
	margin:9px 0px 0px 0px;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color:#B6C9E8;
	border-bottom: 2px solid #B6C9E8;
	color:#323415;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	display:block;
	float:left;
	height: 19px;
	padding:1px 2px;
}

input.niceInput2{
	width: 168px;
}

select.niceInput, select.niceInput2{
	width: 208px;
	font-size: 17px;
	height: 22px;
}

select.niceInput2{
	width: 108px;
}


html>body select.niceInput, html>body select.niceInput2{
	font-size: 14px;
	width: 206px;
}

html>body select.niceInput2{
	width: 106px;
}

textarea.niceInput{
	width:355px;
	height: 150px;
	font-size: 14px;
}

textarea.niceInput2{
	width:168px;
	height: 100px;
	font-size: 14px;
}

.button{
	background-color: white;
	background-image:url(../images/button-bk.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	border:1px solid #9D9E91;
	border-bottom: 2px solid #84857A;
	color:black;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	width:auto;
	padding:4px 6px;
	margin:0px;
	clear:both;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 25px;
}


form{
	padding: 0px;
	margin: 0px
}

.app1, .app2{
	float: left; 
	margin-left: 75px;
}

.app2{
	margin-left: 95px;
}

html>body .app1{
	margin-left: 149px;
}

.mandatory{
	color: black;
	font-weight: bold;
	font-size: 12px;
}

a#offerButton{
	margin: 0px;
	padding: 1px;
	padding-bottom: 2px;
	width: 144px;
	height: 64px;
	margin-left: -1px;
}

a:active#offerButton, a:visited#offerButton, a:link#offerButton{
	background: #8184a3;
}

a:hover#offerButton{
	background: #57596e;
}

a#offerButton img{
	margin: 0px;
	border: 0px;
}

#content ul li span.redHighlight{
	color: #952724;
	font-weight: bold;
}

