body {
	margin:0;
	padding:0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/body-bg.gif) repeat-y;
	/*background-attachment:fixed;*/
	}
	
h1 {
	margin:0;
	padding:0;
	}
	
h2 {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#093562;
	margin:0;
	padding:0;
	}
	
h3 {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#093562;
	margin:0;
	padding:0;
	}
	

.clear {
	clear:both;
	}
	
.solid-line {
	border-top:1px solid #cccccc;
	}
	
.spacer {
	height:10px;
	}
	
.fright {
	float:right;
	}
	
.fleft {
	float:left;
	}

/*HEADER CSS STARTS*/

.header_bg {
	background:url(../images/header_bg.gif) repeat-x; 
	padding-top:2px;
	}

.main-header {
	width:1003px;
	height:175px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-top:40px;
	margin-top:7px;
	}
	
.main-header .header {
	width:951px;
	margin:0 auto;
	}

.logo {
	margin:0 0 20px 0;
	}
/*HEADER CSS ENDS*/	


/*HEADER MENU CSS STARTS*/
#main-menu {
	background:url(../images/menu-bg.png) no-repeat;
	width:951px;
	height:64px;
	}

#ddmenu {
	margin:0 auto;
	padding: 0 0 0 30px;
	/*margin-top:2px;*/
	position:relative;
	width:949px;
	height:33px;
	}
	
#ddmenu li {	
	float: left;
	list-style: none;
	text-align:center;
	color:#000;
	}

#ddmenu li a {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	display: block;
	padding:7px 30px 0 30px;
	_padding-top:4px;/*IE6 fix*/
	white-space: nowrap;
	height:26px;	
	_float: left;
	}

#ddmenu li a.sep{
	background:url(../images/menu-sep.png) right no-repeat;
	}

#ddmenu li a:hover {	
	background: url(../images/menu-sel.png) repeat-x;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	}

#ddmenu li a.selected {	
	background: url(../images/menu-sel.png) repeat-x;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding:7px 26px 0 26px;
	}
	
#ddmenu li ul {	
	/*margin: 3px 0 0 10px;
	_margin: 8px 0 0 10px;
	padding: 0;*/
	position: absolute;
	visibility: hidden;
	width:900px;
	left:0;
	margin-top:8px;
	
	}

#ddmenu li ul li {
	line-height:15px;
	width:auto;
	}

#ddmenu li ul li a {
	background:url(../images/menu2-sep.png) right no-repeat;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#37536f;
	width: auto;	
	display: inline;
	padding: 3px 15px;
	}

#ddmenu li ul li a:hover, #ddmenu li ul li a:active, #ddmenu li ul li a.active {
	background:url(../images/menu2-sep.png) right no-repeat;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#37536f;
	width: auto;	
	display: inline;
	padding: 3px 15px;
	font-weight:bold;
	}
/*HEADER MENU CSS ENDS*/




/************************************************
	      CAROUSEL CSS STARTS	
************************************************/
.carousel {
	margin:0 auto;
	width:1003px;
	height:235px;
	background-color:#FFFFFF;
	}

#list {
	height:235px;
	width:940px; 
	margin:0 auto; 
}


/*SCROLLABLE BUTTON'S CSS*******************************/
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:100px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; } 


