
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**************************/
body {
	color:#333;
	font-size: 100%;	
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.25;
}
/*****************************
	Header  / Wrapper
*****************************/
div#hLogo {
	float: left;
	width: 750px;
}
div#hMenu {
	float: left;
	width: 165px;
}
div#hMenu ul {
	list-style: none;
}
div#hMenu li {
	margin-top: 6px;
}
div#hMenu li a, div#hMenu li a:active, div#hMenu li a:visited{
	font-size: 14px;
	padding: 2px;
	width: 155px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: right;
		background-color: #FFF;
		color: #5EABD1;

}
div#hMenu li a:hover {
		background-color: #5EABD1;
		color: #FFF;
	
	transition: color .5s ease;


}
/*****************************
	Content Styles
*****************************/
div#content h1 {
	font-size: 150%;
	font-weight: normal;
	color: #FF7100;
}
div#content h2 {
	font-size: 125%;
	font-weight: bold;
	color: #FF6D00;
}
div#content h3 {
	font-size: 115%;
	font-weight: bold;
	color: #FF6D00;
}

div#content a, div#content a:active, div#content a:visited {
	text-decoration:none;
	xborder-bottom: 1px solid #069;
		text-decoration:underline;

	color: #069;
	transition: color .5s ease;

}
div#content a.nolink {
	border: none;
}
div#content a.nolink :hover{
	border: none;
}
div#content a:hover {
	color: #000;
		xborder-bottom: 1px solid #900;
	text-decoration:underline;
	transition: color 0.5s ease 0s;
}
div#content a.pink {
	color: #F0F;
}
div#content .stepPrev {
	background: url(../../images/page-elements/prevStep.png) no-repeat;
}
div#content .stepNext {
	background: url(../../images/page-elements/nextStep.png) no-repeat;
}
div#content .stepCurrent {
	background: url(../../images/page-elements/currentStep.png) no-repeat;
}
div#content .stepPrev, div#content .stepNext, div#content .stepCurrent {
	padding-left: 106px;
	padding-top: 12px;
	min-height: 49px;
}
div#content p.stepNext a,div#content p.stepPrev a, div#content p.stepCurrent a {
	display:block;
	color: #fff;
	padding: 5px;
	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	background: -moz-linear-gradient(top,  rgba(255,111,0,1) 0%, rgba(255,113,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,111,0,1)), color-stop(100%,rgba(255,113,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f00', endColorstr='#bfff7100',GradientType=0 ); /* IE6-9 */
}

div#content ul, div#content ol {
	margin-left: 12px;
}
div#content li {
	list-style: square;
	margin-bottom: 6px;
}
/*****************************
	Layout Styles
*****************************/
html {
		background: url(../../images/template/html-BG.jpg) no-repeat center top;
		margin: 0 auto;
}
div#wrapper {
	width: 930px;
	margin: 0 auto;
}
/*****************************
	Nav Menu
*****************************/
div#nav {
	width: 739px;
	margin: 0 auto;
}
div#nav ul {
	margin: 8px auto;
	padding-left: 38px;
}
div#nav li {
	float: left;
	margin: 0px 12px 0;
	list-style: none;
}

