/****** Reset ******/
* { margin:0; padding:0; }

body { background:#fff url(images/new-asm/body-bg.jpg) top left repeat-x; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; color:#333;}

a { color:#6698b1; text-decoration:underline; }
a:hover { color:#70a5c0; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2.5em; line-height:1.17; }
h2 { font-size:1.8em; color:#6698b1;}
h3 { font-size:1.3em; color:#b9a496;}
h4 { font-size:1.0em; }
h5 { font-size:1.00em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; clear:both; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

/****** Clear Fix ******/
.clearing:after
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearing
	{
	display: inline-block;        /*sets hasLayout for IE<=6*/
	}

.clearing
	{                     /*resets display without resetting hasLayout*/
	display: block;
	}

/* Misc. standard classes */
.float-left {float:left;}
.float-right {float:right;}
.pointer-cursor {cursor:pointer;}
.regular-cursor {cursor:auto;}
.hidden{visibility:hidden;display:none;}
.left{text-align:left;}
.right{text-align:right;}
.centered{text-align:center;}

/* Normal Lists */
#content ul, #content ol, 
.normal-list {
	list-style-type: disc;
	padding-left:30px;
	margin-bottom:0.8em;
}

.generic-nav li
{
	display:block;
	float:left;
	padding:0 20px;
	margin:0;
}
.generic-nav li a {white-space:nowrap;}


#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	min-height:124px;
	height:auto !important;
	height:124px;
	background: #00b6f6 url(images/new-asm/header-bg.jpg) bottom left no-repeat;
}

.contact-info-container {
	margin-top:37px;
	margin-right:10px;
}
.contact-info {
	font-size:1.1em;
	padding:10px;
	background:#0082b2;
	text-align:right;
	color: #8fe0fc;
}
.phone-number {
	color:#c7eefc;
	font-size:2em;
	font-weight:bold;
}

.nav-container {
	margin:5px 0;
}
#nav {
	min-height:36px;
	height:36px !important;
	height:36px;
	background: #c76a2e url(images/new-asm/nav-bg.jpg) top left repeat-x;
}
#nav ul {
	padding:8px;
}
#nav ul li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.05em;
	font-size:1.1em;
}
#nav ul li a:hover {
	text-decoration:underline;
}

#content {
	padding:20px;
}

.home-bottom-box {
	margin-right:15px;
	padding:15px;
	background:#f9f9f9 url(images/new-asm/home-bottom-box-bg.jpg) top left repeat-x;
	-moz-border-radius: 10px;
}
.last {
	margin-right:0;
}
