﻿/*Start the upper green reflective bar*/
#lgreen_reflection {
	width:855px;
	height:42px;
	background-image:url(../../images/light_green_reflection.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	}
.right_arrow_btn {
	width:150px;
	height:20px;
	background:url(../../images/button_with_arrow.gif) top left no-repeat;
	float:right;
	display:block;
	font-weight:bold;
	color:#004833;
	padding-top:7px;
	padding-left:15px;
	margin-top:5px;
	margin-right:5px;
	}
.right_arrow_btn a:hover {
	text-decoration:underline;
	}
.lock_btn {
	width:105px;
	height:20px;
	background-image:url(../../images/button_with_lock.gif);
	background-repeat:no-repeat;
	float:right;
	display:block;
	font-weight:bold;
	color:#004833;
	padding-top:7px;
	padding-left:15px;
	margin-top:5px;
	margin-right:5px;
	}
.lock_btn a:hover {
	text-decoration:underline;
	}
/*End the upper green reflective bar*/
/*Start the left container*/
#container_1 {
	width:330px;
	float:left;
	display:block;
	/*padding:0 3px 0 8px;
	margin:8px 0 0 0;*/
	}
#welcome_college_selector {
	width:305px;
	height:54px;
	background:url(../../images/welcome_img.jpg) no-repeat;
	/*float:left;*/
	display:block;
	padding:130px 0 0 25px;
	margin:0 0 0 -25px;
	color:#c6d6d1;
	font-weight:bold;
	font-size:14px;
	}
#college_selector {
	width:270px;
	margin-top:4px;
	}
#welcome_body {
	width:305px;
	background:url(../../images/welcome_to_argosy_bg_repeat.gif) repeat-y;
	/*float:left;*/
	display:block;
	overflow:hidden;
	padding:0 0 0 25px;
	}
#welcome_footer {
	width:280px;
	height:172px;
	background:url(../../images/welcome_to_argosy_wheat_bg.gif) bottom no-repeat;
	/*float:left;*/
	margin:0 0 0 -25px;
	padding:10px 25px 20px 25px;
	}
#welcome_footer p {
	/*margin:10px 0;*/
	}
#interactive_onlinecomm
{
    margin:12px 0 0 6px;
    background:url(/images/interactive_onlinecomm.jpg) top left no-repeat;
    width:200px;
    height:136px;
	cursor:pointer;cursor:hand;
}	    
/*End the left container*/

/*Start the right container*/
#container_2 {
	width:508px;
	float:left;
	margin:0 0 0 14px;

	display:block;
	/*margin-top:8px;
	padding-left:3px;*/
	}
#small_txt_body_container {
	width:508px;
	min-height:419px;
	/*float:left;*/
	background:url(../../images/small_txt_body_bg.gif) no-repeat;
	padding:20px 0 0 20px;
	overflow:visible;
	}
.small_txt_body {
	position:relative;
	top:-10px;
	width:200px;
	float:left;
	display:block;
	/*margin:25px;
	margin-right:28px;*/
    padding:0px 40px 0 6px;
    _padding:0px 30px 0 6px; /*IE6 HACK*/
	}
.small_txt_body_the_2nd {
	position:relative;
	top:-10px;
	width:200px;
	float:left;
	display:block;
	/*margin:25px;
	margin-right:28px;*/
    padding:0px 0px 0 6px;
}
.small_txt_body h1 {
	font-size:16px;
	line-height:16px;
	margin-bottom:6px;
}
.small_txt_body p {
	margin-bottom:20px;
	}
.more_btn {
	height:11px;
	padding-right:15px;
	margin-left:20px;
	font-weight:bold;
	background-image:url(../../images/more_btn.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
.more_btn a:hover {
	text-decoration:underline;
	}

/*End the right container*/
