* { margin:0; padding:0;}
body {
	background:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.2em;
	color:#898989;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.75em;
	font-weight:bold;
	color:#900;
	text-align: left;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align: center;
}

.titletext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.75em;
	font-weight:bold;
	color:#900;
	text-align: left;
}

.subtitletext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#900;
	text-align: left;
}

.subheadtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
	text-align: center;
}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter {
	text-align:center;
	font-size: 14px;
}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p {
	margin:0;
	padding:0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 0.9em;
	text-align: left;
}

.italic {
	margin:0;
	padding:0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
}

.bolditalic {
	margin:0;
	padding:0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
}

.white {color:#FFF;}
.deepblue {
	margin:0;
	padding:0;
	color: #024D83;
	font-weight: bold;
	text-align: left;
}

.newstitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:bold;
	line-height:.9em;
	color:#fff;
	text-align: left;
}

.faqhead {
	margin:0;
	padding:0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
}

.tagline {
	margin:0;
	padding:0;
	color: #666;
	font-family: Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing:0;
	text-align: left;
}


.tail-top { background:url(images/tail-top.gif) left top repeat-x #ffbb00;}
.tail-bottom { background:url(images/tail-bottom.gif) left bottom repeat-x;}


/*==================navbar====================*/


	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	width:132px;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	left: 0px;
		}
		
		/* this is the parent menu */
		#nav li a {
	display:block;
	padding:5px 0px 0px 0px;
	font-weight:500;
	height:30px;
	text-decoration:none;
	color:#444;
	font-size: 14px;
		}

		#nav li a:hover {
			color:#fff;
			background-image:url(images/navbar_over.png);
			text-align:center; 
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 0; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:132px; 
			height:30px;
			float:left; 
			border-top:0px;
			left: -10px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			background-color:#e0e0e0;
			padding: 8px 4px; 
			color:#666;
		}
		
		#nav ul a:hover {
			text-decoration:bold;	
			background:#666;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}


/*==================forms====================*/
input, select {
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
}
img {
	border:0;
	vertical-align:top;
}


