/*--------------------------------------------------------------------------------------------------
	slide show
--------------------------------------------------------------------------------------------------*/

#slideshow {
	width:922px;
	height:272px;
	float:right;
	padding:0;
	margin:0;
	overflow:hidden;
}

#clients {
	width:554px;
	height:92px;
	padding:5px 105px 0 105px;
	margin:25px 0 0 0;
	border-top:1px solid #d1d2d4;
	overflow:hidden;
}
/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#55a1d5;
}
a:hover {
	color:#55a1d5;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color:#aca195;
	padding:0;
	margin: 0;
	background-image: url(/images/gradient.gif);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}
ol,ul {list-style:none;}
p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #00274c;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #00274c;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00274c;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

img {
	display:inline;
	margin:0;
	padding:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:30px 0 0 0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:922px;
	height:272px;
	float:left;
	margin:0;
	padding:0;
}

#header img {
	display:block;
	overflow:hidden;
}

#header h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 40px;
	line-height: 43px;
	color: #FFFFFF;
	margin: 0;
	padding: 55px 0 0 45px;
	font-style: normal;
	font-weight: normal;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:30px;
    top:170px;
}

.students {
	display:inline;
	margin:0;
	padding:0;
	float:right;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:3px 0 3px 0;
	width:922px;
	height:47px;
	margin:0;
	float:left;
	background: url(/images/nav.gif) top no-repeat;
}


#nav ul {
	width:922px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 14px;
	margin:0;
}

#nav ul li a {
    float:left;
	text-align:center;
    padding:14px 15px 0 15px;
	height:33px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right:1px solid #005188;
	} 

#nav #active { 
	text-decoration: none;
	background-color:#005188;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-color:#005188;
	}/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:924px;
	padding:13px 13px 0 13px;
	margin:0;
	float:left;
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	text-align:left;
}

#content {
	width:922px;
	padding:0 0 20px 0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #aca195;
	background-image: url(/images/column.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#leftcontainer {
	width:412px;
	padding:25px 0 0 30px;
	margin:0;
	float:left;
}

.line {
	padding:0 0 41px 0;
	margin:0;
	background-image: url(/images/line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.floatright {
	padding:0 0 10px 10px;
	margin:0;
	float:right;
	display:inline;		
}

#leftcontainer ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#leftcontainer li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

.formheader {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #00274c;
	margin: 5px 0 8px 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #aca195;
}

.formprogram {
	padding: 0 0 5px 0;
	line-height:14px;
}

/*--------------------------------------------------------------------------------------------------
	right column
--------------------------------------------------------------------------------------------------*/
#rightcontainer {
	width:435px;
	min-height:119px;
	padding:20px 15px 0 0;
	margin:0;
	float:right;
	background-image: url(/images/shadow.gif);
	background-repeat:no-repeat;
}

#rightcontainer ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin:0;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

#rightcontainer li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

.rightcontent {
	width:418px;
	padding:0;
	margin:0 0 15px 0;
	float:right;
	background-color:#FFFFFF;
	border:1px solid #aca195;
	display:inline;
}

.rightcontent h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 15px 8px 15px;
	font-style: normal;
	font-weight: bold;
	background-color:#00264c;
	border-bottom:1px solid #aca195;
}

.rightcopy {
	width:388px;
	padding:10px 15px 15px 0;
	margin:0;
	float:right;
}

#fieldbox {
	width:366px;
	padding:10px;
	margin:0;
	float: right;
	border:1px solid #aca195;
	background-color:#f7f5f4;
}

.rightcopy p {
	line-height: 14px;
	padding: 0 0 8px 0;
}

.learn {
	width:251px;
	padding:8px 167px 8px 0;
	margin:0;
	float:right;
	background-image: url(/images/learn.gif);
	background-repeat:repeat-x;
	background-color:#f1edea;
}


.learn img {
	display:block;
	margin:0;
	padding:0;
	float:right;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#larrykingsub {
	width:922px;
	height:175px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(/images/larry2.jpg);
	background-repeat:no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #aca195;
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #00274c;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #aca195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:2px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #5B8527;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5B8527;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #455A21;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #455A21;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#455A21;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:924px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
}

#footer p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#999999;
	margin: 0;
	padding: 10px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:700px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footerleft {
	width:200px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}
#footerleft p {
	color:#999999;
}

a.navlink:link {color: #999999; text-decoration: none;}
a.navlink:active {color: #999999; text-decoration: none;}
a.navlink:visited {color: #999999; text-decoration: none;}
a.navlink:hover {color: #333333; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	footer2
--------------------------------------------------------------------------------------------------*/
#footer2 {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:left;
}

#footer2 p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#beb7ae;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

a.gecko:link {color: #beb7ae; text-decoration: none;}
a.gecko:active {color: #beb7ae; text-decoration: none;}
a.gecko:visited {color: #beb7ae; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}