/* Main Styles */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	color:#666666;
	text-align: center; /* to correct the centering IE bug*/
	background-image:url(images/backGrad.jpg);
	background-repeat:repeat-x;
	background-color:#fcfcfc;
		
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	color: #1173b1;
	line-height:27px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	color: #3c3c3c;
	
}

h3, h4  {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding-top:25px;
	padding-bottom:10px;
	font-size:17px;
	font-weight:bold;
	color: #b81f22;
	line-height:18px;
}

h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #b81f22;
	line-height:16px;
}

h5.fontChange, h6.fontChange {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #b81f22;
	line-height:16px;
}

h2.smallText, h3.smallText, h4.smallText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #b81f22;
	line-height:16px;
	margin-top:0px;
	padding-top:0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#0467ac;	
}

a:hover {
	text-decoration:underlined;
	color:#03538a;	
}



li {
	line-height: 24px;
}


ul.less li {
	line-height: 15px;
}

ol.lesss li {
	line-height: 17px;
}


input, textarea, checkbox, select 
{ 
	background: #FFF; 
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #191919;
	border-color: #c2c2c2; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 6px; 
	margin-bottom: 6px;
	
}

.dvInput {
	width:500px;
	float:left;
}

.formLabel{
	width:150px;
	float:left;
}

.spnInputText {
	width:350px;
	float:left;
}

/* CONTAINERS */

#container {
	width:852px;
	margin-left: auto;
    margin-right: auto;
	text-align: left; /* to realign your text */

}

#topContainer {
	width:852px;
	float:left;
	height:210px;
}

#mainContainer {
	width:852px;
	float:left;
}

tr {
	background-color:#f0f0f0;
}

td {
	border: 1px #bebebe solid;
	color: #666666;
	padding:5px;
	text-align:center;
	color:#333;
}


/* TOP */

.logo {
	margin: 24px 0px 0px 48px;
	width:290px;
	float:left;
}

.contactBlock {
	margin: 24px 0px 0px 235px;
	width: 279px;
	height:98px;
	float:left;
	background-image:url(images/back-ContactBlock.jpg);
	background-repeat:no-repeat;
	color:#747272;
}

.contactContent {
	width:150px;
	margin: 41px 0px 0px 55px;
	float:left;
}

.redText {
	color:#b32121;
}

a.mailLink:link, a.mailLink:visited {
	text-decoration:none;
	color:#747272;
}

a.mailLink:hover {
	text-decoration:underline;
	color:#747272;
}


.navBar {
	margin-left:32px;
}


#primary-nav {
	float:left;
	padding-left:15px;
	padding-top:12px;
}

#primary-nav li, 
#primary-nav li a {
	float:left;
	list-style-image:url(images/bulletNav.jpg);
	list-style-position:outside;
	margin:0px 12px 0px 2px;
}

#primary-nav li a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding:0.2em 0.9em 0.2em 0.05em;
	color:#1173b1;
	text-decoration:none;
}

#primary-nav li a:hover,
#primary-nav li.current a {
	color:#053f63;
}

/* MAIN */


.homeBlock {
	width:540px;
	float:left;

}

.homeBlockTop, .homeBlockBot {
	width:540px;
	float:left;
}