.form { height:26px;}
.form input {width:182px; padding:2px 0 2px 3px; background:#fff; border-top:1px solid #303030; border-left:1px solid #303030; border-bottom:1px solid #9f9f9f;  border-right:1px solid #9f9f9f; font-size:.92em;}
textarea { width:182px; height:72px; background:#fff; overflow:auto;  border-top:1px solid #303030; border-left:1px solid #303030; border-bottom:1px solid #9f9f9f;  border-right:1px solid #9f9f9f; padding:2px 0 0 3px;  font-size:.92em;}
.buttons .link { margin-center:18px;}


/*==================list====================*/
ul { list-style:none;}

.list li { display:inline; border-right:0px solid #9f9f9f; padding:0 8px 0 16px;}
.list li.last { border:0;}
.list li a { color:#9f9f9f; text-decoration:none; line-height:1em;}
.list li a:hover {
	text-decoration:underline;
	color:#CF0;
}
.list li a.act { background:url(images/marker-1.gif) no-repeat left 4px; padding-left:12px; text-decoration:underline; color:#2d8fd7;}
.list li a.home { background:url(images/icon_topnav_home.png) no-repeat left 0px; padding-left:20px; padding-bottom:4px; text-decoration:underline; color:#2d8fd7;}
.list li a.support { background:url(images/icon_topnav_support.png) no-repeat left 0px; padding-left:20px; padding-bottom:4px; text-decoration:underline; color:#2d8fd7;}
.list li a.livechat { background:url(images/icon_topnav_livechat.png) no-repeat left 0px; padding-left:20px; padding-bottom:4px; text-decoration:underline; color:#2d8fd7;}
.list li a.contact { background:url(images/icon_topnav_contact.png) no-repeat left 0px; padding-left:20px; padding-bottom:4px; text-decoration:underline; color:#2d8fd7;}
.list li a.act:hover {text-decoration:none;}

.site-nav li {
	font-size:1.42em;
	background:url(images/marker-2.png) no-repeat left top;
	padding:0 0 21px 33px;
	color: #FFF;
}
.site-nav li a { color:#fff; text-decoration:none;}
.site-nav li a:hover { text-decoration:underline;}

.list1 { padding-bottom:20px;}
.list1 li { padding:0 0 5px 0; margin:0px; list-style-position:inside; color:#494949;}
.list1 li a { color:#494949;}

.list2 {
	padding-bottom:22px;
	color: #000;
}
.list2 li {
	background:url(images/marker-4.gif) no-repeat left 6px;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
}
.list2 li a { text-decoration:none; color:#15130f;}
.list2 li a:hover { text-decoration:underline;}

.list3 li { color:#15130f; padding-bottom:4px; width:100%; overflow:hidden;}
.list3 li a { width:94px; color:#15130f; float:left; display:block; text-decoration:none; font-weight:bold;}
.list3 li a:hover { text-decoration:underline;}
.list3 li span { background:url(images/marker-5.gif) no-repeat left 7px; padding-left:11px; float:left;}

/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden;}
.img-box img { float:left; margin:0 20px 0 0;}

.phone { float:right; margin-right:8px;}

.p1 {
	margin-bottom:24px;
	color: #666;
	text-align: left;
}
.p2 { margin-bottom:14px;}


/*==================txt, links, lines, titles====================*/
a {color:#2d8fd7;}
a:hover{
	text-decoration:none;
	font-weight: bold;
	color: #F00;
	text-align: left;
}

h3 {
	color:#272727;
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:14px;
	text-align: center;
}

.txt1 { color:#15130f;}
.txt2 {  color:#15130f; line-height:1.5em;}

.link { background:url(images/marker-3.png) no-repeat right top; padding:2px 28px 2px 0; color:#0a0a0a; display:block; float:right;}

.link1 { display:block; float:left; background:#2d2d2d; color:#fff; text-decoration:none; line-height:.82em; font-size:.92em;}
.link1 em { display:block; background:url(images/link1-left.gif) no-repeat left top;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:4px 15px 6px 15px; font-weight:normal; font-style:normal;}
.link1:hover { text-decoration:underline;}

.link2 { display:block; float:left; background:#2d90d8; color:#fff; text-decoration:none; line-height:.82em; font-size:.92em;}
.link2 em { display:block; background:url(images/link2-left.gif) no-repeat left top;}
.link2 b { display:block; background:url(images/link2-right.gif) no-repeat right top; padding:4px 15px 6px 15px; font-weight:normal; font-style:normal;}
.link2:hover { text-decoration:underline;}

.divider {
	background-repeat: repeat-y;
	background-position: 247px 0;
}
.line-hor { border-bottom:1px solid #d2d2d2; margin:28px 20px; height:1px; overflow:hidden; font-size:0; line-height:0;}

.title {
	margin-bottom:12px;
	text-align: center;
	font-weight: bold;
}
.title .icon1 {
	background:url(images/icon-3.png) no-repeat left top;
	padding:18px 0 22px 60px;
	display: block;
	font-size: 1.75em;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.title .icon2 {
	background:url(images/icon-4.png) no-repeat left top;
	padding:18px 0 22px 60px;
	display:block;
	font-size: 1.75em;
	color: #666;
}
.title .icon3 {
	background:url(images/icon-5.gif) no-repeat left top;
	padding:18px 0 22px 60px;
	display:block;
	color: #000;
}


/*==================boxes====================*/
.nav-box { background:url(images/nav-tail.gif) repeat-y; margin-top:27px;}
.nav-box .top { background:url(images/nav-top.gif) no-repeat top; min-height:224px; height:auto!important; height:224px;}
.nav-box .bot { background:url(images/nav-bot.gif) no-repeat bottom;}
#header .nav-box .inner { padding:28px 0 0 29px;}

.footer-box { background:url(images/footer-tail.gif) repeat-x top;}
.footer-box .left { background:url(images/footer-left.gif) no-repeat left top;}
.footer-box .right { background:url(images/footer-right.gif) no-repeat right top;}
#footer .footer-box .inner { padding:20px 0 19px 26px;}

.box { background:#fff; width:100%;}
.box .border-top {background:url(images/border-top.gif) repeat-x top;}
.box .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box .border-left {background:url(images/border-left.gif) repeat-y left;}
.box .border-right {background:url(images/border-right.gif) repeat-y right;}
.box .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top;}
.box .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}
.box .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom; }
.box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.box .inner { padding:0 0 71px 0;}

.box1 { background:#ececec; width:100%; line-height:1.5em;}
.box1 .border-top {background:url(images/border-top1.gif) repeat-x top;}
.box1 .border-bot {background:url(images/border-bot1.gif) repeat-x bottom;}
.box1 .border-left {background:url(images/border-left1.gif) repeat-y left;}
.box1 .border-right {background:url(images/border-right1.gif) repeat-y right;}
.box1 .left-top-corner {background:url(images/left-top-corner1.gif) no-repeat left top;}
.box1 .right-top-corner {background:url(images/right-top-corner1.gif) no-repeat right top;}
.box1 .left-bot-corner {background:url(images/left-bot-corner1.gif) no-repeat left bottom;}
.box1 .right-bot-corner {background:url(images/right-bot-corner1.gif) no-repeat right bottom; }
.box1 .title { margin-bottom:31px;}
.box1 .title .icon1 { background:url(images/icon-1.gif) no-repeat left top; padding:18px 0 12px 60px; display:block;}
.box1 .title1 { margin:0 0 7px 10px; padding-top:11px;}
.box1 .title1 .icon2 { background:url(images/icon-3.png) no-repeat left top; padding:18px 0 29px 60px; display:block;}
.box1 .title1 .icon3 {
	background:url(images/icon-4.png) no-repeat left top;
	padding:18px 0 29px 60px;
	display:block;
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
}
.box1 .inner { padding:11px 24px 20px 16px;}

.box2 { position:relative; color:#6e6e6e; line-height:1.83em; margin-top:30px; width:243px;}
.box2 .bg { background:url(images/box2-bg.gif) no-repeat top; height:180px;}
.box2 .bg .inner { padding:70px 0 26px 75px;}
.box2 .bg .inner a { color:#2d90d8;}
.box2 .bg .inner span { color:#404040;}
.box2 .bg .inner .title { position:absolute; left:0; margin-left:-8px; top:8px;}
.box2 .bg .inner .title .icon1 {
	background:url(images/icon-2.png) no-repeat left top;
	padding:18px 0 16px 72px;
	display:block;
	font-size: 1.65em;
}

.box3 { background:#fff; width:100%; line-height:1.5em; position:relative; margin-top:30px;}
.box3 .border-top {background:url(images/border-top2.gif) repeat-x top;}
.box3 .border-bot {background:url(images/border-bot2.gif) repeat-x bottom;}
.box3 .border-left {background:url(images/border-left2.gif) repeat-y left;}
.box3 .border-right {background:url(images/border-right2.gif) repeat-y right;}
.box3 .left-top-corner {background:url(images/left-top-corner2.gif) no-repeat left top;}
.box3 .right-top-corner {background:url(images/right-top-corner2.gif) no-repeat right top;}
.box3 .left-bot-corner {background:url(images/left-bot-corner2.gif) no-repeat left bottom;}
.box3 .right-bot-corner {background:url(images/right-bot-corner2.gif) no-repeat right bottom; }
.box3 .inner {  padding:66px 0 26px 40px;}
.box3 .inner .title { position:absolute; left:0; margin-left:-8px; top:8px;}
.box3 .inner .title .icon1 { background:url(images/icon-2.png) no-repeat left top; padding:18px 0 16px 72px; display:block;}
.box3 .inner a {color:#008ff3;}


/* blue box */

.bluebox {
	width:705px;
	background-color:#3482DC; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	border: 1px solid #333; 
	padding: 20px;
}


/* grey box */

.greybox {
	width:202px;
	height:220px;
	float:left;
	background-color:#E5E5E5;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	border: 0px solid #FFF; 
	margin: 0px 10px 0px 0px;
	padding: 20px;
}


/*==================callout boxes====================*/
    .calloutUp
    {
        height: 0;
        width: 0;
        border-bottom: 12px solid #ffffff;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 10;
    }
    .calloutUp2
    {
        position: relative;
        left: -10px;
        top: 2px;
        height: 0;
        width: 0;
        border-bottom: 10px solid #C6DADD;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 11;
    }
    .calloutDown
    {
        height: 0;
        width: 0;
        border-top: 12px solid #ffffff;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 11;
    }
    .calloutDown2
    {
        position: relative;
        left: -10px;
        top: -12px;
        height: 0;
        width: 0;
        border-top: 10px solid #C6DADD;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 10;
    }
    .divContainerUp
    {
        background-color: #C6DADD;
        border: solid 1px #ffffff;
        position: relative;
        top: -1px;
        z-index: 9;
        width: 550px;
        padding: 20px;
    }
    .divContainerDown
    {
        background-color:#C6DADD;
        border: solid 1px #ffffff;
        position: relative;
        top: 1px;
        z-index: 3;
        width: 550px;
        padding: 20px;
    }
    .divContainerMain
    {
        background-color: #ffffff;
        padding: 8px;
    }



/*header*/
#header .row-1 { padding:0 68px 0 70px;}
#header .row-1 .border {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #dedede;
}
#header .row-1 .fleft {
	font-size: 14px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header .row-1 .fright { padding:96px 0 0 0;}
#header .row-2 { padding:0 0 0 69px;}
#header .row-2 .col-1 { width:243px; margin-right:4px;}
#header .row-2 .col-2 { width:502px; height:291px; margin-top:5px; background:url(images/header-bg.jpg) no-repeat; position:relative;}
#header .row-2 .col-2 .slogan { position:absolute; top:69px; left:261px;}
#header .row-2 .col-2 .button {
	position:absolute;
	top:174px;
	left:309px;
}


/*content*/
#content { padding:0 0 28px 69px; margin-top:-41px;}
#content .indent {
	padding-left:80px;
	text-align: center;
	font-weight: bold;
	color: #666;
}
#content .indent1 { padding-left:15px;}
#content .indent2 { padding:28px 90px 0 0;}

/*footer*/
#footer { color:#515151;}
#footer .indent { padding:0 68px 0 69px;}
#footer a { color:#689aca;}

/*==========================================*/


.aligncenter_10 {
	font-size: 10px;
	text-align: center;
}

.aligncenter_12 {
	font-size: 12px;
	text-align: center;
}
.aligncenter_14 {
	font-size: 14px;
	text-align: center;
}
.alignleft_12 {
	text-align: left;
}
.red {
	color: #F00;
}
.strongblack {
	color: #000000;
	font-weight:bold;
}
.strongyellow {
	color: #FFFF66;
	font-weight:bold;
}
.SubHeadRed {
	color: #800000;
}
.OrangeText {
	color:#E16000;
	font-weight:bold;
	font-size:11px;
}
.Orange {
	color:#E16000;
}
	
