/*----------------------------------------------
Inglis Professional Tutoring
author:		Logistica Systems 
date:		07.07.2010
----------------------------------------------- */

/* CSS Reset */
* { margin: 0; padding: 0; }


body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg_Inglis.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
}

img {   /* text align middle of image :P */
  border: medium none;
  vertical-align: middle;
 }
 
 h1{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
}
 
h2{
	font: bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
}

h3{
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
}

h4{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}
 
 /* - container*/
#mainWrapper {
	margin:0 auto;
	width:960px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}

#middleWrapper
	{
	margin:0 auto;
	background-color:#FFFFFF;
	width:930px;
	
	}
  
/* HEADER */
#header {
	position:relative;
	width: 100%;
	height: 90px;
	background: url(images/inglis-logo.png) no-repeat;
}


#logo a
{	
	position: absolute;
	display: block;
	width: 320px;
	height: 85px;
	border: 0px solid RED;
	text-indent:-9999px;	
}


#nav {
	position: absolute;
	right: 0;
	bottom: 5px;
}



/* MASTHEAD */
#masthead {
	width: 100%;
}

/* NAVIGATION */


/* CONTENT */

#content{
	width: 600px;
	margin: 15px 0;
	float:left;
}

#content_right{
	width: 320px;
	margin: 15px 0;
	float:left;
	position: relative;
}


#content p {
	font: normal 14px Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 130%;
	padding-bottom: .7em;
}

#content p.small {
	font: italic 12px Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 130%;
	padding-bottom: .7em;
}


#news {
	float:left;
	background: url(images/services-bg.jpg) no-repeat;	
	width:320px;
	height:550px;
	border: 0px solid #CC0000;
	margin-left:20px;
	z-index: 200;
	border: 0px solid RED;
}

.news-interior {
	margin:1.5em;
	margin-right: 2em;
}

#content table {
	
	background-color:#999;
}

#content td {
	padding: 5px;
	background-color:#dff4ff;
}

#content td.white{
	padding: 5px;
	background-color: #FFF;
}


.contact-map {
	padding-top: 1em;

	text-align: center;
}



.quote_box {
	margin: 0 auto;
	width: 500px;
	border: 1px solid #999999;
	background-color:#efefef;
	padding: 1em;
}

.apart_box {
	margin: 0 auto;
	width: 550px;
	border:0px solid #FF0000;
	padding: 1em;

}

.required {
	color: #6c0707;
	font-size: 9px;
	font-family: Verdana, arial, sans-serif;
}



.icon_top {

	float:right;
	margin: 10px;
}


#content .kudos {
	float:left;
	width: 400px; 
	height: 252px;
	background: url(images/index_card.jpg) no-repeat;	
	margin: 0 40px 20px 0;

}

#content .kudos p{
	padding: 50px 20px 0 30px;
	
}



/* FOOTER */
#footer{
	position:relative;
	width: 100%;
	height: 90px;	
	background-color: #8c867b;	
}

#nav_bott {
	position: absolute;
	left: 1.5em;
	top: 1.5em;
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, arial, sans-serif;
}

/* Legal Stuff */
div.copyright	{
	text-align:right;
	width:375px;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana, arial, sans-serif;
	height: 50px;
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	
}

a.logistica				{font-size: 9px; color: #FFFFFF; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #FFFFFF;}
a.logistica:visited		{color: #FFFFFF;}
a.logistica:hover		{color: #333333; text-decoration: underline; font-weight: normal; }

.clear {
	clear: both;
}



/* Lists */

ul.list{ 
position:relative;
	margin-left:1.5em; 
	margin-bottom: .9em; 
}

.list li {
	list-style-image: url(/images/arrow-bullet.gif);
	padding-bottom:.7em; 
	font: 14px Arial, Helvetica, sans-serif;
}

.policy-list{ 
	margin-left:2.5em; 
	margin-bottom: .9em; 
}

.policy-list li {
	list-style-type: lower-roman;	
	padding-bottom:.7em; 
	font: 14px Arial, Helvetica, sans-serif;
}

.alist{ 
	font: 14px Arial, Helvetica, sans-serif;
    line-height:2em;
    list-style-type:none;

	}

.alist li {
    padding-left:2.5em;
    background:transparent url(images/abullet.gif) no-repeat;
    background-position:0 1px;
}

.contact-info {
	width:200px;
	min-height:45px;
	overflow:hidden;

}

/* Generic Link */
a.link			{font-size: 14px; text-decoration: underline;}
a.link:link		{color: #000066; text-decoration: underline;}
a.link:visited	{color: #000066; text-decoration: underline;}
a.link:hover	{color: #cc3300; text-decoration: none;}


/* Fancy Navigation!!! */
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 15px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

