/* CSS Document */
@import url(nav.css);
@import url(jScrollPane.css);

/*
----------------------------------------------------
                 MAIN STYLES
----------------------------------------------------
*/

body {
	background:url(_i/bg.gif) repeat-x #234f65;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.65em;
	color:#4e4e4e;
	-webkit-text-size-adjust:none;
}

* {
	margin:0;
	padding:0;
}

.clearer {
clear:both;
}

em {
}

H1 {
	color: #b4121b;
}
H2 {
	color: #373737;
}
H3 {
	color: #373737;
	font-size:12px;
}
H4 {
	color: #373737;
	font-size:12px;
}
H5, DT {
	color: #373737;
	font-size:12px;
}
H6 {
	color: #373737;
	font-size:12px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
}

UL {
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 12px;
}

li {
	margin-top : 4px;
	background:url(_i/li-red.gif) left 6px no-repeat;
	list-style:none !important;
	padding-left:15px;
	
}
ol {
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 4px;
}


HR {
    color:#bbbbbb;
	background-color:#bbbbbb;
	height:1px;
	border:0;
	margin:15px 0 0;
}
input {
	font-style:italic;
	color:#646464;
	font-size:.9em;
	padding-top:1px;
}
p {
	padding-top:12px;
	margin-bottom:0;
	padding-bottom:0;
}
a:link, a:visited, a:active {
}

/*
----------------------------------------------------
                 HEADER STYLES
----------------------------------------------------
*/
#header {
	height:93px;
}
#headerwrap {
	background:url(_i/nav-bg.gif) right 35px no-repeat;
	width:980px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
}
#header-right {
	width:608px;
	float:right;
}
#utility{
height: 31px;
font-size:9px;
color:#5b5b5b;
padding-right:10px;
float:right;
text-align:right;
}
#utility a:link, #utility a:active, #utility a:hover, #utility a:visited {
color:#5b5b5b;
text-decoration:none;
padding:0px 5px 20px 5px;
font-size:10px;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
.mysearchbutton { 
	background: transparent; 
	padding: 0px 0px 0px 0px; 
	cursor: hand; 
	margin: 0px 0px 0px 0px; 
	border: 0px;
	position:relative;
	top: 9px;

	}
.mysearchbox { 
width: 195px; 
height:16px;
border:1px solid #c3c3c3; 
cursor:text;
font-size:10px;
padding-top:2px;
}

#logo {
	clear:both;
	float:left;
	width:281px;
	margin-top:20px;
	margin-left:47px;
	_margin-left:24px;
}
#nav {
	float:right;
	width:595px;
	height:25px;
	margin-top:11px;
}
/*---------Social Media Icon styles ----------*/

a.blog {
	width: 16px;
	height: 16px;
	padding:3px 3px 10px !important;
	margin:0;
	text-decoration: none;
	background: url(_i/social-icons.png) no-repeat;
	background-position: 0 0;
	}

a.blog:hover {
	background: url(_i/social-icons.png) no-repeat;
	background-position: 0 -31px;
	}

a.fb {
	width: 16px;
	height: 16px;
	padding:3px 3px 10px !important;
	text-decoration: none;
	background: url(_i/social-icons.png) no-repeat;
	background-position: -29px 0;
	}

a.fb:hover {
	background: url(_i/social-icons.png) no-repeat;
	background-position: -29px -31px;
	}
	
a.tw {
	width: 16px;
	height: 16px;
	padding:3px 3px 10px !important;
	text-decoration: none;
	background: url(_i/social-icons.png) no-repeat;
	background-position: -58px 0;
	}

a.tw:hover {
	background: url(_i/social-icons.png) no-repeat;
	background-position: -58px -31px;
	}

a.lin {
	width: 16px;
	height: 16px;
	padding:3px 3px 10px !important;
	text-decoration: none;
	background: url(_i/social-icons.png) no-repeat;
	background-position: -87px 0;
	}

