/* General styles */

html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

body, td {
	font-family: Verdana, helvetica, Sans-Serif;
	font-size: 10px;
	color: #2e2e2e;
	line-height:14pt;
}

.nonFooter {
	position: relative;
	min-height: 100%;
	background-color: #fff5cc;
}

* html .nonFooter {
	height: 100%;
}

.su_container {
	width: 100%;
	height: 100%;
	padding-bottom: 47px;
}

a {
	color: #00215a;
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	border: 1px dotted #ff6f05;
	border-style: none none dotted;
}

/* Topbar styles */

.su_topbar {
	background: #ffffff;
	height: 88px;
	width: 100%;
}

.su_topbar_container {
	margin: auto;
	width: 980px;
	height: 88px;
}

.su_logo {
	float: left;
}

.su_menu {
	float: right;
}

.su_mainmenu {
	margin-top: 56px;
}

.su_mainmenu a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.su_mainmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.su_mainmenu li {
	float: left;
}

.su_mainmenu li a {
	display: block;
	float: left;
	height: 32px;
	margin: 0 6px 0 0;
	padding: 0;
	cursor: pointer;
	background-position: 0 -32px;
	background-repeat: no-repeat;
}

.su_mainmenu li a:hover {
	background-position: 0 0;
}

.su_mainmenu li.active a {
	background-position: 0 0;
}

/* Header styles */

.su_header {
	background: #fddc5c url(img/header_bgnd.gif) repeat-x;
	border-top: 7px solid #fddc5c;
	border-bottom: 7px solid #fddc5c;
	height: 259px;
	width: 100%;
}

.su_header h1 {
	margin-bottom: 0px;
}

.su_header_small {
	background: #fddc5c url(img/header_bgnd_small.gif) repeat-x;
	border-top: 7px solid #fddc5c;
	border-bottom: 7px solid #fddc5c;
	height: 87px;
	width: 100%;
}

.su_header_small h1 {
	margin-bottom: 0px;
}

.su_header_container {
	margin: auto;
	width: 980px;
	height: 259px;
}

.su_header_container_small {
	margin: auto;
	width: 980px;
	height: 87px;
}

.su_header_container h1{
	padding: 10px 0 0 0;
   *padding: 20px 0 0 0;
}

.su_header_container_small h1{
	padding: 10px 0 0 0;
   *padding: 20px 0 0 0;
}

.su_header_left {
	float: left;
	width: 625px;
	height: 257px;
}

.su_header_left_small {
	float: left;
	width: 625px;
	height: 87px;
}

.su_header_right {
	float: left;
	width: 355px;
	height: 257px;
}

.su_header_right {
	float: left;
	width: 355px;
	height: 87px;
}

/* Content styles */
.breadCrumbs {
	padding-left: 17px;
	padding-bottom: 30px;
}

.breadCrumbs, .breadCrumbs a {
	color: #333;
	text-transform: lowercase;
}

#firstCrumb {
	margin-left: -13px;
	padding-right: 5px;
	color: #ff6f02;
}

.su_content {
	width: 100%;
}

.su_content_container {
	width: 980px;
	margin: auto;
	text-align: left;
	padding: 18px 0 18px 9px;
}

.su_content_container_wide {
	width: 995px;
	margin: auto;
	text-align: left;
	padding: 18px 0 18px 9px;
}


.su_submenu {
	width: 100%;
}

.su_submenu ul {
	margin: 7px 0 0 7px;
	padding: 0 0 0 0;
}

.su_submenu li {
	display: list-item;
	list-style: none;
	background: url(img/plus.gif) no-repeat;
	background-position: 0 7px;
}

.su_submenu li a {
	display: block;
	font-size: 11px;
	padding: 0 0 0 16px;
}
	.su_submenu li a:hover {
		padding: 0 0 0 16px;
	}

.su_information {
	width: 100%;
	margin: 0 0 5px 0;
}

.su_information h1 {
	padding: 7px 0 3px 7px;
	font-size: 18px;
	color: #00215a;
}

.su_information p {
	padding: 0 0 0 7px;
}

.su_information .su_information_link {
	text-align: right;
}

.su_information_link img {
	margin: 0 0 -2px 0;
}

.su_contact {
	width: 100%;
}

.su_contact a {
	font-size: 12px;
	margin: 0 0 0 13px;
}

.su_column_content_spacer {
	width: 15px;
}

.su_column_content_header {
	width: 314px;
	height: 16px;
	background: url(img/column_content_header_bgnd.gif) no-repeat;
}

.su_column_content_header_wide {
	width: 995px;
	height: 16px;
	background: url(img/column_content_header_bgnd_wide.gif) no-repeat;
}

.su_column_content {
	width: 268px;
	padding: 0 22px 0 18px;
	background: url(img/column_content_bgnd.gif) repeat-y;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2e2e;
}
.su_column_content table tbody tr td{
	padding: 2px 0 0 0;
	*padding-top: 5px;
}

.su_column_content_wide {
	width: 995px;
	padding: 0 22px 0 18px;
	background: url(img/column_content_bgnd_wide.gif) repeat-y;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2e2e;
}


.su_column_content h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.su_column_content p{
	margin-top: 0px;
}

.su_double_column_block {
	width: 314px;
	vertical-align: top;
}

.su_double_column_block_wide {
	width: 995px;
	vertical-align: top;
}

.su_double_column_content {
	width: 643px;
	padding: 0 0 0 15px;
   _padding: 7px 0 0 15px;
	vertical-align: top;
}

.su_double_column_content h1 {
	color: #ff6f05;
	font-size: 18px;
	font-weight: normal;
    margin: 14px 0 10px 0;
   _margin: 7px 0 10px 0;
}

