/* ----------------------------------------------
	Template Name : Atomic 
	Author : Tabitha Armour     
	Last Created : May 18, 2011
 ------------------------------------------------ */

/* top elements */
* { padding: 0; margin: 0; outline: 0;}

body {
	margin: 0;
	padding: 0;
	font: normal 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/bodybg.jpg) repeat-x left top /*url(images/body-bg.jpg) repeat-x left top*/;
	text-align: left;
	height: auto;
}

h1 {
	padding-top: 7px;
	color: #000;
	font-size: 18px;
	padding-bottom: 7px;
	}
.attention{
	font-size: 28px;
	text-align: center;
	line-height: 35px;
	padding: 15px 20px 5px;
}

blockquote {
	padding: 10px 10px 5px 40px;
	border: 1px solid #CCCCCC;
	background: #E3E4EA url(images/quotenavy.png) no-repeat 2px 2px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}
.quote{
	font-style:italic;
	margin: 10px;
	}

a img{
	text-decoration:none;
	border-style: none;
}
	
h2 {
	font-size: 1.2em;
	font-weight: bolder;
	padding-top: 8px;
	color: #000;
	}	
	
p {
	padding-top: 5px;
}
		
ul {
	padding: 5px 10px 6px;
	list-style: url(images/bullet.gif) inside;
}

li {padding-top: 3px;}	
	

/* structure */
#wrapper {
	margin:0 auto;
	padding:0;
	width: 900px;
}

/* menu */
#menu {
	width: 900px;
	height: 38px;
}
#menu ul {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 8px 0 0;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: "Arial Black", Impact, Arial, Helvatica, sans-serif;

}
#menu li a {
	margin: 0 15px;
	font: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 40px;
	padding-left: 40px;
	color: #333333;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu li a#current{
	text-decoration: underline;
}	
/*header */

#header {
	/*background: url(images/header_block_bgblue1.jpg) repeat-x top; */
	width:920px;
	height: 199px;
	background: url(images/headerimg.jpg) no-repeat right top;
}

.logo {
	height: 179px;
	width: 350px;
	padding-top: 20px;
}

/*content */

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.col-a {
	margin:0 25px 0 0px;
	padding:0;
	float:left;
	width: 280px;
}
.col-b {
	width:280px;
	margin:0;
	padding:0px;
	float:left;
}
.right {
	width:282px;
	margin:0;
	padding:0px;
	float:right;
}
.main {
	width:580px;
	margin:0;
	padding:0px;
	float:left;
}
.contactmap {
	width:425px;
	margin:0px 0px 20px 160px;
	padding:0px;
	float:left;
}
#content img{
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 3px;
}
.plain{ border:none;}

.clr { clear:both; padding:0; margin:0; background:none;}

.col-img { margin:0; padding:0 5px 10px 5px; float:none;}

.more {
	margin: 5px 0px 0px;
	padding: 0px;
	float: right;
	height: 30px;
	width: 75px;
}


/*footer*/
#footer {
	padding:10px 0 0;
	margin:0;
	height: 34px;
	width: 900px;
	background: url(images/footerbg.gif) repeat-x left top;
}
#footer p{
	text-align:center;
}
	
