body {
	display:block;
	text-align:center;
	background-image:url(http://www.TIKIthePanda.com/CSS/Layout/Images/Background/Gradient/WhiteToBlue_Vertical.gif);
	background-color: #003399;
	background-repeat:repeat-x;
}

.Page{
	margin:0 auto;
	width:960px;
}

a{text-decoration:none;color:#0000FF;}
a:hover{color:#000;}


h1{font-size:20px;font-weight:bold;}/*- H1 -Main Title for every page*/
h2{margin:10px 0 0 0;font-size:18px;}/*- H2 -Found in SiteMap + (Insurance) Forms*/
h4{font-size:15px;background:#E6E6FF;font-weight:normal;margin:10px 0 5px 0;}/*- H4 -Found in (INSURANCE) AgentList + AgentDetails*/

p{
	text-align:left;
	text-indent:15px;
	font-weight:normal;
}

/* Used in "Become an Expert" and "Contact Us" */
.FormTitle{font-size:18px;font-weight:bold;}
/* Used in "Become an Expert" */
#Become_An_Expert th{font-weight:bold;text-align:right;font-size:14px;}

/* --------------------------------------------- START --- HEADER AREA --------------------------------- */
#NavBar_Container{
	width:960px;
	z-index:2;
}

#Header_Background{
	width:960px;
	height:280px;
	background:url('http://www.tikithepanda.com/CSS/Layout/Images/Header/GetQuote_MountainPic.gif') no-repeat center;
	display:block;
	text-align:left;
}

#QuoteHeader {
	z-index:2;
	display:block;
	left:0px;
	width:375px;
	height:100%;
	position:inherit;
	margin:0;
	margin-left:28px;
	text-align:center;
}

#QuoteHeader form {
	padding-top:100px;
}

#QuoteHeader .row {
	display:block;
	margin-top:10px;
	position:relative;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	width:100%;
}

#QuoteHeader .row label{width:30%; display:inline-block; text-align:right; margin:0;}
#QuoteHeader .row span{width:65%; display:inline-block; margin:0; margin-left:8px;}

#QuoteHeader .row input,
#QuoteHeader .row select{font-size:18px;}

#QuoteHeader .GetQuote_submit{
		margin-top:10px;
}
/* --------------------------------------------- END --- HEADER AREA --------------------------------- */

/* ----------------------- START --- LANDING AREA - Landing Page for Ads ---------------------- */


#Landing_Background {
	background:url('http://www.TIKIthePanda.com/CSS/Layout/Landing/RateQuote_Landing.png') no-repeat center;
	width:840px;
	height:320px;
	display:block;
	text-align:center;
	margin:0 auto;
}

#Landing_Background form {
	padding-top:110px;
}

/* ----------------------- END --- LANDING AREA - Landing Page for Ads ------------------------ */



/* --------------------------------------------- START --- COLUMNS AREA --------------------------------- */

/* -- AllColumns_Container -- */
#AllColumns_Container{
	clear:both;
	width:960px;
	height:auto;
	text-align:center;
}
.Border_Sides_960px{
	background-image:url('http://www.tikithepanda.com/CSS/Layout/Images/Borders/Column_960px/Border_SIDES.png');
	background-repeat:repeat-y;
	display:inline-block;
	width:inherit;
}

#AllColumns_Content{
	width:940px;
	margin:0 auto;
}

/* -- Left Column -- */
#LeftColumn_Container{
	width:120px;
	margin-left:20px;
	margin-top:5px;
	float:left;
}

/* -- Middle Column -- */
#MiddleColumn_Container{
	width:720px;
	float:left;
	margin-left:30px;
}

.Border_Sides_720px{
	background-image:url('http://www.tikithepanda.com/CSS/Layout/Images/Borders/Column_720px/Border_SIDES.gif');
	background-repeat:repeat-y;
	display:inline-block;
	width:inherit;
}

.Border_Bottom_720px{
	background-image:url(/CSS/Layout/Images/Borders/Column_720px/Border_BOTTOM.gif);
	background-repeat:no-repeat;
	height:10px;
	}