/* left */
a.left { margin-left: 0px; } 
a.left:hover { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down { 
	background:url(vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}


/******SCROLLABLE HORIZONTAL CSS******************************************************/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 855px;
	height:230px;

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:5px 5px 5px 21px;
	background-color:#fff;
	padding:2px;
	/*border:1px solid #ccc;*/
	width:auto;
	height:225px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}

/*CAROUSEL SHOW HIDE IMAGE CSS*/
.carousel-control {
	margin:0 auto;
	width:1003px;
	height:45px;
	background-color:#FFFFFF;
	}
	

/**********************************************/
		/*CAROUSEL CSS ENDS*/
/**********************************************/


.main-container {
	width:1003px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	
.main-container .home-services {
	background:url(../images/home-services-bg.jpg) no-repeat;
	height:248px;
	}
	
.main-container .home-services ul {
	margin:0 auto;
	padding:0;
	width:935px;
	list-style-type:none;
	}
	
.main-container .home-services ul li {
	float:left;
	width:175px;
	padding-right:75px;
	}
	
.main-container .home-services ul li h2 {
	font-family:"ArialNarrow Bold", Helvetica, sans-serif;
	font-size:29px;
	}
	
.main-container .home-services ul li h2 span {
	font-family:Arial, Helvetica, sans-serif;
	}
	
.main-container .home-services ul li h2.blue {
	color:#316ecb;
	}
	
.main-container .home-services ul li h2.red {
	color:#d21009;
	}
	
.main-container .home-services ul li h2.green {
	color:#009d38;
	}
	
.main-container .home-services ul li h2.yellow {
	color:#ffbd00;
	}
	
.main-container .home-services ul li p {
	font-size:10px;
	color:#3a3a3a;
	margin:3px 0;
	}
	
.main-container .home-services ul li p {
	font-size:10px;
	color:#3a3a3a;
	margin:3px 0;
	height:40px;
	}
	
.main-container .home-services ul li a {
	background:url(../images/more-detail-button.png) no-repeat;
	width:126px;
	height:30px;
	display:block;
	text-align:center;
	font-family:"Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	padding-top:3px;
	}
	
.main-container .home-services ul li a:hover {
	background:url(../images/more-detail-button-black.png) no-repeat;
	width:126px;
	height:30px;
	display:block;
	text-align:center;
	font-family:"Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	}

/*****************************************************/
	/*PAGE RIGHT CSS STARTS*/
/*****************************************************/	
.main-container .page-right {
	width:238px;
	float:left;
	background:url(../images/page-right-bg.png) no-repeat right;
	padding:23px;
	min-height:580px;
	}	

/*QUOTE FORM CSS STARTS*/
.main-container .page-right h2.quote {
	background:url(../images/page-right-h2-quote-img.png) no-repeat left;
	font-size:20px;
	font-weight:bold;
	color:#880000;
	padding-left:35px;
	height:28px;
	}
	
.main-container .page-right h2.quote span {
	font-weight:normal;

	}
	
.main-container .page-right input.textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a4a4a4;
	background:url(../images/inputfield-bg.png) no-repeat;
	width:236px;
	height:27px;
	border:none;
	margin-top:10px;
	padding:0 5px;
	.padding:7px 5px 0 5px;
	}

.main-container .page-right textarea.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a4a4a4;
	background:url(../images/textarea-bg.png) no-repeat;
	width:226px;
	height:102px;
	border:none;
	margin-top:10px;
	padding:10px 5px;
	}
	
.main-container .page-right input.submit-button {
	float:right;
	margin-top:10px;
	margin-right:2px;
	}
/*QUOTE FORM CSS ENDS*/


/*STATISTICS CSS STARTS*/
.main-container .page-right h2.statistics {
	background:url(../images/page-right-h2-stat-img.png) no-repeat left;
	font-size:20px;
	font-weight:bold;
	color:#093562;
	padding-left:35px;
	height:28px;
	}
	
.main-container .page-right a.previous_link {
	background:url(../images/statistics-prev-light.png) no-repeat left;
	height:17px;
	width:17px;
	text-decoration:none;
	padding:0;
	margin-right:3px;
	}
	
.main-container .page-right a.previous_link:hover {
	background:url(../images/statistics-prev-dark.png) no-repeat left;
	}
	
.main-container .page-right a.next_link {
	background:url(../images/statistics-next-light.png) no-repeat left;
	height:17px;
	width:17px;
	text-decoration:none;
	padding:0;
	margin-left:3px;
	}
	
.main-container .page-right a.next_link:hover {
	background:url(../images/statistics-next-dark.png) no-repeat left;
	}
	
.main-container .page-right .statistics-div {
	background:url(../images/page-right-stat-bg-middle.png) repeat-y center;
	min-height:226px;
	width:226px;
	padding:0px 5px;
	}
	
.main-container .page-right .statistics-div-top {
	background:url(../images/page-right-stat-bg-top.png) no-repeat center;
	height:7px;
	width:226px;
	padding:0px 5px;
	}
	
.main-container .page-right .statistics-div-bottom {
	background:url(../images/page-right-stat-bg-bottom.png) no-repeat center;
	height:7px;
	width:226px;
	padding:0px 5px;
	}
	
.main-container .page-right .statistics-div p.list {
	background:url(../images/bullet-blue.png) no-repeat center left;
	padding:5px 5px 5px 15px;
	margin:0;
	}
	
.main-container .page-right .statistics-div p.list a {
	text-decoration:none;
	color:#0a3766;
	font-weight:bold;
	}
	

.previous_link {
	cursor:pointer; 
	float:left;
	padding-top:100px;
}

.next_link {
	cursor:pointer; 
	float:right; 
	padding-top:100px;
}
/*STATISTICS CSS ENDS*/


/*****************************************************/
	/*PAGE RIGHT CSS ENDS*/
/*****************************************************/


/*****************************************************/
	/*PAGE LEFT CSS STARTS*/
/*****************************************************/	
.main-container .page-left {
	width:669px;
	float:left;
	padding:25px;
	}
	
.main-container .page-left h2 {
	background:url(../images/page-right-h2-stat-img.png) no-repeat left;
	height:30px;
	padding-left:35px;
	}

/*****************************************************/
	/*PAGE LEFT CSS ENDS*/
/*****************************************************/	


/*****************************************************/
	/*FOOTER CSS STARTS*/
/*****************************************************/	
.main-footer {
	background:url(../images/main-footer-bg.png) repeat-x #0f4174;
	width:943px;
	margin:0 auto;
	padding:30px 30px;
	padding:20px 30px;
	}

.main-footer .footer-left {
	float:left;
	width:720px;
	}
	
.main-footer .footer-right {
	float:right;
	width:223px;
	}
	
.main-footer .footer-menu {
	float:left;
	width:188px;
	}
	
.main-footer .footer-menu h1 {
	font-family:"Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#051f39;
	}
	
.main-footer .footer-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.main-footer .footer-menu ul li {

	}
	
.main-footer .footer-menu ul li a {
	font-size:11px;
	color:#b6d8f5;
	text-decoration:none;
	display:block;
	height:25px;
	padding:5px 0 0 10px;
	}
	
.main-footer .footer-menu ul li a:hover {
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/footer-links-bg.png) no-repeat;
	}
	
