/* get other css */
@import url("reset.css");
@import url("typography.css");
@import url("uni-form.css");
/* COLORS */
/*

*/

/* SNIPPETS */
img {
	border:0;
}
input {
	vertical-align:middle;
}
.clear:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
#container {
	margin:0 auto;
	width:974px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	float: left;
	display:inline;
	margin:0px 22px 0px 0px;
}
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display:block;
}

/* ************ Begin General Layout Styles ************ */

/* HEADER */
#header{
	padding:0px 0px 0px 28px;}

/* MENU */
.nav{
	clear:both;
	padding:0px 0px 0px 22px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-y;
}

/* BODY */
#borders{
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	padding:20px;
}
.statement_bdrs{
	border:#CCCCCC solid 1px;
	padding:10px;
}
#large_box{
	float:left;
	width:436px;
	margin:0px 0px 0px 30px;
}
#large_box_ebb{
	float:left;
	width:436px;
	margin:0px 0px 0px 25px;
}
#large_box_up{
	float:left;
	width:436px;
	margin:0px 0px 0px 8px;
}
#thumb_box{
	border:#CCCCCC solid 1px;
}
.thumbs{
	padding:8px;
	float:left;
}
.thumbs2{
	padding:10px;
	float:left;
}
.btm_links{
	margin:15px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	float:left;
	border-right:1px solid #666;
}
.btm_links2{
	margin:15px 0px 0px 15px;
	float:left;
}
.desc{
	text-align:right;
	margin:10px 0px 0px 0px;
	float:right;
	width:250px;
}
.enlarge_btn{
	float:left;
		margin:10px 0px 0px 0px;
	width:179px;}
/* FOOTER */
#footer{
	text-align:right;}

/* ************ Begin Specific Layout Styles ************ */

/* PAGE SPECIFIC */