.homeBlockMiddle {
	width:530px;
	float:left;
	background-image:url(images/home-Block-Miiddle.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	margin-bottom:0px;
}

.homeBoxPic {
	width:251px;
	float:left;
	margin: 0px 17px 5px 5px;
}

.homeBoxText {
	width:245px;
	float:left;
}

.topMain {
	width:852px;
	height:17px;
	float:left;
}

.middleMain {
	width: 852px;
	float:left;
	background-image:url(images/middleMainContainer.jpg);
	background-repeat:repeat-y;
}

.bottomMain {
	width:852px;
	height:17px;
	float:left;
}

.leftArea {
	width:540px;
	float:left;
	margin-left:18px;
	text-align:justify;
}

.rightArea {
	width:252px;
	float:left;
	margin-left:18px;
}

.longArea {
	width: 800px;
	margin-left:18px;
}

.imageHome {
	width:201px;
	float:left;
	margin-right:10px;
}

.headingArea {
	width:310px;
	float:left;
	text-align:center;
}

.imagePrograms{
	width:220px;
	float:left;
	margin-right:10px;
}

.headingArea2 {
	width:290px;
	float:left;
}


.smallBlock {
	width:220px;
	float:left;
	margin-right:12px;
	background-image:url(images/smallBlockGrad.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	border: 1px solid #d2d1d1;
	padding:15px;
	text-align:center;
}

.testimonialBlock {
	width:503px;
	float:left;
	background-image:url(images/smallBlockGrad.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	border: 1px solid #d2d1d1;
	padding:0px 15px 15px 15px;
	margin-bottom:15px;
}

.line {
	width:500px;
	float:left;
	background-color:#999;
	height:1px;
	margin-bottom:20px;
}

.redOp1 {
	background-color:#bcd5dc;
	color:#333;
	font-weight:bold;
}

.redOp2 {
	background-color:#b1cbd1;
	color:#333;
	font-weight:bold;
}

.redOp3 {
	background-color:#a7c1c8;
	color:#333;
	font-weight:bold;
}


.creamOp1 {
	background-color:#dcd7bc;
	color:#333;
	font-weight:bold;
}

.creamOp2 {
	background-color:#d1ceb1;
	color:#333;
	font-weight:bold;
}
.creamOp3 {
	background-color:#c8c5a6;
	color:#333;
	font-weight:bold;
}

a.paymentAmounts:link, a.paymentAmounts:visited {
	color:#b32121;
	text-decoration:none;
}

a.paymentAmounts:hover {
	color:#000000;
	text-decoration:none;
}


/* RIGHT */

.rightBlock {
	width:251px;
	float:left;
	margin-bottom:15px;
}

.rightBlockTes {
	width:231px;
	height:113px;
	float:left;
	background-image:url(images/backRightTestimonials.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:10px;
}

.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.smallTextVer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
}

.headGreyRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}

a.greyLink:link, a.greyLink:visited {
	text-decoration:underline;
	color:#3e3e3e;
}

a.greyLink:hover {
	text-decoration:none;
	color:#2e2e2e;
}

a.blueLink:link, a.blueLink:visited {
	color:#0467ac;
	text-decoration:underline;
}

a.blueLink:hover {
	color:#03538a;
	text-decoration:none;
}

.blueText {
		color:#0467ac;
}


.rightBlockQuick {
	width:251px;
	float:left;	
}

.rightBlockQuickTop {
	width:251px;
	height:17px;
	float:left;
	background-image:url(images/quickEnquiryTop.jpg);
}

.rightBlockQuickMid {
	width:251px;
	float:left;
	background-color:#e9eaea;
	text-align:center;
}

.rightBlockQuickBot {
	width:251px;
	height:17px;
	float:left;
	background-image:url(images/quickEnquiryBot.jpg);
}

.redLargeRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#b32121;
}

.blueLargeRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#0467ac;
}


.dvInputQuick {
	width:245px;
	float:left;
	padding-bottom:10px;
}

.formLabelQuick{
	width:55px;
	float:left;
	font-weight:bold;
	padding-left:10px;
	padding-top:4px;
}

.spnInputTextQuick {
	width:180px;
	float:left;
}


#myslides {
	
	width: 251px;
	height: 113px;
    padding: 0;  
    margin:  0 auto;
	float:left;
	overflow: hidden;
	margin-bottom:15px;
} 
 
#myslides img {  
	width: 251px;
	height: 113px;
    top:  0; 
    left: 0 
}

.submitp {
	color:#b32121;
	font-weight:bold;
	
}


/* FOOTER */

.footerBlock {
	width: 852px;
	float:left;
	margin-top:30px;
	padding-bottom:30px;
	color: #7e7e7e;
	line-height:22px;
}

a.footerL:link, a.footerL:visited {
	text-decoration:underline;
	font-size:11px;
	color:#454545;
	padding: 0px 5px 0px 5px;
}

a.footerL:hover {
	text-decoration:underline;
	font-size:11px;
	color:#303030;
	padding: 0px 5px 0px 5px;
}

a.footerLBlue:link, a.footerLBlue:visited {
	text-decoration:none;
	font-size:11px;
	color:#0467ac;
	padding: 0px 5px 0px 5px;
}

a.footerLBlue:hover {
	text-decoration:underline;
	font-size:11px;
	color:#0467ac;
	padding: 0px 5px 0px 5px;
}

