/***************************************************************
Main Container Elements
***************************************************************/
#themeDefault {}

body {
	text-align: center;
	margin: 25px 0 0 0;
	padding: 0;
	min-width: 760px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: #404040;
	background-color: #686868;
}

#shell {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 798px;
	text-align: left;
	background: url('cssimages/shell.gif') repeat-y;
}
#shellTop {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 798px;
	height: 15px;
	background: url('cssimages/shellTop.gif') no-repeat;
	font-size: 8pt;
}
#shellBottom {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 798px;
	height: 15px;
	background: url('cssimages/shellBottom.gif') no-repeat;
	font-size: 8pt;
	text-align: center;
	color: #a8a8a8;
}
#shellBottom2 {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 798px;
	height: 15px;
	background: url('cssimages/shellBottom2.gif') no-repeat;
	font-size: 8pt;
	text-align: center;
	color: #a8a8a8;
}
#shellBottom3 {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 798px;
	height: 5px;
	background: url('cssimages/shellBottom3.gif') no-repeat;
	font-size: 8pt;
	text-align: center;
	color: #a8a8a8;
}
#shellBody {
	position: relative;
	margin-right: 0; /* Change margins to auto if container becomes outter most shell */
	margin-left: 25px;
	padding: 0;
	text-align: left;
	width: 747px;
	border: 0px solid red;
}

#copyright {
	padding: 20px 0 20px 0;
	font-size: 8pt;
	text-align: center;
	color: #dddddd;
}

#topWrapper {
	position: absolute;
	top: -4px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #686868;
}

#titleWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 8px 0 0 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;

}


#title {
	height: 10px;
	margin: 0;
	padding: 0;

	font-family: arial, verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	color: red;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
}
#titleDivider {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aaaaaa;
}

#content {
	position: relative;
	margin: 0;
	/*padding: 70px 0px 1px 0px;   Quirk in FireFox: need this so that left and right borders display*/
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #ffffff; /* Quirk in FireFox: need this so that left and right borders display*/
}
.noNavBar3 {
	padding: 52px 0px 1px 0px;  /* Quirk in FireFox: need this so that left and right borders display*/
}
.hasNavBar3 {
	padding: 72px 0px 1px 0px;  /* Quirk in FireFox: need this so that left and right borders display*/
}
.noTitle {
	padding: 0px 0px 1px 0px;  /* Quirk in FireFox: need this so that left and right borders display*/
}

#bodyWrapper {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}

#body {
	padding: 10px 0px 10px 0px;
}

#blobsWrapper {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}

#blobs {
	padding: 10px 0 0 0;
}

.leftColumn {
	width: 255px;
	float: left;
}

.rightColumn {
	width: 255px;
	float: right;
}


/***************************************************************
Appearance Code
***************************************************************/
p {
	margin: 0;
	padding-bottom: .8em;
	line-height: 140%;
}

td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
}


form {
	display: inline;
}

a:link, a:visited {
	color: #4f6e9d;
}
a:hover, a:active {
	text-decoration: underline;
	color:#f80;
}

a.plain:link {
	text-decoration: none;
}
a.plain:hover {
	text-decoration: underline;
}

a.orange {
	text-decoration: none;
	color: #cc6600;
}
a.orange:hover {
	text-decoration: underline;
}


h1 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: 600;
	letter-spacing: 0px;
}
#themeDefault h1 {
	xcolor: #cc6600;
}


h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h3 {
	margin: 0;
	font-size: 9pt;
	color: #000;
}

img {
	border: 0px;
	margin: 0px;
}

/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top: 3px;
	margin-left: 7px;
	padding-left: 0;
	list-style: none;
}
.ulStyle1 li {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 18px;
}
#themeDefault .ulStyle1 li {
	background: url('/images/bullet-square-default-small.gif') 4px 4px no-repeat transparent;
}

/* Extra spacing for list items */
.buffered li {
	padding-bottom: 20px;
}


/***************************************************************
Header
***************************************************************/

#header {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 37px;
	padding: 0 15px 0 15px;

	width: 750px;
	border: 0px solid blue;
}

#header .headerLogo {
	margin: 2px 0 0 0;
}

#headerPhone {
	float: right;
	font-size: 8pt;
	padding: 0px 0 0 0;
	margin: 4px 0 0 0;
	font-weight: 600;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	border: 0px solid blue;
}

#headerNavBar {
	float: right;
	padding: 0px 0 0 0;
	margin: 2px 0 0 0;
	width: 375px;
	text-transform: none;
	xborder: 1px solid red;
}
#headerNavBar ul {
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
}
#headerNavBar ul li {
	display: inline;
	font-size: 10px;
}
#headerNavBar ul li a {
	padding: 0;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 300;
	font-size: 8pt;
	letter-spacing: 0px;
	color: #4f6e9d;
	padding: 1px 3px 0 15px;
	background: url('/images/bullet-square-default-small.gif') 4px 5px no-repeat transparent;
}
#headerNavBar ul li a:hover {
	text-decoration: underline;
	color:#c60;
}



/***************************************************************
Footer
***************************************************************/

#footer {
	margin: 40px 0 0 0;
	padding: 10px 1px 0px 1px;
	border-top: 1px solid #cccccc;
}

#footerWrapper {
	clear: both;
	padding: 0;
}

#footerNavBar {
	height: 20px;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #606060;
}
#footerNavBar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
}
#footerNavBar ul li{
	display: inline;
}
#footerNavBar a {
	margin: 0 -1px;
	padding: 0 15px 0 0;
	color:#606060;
	text-decoration:none;
}
#footerNavBar a:hover {
	text-decoration: underline;
	color: #c60;
}

#footerPhone {
	float: right;
	text-align:right;
	float:right;
	padding-top:3px;
}








/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}

/*--------------- Floating --------------------*/
.clear {
	clear: both;
}


/***************************************************************
Character Styles
***************************************************************/
.small {
	font-size: 8pt;
}

.smaller {
	font-size: 7pt;
}

.smallest {
	font-size: 6pt;
}

.big {
	font-size: 125%;
}

.bigger {
	font-size: 150%;
}

.big24 {
	font-size: 24pt;
}

.big32 {
	font-size: 36pt;
}



.orange {
	color: orange;
	color: #ee8811;
}

.green {
	color: green;
	color: #0a0;
}

.red {
	color: red;
}

.blue {
	color: blue;
	color: #08559b;
	color: #3b5b7a;
}

.gold {
	color: #c60
}

.black {
	color: black;
}



.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.strikeout {
	font-weight: normal;
	text-decoration: line-through;
}




.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.nowrap {
	white-space: nowrap;
}



.author {
	padding-left: 35px;
	padding-bottom: 35px;
	font-style: italic;
}

/***************************************************************
Gray Table
***************************************************************/

table.gray {
	border-style: none;
	border-collapse: collapse;
	xborder: 1px solid #b1b4b9;
}
table.gray th {
	padding: 8px 8px 8px 8px;
	border: 1px solid #b1b4b9;
	color: black;
	background-color: #b1b4b9;
	background-color: #e3e3e3;
	font-weight: bold;
	text-decoration: none;
}
table.gray td {
	padding: 8px 8px 8px 8px;
	border: 1px solid #b1b4b9;
	vertical-align: top;
}
