/*  
URL: http://www.smartchoiceus.com/
Version: 1.1 
Author: thinkdm2 - Trusted by the biggest brands in the world
Last modified: 01.14.10
*/


/*basic elements*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #009ddc;
	margin:0;
	padding:0;	
	}
		
h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -.05px;
	line-height: 14pt;
	}
	
h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -.05px;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 -8px 0;
	color: #000;
	}
	
p {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	}
	
a img {
	border: none;
	}
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
	
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffd400;
	}
	
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
/*end of basic elments*/

/*specific divs*/
#container {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	}
	
#mast {
	float: left;
	width: 100%;
	padding-top: 20px;
	background: #fff;
	}
	
#branding {
	position: relative;
	}
	
#branding a {
	display: block;
	width: 325px;
	height: 65px;
	text-decoration: none;
	}

#branding h1 {
	width: 325px;
	height: 65px;
	margin: 10px 0 18px 18px;
	background: url(images/smartchoice_logo.gif) no-repeat 0 0;
  	text-indent: -9999px;
	}
	
#navbar {
	background: url(images/nav_bg.gif) repeat-x;
	}

#navigation {
	display: block;
	width: 100%;
	height: 25px;
	margin: 0 0;
	padding: 6px 0 0 29px;
	font-size: 11px;
	list-style: none;
	}
	
#navigation li {
	float: left;
	padding: 0 5px 0 5px;
	color: #009ddc;
	}
	
#marketing {
	clear: both;
	padding: 18px 18px;
	background: #fff;
	}
	
#buckets {
	padding: 0;
	width: 1000px;
	background: #fff;
	}
	
#buckets a {
	color: #009ddc;
	text-decoration: none;
	}
	
#left {
	float: left;
	width: 214px;
	margin: 10px 0;
	padding: 0 18px 0 17px;
	background: #fff;
	}
	
#leftcenter {
	float: left;
	width: 214px;
	margin: 10px 0;
	padding: 0 18px 0 17px;
	background: #fff;
	}

#rightcenter {
	float: left;
	width: 214px;
	margin: 10px 0;
	padding: 0 18px 0 17px;
	background: #fff;
	}
	
#right {
	float: right;
	width: 214px;
	margin: 10px 0;
	padding: 0 18px 0 17px;
	background: #fff;
	}
	
.header {
	height: 35px;
	}

.rule {
	float: left;
	margin: 10px 0 18px 0;
	}

.caption {
	font-size: 11px;
	line-height: 14px;
	}
	
ul.caption {
	padding: 0 0 0 15px;
	}
	
#sidebar {
	float: left;
	width: 214px;
	margin: 18px 0;
	padding: 0 18px;
	}

#sidebarHeader {
	border: 1px solid #005daa;
	margin: 20px 0;
	}
	
#sidebarHeader h2 {
	background: #005daa;
	padding: 10px; 
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -.05px;
	line-height: 13pt;
	}

#sidebarHeader p {
	padding: 0 10px; 
	color: #005daa;
	font-size: 11px;
	line-height: 11pt;
	}
	
#main {
	float: left;
	width: 732px;
	margin: 18px 0;
	padding: 0 18px 0 0;
	}

#main a {
	color: #009ddc;
	font-weight: normal;
	}

.incopy {
	margin: 24px 0 0 0;
	}

.text {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin: 15px 0 0 0;
	padding: 0 25px;
	}
	
#footer {
	padding: 0;
	width: 1000px;
	margin: 18px 0 0 0;
	clear: both
	}
	
#footer p {
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	margin: 10px 0 5px 0;
	}

/*end of specific divs*/