div#nav li a, div#nav li a:active, div#nav li a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 5px 7px;

}
div#nav li a:hover {
	background-color: #FF6F00;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	background: -moz-linear-gradient(top,  rgba(255,111,0,1) 0%, rgba(255,113,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,111,0,1)), color-stop(100%,rgba(255,113,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f00', endColorstr='#bfff7100',GradientType=0 ); /* IE6-9 */
}
div.banner {
	height: 41px;
}
div#breadcrumbs {
	background-color: #423B29;
}
div#breadcrumbs ul {
	padding-left: 6px;
}
div#breadcrumbs li {
	float: left;
	list-style: none;
	color: #F7F7F7;
	
}
div#breadcrumbs li a, div#breadcrumbs li a:visited, div#breadcrumbs li a:active {
	color: #FFF;
	background-color: #323232;
	padding: 0px 6px;
	font-size: .8em;
	text-decoration: none;
}
div#breadcrumbs li a:hover {
	border-bottom: none;
}
/*****************************
	Content
*****************************/
div#content {
	width: 620px;
	float:right;
	margin-top: 10px;
	border-left: 1px #333333 solid;
	padding-left: 20px;
	margin-bottom: 15px;
		min-height: 615px !important; 

}
div#panel {
		width: 270px;
		float:left;
		margin-top: 10px;
}
/*****************************
	Panel
*****************************/
div#panel p {
	color: #39C;
	font-size: 1.2em;
}
div#panel ul {
	padding-left: 0px;
}
div#panel li {
	margin-bottom: 17px;
}
div#panel li.icon {
	height: 37px;
	vertical-align:middle;
	list-style: none;
	padding: 0 5px 0 33px;
}
div#panel li#icon01 {
	background: url(../../images/template/icon-01.jpg) no-repeat 0 3px;
}
div#panel li#icon02 {
	background: url(../../images/template/icon-02.jpg) no-repeat 0 3px;
}
div#panel li#icon03 {
	background: url(../../images/template/icon-03.jpg) no-repeat 0 3px;
}
div#panel li#icon04 {
	background: url(../../images/template/icon-04.jpg) no-repeat 0 3px;
}
div#panel li#icon05 {
	background: url(../../images/template/icon-05.jpg) no-repeat 0 3px;
}
div#panel li#icon06 {
	background: url(../../images/template/icon-06.jpg) no-repeat 0 3px;
}
div#panel li#icon07 {
	background: url(../../images/template/icon-07.jpg) no-repeat 0 3px;
}
div#panel li#icon08 {
	background: url(../../images/template/icon-08.jpg) no-repeat 0 3px;
}
div#panel li#icon09 {
	background: url(../../images/template/icon-09.jpg) no-repeat 0 3px;
}
div#panel li#icon10 {
	background: url(../../images/template/icon-10.jpg) no-repeat 0 3px;
}
div#panel ul li a {
	text-decoration: none;
	font-size: 90%;
	color: #000;
	display: block;
}
div#panel ul li a:hover {
	color:#000;
	border-bottom: 2px solid #FFCC66;
}
/*****************************
	Styles
*****************************/
div.clear {
	clear:both;
}
/*****************************
	Footer
*****************************/
div#footerWrap {
	width: 100%;
	background: #000;
	height: 225px;
}
div#footer {
	margin: 0 auto;
	width: 1080px;
}
/*****************************
	Hoepage Search Highlight
*****************************/

div#farh {
	height: 175px;
	width: 620px;
}
div#content div#farh a {
	display: block;
	background-color: #39C;
	font-size: 90%;
	height: 100%;
	text-decoration:none;
	color: #FFF;
	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div#content  div#farh a:hover {
	background-color: #38B0EC;
}


div#content div#farh h2 {
	color: #fff;
	line-height: 175%;
}
div#content div#farh p {
	margin-left: 120px;
	font-size: 95%;
}
div#content div#farh h3 {
	color: #fff;
	margin-left: 120px;

}
/*****************************
	??
*****************************/
#footer .tab25 {
	float: left;
	width: 24%;
}
#footer .tab25 h2 {
}
#footer .tab25 p strong {
	color: #F7F7F7;
	font-size: 18px;
}
#footer .tab25 a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 12px;
}
#footer .tab25 a.underline {
	text-decoration: underline;
}

#footer .tab25 a:hover {
	background-color: #FF6F00;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	background: -moz-linear-gradient(top,  rgba(255,111,0,1) 0%, rgba(255,113,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,111,0,1)), color-stop(100%,rgba(255,113,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,111,0,1) 0%,rgba(255,113,0,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f00', endColorstr='#bfff7100',GradientType=0 ); /* IE6-9 */
}
#footer .tab25 a.blue {
	font-size: 14px;
	padding: 3px 12px;
	width: 155px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
		background-color: #39C;
		text-align: right;
		
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
#footer .tab25 a.blue :hover {
		background-color: #F90;
		color: #FFF;
	    transition: color .5s ease;
}
table td {
	font-size: 100%;
}
table p {
	padding: 3px 0;
	font-size: 100%;
}
.size1of3 img {
	border: 1px solid #FF9D00;
	margin-bottom: 6px
}
.details {
	padding: 20px;
	margin-right: 20px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	
	-webkit-box-shadow:   0px 1px 4px rgba(0, 0, 0, .2);    
}