/* General styles */
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background-image:url('/images/page_bg.jpg');
	background-color:#333;
}

h1 {
	font-size:36px;
	font-weight:normal;
	letter-spacing: -1px;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 24px;
	font-weight:normal;
	color: #000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}


a {
	text-decoration:none;
	color:#000;
	border: 0px;
}

img {
	border: 0px;
}

.caption1 {
	font-size: 14px;
	color: #666;
	letter-spacing: -.1em;
}

.caption2 {
	font-size: 12px;
	color: #666;
}

.caption3 {
	font-size: 11px;
	color: #666;
}

/* Navigation bar */
#nav {
	margin: 20px auto 20px auto;
	width: 980px;
}

#nav a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	margin-right:25px;
	padding-bottom:2px;
}


#nav a#home_m {
	padding-left:10px;
}

#nav a.selected_menu {
	color: #b1d1f1;
}

#nav a.hover_menu {
	color: #999999;
}

/* White content rounded rectangle */
#content {
	background-color:white;
	width: 980px;
	margin-left:auto; 
	margin-right:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Vortimac branding */
header {
	padding-top:10px;
}

#logo {
	padding: 3px 0 0 15px;
	float:left;
}

#org {
	float:left;
	margin: 13px 0 0 35px;
	font-weight:bold;
	font-size: 16px;
	font-family: Arial;
}

#tag {
	float:left;
	margin: 16px 0 0 85px;
	font-size: 12px;
	font-family: Arial;
	color: #666666;
}

.hbrk {
	width: 960px;
	height: 1px;
	background-color: #ddd;
	margin: 8px auto 0 auto;
}

#map_store {
	float:right;
	margin-right:10px;
}

/* Footer */
#footer {
	font-size: 12px;
	margin: 30px auto 0 auto;
	width: 960px;
	height: 42px;
}

#footer #copyright {
	float:left;
}

#footer #f_links {
	float:right;
}

#footer .f_link {
	float:left;
	padding-right: 10px;
	padding-left:10px;
	border-right: 1px solid #999;
}

#footer .f_link a {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dotted #666;
}

#footer .f_link#last {
	border-right:0;
}

/* Main content */

#att_bar {
	background-image:url('/images/att_bar.jpg');
	width:980px;
	height: 121px;
}

.read_more {
	float:right;
	padding-right:20px;
}

ul.clist {
	margin:20px 0 0 0;
	padding-left:20px;
	list-style-type: none;
}

ul.clist li {
	background-image: url(/images/checkbox.png);
	background-repeat: no-repeat;
	padding-left:45px;
	margin-bottom:10px;
	width:650px;
}

ul.clist_cust li {
	background-repeat: no-repeat;
	margin-bottom:10px;
	font-size:12px;
}

.clist_caption {
	font-size:12px;
}


