/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4B4B4B;
	background-color: #F4F4F4;
	margin: 0px 0px 20px;
	padding: 0;
	background-image: url(/img/bodyTile_430.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#masthead {
	padding: 0px;
	margin: 0 auto;
	width: 874px;
	height: 125px;
	background-image: url(/img/phoneTile.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper {
	width: 860px;
	margin: 0 auto;
}
#menu {
	margin: 0px auto;
	padding: 0px;
	height: 39px;
	width: 860px;
}
#column_wrapper {
}
#splash {
	height: 262px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#splashleft {
	width: 538px;
	float: left;
	height: 262px;
}
#splashright {
	width: 282px;
	float: left;
	height: 248px;
	background-image: url(/img/oBack.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-left: 40px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#leftSingle {
	width: 860px;
}
#left {
	width: 538px;
	float: left;
}
#right {
	width: 322px;
	float: left;
	padding-top: 40px;
}
#leftDoc {
	width: 860px;
	float: left;
}
#left .content, #leftSingle .content {
	padding: 24px 15px;
	font-size: 0.8em;
	line-height: 1.6em;
}
#right .content {
	padding: 24px 20px 24px 37px;
	font-size: 0.75em;
	line-height: 1.3em;
}
#leftDoc .content {
	padding: 24px 0px 24px 15px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 5px;
	text-align: center;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#right .contentModule {
	padding: 0px;
	font-size: inherit;
	line-height: 1.5em;
	margin-top: 24px;
	width: 305px;
	margin-left: 17px;
}
#right .contentModule .content {
	padding: 0px 20px 0px 20px;
	text-align: center;
	margin: 0px;
}
#left a:link, #left a:visited, #leftDoc a:link, #leftDoc a:visited, #leftSingle a:link, #leftSingle a:visited {
	color: #4B44D1;
}
#left a:hover, #leftDoc a:hover, #leftSingle a:hover, #leftSingle a:hover {
	color: #B82486;
}
#right a:link, #right a:visited {
	color: #504AE0;
}
#right a:hover {
	color: #B82486;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #666;
}
h1, h2, h3, h4 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
	margin: 0px;
	line-height: normal;
}
h2 {
	font-size: 1.6em;
	margin: 20px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 13px 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0px;
	line-height: .5em;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 6px 0 12px;
}
#leftDoc .content p {
	margin: 12px 15px 0em 0;
}
#left ul, #leftSingle ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}

#left li, #leftSingle li {
	padding-bottom: 10px;
	line-height: 1.4em;
}
#docBox img {
	float: right;
	padding-left: 25px;
}
#docBox {
	height: 225px;
	clear: right;
}
iframe {
	border: 1px solid #736EE9;
}

