@charset "utf-8";
/*reset
-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup, */tt, var,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
	color:#224468;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: black;
	background: white;
}
/*ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*fonts
-------------------------------------------------------------------------------------------*/
body {
	font:12px "Times New Roman", Times, serif;
	color:#001f33;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% "Times New Roman", Times, serif;
}
pre, code {
	font:115% monospace;
}
body * {
	line-height:130%;
}
small {
	font-size:65%;
}
/*General Layout
-------------------------------------------------------------------------------------------*/
html, body {
	height:100%
}
body {
	background:url(../images/bg.gif) left top repeat-x  #C0CEDD;
}
p {
	padding:5px 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a {
	color:#003366;
}
a:hover {
	color:#006699;
}


.hidden {
	visibility:hidden;
}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}

#wrapper {
	width:970px;
	margin:0 auto;
	min-height:100%;
	background:url(../images/wrapperbg.gif) center bottom no-repeat;	
	position:relative;
	padding-bottom:90px;
}
#branding {
	width:970px;	
}

#contentleft {
	width:643px;
	float:left;
	 padding-right: 15px;
	/*border: solid 1px red;*/
}
li{
     /*line-height:25px;
      padding-bottom: 5px;*/
      
}
h1.headline {
	/*background:url(../images/headline.jpg) left top no-repeat;*/
	display:block;
	width:643px;
	height:85px;
    text-align: center;
	margin: 0;
	padding: 0px 0px 18px 0px;
	border: 0;
	outline: 0;
	line-height:12px;
	font-weight:bold;
	/*font-style: inherit;
	font-size: 100%;*/
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
	/*border: solid 1px red;*/
}
#contentleft 
.p {
	width:396px;
	font-size:16px;
}
.images {
	width:209px;
	padding-left:12px;
}
.copy {
	width:409px;
	padding:0 15px;
}

#contentright {
	width:307px;
	float:left;
}
.boxtop {
	background:url(../images/boxheader.gif) left top no-repeat;
	width:297px;
	height:58px;
	
}
.box {
	background:url(../images/boxbg.gif) left top repeat-y;
	min-height:180px;
}
.boxbottom {
	background:url(../images/boxfooter.gif) left top no-repeat;
	height:10px;
	width:297px;
}
.box li {
	background-color:#e6ecf2;
	padding:4px;
	/*margin-bottom:2px;*/
	 list-style-type:none;
}
#footer {
	width:970px;
	margin:-90px auto 0 auto;
	padding:0px;
	position:relative;	
}
#footer p {
	font-size:11px;
	color:#333;
	padding: 5px 20px 0 20px;
	text-align:center;
}

.disclaimer {
	font-size:10px;
}

b.largetext {
	font-size: 28px;
}

ul.list {
	font-size: 16px;
	margin-left: 10px;
	padding-left: 20px;
	list-style:square;
}


#btn_search{
	width: 84px;
	height: 25px;
	background-image: url(../images/btn_search.png);
}

a.btn:link,
a.btn:visited,
a.btn:active{
	display: block;
	float: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

a.btn:hover{
	display: block;
	float: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* -- My Additions --------------------------------------- */

#move_in{
	width: 115px;
	/*height: 85px;
	padding-left: 135px;*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

/* -- End My Additions --------------------------------------- */