﻿/*****************************************************************************/
/* Wrapper
/* The outside wrapper for every page on the site.
/*****************************************************************************/
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#333;
}

.bottom-content {
	width:634px;
	vertical-align:top;
	float:left;
}

.wrapper
{
	background-color: transparent;
	overflow: hidden;
	width: 982px;
	margin-left: auto;
	margin-right: auto;	
}

.wrapper-page
{
	overflow: hidden;
}

/*****************************************************************************/
/* Rounded corners
/*****************************************************************************/

b.wrapper-rbottom { display: block; background: #DAD8D8; }
b.wrapper-rbottom b { display: block; height: 1px; overflow: hidden; background: #FFFFFF; }
b.wrapper-r1 { margin: 0 5px; }
b.wrapper-r2 { margin: 0 3px; }
b.wrapper-r3 { margin: 0 2px; }
b.wrapper-rbottom b.wrapper-r4 { margin: 0 1px; height: 2px; } 

/*****************************************************************************/
/* Content
/*****************************************************************************/

.content
{
	background-color: transparent;
	overflow: hidden;
	width: 976px; /* 994px;	*/
	margin-left: auto;
	margin-right: auto;	
	margin-top:0px;
}

.content-inner
{
	background-color: white;	
	overflow: hidden;
	position: relative;
	margin-left:8px;
	/*
	border-left-color: #BBBBBB;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #BBBBBB;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #BBBBBB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	*/
}

.nopadding
{
	padding-bottom: 0px;
}

.nomargin
{
	margin-bottom: 0px;
}

.inline
{
	display: inline;
}

.dotted
{
	border-top-color: #8DB2E3;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*****************************************************************************/
/* Secondary Frame edges
/*****************************************************************************/

.frameR {
	background-image:url(/Company2/Images/FrameSecondaryRstretch.png);
	background-repeat:repeat-y;
	width:11px;
}

.frameL {
	background-image:url(/Company2/Images/FrameSecondaryLstretch.png);
	background-repeat:repeat-y;
	width:11px;
}

.frameT {
	background-image:url(/Company2/Images/FrameSecondaryTstretch.png);
	background-repeat:repeat-x;
	height:10px;
}

.frameB {
	background-image:url(/Company2/Images/FrameSecondaryBstretch.png);
	background-repeat:repeat-x;
	width:12px;
}

/*****************************************************************************/
/* Blue Frame Edges
/*****************************************************************************/

.frameBlueR {
	background-image:url(/Company2/Images/FrameBlueRstretch.png);
	background-repeat:repeat-y;
	width:11px;
}

.frameBlueL {
	background-image:url(/Company2/Images/FrameBlueLstretch.png);
	background-repeat:repeat-y;
	width:11px;
}

.frameBlueT {
	background-image:url(/Company2/Images/FrameBlueTstretch.png);
	background-repeat:repeat-x;
	height:10px;
}

.frameBlueB {
	background-image:url(/Company2/Images/FrameBlueBstretch.png);
	background-repeat:repeat-x;
	width:12px;
}

/*****************************************************************************/
/* Content - P
/*****************************************************************************/

.content p
{
	margin-bottom: 10px;
}

.content p.medium
{
	font-size:12px;
}

/*****************************************************************************/
/* UL/LI
/*****************************************************************************/

.content ul
{
	margin-left: 15px;
	margin-bottom: 10px;
}

/*****************************************************************************/
/* Content - Colors
/****************************************************************************

.blue
{
	color: #3B7BCD;
}

.pink
{
	color: #E5428C;
}

.bold
{
	font-weight: bold;
}

.normal
{
	font-weight: normal;
} */

/*****************************************************************************/
/* Content - H1
/*****************************************************************************/

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#333;
}

h1 a:hover
{
	text-decoration: none;
}

h1.blue
{
	color: #3B7BCD;
}

h1.blue a
{
	color: #3B7BCD;
}

h1.pink
{
	color: #E5428C;
}

h1.pink a
{
	color: #E5428C;
}

h1.nomargin
{
	margin-bottom: 0px;
}

h1.inline
{
	display: inline;
}

/*****************************************************************************/
/* Content - H2
/*****************************************************************************/

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #3B7BCD;
	margin-bottom:10px;
}

h2 a:hover
{
	text-decoration: none;
}

h2.blue
{
	color: #3B7BCD;
}

h2.blue a
{
	color: #3B7BCD;
}

h2.pink
{
	color: #E5428C;
}

h2.pink a
{
	color: #E5428C;
}

h2.nomargin
{
	margin-bottom: 0px;
}

h2.inline
{
	display: inline;
}

/*****************************************************************************/
/* Content - H3
/*****************************************************************************/

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
}

h3 a:hover
{
	text-decoration: none;
}

h3.blue
{
	color: #3B7BCD;
}

h3.blue a
{
	color: #3B7BCD;
}

h3.pink
{
	color: #E5428C;
}

h3.pink a
{
	color: #E5428C;
}

h3.nomargin
{
	margin-bottom: 0px;
}

h3.inline
{
	display: inline;
}

/*****************************************************************************/
/* Content - H4
/* This is the same as the H3 except that the margin is above.
/* Use this one for fields.
/*****************************************************************************/

h4
{
    font-family:Arial, verdana, sans-serif;
	font-size:16px;
	color:#C39;
}

h4 a:hover
{
	text-decoration: none;
}

h4.blue
{
	color: #3B7BCD;
}

h4.blue a
{
	color: #3B7BCD;
}

h4.pink
{
	color: #E5428C;
}

h4.pink a
{
	color: #E5428C;
}

/*****************************************************************************/
/* Content - Other
/*****************************************************************************/

.content .build
{
	margin: 3px 0px 0px 7px;	
}

/*****************************************************************************/

.content-textbox-tiny
{
	width: 125px;
	margin-right: 375px;
}

.content-textbox-small
{
	width: 200px;
	margin-right: 300px;
}

.content-textbox-large
{
	width: 300px;
	margin-right: 200px;
}

.content-textbox-huge
{
	width: 600px;
}

.content-textarea-short
{
	height: 100px;
}

/*****************************************************************************/
/* Misc
/*****************************************************************************/

.blue-dim
{
	color: #8DB2E3; /* Apply to a span or something to make the blue color lighter (dimmer). */
}

/*****************************************************************************/
/* Errors
/*****************************************************************************/



/*****************************************************************************/
/* Quotes
/*****************************************************************************/

.quote {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#333333;
	padding:0px 35px 0px 35px;
	font-style:italic;
	background-image:url("/Company2/Images/QuoteSmall.png");
	background-position:5px 5px;
	background-repeat:no-repeat;
}

.quote-auth {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#646464;
	float:right;
	font-style:normal;
}

/*****************************************************************************/
/* Links
/*****************************************************************************/

a:link { color:#0054a6; text-decoration:underline; }
a:hover { color:#0054a6;	text-decoration:none; }
a:visited { color:#0054a6; }

a.bodytext:link { color:#0054a6; text-decoration:underline; }
a.bodytext:hover { color:#0054a6; text-decoration:none; }
a.bodytext:visited { color:#0054a6; }

a.pink:link { color:#e5428c; text-decoration:none; }
a.pink:hover { color:#e5428c; text-decoration:none; }
a.pink:visited { color:#e5428c; text-decoration:none; }