body {
	background: #ffffff url('images/page_background.gif') repeat-x top left;
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100.01%;
}

div#maindiv {
	width: 824px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #a9a397;
	background: #ffffff url('images/decoration_line_gray.gif') repeat-x bottom left;
	overflow: auto;
}


/* GENERAL STYLES */

a:link, a:visited {
	color: #1373ce;
	text-decoration: none;
}

a:hover, a:active {
	color: #2d6396;
	text-decoration: none;
}

div.divider {
	background: url('images/dotted_line_horizontal.gif') repeat-x center left;
	height: 1px;
	margin: 0;
}



p.button a {
	color: #a4a4a4;
	text-decoration: none;
	padding: 3px 19px 2px 3px;
	background: transparent url('images/arrow_orange.gif') no-repeat center right;
	display: inline;
	border: 1px solid #bcbcbc;
	font-weight: bold;
}

p.button a:hover, p.button a:active {
	color: #606060;
	border: 1px solid #505050;
}

.black {
	color: #000;
}

.red {
	color: #ed4b19;
}

.gray {
	color: #898887;
}

.dkgray {
	color: #454444;
}

.blue {
	color: #1373ce;
}

/* END GENERAL STYLES */





/* HEADER */

div#header {
	background: #ffffff url('images/decoration_line_blue.gif') repeat-x top left;
	margin: 0;
	padding: 12px 20px;
	overflow: auto;
}


img#logo {
	float: left;
	margin-top: 20px;
}



div#headeritems {
	margin: 11px 0 0 0;
	padding: 0;
	float: right;
	
}


ul#secondarynav {
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: right;
}

ul#secondarynav li {
	list-style: none;
	display: inline;
	font-size: 0.8em;
	line-height: 1.3em;
}

ul#secondarynav li a.predivider {
	padding-right: 0.5em;
	border-right: 1px solid #61553e;
}
ul#secondarynav li a.postdivider {
	padding-left: 0.2em;
}

div#headeritems form {
	margin: 0;
	padding: 0;
}

div#headerdropdown {
	float: left;
	margin: 36px 0 0 15px;
}

div#headerdropdown form {
	margin: 0;
	padding: 0;
}


/* END HEADER */


/* MAIN NAVIGATION */

div#mainnav {
	background: #efefef url('images/decoration_line_yellow.gif') repeat-x top left;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #a6a094;
	clear: both;
	height: 25px;
}

div#mainnav ul {
	margin: 0;
	padding: 0 0 0 12px;
	height: 25px;
	width: 775px;
}

div#mainnav ul li {
	list-style: none;
	display: inline;
	float: left;
	height: 25px;
}

div#mainnav ul li a {
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
	background: transparent url('images/main_nav.gif') no-repeat top left;
}

div#mainnav ul li#navhome a {
	width: 54px;
	margin-right: 46px;
	background-position: 0 0;
}

div#mainnav ul li#navhome a:hover, div#mainnav ul li#navhome a:active, div#mainnav ul li#navhome a.selected {
	background-position: 0 -25px;
}

div#mainnav ul li#navthe_landmark_forum a {
	width: 147px;
	margin-right: 46px;
	background-position: -100px 0;
}

div#mainnav ul li#navthe_landmark_forum a:hover, div#mainnav ul li#navthe_landmark_forum a:active, div#mainnav ul li#navthe_landmark_forum a.selected {
	background-position: -100px -25px;
}

div#mainnav ul li#navgraduate_center a {
	width: 126px;
	margin-right: 41px;
	background-position: -293px 0;
}

div#mainnav ul li#navgraduate_center a:hover, div#mainnav ul li#navgraduate_center a:active, div#mainnav ul li#navgraduate_center a.selected {
	background-position: -293px -25px;
}

div#mainnav ul li#navschedules a {
	width: 81px;
	margin-right: 47px;
	background-position: -460px 0;
}

div#mainnav ul li#navschedules a:hover, div#mainnav ul li#navschedules a:active, div#mainnav ul li#navschedules a.selected {
	background-position: -460px -25px;
}

div#mainnav ul li#navregister a {
	width: 68px;
	margin-right: 41px;
	background-position: -588px 0;
}

