/* 
	CSS Styles for point.com
	A Declaration of Independence from old browser technology
 */

body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	background: #666;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a {
	text-decoration: none;
	list-style-type: none;
}
a:link {color: #bb0f18; text-decoration: underline;}
a:visited {color: #666; text-decoration: underline;}
a:hover {color: #fc0; text-decoration: underline;}

a.nav {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em;}

a.subnav:hover { background-color:#bb0f18; }

h1 a { color: #000; text-decoration: none; }
h1 a:link { color: #000; text-decoration: none; }
h1 a:visited { color: #000; text-decoration: none; }
h1 a:hover { color: #000; text-decoration: none; }

#daspoint {
	width: 760px;
	background: #fff;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#header {
	height: 100px;
	border-bottom: 1px solid #000;
	background-image: url(../images/header_01.jpg);
	background-repeat: no-repeat;
}

#nav {
	float: left;
	width: 150px;
/*	margin: 5px 5px 5px 5px;*/
	padding: 10px;
}

#feature {
	width: 420px;
	float: left;
	/*margin: 10px 166px 5px 166px;*/
	margin-top: 5px;
	padding: 6px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#rightcol {
	width: 145px;
	float: left;
/*	margin: 5px 5px 5px 600px;*/
	padding: 5px;
	text-align: left;
}

#footer {
	width: 760px;
	padding-top: 10px;
	height: 70px;
	border-top: 1px dotted #ccc;
	background-color: #fff;
	text-align: center;
}

#footer p {
	font-size: .7em;
	color: #999;
}

div.updated {
	position: absolute;
	margin: 70px 0px 0px 605px;
	font: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .7em;
	text-transform: capitalize;
}

div.secnavbox {
	position: absolute;
	margin: 85px 0px 0px 601px;
	padding: 0px;
}

div.secnavbox ul {
	margin: 0px 0px 0px 1px;
	list-style-type: none; 
	padding: 0px;
	height: 15px;
}

div.secnavbox img {
	padding: 0px 9px 0px 9px;
	margin: 0px;
	background-color: #000;
}

div.secnavbox li {
	float: left;
	margin-left: 1px;
	padding: 0px;
}

/*	Body definitions */

div.bigbox {
	background-image: url(../images/redarrowbutton.gif);
	background-repeat: no-repeat;
	background-color: #fff5cc;
	background-position: -1px 30px; 
	border: 1px solid #fc0;
	width: 417px;
	padding: 0px;
	margin-top: -5px;
}

div.bigboxabout {
	background-color: #fff5cc;
	border: 1px solid #fc0;
	width: 417px;
	padding: 0px;
	margin-top: -5px;
}

div.smallbox {
	background-color: #fff5cc;
	border: 1px solid #fc0;
	width: 405px;
	height: 11px;
	padding: 6px;
	margin-bottom: 3px;
	margin-top: 4px;
}

div.talky {
	width: 420px;
}

div.featurearticle {
	width: 420px;
}


div.rightcolbox {
	width: 140px;
	margin: 3px 0px 0px 0px;
	padding: 2px;
}

/*	Semantic text definitions for the center body */

/*	Main feature name */
h1 {
	margin: 7px 1px 0px 2px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
}

div.bigbox h1 {
	margin: 7px 1px 0px 35px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
}

/*	Nav names */
h2	{
	color: #bb0f18;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	text-decoration: none;	
	list-style-type: none;
	margin-bottom: 2px;
	margin-top: 2px;
}

/*	yellow body box header */
div.bigbox h3 {
	background: #fc0;
	margin: 0px;
	padding: 5px 5px 5px 8px;
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;
}

div.bigboxabout h3 {
	background: #fc0;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;
}

div.smallbox h3 {
	margin: -2px 0px 0px 2px;
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;
}

div.talky h3 {
	margin: 7px 1px 0px 2px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
}

/*	Sidebar featurette titles */
h4 {
	font-weight: bold;
	font-size: .8em;
	test-transform: capitalize;
	padding-left: 2px;
	line-height: 1.0em;
	margin-top: 2px;
}

div.talky h4 {
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

/*	Phone Name */
h5	{
	font-size: .8em;
	text-transform: uppercase;
	font-weight: normal; 
	margin: 1px 0px 1px 2px;
}

div.bigbox h5	{
	font-size: .8em;
	text-transform: uppercase;
	font-weight: normal; 
	margin: 1px 0px 1px 35px;
}

hr {
	border-top: thin solid #ccc;
}

div.bigbox img {
	float: right;
	margin-right: 5px;
	padding-top: 5px;
}

body p,td,li {
	font-size: .8em;
	margin-left: 2px;
}

div.bigbox p {
	padding: 5px 5px 3px 7px;
}

div.bigboxabout p {
	padding: 5px;
}

body .date {
	float:right;
	text-align: right;
	font-size: .65em;
	text-transform: uppercase;
	color: #999;
	margin-top: 8px;
}

div.rightcolbox p {
	font-size: .75em;
	line-height: 1.1em;
	margin-bottom: 0px;
	margin-top: 4px;
	margin-left: 2px;
}

div.rightcolbox img {
	float: right;
	margin-top: 0px;
}

#nav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

div.quote {
	position: absolute;
	top: 5px;
	left: 245px;
	width: 500px;
	padding: 2px;
	text-align: right;
}

div.quote quoteh1 {
	font-weight: normal;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: right;
}

div.quote quoteh3 {
	font-weight: bold;
	font-size: .65em;
	margin: 0px;
	text-align: right;
}

div.logo {
	position: absolute;
}