/* =========================Global=================================*/
/* import reset css */

@import "reset.css";

body{
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	margin-top:0px;
}
img{ border:0px; }
a:visited{ color:#000000;}
a{color:#8DD42C;}
p{ line-height:20px;}
	
/* ========================= Container =================================*/
#container{
	margin-left:auto;
	margin-right:auto;
	width:955px;
}

/* ========================= Classes =================================*/
.clear{ clear:both;}
.left{ float:left;}
.right{	float:right;}
.question{
	background:url(../images/question.gif) no-repeat left;
	padding-left:30px;
	line-height:25px;
}
.pdf{
	background:url(../images/pdf.gif) no-repeat left;
	padding-left:40px;
	height:30px;
	line-height:40px;
	list-style:none;
	margin-bottom:5px;
}
.imgBorder{
	border : 1px solid #8DD42C;
	border-bottom: 10px solid #8DD42C;
	border-top: 4px solid #8DD42C;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px /* safari support*/
}
/* Contact Us Form*/
.contactus p{font: 15px Georgia; line-height:1.5em}
.contactus fieldset{
	margin: 0px 20px 20px 0px;
    padding : 1em;
    background-color: #fff;
    border : 1px solid #8DD42C;
    border-top: 4px solid #8DD42C;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px /* safari support*/
}
.contactus legend {
	font-style: italic;
	color : #333;
	padding: 0.5em 0.5em 0 0.5em;
	font-size: 1.5em;
	font: italic 20px Georgia;
}
.contactus label {
    display : block;
    padding-right: 10px;
	font: 14px Georgia;
}
.contactus input, .contactus select {
	clear : both;
	border : 1px solid #ccc;
	color: #333;
	font-weight: normal;
	margin: 0.4em 0;
	padding: 4px 5px;
	font: italic 14px Georgia;
	-moz-border-radius: 2px;
}
.contactus textarea {
	border : 1px solid #ccc;
	margin: 0.4em 0;
	width: 90%;
	padding: 8px 9px;
	height: 15em;                  
	font: 1.2em/1.3em  Arial;
}
.contactus #submit {color: #fff; background:#8DD42C; font-weight:bold; border: 1px solid #8DD42C;}  
.contactus input:hover, .contactus input:focus, .contactus input:active, .contactus textarea:hover, .contactus textarea:focus, .contactus textarea:active { border-color:#67a800; background:#edffd1;}
/* ========================= Navigation =================================*/

#topNavContainer{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	height:60px;
}
#logo{
	/*float:left;*/
	padding:0px;
	margin:0px;
}
/* ========================= Content =================================*/
#content{
	width:955px;
	padding:10px;	
}
#name{
	background:url(../images/thomasM.gif) no-repeat;
	width:475px;
	/*float:left;*/
	height:32px;
}
#content h1{
	visibility:hidden;
}
#changeFontsize{
	/*float:right;*/
	width:275px;
	color:#3399FF;
}

/* ========================= Right Col =================================*/
#rightCol{
	width: 650px !important;
	width: 640px; /*IE 6 only */
	/*border:1px solid #000000;*/
	margin-right:10px;
	margin-top:10px;
}
#rightCol h2{
	color:#8DD42C;
	font:HelveticaNeue,"Helvetica Neue",Helvetica;
	font-size:20px;
	margin-top:20px;
	padding-bottom:10px;
	text-shadow:#FFFFFF 0pt 0pt 0pt;
	font-weight:normal;
}

#rightCol h3{
	color:#8DD42C;
	font:HelveticaNeue,"Helvetica Neue",Helvetica;
	margin-top:25px;
	font-size:18px;
	padding-bottom:10px;
	font-weight:bold;
	font-weight:normal;
	text-shadow:#000000 0pt 0pt 0pt;
}

#rightCol h4{
	color:#8DD42C;
	font:HelveticaNeue,"Helvetica Neue",Helvetica;
	margin-top:25px;
	font-size:16px;
	padding-bottom:10px;
	font-weight:bold;
	text-shadow:#000000 0pt 0pt 0pt;
}

#rightCol ul, #rightCol ol{
	margin-top:10px;
	margin-left:30px;
}

#rightCol li{
	line-height:20px;
}

#rightCol p{
	width:550px;
	padding-top:10px;
}

#rightCol dl{
	margin-top:10px;
}
#rightCol dt{
	font-weight:bold;
	color:#333333;
	
}
#rightCol dd{ 
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
	width:550px;
	line-height:20px;
}

/*IE 6 only */
#rightCol a{color:#8DD42C;}

/*curriculum*/
#curriculum{
	margin-left:30px;
	margin-top:20px;
}

#curriculum h3{
	color:#8DD42C;
	font-size:14px;
	background:url(../images/user.gif) no-repeat left;
	padding-left:30px;
	padding-top:10px;
	height:25px;
	font-weight:bold;
}

#curriculum ul{
	list-style-type:none;
	margin-left:30px;
}
#curriculum li{
	padding-bottom:10px;
}

/*testimonals*/
#testimonials{
	margin-top:50px;
	width:550px;
	background:#FAFAFA url(../images/quote.gif) top no-repeat;
	background-position:10px 0px;
	border-top:thin solid #333333;
	border-bottom:thin solid #333333;
	padding:5px 10px 10px 10px;
}

#testimonials h3{
	color:#666666;
	margin-left:50px;
	padding:0px;
	font-size:14px;
}
#testimonials p{
	margin-left:50px;
	margin-top:0px;
	width:400px;
}


/* ========================= Left Col =================================*/
#leftCol{
	width: 250px;
	margin-top:6px;
}

/*left nav*/

/*#leftNav{ 
	background-color:#FBFBFB; 
	width:250px;
	padding:2px;
}*/

#leftNav li{
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
	/*display:block;*/
	line-height:1.4em;
	margin-left:15px;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
}
#leftNav ul{
	list-style-type:none;
	/*margin-left:15px;*/

}
#leftNav li a {
	text-decoration:none;
	color:#454509;
}
#leftNav li a:hover {
	color:#8DD42C;
	text-decoration:underline;
}
#leftNav li:hover{
	list-style-type:square;
	color:#8DD42C;
}
/*thumnail image*/
#thumb_image{
	margin-top:40px;
	text-align:center;
}

/*testimonals*/
#thumb_quote{
	margin-top:10px;
	height:50px;
	background:url(../images/quote.gif) no-repeat left top;
}

#thumb_last{
	padding-bottom:20px;
	height:50px;
	background:url(../images/quote_end.gif) no-repeat right bottom;
}

#thumb_last p{
	padding-top:5px;
	padding-left:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	-moz-border-radius: 3px;
	border : 1px solid #EEEEEE;
}

.shadow,
.shadowcontent{
	position: relative;
	bottom: 1px;
	right: 1px;
	
}

.shadow{
	background-color: white; /*shadow color*/
	color: inherit;
	-moz-border-radius: 3px;
}

.shadowcontent{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	padding: .5em 2ex;
	-moz-border-radius: 4px;
	border-left : 1px solid #EEEEEE;
	border-top : 1px solid #EEEEEE;
}



/* ========================= Footer =================================*/
#footer{
	width:945px;
	background-color:#D2D2CC;
	line-height:30px;
}
#copyright{
	margin-left:10px;
	width:300px;
}
#designby{
	width:300px;
	margin-right:30px;
}

