﻿/* ---------------------------------------------   @group Reset Styles  */
										
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

ul,li {list-style: none;}

img, fieldset {border: 0;}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}


em {
	font-style: italic;
}
strong {font-weight: bold;}


body{
	font: 1em 'Trebuchet MS', Verdana, sans-serif;; /* 1em = 16pts */
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
} 



/*  ---------------------------------------------   @group  Floats and other useful styles  */


.float-left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */


.float-right {float:right;  margin: 0 0 .3em .3em;}   /* apply this class to any image or element with width  - text will wrap it to the left */

.clear-floats {	clear: both;	}




.rounded {
	
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
}


.tagline{
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 250px;
}
	
.text-center {text-align: center;}
.text-right{text-align:right;}
.text-left{text-align:left;}



							
									
/* ---------------------------------------------   @group    Image positioning styles   */	
	
img {
	padding: 5px;
	float: none;
}

img.centered {
	padding: 5px 5px 5px 5px;
	border: 0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.middle{
	vertical-align: middle;

}

.share-right{			/*  for image resizing  add class to paragraph  */
	float: right;
	width: 450px; 
	}		
	
.share-left{			/*  for image resizing  add class to paragraph  */
	float: left;
	width: 450px; 
	}		

	
	
.imgshare{float:left;width:67%}	/*  for image resizing  add class to image  no H or W can be set  */


								






/*  ---------------------------------------------   @group			Font-face styles	  */

@font-face {
	font-family: 'CalligraphyFLF';
	src: url('fonts/CalligraphyFLF.eot');
	src: local('CalligraphyFLF'), local('CalligraphyFLF'), url('fonts/CalligraphyFLF.ttf') format('truetype');
}


h1.fontface {font: 48px'CalligraphyFLF', Arial, sans-serif;letter-spacing: 0;}





									
									
									
/* 	 ---------------------------------------------   @group	FONT SIZES ,MARGINS, PADDING 		*/

h1 {font-size:1.5em; 
	padding-bottom: 0.5em;

}
	
	
h2 {font-size:1.375em; 
	line-height:1.25;
	padding-bottom: 0.5em;
}
	
	
h3 {
	font-size: 1.25em;
	line-height: 1.25;
	padding-bottom: 0;
	margin-bottom: 0;
}
	
	
h4 {font-size:1.125em; 
	margin-bottom:9px;
}
	
	
h5 {font-size:1em; 
}
	
	
h6 {font-size:.875em; 
}
	
	
p, pre  {
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: .75em;
	margin-top: .2em;
	padding-right: 5px;
	}

li {
	font-size: 0.8em;
	line-height:1.25em;
	padding-bottom:0.5em
}
				
a {
	text-decoration:none;
}
				
				
									
/*  --------------------------------------------  @group COLORS */
h1 {
	color: #40AE49;
	
}
	
h2, h3 {
	color: #40AE49;
	
}

h4, h5 {
	color: #40AE49;
}
	
h6 {
	color:#000;
}
	
	
ul, ol, dl, blockquote, cite {
	color: #000;
}
	
	
	
table, form {
	color: #BFBFAC;
}
	
a {color:#c98165;}
	
a:hover{color:#000;	text-decoration:underline;}	

a:visited{color:#6E70B0;}	
									
a.special{text-decoration: underline;color:#BA425D;}
								
								


/*  ---------------------------------------------   @group  BODY STYLES	*/

body {
	background-color: #FFF;/*EDD190*/
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
}

							
.short{
	width:600px;
}						

.short-indent{
	width:600px;
	padding-left:75px;
}			
	
/*  ---------------------------------------------   @group  WRAPPER STYLES	*/
						
#main-wrapper {background-color:#FFF;}	


/* ---------------------------------------------   @group   HEADER STYLES  */

#header {background-color: #B0B1D4;}
							
	
	
							
/* ---------------------------------------------   @group   CONTENT MAIN STYLES  */

#content-main {background-color:#FFF;}
		
				
#content-main ul, #content-main dl, #content-main ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
}
		
		
#content-main li {
	list-style-type: none;
	margin-left: 0;
}	

#content-main ul.check li {list-style-type:none;
list-style-image: url('../images/smallcheck.png')

}

							
								/*   SIDEBAR STYLES */
								


#sidebar li{margin-bottom:1.5em;
}
						

#sidebar ul li span a {
	color:red;
	font-weight:bold;
}
#sidebar a.green{ color:#40AE49; }

							
								/*   FOOTER STYLES  */
	

#footer {background-color:#B0B1D4;}
	
								
#footer p, pre{
	color:#FFF;
}

														


/* ---------------------------------------------   @group MAINNAV STYLES    */
								/* Styles for Navigation */
	
#navbar {
	background-color: #eaeff5;
	padding: 10px 10px 10px 10px;
	width:940px;
}


#navbar ul {
	list-style-type: none;
	width: 95%;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#navbar ul li {
	float: left;
	margin-right:20px;
}

#navbar li ul {
	display: none;
	position: absolute;
	width: 180px;
	background-color: #9c9dc9;
}

#navbar ul li a {
	color: #c98165; 
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px 1px;
	padding: 5px;
	display: block;
}

#navbar ul li a:hover {
	background-color: #eaeff5; 
	color: #000000;
}

/* #navbar a.active{
	border-bottom-style: solid;
	border-bottom-color: #c98165;
	padding-bottom: 1px;
} */

#navbar li:hover ul  {
	display: block; 
	position: absolute;
}

#navbar li:hover li {
	float: none;
}

#navbar li:hover a  {
	background-color: #9c9dc9; 
	color: #fff;
}

#navbar li:hover li a:hover {
	color: #000000;
}

	
	/*  ---------------------------------------------   @group Basic table styling   */


table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
}

table {
	margin: 0;
	border-top: 1px solid #069;
	border-collapse: separate;
	font-size: .8em;
}

table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
}

table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	color:black;
}

table p {
	color: #000;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.2em;
}





/*  ---------------------------------------------   @group Site Specific Styles		*/

.highlight-text {
	font: normal normal bold 100% serif;
	color: #FF0000;
}


.p-width{
	width:33em;
	padding-left:10em;
}

.bod {
	margin-left: 100px;
}
.bod p{
	font-size:1em;
}


.check {
	padding-left:2em;
}

.extrapadding{
	padding-right:2em;
}

 h2.staff{
	padding-bottom:0;
	margin-bottom:0;
}


h3.homepg{
	
	padding-bottom:1.5em;
}


p.staff{
	padding-top:0;
	margin-top:0;
	text-align: center;
	
}

.special-font{
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
}
			
#tutor ul li{
	font-size: 1em;
	list-style-type: none;
	line-height: 250%;
}


.special-color{
	color:#c98165;
}

.newsletters{
	font: normal normal bold 1.3em Verdana, Geneva, Tahoma, sans-serif;
}

ul.newsletters {
	padding-left:8em;
}
li.newsletters {
	padding-bottom:0.5em;
}
/*  ---------------------------------------------   @group Less used Styles   */



dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
}

blockquote {
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	font-size:.85em;
	line-height:1.2em;
	font-style:italic;

}

blockquote p {
	margin-bottom:.1em;
}

blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}

blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}

blockquote cite {
	font-size:.85em;
}

abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
}

address {
	margin:0 1em .75em 1em;
}