.main-footer .footer-menu p {
	color:#b6d8f5;
	margin:0;
	line-height:20px;
	}
	


.mini-footer {
	width:943px;
	/*height:15px;*/
	margin:0 auto;
	background-color:#104275;
	padding:10px 30px;
	.padding:8px 30px;
	}
	
.mini-footer .mini-footer-left {
	float:left;
	width:720px;
	font-size:11px;
	color:#ececec;
	}
	
.mini-footer .mini-footer-right {
	float:right;
	width:223px;
	font-size:10px;
	color:#ececec;
	text-align:right;
	}
	
.mini-footer .mini-footer-right strong {
	font-size:11px;
	font-weight:bold;
	color:#ececec;
	}
	
.mini-footer a {
	font-size:11px;
	font-weight:bold;
	color:#ececec;
	text-decoration:none;
	}
	
.mini-footer a:hover {
	text-decoration:underline;
	}
/*****************************************************/
	/*FOOTER CSS ENDS*/
/*****************************************************/	



/*****************************************************/
	/*LOGIN REGISTER TABS CSS STARTS*/
/*****************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #bec9d9;
	border-left: 1px solid #bec9d9;
	width: 100%;
	/*-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;*/
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #bec9d9;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(../images/inactive-tab-bg.gif) repeat-x;
}
ul.tabs li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 0 20px;
	/*border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #caf8ff;
	font-weight:normal;
}

ul.tabs li a:hover {
	background: url(../images/login-tab-contents-bg.gif) repeat-x #fff;
	color: #2e2e2e;
}

ul.tabs li a:hover span {
	color: #fa9926;
}

html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../images/active-tab-bg.gif) repeat-x;
	border-bottom: 1px solid #e7ebef; /*--Makes the active tab look like it's connected with its content--*/
	color: #2e2e2e;
}

html ul.tabs li.active a span  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #fa9926;
}


