/* Global Elements */

body{
background: #fff;
font-family: arial;
color: #000;
font-size: 10px;
margin: 0;
padding: 0;
}

img{
border: 0;
}

#container{
width: 820px;
margin: 0px auto 0px auto;
}

/* Top */
.top_bg{
background: url(images/top_bg.gif) repeat-x;
height: 41px;
}

.top_text{
font-family: arial;
color: #fff;
font-size: 12px;
padding-top: 13px;
}

/* Where to start */
.wheretostart{
background: url(images/wheretostart.gif) no-repeat;
height: 46px;
width: 506px;
margin-top: 31px;
}

.wheretostart_text{
font-family: arial;
font-size: 14px;
color: #232323;
padding-top: 13px;
padding-left: 20px;
}

.wheretostart select{
border-left: 2px solid #848484;
border-top: 2px solid #848484;
}

/* Subnav */
.subnav_bg{
background: url(images/subnav_bg.gif) no-repeat;
width: 805px;
height: 25px;
margin: 0px auto 0px auto;
padding: 0;
position: relative;
bottom: 3px;
left: 4px;
}

/* Subheader */
.subheader{
background: url(images/subheader.gif) no-repeat;
margin: 10px auto 0px auto;
width: 807px;
height: 251px;
}

/* Expandable Box */
.box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	width: 100%;				
	background-color: #F9F9F9;
	}
	
.box_tl, .box_tr, .box_bl, .box_br
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.box_tl
	{
	background-image:url(images/box_tl.gif);
	background-position: 0% 0%;
	}

.box_tr
	{
	background-image:url(images/box_tr.gif);
	background-position: 100% 0%;
	}
	
.box_bl
	{
	background-image:url(images/box_bl.gif);
	background-position: 0% 100%;
	}

.box_br
	{
	background-image:url(images/box_br.gif);
	background-position: 100% 100%;
	}

.box_b, .box_t
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.box_t
	{
	background-image:url(images/box_t.gif);
	background-position: 0% 0%;
	}

.box_b
	{
	background-image:url(images/box_b.gif);
	background-position: 50% 100%;
	}
	
.box_r
	{
	background-image:url(images/box_r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.box_l
	{
	background-color: #F9F9F9;
	background-image:url(images/box_l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
.welcome_text{
color: #343434;
font-size: 13px;
font-family: arial;
padding-right: 15px;
}	

.whychooseus_text{
color: #343434;
font-size: 13px;
font-family: arial;
padding-right: 15px;
}	

.login_bg{
background: url(images/login_bg.gif) no-repeat;
width: 219px;
height: 157px;
margin: 0px auto 0px auto;
}

.login_text{
text-align: left;
padding-left: 15px;
padding-top: 20px;
font-family: arial;
font-size: 12px;
color: #1c1c1c;
}

.login_text input{
border: 1px solid #cccccc;
}

.login_text input:hover{
border: 1px solid #969494;
}

/* Footer */
.footer_bg{
background: url(images/footer_bg.gif) repeat-x;
height: 41px;
}

.footer_text{
font-family: arial;
font-size: 12px;
color: #fff;
padding-top: 15px;
}

.footer_text a:link,
.footer_text a:visited,
.footer_text a:active{
color: #fff;
text-decoration: none;
}

.footer_text a:hover{
text-decoration: underline;
}