a.lin:hover {
	background: url(_i/social-icons.png) no-repeat;
	background-position: -87px -31px;
	}

/*
----------------------------------------------------
                 FOOTER STYLES
----------------------------------------------------
*/

#footer{
width:980px;
margin-left:auto;
margin-right:auto;
padding-top:7px;
padding-bottom:15px;
color:#fff;
font-size:1.0em;
text-decoration:none;
font-weight:normal;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited {
color:#fff;
font-size:1.0em;
text-decoration:none;
font-weight:normal;
}
#footerleft {
float:left;
padding-left:24px;
}
#footerright {
float:right;
padding-right:0px;
}

/*
----------------------------------------------------
                 HOMEPAGE STYLES
----------------------------------------------------
*/
#wrapper {
width: 980px; /*Width of main container*/
_width:987px;
margin-left: auto; 
margin-right:auto;
margin-bottom:15px;
}
.inside-content h2 {
		font-size:12px;
	font-weight:bold;
	margin-top:10px;
}



/*
----------------------------------------------------
                 DNN STYLES
----------------------------------------------------
*/

/* style for module titles */
.Head {
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #373737;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
.SkinObject{
	color:#fff;
	font-size:1.0em;
	text-decoration:none;
	font-weight:normal;
}

#one-column-emphasis ul {
	margin:0;
}

#one-column-emphasis ul li {
	margin-top:0;
}

.webtoleadform {
font-size:12px;
}

.webtoleadform .block1_right {
float:left;
width:294px;
padding-top:12px;
}

.webtoleadform .block1_left {
float:left;
width:294px;
margin-right:16px;
padding-top:12px;
}

.webtoleadform .block2 {
clear:both;
padding-top:12px;
}

.webtoleadform .block3_left {
float:left;
width:190px;
margin-right:16px;
padding-top:12px;
}

.webtoleadform .block3_right {
float:left;
width:190px;
padding-top:12px;
}

.webtoleadform .block4_left {
float:left;
width:190px;
margin-right:16px;
padding-top:12px;
}

.webtoleadform .block4_right {
float:left;
width:398px;
padding-top:12px;
}

.webtoleadform .block5_left {
float:left;
width:190px;
margin-right:15px;
}

.webtoleadform .block5_right {
float:left;
width:193px;
}

.webtoleadform .block1_right input, .webtoleadform .block1_left input {
border:1px solid #999999;
clear:both;
font-size:10px;
height:13px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:290px;
}

.webtoleadform .block2 input {
border:1px solid #999999;
clear:both;
font-size:10px;
height:13px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:600px;
}

.webtoleadform .block3_right input, .webtoleadform .block3_left input {
border:1px solid #999999;
clear:both;
font-size:10px;
height:13px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:186px;
}

.webtoleadform .block5_right input.checkbox, .webtoleadform .block5_left input.checkbox {
border:0 !important;
clear:both;
font-size:10px;
height:13px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:25px !important;
}

.webtoleadform .block4_left input {
border:1px solid #999999;
clear:both;
font-size:10px;
height:13px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:186px;
}

.webtoleadform .block4_right input {
border:1px solid #999999;
clear:both;
font-size:10px;
height:13px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:394px;
}

.webtoleadform .block2 select {
border:1px solid #999999;
clear:both;
font-size:10px;
height:20px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:350px;
}

.webtoleadform .block2 textarea {
border:1px solid #999999;
clear:both;
font-size:12px;
margin-bottom:0;
margin-top:2px;
padding:1px;
width:600px;
}

.flags {
	margin-top:-4px;
	padding-left:5px;
	position:absolute;
}

.flags_h2 {
	margin-top:22px !important;
}
/*
----------------------------------------------------
                 BREADCRUMB STYLES
----------------------------------------------------
*/
.bread img {
	margin-bottom:-3px;
}
.bread{
color:#414141;
font-size:1.3em;
font-weight:normal;
text-transform:uppercase;
}
.bread a.breadcrumb:link, .bread a.breadcrumb:visited {
color:#921c24;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}

/*--- left nav static ---*/
#inside-leftnav .leftNavWrap {
	background:url(_i/inside-nav-top2.gif) left top no-repeat;
	width: 200px;
	margin: 30px 0 0;
}

