/*Global CSS*/

body {
	font: 12px 'Lucida Grande','Tahoma', Arial, sans-serif;
	background-color: #e8eff5;
	margin-top: 20px;
}

/*Home Page Layout*/

#header {
	background-image: url('../images/header.png');
	height: 222px;
}

#content {
	background-image: url('../images/newstrip.png');
}

#leftimage {
	background-image: url('../images/newleftimage.png');
	height: 607px;
}

#rightimage {
	background-image: url('../images/newrightimage.png');
	height: 607px;
}

/*General Page Layout*/

#plaincontent {
	background-image: url('../images/plainbg.png');
	height: 607px;
}

#plainmiddle {
	background-image: url('../images/plainstrip.png');
}

#plainleftimage {
	background-image: url('../images/plainleftimage.png');
	background-repeat: repeat-y;
	height: 100%;
}

#plainrightimage {
	background-image: url('../images/plainrightimage.png');
	background-repeat: repeat-x;
	height: 100%;
}

#bottomimage {
	background-image: url('../images/bottomimage.png');
	height: 10px;
}

#middle {
	background-image: url('../images/newstrip.png');
}

.aboutusmiddle {
	padding-top: 35px;
}

#contenttop {
	padding-top: 50px;
}

#footer {
	color: #666666;
	text-align: center;
	padding-bottom: 20px;
}

.headlinebottom {
	font: 17px 'Georgia', 'Times New Roman', 'Times', serif;
	color: #5a5a5a;
	display: block;
	padding-top: 10px;
}

/*News Page Layout*/

#newsplaincontent {
	background-image: url('../images/plainbg.png');
	min-height:607px;
	background-repeat: no-repeat;
	background-color: white;
}

#newsplainmiddle {
	background-image: url('../images/plainstrip.png');
}

/*Franchise Page Layout*/

#franchisecontent {
	margin-top: -20px;
}


/*Navigation Menu CSS*/
	
#menu {
	padding-left: 70px;
	padding-top: 40px;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	color: #1292b3;
	text-decoration: none;
}


#menu li.active {
	color: #1292b3;
}

/*Home Page CSS*/

#franchisetext {
	font: 17px 'Georgia', 'Times New Roman', 'Times', serif;
	color: #2e3f64;
	padding-top: 5px;
	padding-bottom: 15px;
}

#franchisetext a {
	color: #1777b1;
	text-decoration: none;
}

#countries div {
	float: left;
	margin-right: 15px;
}

#countries h6 {
	color: #003792;
	font-size: 13px;
}

#countries ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#countries li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#countries a {
	color: #666666;
	text-decoration: none;
}

#countries a:hover {
	color: blue;
	text-decoration: none;
}

.homenewsitem h6{
	color: #1777b1;
	padding-top: 5px;
	font-size: 11px;
}

.homenewsitem h6 a{
	color: #1777b1;
	font-size: 11px;
	text-decoration: none;
}

.homenewsitem p{
	color: #404040;
	padding-bottom: 5px;
	font-size: 11px;
}

/*News Page CSS*/

#news {
	background-color: #c2e9e8;
	width: 250px;
	height: 100%;
	padding: 15px;
	float: right;
}

#news h6 {
	color: #003792;
	font-size: 12px;
}

.newsitem {
	padding-top: 10px;
}

.newsitem h6{
	color: #1777b1;
}

.newsitem p{
	color: #666666;
}

.newsitem a{
	color: #1777b1;
	text-decoration: none;
}


/*Popup CSS*/
#contactdetails h5 {
	color: #003792;
	font-size: 14px;
	font-weight: normal;
}

#popup {
	width: 500px;
	padding: 15px;
}

.serviceitem {
	float: left;
	padding-right: 10px;
}

.serviceitem img{
	padding-right: 5px;
}

#details {
	padding-left: 10px;
	padding-right: 10px;
}

#details table td{
	width: 100px;
}

#details h6{
	color: #1f6387;
	font-size: 12px;
}

#services h5{
	color: #1f6387;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

#popupheader {
	padding: 10px;
	background-color: #dff4ff;
	color: #1f6387;
}

#details table td {
	padding: 10px;
}

/*Contact Form*/

#contactus {margin:0px; padding:0px; margin-top: 10px;}

#contactus ul { margin:0px; padding:0px; list-style:none;}

#contactus ul li {clear:both; background:none; margin:0px; padding:0px;}

#contactus ul label { display:block; float:left; width:160px; padding:3px 0; color: #666666}

#contactus .text  {display:block; float:left; padding:3px; width:260px; margin:5px 0 7px 0;font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;color:#666666;border:2px solid #b4d1ef;outline:none;}

#contactus .text:hover, .text:focus, .text:active, .textarea:hover, .textarea:focus, .textarea:active { border-color:#89c2fb; background:#f6fbda;}

#contactus em {font-size:0.9em; color:#617d9a; font-style:normal;}

#contactus .textarea  {display:block; float:left; padding:3px; width:260px; height:150px; margin:5px 0 7px 0;font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;color:#666666;border:2px solid #b4d1ef;outline:none;}

.errors{margin-top:20px; text-align:center; color:red}

#captcha { float:left; margin-top:5px; margin-left: auto; margin-right: auto; text-align: center;}
#captcha img {border:#7dce01 2px solid; margin-top:0; float:left;}
#captcha .text { float:left; width:150px;}