.tab_container {
	border: 1px solid #bec9d9;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: url(../images/login-tab-contents-bg.gif) repeat-x #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

/*****************************************************/
	/*LOGIN REGISTER TABS CSS STARTS*/
/*****************************************************/


/*****************************************************/
	/*MEMBER ACCOUNT SIDE BAR TABS CSS STARTS*/
/*****************************************************/

ul.tabs-small {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--Set height of tabs--*/
	border-bottom: 1px solid #bec9d9;
	/*border-left: 1px solid #bec9d9;*/
	width: 100%;
	/*-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;*/
}
ul.tabs-small li {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 28px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #bec9d9;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(../images/user-rightside-tab-inactive.png) no-repeat;
	width:118px;
}

ul.tabs-small li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 20px;
	/*border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs-small li a span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	font-weight:normal;
}

ul.tabs-small li a:hover {
	background: url(../images/user-rightside-tab-active.png) no-repeat;
	color: #2e2e2e;
}

ul.tabs-small li a:hover span {
	color: #fa9926;
}

html ul.tabs-small li.active, html ul.tabs-small li.active a, html ul.tabs-small li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../images/user-rightside-tab-active.png) no-repeat;
	border-bottom: 1px solid #e7ebef; /*--Makes the active tab look like it's connected with its content--*/
	color: #2e2e2e;
}

html ul.tabs-small li.active a span  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #fa9926;
}


.tab_container_small {
	border: 1px solid #bec9d9;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: url(../images/login-tab-contents-bg.gif) repeat-x #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}
.tab_content_small {
	padding: 0px;
	font-size: 1.2em;
}



/*TAB LIST CSS*/

.page-right .side-tab-list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
.page-right .side-tab-list li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#0a3766;
	display:block;
	height:37px;
	border-bottom:1px solid #b4c1b4;
	line-height:37px;
	padding-left:15px;
	}
	
.page-right .side-tab-list li a:hover, .page-right .side-tab-list li a.selected {
	background:url(../images/right-tab-list-bg.png) repeat-x;
	color:#fff;
	font-weight:bold;
	}

/*****************************************************/
	/*MEMBER ACCOUNT SIDE BAR TABS CSS STARTS*/
/*****************************************************/


/*****************************************************/
	/*QUESTION MARK CSS STARTS*/
/*****************************************************/
.question-message{ 
	width:350px; 
	display:none; 
	background-color:#ededed; 
	border:solid 3px #244e79; 
	color:#134269; 
	font-weight:normal; 
	padding:7px; 
	position:absolute; 
	z-index:100; 
	margin-left:0px; 
	margin-top:0px;
	text-align:left;
	
}
/*****************************************************/
	/*QUESTION MARK CSS ENDS*/
/*****************************************************/


/*****************************************************/
	/*LOGIN REGISTER CSS STARTS*/
/*****************************************************/

.main-container .inner-page-form-container {
	width:600px;
	margin:0 auto;
	}
	
.main-container .inner-page-form {
	width:550px;
	margin-left:35px;
	}

.main-container .inner-page-form-container h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#163b6c;
	margin:0;
	margin:0px 0 10px 0;
	}
.main-container .inner-page-form-container h5 span {
	color:#fa9926;
	}
		
.main-container .inner-page-form-container input.textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8d8d8e;
	background:url(../images/form-inputfield-bg.png) no-repeat;
	width:418px;
	height:34px;
	border:none;
	margin-bottom:20px;
	padding:0 5px;
	.padding:7px 5px 0 5px;
	}
	
.main-container .inner-page-form-container textarea.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8d8d8e;
	background:url(../images/form-textarea-bg.png) no-repeat;
	width:418px;
	height:194px;
	.height:204px;
	border:none;
	margin-bottom:20px;
	padding:5px 5px;
	.padding:7px 5px 0 5px;
	/*overflow:hidden;*/
	}
	
/*.main-container .inner-page-form-container select.listmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8d8d8e;
	margin-top:20px;
	}*/
	
.main-container .inner-page-form-container select.styled {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8d8d8e;
	width:428px;
	height:34px;
	}
.main-container .inner-page-form-container select.styled option {
	height:25px;
	}
	
input.captcha {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8d8d8e;
	background:url(../images/captcha-inputfield-bg.png) no-repeat;
	width:188px;
	height:34px;
	border:none;
	margin-bottom:20px;
	padding:0 5px;
	.padding:7px 5px 0 5px;
	}
/*****************************************************/
	/*LOGIN REGISTER CSS ENDS*/