#inside-leftnav .leftNavWrap h4 {
	background:url(/Portals/_default/Containers/SuretyContainers/_i/rightbluetop.gif) no-repeat;
	color: #fff;
	padding: 5px 10px;
	line-height: 18px;	
	font-size: 14px;
	margin:0 0 10px 0;
	width: 174px;
}
#inside-leftnav .leftNavWrap .contentWrap {
	padding: 0 14px 14px 10px;	
	background:url(_i/inside-nav-bottom2.gif) left bottom no-repeat;
}
#inside-leftnav .leftNavWrap h4 .Head {
	color: #fff;	
}
#inside-leftnav .leftNavWrap h4 .Head  a{
	color:#fff;
}
#inside-leftnav .leftNavWrap h5 {
	font-size: 11px;
	line-height:normal;
	margin: 10px 0 0;	
}
#inside-leftnav .leftNavWrap ul ul {

	padding-left: 8px;
}
#inside-leftnav .leftNavWrap ul,
#inside-leftnav .leftNavWrap ul li {
	margin: 0;
	padding: 0;	

	background: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
line-height:14px;
}
#inside-leftnav .leftNavWrap ul li {
	margin: 8px 0 0 0;
}

#inside-leftnav .leftNavWrap ul li ul li {

}
#inside-leftnav .leftNavWrap ul li ul {
	margin: 0;
}

/*--- movie link ---*/
p.movie-link {
	clear:both;
	overflow:hidden;	
}
a.movie-link {
	float:left;
	font-size: 14px;
	color: #5f5f5f;
	color: #4E4E4E;
	font-style:italic;
	padding: 6px 0 6px 66px;
	background: url(_i/video-icon.gif) top left no-repeat;
	min-height: 52px;
	display:block;
}
a.movie-link2 {
	float:left;
	font-size: 14px;
	color: #5f5f5f;
	color: #4E4E4E;
	font-style:italic;
	padding: 0px 0 0px 66px;
	line-height: 52px;
	background: url(_i/video-icon.gif) top left no-repeat;
	min-height: 45px;
	display:block;
}
/* BIG SOCIAL ICONS */
.big-social-wrap {}
.big-social-wrap .big-social {
	text-align: center;
	margin: 0 auto;
	width: 205px;
}
.big-social-wrap .big-social .icon {
	display: block;
	width: 36px;
	height: 36px;
	float: left;
	margin: 0 15px 0 0;
	background: url(_i/big-social.png) no-repeat;
	text-indent: -9999px;
}
.big-social-wrap .big-social .facebook {
	background-position: -54px 0;
}
.big-social-wrap .big-social .twitter {
	background-position: -108px 0;
}
.big-social-wrap .big-social .linkedin {
	background-position: -162px 0;
}
.leftContainerOther{
background: url(_i/inside-nav-top2.gif) no-repeat 0px -30px;
width: 180px;
padding:8px 8px 12px 8px;
border-top:1px #e1e1e1 solid;
margin:10px 0 0 0;
}

/*---- btns ---*/
.btn-buynow {
	margin: 0 0 21px	
}
.btn-learnmore {
	margin-top: 5px;
}
.center, li.align-center {
	margin: 0 auto;
	text-align: center;	
}

.webtoleadForm .field input{width:250px;margin:2px 0 8px;height: 13px;padding: 1px;font-size: 10px;border: #999 1px solid;}
.webtoleadForm .field select,
.webtoleadForm .question select{width:255px;margin:2px 0 8px;margin-bottom: 10px;margin-top: 2px;height: 20px;padding-top: 0px;border: #999 1px solid;}
.webtoleadForm p{margin: 10px 0 18px 0;}