div#mainnav ul li#navregister a:hover, div#mainnav ul li#navregister a:active, div#mainnav ul li#navregister a.selected {
	background-position: -588px -25px;
}

div#mainnav ul li#navabout_us a {
	width: 77px;
	margin-right: 0;
	background-position: -697px 0;
}

div#mainnav ul li#navabout_us a:hover, div#mainnav ul li#navabout_us a:active, div#mainnav ul li#navabout_us a.selected {
	background-position: -697px -25px;
}


/* NEW MAIN NAVIGATION */


/* SIDEBAR */

div#sidebar {
	width: 177px;
	padding: 0 7px 0 7px;
	margin: 25px 0 0 0;
	float: left;
	background: transparent url('images/dotted_line.gif') repeat-y top right;
}

div#sidebar ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

div#sidebar ul li {
	color: #ed4b19;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 1em;
	background: transparent url('images/dot_yellow.gif') no-repeat 0 3px;
	padding-left: 13px;
	
}

div#sidebar ul li.selected a {
	color: #000000;
	font-weight: bold;
}

div#sidebar ul ul {
	margin-top: 5px;
}

div#sidebar ul li li {
	background: transparent url('images/dot_E0E9F8.gif') no-repeat 0 3px;
	padding-left: 15px;
	margin-bottom: 0.5em;
	
}

div#sidebar ul li.selected li a, div#sidebar ul li.selected li a:visited {
	color: #1373ce;
	font-weight: normal;
}

div#sidebar ul li.selected li a:hover, div#sidebar ul li.selected li a:active {
	color: #2d6396;
	font-weight: normal;
}


#forumvideopage div#sidebar {
	width: 165px;
}



/* END SIDEBAR */



/* SIDEBAR2 */

div#sidebar2 {
	width: 149px;
	padding: 60px 12px 0 11px;
	margin: 0;
	float: right;
	margin: 0;
	background: transparent url('images/background_grid.gif') no-repeat top right;
	color: #000000;
}

.notopmargin {
	margin-top: 0;
}

div#sidebar2 h2 {
	font-size: 0.75em;
	line-height: 1.175em;
	font-weight: bold;
}

div#sidebar2 p {
	font-size: 0.7em;
	line-height: 1.175em;
}



/* END SIDEBAR2 */

/* MAIN CONTENT */

div#maincontent {
	width: 421px;
	margin: 25px 0 20px 191px;
	padding: 0 25px 20px 5px;
	background: transparent url('images/dotted_line.gif') repeat-y top right;
	color: #181005;
	position: relative;
}

div#maincontent h1 {
	margin-bottom: 25px;
	margin-top: 0;
	width: 310px;
	font-size: 1.1em;
}

div#maincontent p {
	font-size: 0.75em;
	line-height: 1.175em;
}

div#maincontent p.smaller {
	font-size: 0.7em;
}

div#maincontent h1 span {
	display: none;
	visibility: hidden;
}


#howitworkspage div#maincontent p.button {
	position: absolute;
	top: 0;
	left: 330px;
	margin-top: 3px;
}

#forumvideopage div#maincontent {
	width: 604px;
	margin-left: 180px;
	background: none;
}

#section div#maincontent {
	width: 594px;
	margin-left: 190px;
	background: none;
	padding-bottom: 0;
}

#section div#maincontent p.button {
	margin-top: 12px;
}

#forumvideopage div#maincontent p.emaillink a {
	text-decoration: underline;
}


/* END MAIN CONTENT */


/* LINKLISTS */

div#linklists {
	background: transparent url('http://www.landmarkeducation.com/images/dotted_line.gif') repeat-y 0 0;
	margin-top: 24px;
	border: 1px solid #ffffff;
	overflow: auto;
}

#forumvideopage div#linklists {
	background: transparent url('http://www.landmarkeducation.com/images/double_dotted_line.gif') repeat-y 0 0;
}

#section div#linklists {
	background: transparent url('http://www.landmarkeducation.com/images/dotted_line.gif') repeat-y 200px 0;
}

div#linklists div {
	margin-bottom: 0;
	padding-bottom: 0;
}

div#list1 {
	float: left;
	width: 190px;
	margin-right: 20px;
}

#section div#list1 {
	width: 183px;
	margin-right: 30px;
}

#section div#list1 ul {
	margin-left: 0;
	padding-left: 1em;
}