.su_column_content_image {
	margin: 0 0 0 0;
	border:10px solid purple;
}

.su_column_content_link {
	float: right;
}

.su_column_content_link img {
	margin: 0 0 -2px 0;
}

.su_column_content_footer {
	width: 314px;
	height: 16px;
	background: url(img/column_content_footer_bgnd.gif) no-repeat;
}

.su_column_content_footer_wide {
	width: 995px;
	height: 16px;
	background: url(img/column_content_footer_bgnd_wide.gif) no-repeat;
}

.colContent {
	height: 153px;

}

.goTo {
	text-align: right;
	color: #00215a;
	margin-right: 17px;
}

.goToarrow {
	float: right;
	margin-left: 25px;
	margin-top: -25px;
}

.imgBorder {
	border: 1px solid #fddc5b;
	margin-bottom: 10px;
}

.su_table {
	margin: 6px 0 14px 0;
}

.su_table_header {
	background: url(img/table_header.gif) repeat-x;
	height: 21px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 9px 0 9px;
}

.su_table_row {
	height: 20px;
	color: #2e2e2e;
	padding: 0 9px 0 9px;
}

.su_table_row_odd {
	background: #ffffff;
}

/* Footer styles */

.su_footer {
	position: relative;
	margin-top: -47px;
	width:100%;
	height: 47px;
	background: #fee985 url(img/footer_bgnd.gif) repeat-x;
}

.su_footer_container {
	width: 980px;
	margin: auto;
	height: 47px;
}

.su_footer_links {
	float: left;
	width: 611px;
	height: 43px;
	color: #00215a;
	padding: 4px 0 0 14px;
}

.su_footer_links a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.su_footer_links ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.su_footer_links li {
	float: left;
}

.su_footer_links li a {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.su_footer_links li.su_devider {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
	color: #ff7e15;
}

.su_footer_copyright {
	float: right;
	width: 300px;
	height: 43px;
	color: #2e2e2e;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0 0 120px;
}

.su_footer_copyright .su_devider {
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
	color: #ff7e15;
}

/* solparts menu */
.ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon {
	display: none;
}

.ModuleTitle_SubMenu
{
	background: #fff;
	border: 1px solid #006633;
	cursor: hand;
	cursor: pointer;
	filter: none;
	font-weight: normal;
	margin: 0 0 0 1px;
	padding: 0px;
	z-index: 1000;
}

.ModuleTitle_MenuItem {
	border: 0;
	color: #666;
	font-style: normal;
	height: 22px;
	padding: 0px 15px 0px 16px;
}

/* module menu padding */ 
.ModuleTitle_MenuItemSel {
	color: #fff;
	background-color: #006633;
	border: 0;
	cursor: hand;
	height: 22px;
	padding: 0px; /* 15px 0px 16px;*/
	margin: 0 0 0 1px;


}

.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
	padding: 0 5px 0 0;
}

/*Sub navigation bullet styles*/
.plussedList li{
	list-style-image:url(/Portals/33/Icons/plus_bullet.gif);
	margin-left:-25px;
}

/*Content styling*/
h1 {
	font-size: 20px;
	color: #ff6f02;
	letter-spacing: 1px;
	font-weight:normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
   *margin-bottom: -8px;
}
.su_double_column_content h1,.su_column_content_wide h1{
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 2px;
	letter-spacing: 1px;
	color: #00205b;
}
h2 {
	font-size: 15px;
	color: #ff6f02;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.su_column_content h2,.su_column_content h1 {
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6f02;
}
.su_column_content_wide h2,.su_column_content_wide h1 {
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6f02;
}
.su_column_content h2 a,.su_column_content h2 a:hover,.su_column_content h2 a:visited {
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6f02;
	text-decoration: underline;
}
.su_column_content_wide h2 a,.su_column_content_wide h2 a:hover,.su_column_content_wide h2 a:visited {
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6f02;
	text-decoration: underline;
}
h3 {
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 2px;
	letter-spacing: 1px;
	color: #00205b;
}
.su_double_column_content h3,.su_column_content_wide h3, .su_double_column_content h1,.su_column_content_wide h1{
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 2px;
	letter-spacing: 1px;
	color: #ff6f02;
}
.su_header_left p {
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 2px;
	letter-spacing: 1px;
	color: #00205b;
}
h1 a {
	color: #ff6f02;
}
h2 a {
	color: #ff6f02;
}
p {
}
/*Form styling*/
input {
	margin-bottom: 2px;
}


/* image swap */
ul.imageswap
{
	padding: 0px;
	margin: 0px;
}

ul.imageswap li
	{ 
		padding:0px; 
		margin:0px;
		list-style: none;
	}
	ul.imageswap li div.caption
	{
		display:none; 
		background:white; 
		opacity:.8; 
		position:absolute;
		padding: 10px;
		font-size: 12px;
	}
	
ul.tweetList
{
	margin: 0;
	padding: 0;
}

	ul.tweetList li
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}	
	
	
	
ul.social
{
	margin: 0 0 0 -30px;
}
	ul.social li
	{
		display: block;
		width: 32px;
		height: 32px;
		margin: 8px 10px 0px 0px;
		float: left;
	}

	ul.social li a
	{
		display: block;
		width: 32px;
		height: 32px;
		background: transparent url('img/social-sprite.jpg') 0px 0px no-repeat;	
		text-indent: -3000px;
	}
		ul.social li.twitter a{ background-position: -32px 0px; }
		ul.social li.youtube a{ background-position: -64px 0px; }
		ul.social li.linkedin a{ background-position: -96px 0px; }

