@charset "utf-8";
/* CSS Document */
.pngfix {
	behavior: url(css/iepngfix.htc);
}
body {
	margin: 0;
	background: #ddd url(../img/body_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#container {
	margin: 0 auto;
	width: 984px;
	background: url(../img/shadows.png) no-repeat;
}
#container-i {
	background: #fff;
	margin: 0 12px;
	padding: 0 3px;
}
#header {
	background: url(../img/header_bg.gif) repeat-x;
	height: 90px;
	margin-bottom: 3px;
	padding-top: 8px;
}
#rightbox {
	float: right;
	width: 220px;
	height:20px;
}

li {
	list-style:none;

}


/*right column-----------------------------*/

#rightColumn {
	width: 200px;
	background: #e3e2dc;
	padding: 0 0px 20px 0px;
	float:left;
}

.listItem ul {
	padding:0; 
	margin:0; 
	list-style: none;
	
}

.listItem li a, .listItem  li a:visited {
	padding:0 0 0 20px;
	display:block; 
	text-decoration:underline;
	color:#002b42;
	width:180px; 
	text-align:left; 
	line-height:20px; 
	font-weight: normal; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/listItem.gif) no-repeat;
	list-style: none;

}

.customProgram {
	padding:5px; 
	margin:10px; 
	list-style: none;
}

/* end of right column----------------------*/



/* Comment Boxes-----------------------*/

#comment {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	margin-right: 10px;

}


#comment-bottom{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 1px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 40px;
	background-color: transparent;
	background-image: url(../img/comment-sig.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	position: relative;
	top: -1px;
	left: 20px;
	min-height: 30px;

}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;

}


#comment img{
	float: right;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 10px;

}


 /*End of Comment Boxes-------------------*/





#logo {
	background: url(../img/logo.png) no-repeat;
	height:84px;
	width:320px;
	margin-left:10px;
	float:left;
}
#phonenumber {
	position: relative;
	top: -3px;
	margin-left: 10px;
}
#sidebar{width:175px;float:right;background-color:#ccc;padding:5px;}

#searchbox {
	margin-top: 8px;
	background:url(../img/search_bg.png) no-repeat;
	height: 42px;
}
#searchbox form {
	margin: 0;
	padding: 0;
}

#query {
	margin: 12px 0 0 72px;
	width: 127px;
	border: 0;
}
#topnav {
	background: url(../img/nav_bg.gif) repeat-x;
	height: 37px;
	margin-bottom: 3px;
}
#main {
	height:auto;
	min-height: 0px;
	background: #fff;
	width:960px;
	margin:0px auto 0px auto;
}

#content {
	width:700px;
	padding: 10px;
	float: left;

}

#content p{
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	margin-top: 0;
	font-size: 1em;
}

#photo {
	background:url(../img/teacher.jpg) no-repeat;
	float:right;
	width:430px;
	height:270px;
	padding:0 15px 15px 0px;
}

img {
	border: 0;
}

h1, h2, h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #002b42;
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
    border-bottom:1px solid #000;
    width:auto;
    padding-bottom:5px;
    margin-bottom:5px;
}

h2 {
 font-size: 1.2em;
}
h3 {
	font-size: 1.4em;
}
p,ul {
	margin-top: 0;
}

a:link, a:visited{
	color:#002b42;
	text-decoration:none;
	font-weight:bold;
}

a:active, a:hover{
	color:#002b42;
	text-decoration:underline;
}


/*footer---------------*/
#footer {
	height:25px;
	color: #002B42;
	font-size:11px;
}
#copyright {
	margin: 0 auto;
	width: 980px;
	padding: 18px 0 20px 0;
	text-align: center;
	color:#000;
	font-size:11px;
	background: url(../img/bottom_shadow.png) no-repeat;
}

/*end footer*/

/* Header-------------------------*/
#headerlogin {
	background:url(../img/i_search.gif) no-repeat;
	background-image:url(../img/search_bg.png);
	background-repeat:no-repeat;
	color:#FFF;
	height:40px;
	padding:5px;
	text-align:right;
	width:240px
	}
	
	.head {
	background-color:#fff;
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
	height:100px;
	width:961px;
	margin-left: auto;
	margin-right: auto;
	border:solid #fff 3px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	overflow:hidden;
	}

	#loginbox {
	float:right;
	padding:5px
	}
	#searchbar {
	margin:0 10px 0 25px;
	width:120px
	}
	
	.searchgo {
	margin-top:1px;
	top:4px;
	width:34px;
	padding-right: 3px;
	}
	
	input,#header input {
	border:0;
	color:#000
	}

	#logincontainer img {
	padding-right:15px
	}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#mainbody
{
    padding:5px;
    margin:5px;
}

#mainbody li
{
    list-style:square;
}

#about
{
    margin-left:115px;
}

/******** table css ************/
#Message2_lblOutput table
{
    border-collapse:collapse;
    padding:0px;
    margin:0px;
}

td div
{
    border-bottom:1px solid #002B42;
    padding-bottom:5px;
}

table tr td br
{
    display:none;
}

table tr td b
{
    background:#002B42;
    display:block;
    width:500px;
    padding:5px;
    margin:0px;
    color:#fff;
}

#home_img
{
    border:1px solid #002B42;
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}

#cont_img
{
    border:1px solid #002B42;
    float:left;
    margin-right:10px;
}

#about_img
{
    border:1px solid #002B42;
    margin-right:10px;
}

/* RFI styles */

#rfi_ImageButton1
{
    float:left;
    padding-top:10px;
}

#rfi_FirstName, #rfi_LastName, #rfi_Address, #rfi_Address2, #rfi_postalCode, #rfi_City, #rfi_PreferredAreaCode, #rfi_PreferredPhone, #rfi_PreferredPhoneType, #rfi_AlternativeAreaCode, #rfi_AlternativePhone, #rfi_AlternativePhoneType, #rfi_WorkExtension, #rfi_Email
{
    border:1px solid #7F9DB9;
}
