* {	margin:0; padding:0; font-family:arial;}
a { outline:none;}
strong
{
	font-weight: bold;
}

h1
{
	margin-left:30px;
	padding-top:20px;
	font-family:verdana;
	font-size:150%; 
	color:#4b4b4b;
	font-weight:normal;
	height:38px;
	background: transparent url('companydivider.png') no-repeat 0 bottom;
}

h2
{
	font-size:130%;
	margin-left:30px;
	font-family:arial;
	font-weight:normal;
	color:#595959;
	margin-bottom:10px;
}

h3
{
	font-size:110%;
	margin-left:30px;
	font-family:arial;
	font-weight:normal;
	color:#595959;
	margin-bottom:10px;
}

.container_withsidenav
{
	font-family:arial;
	color:#595959;
	margin-left:15px;
	float:left;
	margin-top:20px;
	min-height:600px;
	width:730px;
	background: transparent url('subsubbodybg.png') repeat-y;
}

.container_withoutsidenav
{
	font-family:arial;
	color:#595959;
	margin-left:15px;
	float:left;
	margin-top:20px;
	min-height:500px;
	width:918px;
	background: transparent url('subsubbodybg_fullwidth.png') repeat-y;
}

/*-------------------------------------------------------left column quote---------------------------------------------------------*/
#quote
{
	position:relative;
	top:100px;
}

#quote #firstletter
{
	color: #c9010e;
	display: inline;
	font-size: 24px;
	font-weight: bold;
}

#quote p
{
	
	margin-left:15px;
	font-family:arial;
	color:#9d9d9d;
	font-size:18px;
}

#quote p span
{
	display: block;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}

#quote blockquote
{

}

/* Bread Crumbs */
.breadcrumbs			{ color:#fff; background: transparent url('breadcrumbbg.png') repeat-x 0 0;
 font-family:arial; font-size:10px;	height:25px; margin: 0px 0px 0px 0px; width:100%; }
.breadcrumbs a			{ text-decoration:none; outline:none; }
.breadcrumbs span		{ position:relative; left:5px; top:5px; }

/* Landing Page Style */

.landing .item			{ float:left; margin:10px 30px 10px 30px; padding-bottom: 20px;}
.landing .image			{ float:left; }
.landing .content		{ float:left; width: 500px; margin-left: 15px; }
.landing h2				{ margin-left: 0px; margin-top: 0px; padding-top: 0px; }
.landing a				{ color:#c9010e; text-decoration:none;}
.landing a:hover			{ text-decoration:underline;}
.landing img				{ margin: 0px 10px 10px 10px; }
.landing p				{ font-size: 11px;  }


/*--------------------------------------JQUERY ALERT ----------------------------------------*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}