#MiddleColumn_Content{
	width:700px;
	display:inline-block;
}

/* -- Right Column -- */

#RightColumn_Container{
	width:40px;
	float:left;
	margin:0;
}

#RightColumn_Content{
	width:25px;
	display:inline-block;
	margin:0;
}

/*#ShareBookmarks{
	width:25px;
	height:300px;
	display:inline-block;
	float:left;
	margin-left:7px;
	padding:0;
}*/
/* --------------------------------------------- END --- COLUMNS AREA --------------------------------- */


/* ----------------- START ------ Sitemap for index ----------------------------------- */
#Sitemap_Container{text-align:left;}
#Sitemap_Container a{text-indent:20px;text-decoration:underline;line-height:20px;display:list-item;list-style:none;}
#Sitemap_Container span{font-size:10px;}
#Sitemap_Container span a{text-indent:40px;line-height:16px;}
/*ul.SiteMapLink_FindAnAgent li{list-style:none;line-height:7px;} -- Taken out January 1 2010 -- */
/* ----------------- END ------ Sitemap for index ----------------------------------- */

/* ------- START - Globe Search box - Found in (Insurance) Custom_Search ---------------------- */
.Search_Agents fieldset {padding-bottom:7px; background-image:none; background-color:#FFF; border:1px solid #000;}
.Search_Agents legend {font-size:20px; vertical-align:middle; padding: 0 8px; margin:0;}
.Search_Agents legend img {height:50px;	vertical-align:middle;}
/* ------- END - Globe Search box - Found in (Insurance) Custom_Search ---------------------- */


/*--------------------------------------------- START --- AgentLogin Page ------------------------------------*/
/*.AgentForm {
	background-color: #FFF;
	background-image: none;
	background-position: left top;
	border: thin none #0CF;
	float: left;
	width: auto;
	font-family: "Comic Sans MS", cursive;
}
*/

#AgentLogin_Container{
	width:250px;
	float:left;
}

#AgentRegister_Container{
	float:left;
	margin-left:40px;
}

.LoginPage_Title{
	font-size:18px;
	font-weight:bold;
}

fieldset{
	text-align:left;
	font-weight:normal;
	background-image:url(/Pictures/Backgrounds/FormsBackground.gif);
}

legend{
	font-size: 18px;
	text-indent:3px;
}
.AgentInfo {
	float: right;
}.Hidden {
	visibility: hidden;
}
OpenHiddenField {
	color: #0080FF;
}
.TabbedMenuWidth {
	float: left;
	width: 400px;
}
.error {
	color: #F00;
}
.form_instructions {
	font-size: 10.5px;
	font-family: "Times New Roman", Times, serif;
}

/* ------ Formats the Viewing List for Title Orders */
#View_TitleOrders table {
	width:670px;
}

#View_TitleOrders td, #View_TitleOrders th  {
	text-align:left;
}

#View_TitleOrders .TH_Date {width:13%;}
#View_TitleOrders .TH_Type {width:7%;} 
#View_TitleOrders .TH_Name {width:26%;}
#View_TitleOrders .TH_State {width:7%;}
#View_TitleOrders .TH_City {width:27%;}
#View_TitleOrders .TH_LoanAmount {width:10%;}
#View_TitleOrders .TH_ClosedStatus {width:10%;}

#Highlight_TitleOrders table:hover {
	color:#FFF;
	cursor:hand;
	background-color:#3E3EFF;
	}
/*--------------------------------------------- END --- AgentLogin Page ------------------------------------*/

/*--------------------------------------------- START --- InsuranceForms Page - Found in --- forms.php ------*/
#InsuranceForms {text-align:left;}
#InsuranceForms h3{font-size:15px; font-weight:bold; margin:5px 0 0 0; text-align:left;}
/* --------------------------------------------- START --- FOOTER AREA --------------------------------- */

#Footer_Container{
	font-size:10px;
}
/* --------------------------------------------- END --- FOOTER AREA --------------------------------- */