/* DEMO SITE CSS
------------------------------------------------

	Contents:	Imports
					Global
					Header
					Content
					Footer

------------------------------------------------*/

/* Imports
------------------------------------------------*/
@import "navigation.css";
@import "content.css";
@import "search-util/generic.css";
@import "search-util/customized.css";
@import "http://www.google.com/cse/api/overlay.css";
@import "tablecloth.css";

/* Global Reset and CSS
------------------------------------------------*/
/* Global CSS and Master Reset
--------------------------------------------*/
html, body {
	margin: 0px; 
	padding: 0px;
	background-color: #white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.container {
	width: 965px;
	margin: 0 auto;
	background-color: white;
}

div, dl, dt, dd, ul, ol, li, pre, blockquote {
	margin: 0pt;
	padding: 0pt;
}

sup { line-height: 2.3em; }

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
}

:link, :visited { text-decoration: none; }

img, a img, :link img, :visited img { border: none; }

.clearer { clear: both; height: 0pt; line-height: 0pt; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

.absolute { position: absolute; }
.relative { position: relative; }
.static { position: static; }

.none { display: none; }
.block { display: block; }
.inline { display: inline; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.textCap { text-transform: capitalize; }
.textUnderline { text-decoration: underline; }

/* Typography
--------------------------------------------*/
h1 { font-size: 22px; color: #ffc423; font-weight: normal; margin-bottom: -5px; }
h2 { font-size: 16px; color: #ffc423; margin-bottom: -10px; }
h3 { font-size: 14px; color: #ffc423; }
h4 { font-size: 12px; color: #ffc423; margin-bottom: -10px; }
h5 { font-size: 10px; color: #ffc423; margin-bottom: -10px; }
h6 { font-size: 8px; color: #ffc423; margin-bottom: -10px; }

p { font-size: 11px; line-height: 1.4em; color: #001842; }
.highlight { color: #ffc423; }

.contentHeading { font-size: 14px; font-weight: normal; border-bottom: 1px solid #ffd35c; color: #001842; }
.contentHeadingNoLine { font-size: 14px; font-weight: normal; color: #001842; }
.contentHeadingSmall { font-size: 12px; font-weight: normal; border-bottom: 1px solid #ffd35c; color: #001842; }
.mainFeatureHeading { font-size: 14px; font-weight: normal; border-bottom: 1px solid #ffd35c; color: #001842; }
.subContent { font-size: 13px; font-weight: normal; line-height: 1.3em; }
.featuresHeading { font-size: 12px; color: white; margin-top: 0px; }
.featureContent { color: #001842; font-size: 12px; }
.advertContent p { margin-bottom: 0px; margin-top: 20px; font-size: 13px; }
.disclaimer { font-size: 9px; color: #001842; }
.ratesWarning { font-size: 8px; line-height: 1.4em; color: #001842; }

/* Lists and Tables
------------------------------------------------------*/
.features ul { margin-top: -10px; }
.features ul li {
	background-image: url(../images/template/list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; font-size: 10px; color: #001842;
}
.features p img { margin-top: -5px; }

.mainFeatures ul { margin-top: -5px; }
.mainFeatures ul li {
	background-image: url(../images/template/content-list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}

.mainFeaturesSmall ul { margin-top: -5px; }
.mainFeaturesSmall ul li {
	background-image: url(../images/template/content-list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}

.contentLeft ul { margin-top: 10px; }
.contentLeft ul li {
	background-image: url(../images/template/content-list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}

.contentRight ul { margin-top: 10px; }
.contentRight ul li {
	background-image: url(../images/template/content-list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}

.columns ul { margin-top: 10px; }
.columns ul li {
	background-image: url(../images/template/content-list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}

.columnsSiteMap ul { margin-top: 10px; }
.columnsSiteMap ul li {
	background-image: url(../images/template/content-list-arrow.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}


ul.circle-list-style { margin-top: 10px; }
ul.circle-list-style li {
	background-image: url(../images/template/content-list-circle.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}

ul.square-list-style { margin-top: 10px; }
ul.square-list-style li {
	background-image: url(../images/template/content-list-square.jpg);
	background-repeat: no-repeat; background-position: 0px 3px;
	padding-left: 10px; padding-bottom: 5px; font-size: 10px; color: #001842;
}


ul.number-list-style { margin-top: 10px; }
ul.number-list-style li {
	list-style: decimal; background-image: none; margin-left: 15px;
	padding-left: 0; padding-bottom: 5px; font-size: 10px; color: #001842;
}

ul.mainFeaturesNoImage { margin-top: 10px; }

.mainFeatures table { margin-top: 10px; }
.mainFeaturesSmall table { margin-top: 10px; }

/* Links
--------------------------------------------*/
a { color: #ffc423; text-decoration: none; outline: none; }
a:active { color: #ffc423; outline: none; }
a:visited { color: #ffc423; outline: none; }
a:hover { color: white; outline: none; }

.advertContent a { color: #001842; text-decoration: none; font-size: 10px; }
.advertContent a:active { color: #001842; text-decoration: none; }
.advertContent a:visited { color: #001842; text-decoration: none; }
.advertContent a:hover { color: #001842; text-decoration: underline; }

.mainFeatures a { color: #001842; text-decoration: none; }
.mainFeatures a:active { color: #001842; text-decoration: none; }
.mainFeatures a:visited { color: #001842; text-decoration: none; }
.mainFeatures a:hover { color: #001842; text-decoration: underline; }

.content a { color: #001842; text-decoration: none; }
.content a:active { color: #001842; text-decoration: none; }
.content a:visited { color: #001842; text-decoration: none; }
.content a:hover { color: #001842; text-decoration: underline; }

.features ul li a { color: #001842; text-decoration: none; }
.features ul li a:active { color: #001842; text-decoration: none; }
.features ul li a:visited { color: #001842; text-decoration: none; }
.features ul li a:hover { color: #001842; text-decoration: underline; }

.advertLinks { margin-bottom: 0; }


/* Header CSS
------------------------------------------------*/
.header { height: 39px; }
.topBar {
	background-color: #152b51;
	width: 965px;	height: 42px;
}
.headerImage { width: 756px; height: 145px; float: left; }
.headerMenuCol { width: 209px; height: 145px; float: right; }
.topNav { float: left; z-index: 50; position: relative; }


/* Website Search Box
------------------------------------------------------*/
.searchBox { 
	float: right; background-image: url(../images/template/search-bg.jpg);
	background-repeat: no-repeat; width: 194px; height: 35px; color: white;
	line-height: 3.0em; padding-left: 15px; font-size: 12px;
}
.searchBoxField {
	width: 137px; height: 12px;
	padding: 3px 5px; font-size: 10px;
	border: none; position: relative; top: -1px;
}
.search { position: relative; top: 4px; left: -2px; }


/* Content CSS
------------------------------------------------*/

.content {
	width: 712px; float: left;
	padding-left: 20px; padding-right: 20px;
}

.contentLeft { width: 520px; float: left;}
.contentLeftSmall { width: 364px; float: left; }
.contentLeftFlash { width: 712px; float: left; }

.contentRight { width: 164px; float: right; margin-top: 45px; }
.contentRightBig { width: 348px; float: right; margin-top: 45px; }

.rightColumn { width: 213px; float: right; }

.mainFeatures {
	width: 712px; padding-left: 20px; padding-right: 20px;
}
.mainFeaturesSmall { width: 548px; }

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;	
	font-size:11px;
	color: #001842;
	line-height: 1.4em;
}

.contentLeft span img { float: left; padding: 10px; }

.newsArea{
	height:320px;
	width:705px;
}

.scroll{
	overflow:auto;
}

/* Footer CSS
------------------------------------------------*/
.footer {
	background-color: #011a43;
	background-image: url(../images/template/footer-bar.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	height: 50px; line-height: 5.5em;
	padding-left: 20px; padding-right: 20px;
}

.footerNav {
	float: left; width: 600px;
}

.builtBy {
	float: right; width: 300px; text-align: right;
}

.footerNav a { color: #ffc423; }
.footerNav a:active { color: #ffc423; }
.footerNav a:visited { color: #ffc423; }
.footerNav a:hover { color: white; }

.builtBy a { color: #ffc423; }
.builtBy a:active { color: #ffc423; }
.builtBy a:visited { color: #ffc423; }
.builtBy a:hover { color: white; }

/* Breadcrumb CSS
------------------------------------------------*/
.breadcrumb { font-size: 10px; color: #bcbec0; margin-bottom: -10px; margin-top: 5px; }
.breadcrumbDivider { color: #ffc423 }

.breadcrumb a { color: #bcbec0; text-decoration: none; }
.breadcrumb a:active { color: #bcbec0; text-decoration: none; }
.breadcrumb a:visited { color: #bcbec0; text-decoration: none; }
.breadcrumb a:hover { color: #bcbec0; text-decoration: underline; }


/* Search Results CSS
------------------------------------------------*/
#cse-search-results iframe { width: 712px; }
.t { display: none; }
.res p {
	 font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	 font-size: 12px;
}

hr {  border: 0 none; }
hr.rule { background-color: #ffd35c; color: #ffd35c; height: 2px; width: 98%; }

.BodyTextRedBold {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	color: #FF0000;
}