div#list2 {
	float: left;
	width: 210px;
	margin-right: 0px;
	padding-right: 20px;
	background: transparent url('http://www.landmarkeducation.com/images/dotted_line.gif') repeat-y 185px 0;
}

#section div#list2 {
	width: 175px;
}

div#list3 {
	float: left;
	width: 159px;
}

#section div#list3 {
	width: 181px;
}


div#linklists div h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.125em;
	font-weight: normal;
	color: #9d9d9d;
}

div#linklists div h2 strong {
	font-weight: normal;
	color: #525151;
}

div#linklists div h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.825em;
	line-height: 1.25em;
	font-weight: normal;
	color: #9d9d9d;
}

div#linklists div p, div#linklists div li {
	font-size: 0.6875em;
	line-height: 1.25em;
	color: #6e6e6e;
}

#section div#linklists div p, #section div#linklists div li {
	color: #414141;
}

div#linklists div p {
	padding: 0;
	margin-bottom: 0.75em;
	padding-bottom: 0em;
	margin-top: 10px;
}




div#linklists div#list2 ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 15px;
}

div#linklists div#list2 ul li {
	color: #424242;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}


div#linklists div#list1 p.topspace {
	margin-top: 2em;
}

div#linklists div a.predivider {
	padding-right: 0.5em;
	border-right: 1px solid #000;
}
div#linklists div a.postdivider {
	padding-left: 0.5em;
}


div#linklists div.divider {
	background: url('http://www.landmarkeducation.com/images/dotted_line_horizontal.gif') repeat-x center left;
	height: 1px;
	margin: 0;
	width: 100%;
	margin: 0.3em 0 0.75em 0;
}



div#linklists div#list3 ul {
	margin-left: 0;
	padding-left: 15px;
}
div#linklists div#list3 ul li {
	color: #1373ce;
}


#section #gradbanner {
	position: relative;
	top: -10px;
}

div#linklists img.toppad {
	margin-top: 0.3em;
}
div#linklists p.toppad {
	margin-top: 8px;
}


div#linklists div#list3 div.photoblock, div#linklists div#list2 div.photoblock, div#linklists div#list1 div.photoblock {
	clear: left;
	margin-top: 1em;
	min-height: 3.5em;
	
	/* IE6 hack */
	height: auto !important;
	height: 3.5em;
	/* end IE6 hack */
	
}


div#linklists div#list3 div.photoblock img, div#linklists div#list2 div.photoblock img, div#linklists div#list1 div.photoblock img {
	position: absolute;
}

div#linklists div#list3 div.photoblock p, div#linklists div#list2 div.photoblock p, div#linklists div#list1 div.photoblock p {
	margin: 0 0 0 60px;
	color: #4b4b4b;
}

div#linklists div#list3 div.photoblock p.blocktext, div#linklists div#list2 div.photoblock p.blocktext, div#linklists div#list1 div.photoblock p.blocktext {
	font-weight: normal;
}

div#linklists div#list3 div.photoblock p.blockname, div#linklists div#list2 div.photoblock p.blockname, div#linklists div#list1 div.photoblock p.blockname {
	font-style: italic;
	color: #9d9d9d;
}




/* END LINKLISTS */


/* FOOTER */

div#footer {
	clear: both;
	width: 814px;
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
	font-size: 0.6875em;
	line-height: 1.5em;
}

div#footer ul {
	margin: 0 12.5em 0 0;
	padding: 0;
	width: auto;
}

div#footer ul li {
	list-style: none;
	display: inline;
	color: #1373ce;
	border-right: 1px solid #61553e;
	margin: 0;
	padding: 0 5px 0 4px;
}

div#footer ul li.first {
	padding-left: 0;
}

div#footer ul li.final {
	border: none;
	padding-right: 0;
}

div#footer p.copyright {
	color: #61553e;
	margin: 0 12.5em 0 0;
}

div#footer p.button {
	float: right;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
}

div#footer p.button a:link {
	font-weight: normal;
	color: #a4a4a4;
	background: transparent url('images/arrow_blue.gif') no-repeat center right;
	padding: 3px 19px 0 3px;
	display: block;
}

div#footer p.button a:hover, div#footer p.button a:active {
	color: #606060;
}


/* END FOOTER */