/*****************************************************/	


/*****************************************************/
	/*USER MYACCOUNT CSS STARTS*/
/*****************************************************/	

.table-padding-left {
	padding-left:10px;
	}
	
.table-link a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0A3766;
	text-decoration:underline;
	}
	
#inbox-row a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0e0110;
	text-decoration:none;
	}
	
#inbox-row a:hover {
	font-weight:bold;
	}
	
#inbox-row a.unread {
	font-weight:bold;
	}
/*****************************************************/
	/*USER MYACCOUNT CSS ENDS*/
/*****************************************************/	




/*****************************************************/
	/*TESTIMONIALS CSS STARTS*/
/*****************************************************/	
.testimonial-container {
	margin:0 auto;
	}

/*TESTIMONIAL BLUE STRIPS CSS*/	
.testimonial-top-blue {
	background:url(../images/testimonial-top-blue.png) no-repeat;
	width:935px;
	height:17px;
	}
.testimonial-bottom-blue {
	background:url(../images/testimonial-bottom-blue.png) no-repeat;
	width:935px;
	height:17px;
	}
.testimonial-middle-blue {
	background:#e6eaed;
	border-left:7px solid #184479;
	border-right:7px solid #184479;
	width:871px;
	padding:0 25px 0 25px;
	font-size:12px;
	color:#14181b;
	}
.testimonial-middle-blue span {
	font-size:13px;
	font-weight:bold;
	}
.testimonial-comments-blue {
	width:700px;
	float:left;
	text-align:justify
	}
.testimonial-image-blue {
	width:100px;
	float:right;
	margin-top:15px;
	}
	
/*TESTIMONIAL YELLOW STRIPS CSS*/		
.testimonial-top-yellow {
	background:url(../images/testimonial-top-yellow.png) no-repeat;
	width:935px;
	height:17px;
	}
.testimonial-bottom-yellow {
	background:url(../images/testimonial-bottom-yellow.png) no-repeat;
	width:935px;
	height:17px;
	}
.testimonial-middle-yellow {
	background:#fdf5e8;
	border-left:7px solid #f0c60d;
	border-right:7px solid #f0c60d;
	width:871px;
	padding:0 25px 0 25px;
	font-size:12px;
	color:#141211;
	}
.testimonial-middle-yellow span {
	font-size:13px;
	font-weight:bold;
	float:right;
	}
.testimonial-comments-yellow {
	width:700px;
	float:right;
	text-align:justify
	}
.testimonial-image-yellow {
	width:100px;
	float:left;
	margin-top:15px;
	}
	
/*****************************************************/
	/*TESTIMONIALS CSS ENDS*/
/*****************************************************/	


/*****************************************************/
	/*PAGINATION CSS STARTS*/
/*****************************************************/	
.pagination {
	text-align:center;
	color:#C6C7C7;
	font-size:11px;
	}
	
.pagination .page_link {
	background-color:white;
	color:#1b4379;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	}
	
.pagination .page_link a {
	border:1px solid #C6C7C7;
	color:#000000;
	font-size:10px;
	font-weight:normal;
	padding:3px 5px;
	text-decoration:none;
	}
	
.pagination .page_link a:hover {
	background-color:#0D3C6D;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	padding:3px 5px;
	text-decoration:none;
	}
.pagination a {
	color:#1b4379;
	font-size:11px;
	padding:3px;
	text-decoration:none;
	}

/*****************************************************/
	/*PAGINATION CSS ENDS*/
/*****************************************************/	


/*****************************************************/
	/*CHARACTER COUNTER CSS STARTS*/
/*****************************************************/	
#progressbar {
	width:0px;
	height:16px;
}
#barbox {
	float:right;
	height:16px;
	background-color:#FFFFFF;
	width:100px;
	border:solid 2px #000;
	margin-right:3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#count {
	float:right;
	margin-right:8px;
	font-family:'Georgia', Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

/*****************************************************/
	/*CHARACTER COUNTER CSS ENDS*/
/*****************************************************/	

.text_capitalize {
	text-transform:capitalize;
}

.text_lowercase {
	text-transform:lowercase;
}

.extra_text {
	margin:0px;
	padding:20px 25px;
	text-align:justify;
}
