/* Start of CMSMS style sheet 'coughlin_bluebubbles' */
* {
	margin: 0;
	padding: 0;
} 

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #FFF url(images/coughlin_background.jpg) repeat-x;
}

p, table {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 1.2em;
	color: #000;
}

a:link, a:visited {
	text-decoration:none;
	color: #666;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}
	
#ultra_container {
	width: 1000px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}	

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 161px;
}

#top_nav {
	background: url(images/nav_bar.png) no-repeat;
	position: absolute;
	top: 108px;
	left: 237px;
	width: 747px;
	height: 34px;
	z-index: 2;
	padding: 0;
	padding-top: 8px;
	margin: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#top_nav a { 
		text-decoration:none;
		color: #CCC;
}

#cart {
	position: absolute;
	top: 10px;
	right: 0;
	width: 200px;
	height: 80px;
	z-index: 2;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
}

#cart a { 
		text-decoration:none;
		color: #FFF;
}

#main_container {
	width: 1000px;
	display: block;
	padding-top: 162px;
	z-index: 2;
}

#left_container {
	width: 197px;
	margin-right: 20px;
	float: left;
}

#account {
	background: url(images/account_bg.png) no-repeat;
	width: 197px;
	height: 231px;
	z-index: 2;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 3em;
	text-align: center;
	vertical-align: middle;
    padding-top: 15px;
}

#account a { 
	text-decoration:none;
	color: #FFF;
}

#catbox {
	width: 197px;
	z-index: 2;
}

#email {
	width: 197px;
	padding-bottom: 10px;
}

#top_featured {
	width: 780px;
	z-index: 2;
	float: right;
	padding-bottom: 10px;
}

#mainbox {
	width: 780px;
	z-index: 2;
	float: right;
}

#footer {
	position: relative;
	height: 20px;
	width: 1000px;
	z-index: 2;
	color: #003b65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	clear: both;
	padding-top: 20px;
	margin: 1em auto 0 auto;
}


.bulletin{
  color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  padding: 15px;
  background-color: #083554;
  border: 1px dotted;
}

.bulletin a {
  color: #bbb;
}
	
/* End of 'coughlin_bluebubbles' */

