/* CSS Document */

html { overflow-y:scroll; }

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#5B5C4E;
	background-color:#E6F0F2;
	line-height:17px;
}

h1 {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	font-size:1.8em;
	line-height:30px;
}

h2 {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	font-size:1.2em;
}

h3 {
	font-size:1em;
}

h4 {
	margin:0 0 8px 0;
}

p {
	margin:0 0 8px 0;
	padding:0 0 0 0;
}

a:link,
a:visited,
a:active {
	color:#03ACF1;
		text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div {
	position:relative;
}

img { border:none; }

/* -- class settings ---------------------------------------------- */

.clear { clear:both; }

/* -- layout settings --------------------------------------------- */

#main_container {
	margin:0 auto;
	width:801px;
	border:6px #424B50 solid;
	border-top:none;
	background-color:#FBFCF7;
}

#logo_ac {
	position:absolute;
	top:17px;
	left:18px;
	width:311px;
	height:41px;
	background-image:url(images/logo_ac.gif);
	background-repeat:no-repeat;
}

#header {
	height:75px;
}

#header1 {
	height:54px;
	background-image:url(images/header2nd.gif);
	background-repeat:repeat-x;
}

#header2 {
	height:211px;
	background-image:url(images/dash.gif);
	background-position:0 4px;
	background-repeat:repeat-x;
	background-color:#B2B2A8;
}

#header_bottom_line {
	position:absolute;
	bottom:4px;
	left:0;
	width:801px;
	height:5px;
	background-image:url(images/dash.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header_img {
	position:absolute;
	top:18px;
	left:18px;
	width:326px;
	height:246px;
	background-image:url(images/header_img.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#body {
	padding:20px;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:801px;
	height:auto;
	margin:0 auto;
}

a#pages_stamp {
	position:relative;
	float:right;
	width:20px;
	height:16px;
	background-position:0 0;
	background-image:url(/images/38pages-logo.gif);
}

a:hover#pages_stamp {
	background-position:0 -16px;
}

/* -- content settings -------------------------------------------- */

#header2_content {
	margin:20px 20px 0 0;
	width:420px;
	float:right;
	font-size:1.1em;
	line-height:18px;
	letter-spacing:1px;
}

#header2_content a { color:#fff; }
#header2_content .small { font-size:.85em; }

#home_content_left {
	margin:36px 0 0 0;
	width:235px;
	float:left;
}

#content_left {
	margin:0 0 0 0;
	width:500px;
	float:left;
}

#home_content_center {
	margin:36px 0 0 28px;
	width:235px;
	float:left;
}

#home_content_right {
	margin:35px 0 0 0;
	width:235px;
	float:right;
}

#content_right {
	margin:0 0 0 0;
	width:235px;
	float:right;
}

#content_right a {
	display:block;
}

#content_right h4 {
	border-bottom:1px dashed #424B50;
}

/* -- nav settings ------------------------------------------------ */

#nav {
	position:absolute;
	bottom:0;
	right:5px;
	width:472px;
	height:29px;
}

#nav span,
#footer_nav span { display:none; }

#nav a:link,
#nav a:visited,
#nav a:active {
	text-decoration:none;
	display:block;
	height:29px;
	cursor:pointer;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	float:left;
}

#nav a#nav_home {
	width:59px;
	background-position:0 0px;
}#nav a#nav_home.active,
#nav a#nav_home:hover {
	background-position:0 -29px;
}

#nav a#nav_register {
	width:91px;
	background-position:-59px 0;
}#nav a#nav_register.active,
#nav a#nav_register:hover {
	background-position:-59px -29px;
}

#nav a#nav_programs {
	width:123px;
	background-position:-150px 0;
}#nav a#nav_programs.active,
#nav a#nav_programs:hover {
	background-position:-150px -29px;
}

#nav a#nav_about {
	width:90px;
	background-position:-273px 0;
}#nav a#nav_about.active,
#nav a#nav_about:hover {
	background-position:-273px -29px;
}

#nav a#nav_contact {
	width:109px;
	background-position:-363px 0;
}#nav a#nav_contact.active,
#nav a#nav_contact:hover {
	background-position:-363px -29px;
}

/* -- hidden layer settings --------------------------------------- */

/* -- form settings ----------------------------------------------- */

.text,
.textarea {
	margin:0 0 4px 0;
	padding:2px 0 2px 4px;
	width:231px;
	color:#5B5C4E;
	font-size:.9em;
	border:1px #B2B2A7 solid;
	background-color:#fff;
}

.textarea {
	font-family:Arial, Helvetica, sans-serif;
}