@charset "UTF-8";



h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4789a3;
	line-height: 24px;	
	margin-bottom:5px;
}

p{
	margin-top:5px;
}


.blue{
	color:#228ac8;
}

.partners{
	margin-top:20px; 
	width:75%
}

.partners h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4789a3;
	margin-top: 5px;
	margin-bottom: 5px;
}

.partners img{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}

.main_banner_bck{
	background-image:url(images/main_banner_bck.jpg);
	background-repeat:no-repeat;
	height:283px;
	margin-bottom:20px;
}

.contact_us_banner_bck{
	background-image:url(images/contact_us_main_pic.jpg);
	background-repeat:no-repeat;
	height:283px;
	margin-bottom:20px;
}

.banner_blue_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4789a3;
	line-height: 24px;	
}

.bold_blue_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4789a3;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

a:link {
	color:#0079c1;
}
a:visited {
	color: #0079c1;
}
a:hover {
	color:#999;
}
a:active {
	color:#0079c1;
}

.page_title{
	padding-top:25px;
	padding-bottom:10px;
	display:block;
	padding-left: 0px;
}

.page_copy
{
	padding:10px 85px 10px 25px;
}

#top_nav_left {
	color:#4c5050;
	text-transform:uppercase;
}

#top_nav_left a{
	text-decoration:none;
	margin-left:20px;
	font-size:10px;
}

#top_nav_left a:hover{
	color:#999999;
}



#top_nav_right {
	padding-top:15px;
	float:right;
	text-align:right;
}

#top_nav_right a{
	color:#0079c1;
	text-decoration:none;
	margin-left:15px;
	font-size:11px;
	
}

#top_nav_right a:hover{
	color:#999999;
}


#ticker{
	padding-top:55px;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;

}
.oneColFixCtrHdr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 20px;
}
.oneColFixCtrHdr #header {
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 15px 0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px 20; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size:10px;
	color:#7c7b7b;
}

.oneColFixCtrHdr #footer a {
	font-size:10px;
	color:#7c7b7b;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover {
	font-size:10px;
	color:#7c7b7b;
	text-decoration:underline;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}







/*Brand Tab interface Starts here*/
.corp_btn {
	float:left;
	margin-right:5px;
}

.corp_btn a {
	background-image:url(images/take5_corp_tab.png);
	background-repeat:no-repeat;
	display:block;
	width:115px;
	height:56px;
	text-decoration:none;
}


.corp_btn a:visited {
	background-image:url(images/take5_corp_tab.png);
	background-repeat:no-repeat;
	display:block;
	width:115px;
	height:56px;
	text-decoration:none;
}


.corp_btn a:hover {
	background-image:url(images/take5_corp_tab_over.png);
	background-repeat:no-repeat;
	display:block;
	width:115px;
	height:56px;
	text-decoration:none;
}


.brand_tab_bck{
	background-image:url(images/mobile_tab_bck.png); 
	background-repeat:repeat-x; height:56px;
	text-align:left;
	/*To turn off tab interface display:none;*/
}

.brand_tab_interface{
	height:56px; 
	width:985px; 
	margin-left:auto; 
	margin-right:auto;
}

/*Brand Tab interface Ends here*/

