/*
** layout.css 
** CSS - handles the layout grid
** Author: Gordon HACK
** Date: 11.11.08
** Last edited: 
*/

/* screen size 1024x768 */
body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1{
	color: white;
	font-weight: bold;
}

#container{width: 100%; height: auto;}

#page_header
{
	width: 100%;
	height: 106px;
	background-color: black;
}

#page_header_content
{
	width: 950px;
	margin: 0 auto;
	
}

.studyabroad_logo
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}	

.text_logo
{
	color: #7c7c7c; 
	font-size: 0.8em;
	float: right; 
	margin: 35px 8px 0 0;
}
.mediasphere_logo
{
	float: right;
	width: 110px;
	height: 23px;
	margin-right: 30px;
	margin-top: 30px;
}

div#page_content
{
	width: 100%;
	height:auto;
	margin: 0 auto;
	background-image:url(../img/page_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

div#banner
{
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
}

div#banner img
{
	float: left;
	margin: 10px 0 0 18px;
}

div#banner_content_right
{
	width: 206px;
	height: 216px;
	border-left: 2px solid black;
	background-image:url(../img/main_banner_text_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	float: left;
	padding: 15px;
	margin-top: 10px;
}

div#banner_content_right p
{
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.42em;
}

div.banner_content_heading
{
	color:#FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
}

div.banner_content_text
{
	color:#FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
}

div#byline_bar
{
	margin: 0 auto 0 auto;
	width: 913px; 
	height: 45px;
}

div#byline_bar_left
{
	background-image:url(../img/byline_bar_left_end.jpg);
	width: 2px;
	height: 45px;
	float: left;	
}

div#byline_bar_middle
{
	height: 45px;
	width: 908px;
	background-image:url(../img/byline_bar_middle.jpg);
	background-repeat:repeat-x;
	background-position:center;
	float: left;
}

div#byline_text
{
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	font-size: 1em;		
}

div#byline_bar_right
{
	height: 45px;
	width: 2px;
	background-image:url(../img/byline_bar_left_end.jpg);
	float: left;
}

div#middle_content
{
	margin: 2px auto;
	border-top: 2px solid #D8D8D8;
	width: 912px;
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;	
}

div#middle_content_images
{
	margin-top: 15px;
}

div#middle_content_images img
{
	padding-left: 12px;
}

div#description_wrapper
{	
	padding-top: 10px;
	margin: 2px auto;
	width: 912px;	
}

div#description_wrapper p
{
	height: 50px;
	padding-top: 8px;
	font-size: 0.8em;
}

div#description_wrapper_school_au, div#description_wrapper_uni_au, div#description_wrapper_school_us, div#description_wrapper_uni_us
{
	width: 209px;
	height: 145px;
	margin-left: 11px;
	background-image:url(../img/stamp_school_au.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

div#description_wrapper_uni_au
{
	background-image:url(../img/stamp_uni_au.jpg);
	margin-left: 17px;	
}

div#description_wrapper_school_us
{
	background-image:url(../img/stamp_school_us.jpg);
	margin-left: 17px;		
}

div#description_wrapper_uni_us
{
	background-image:url(../img/stamp_uni_us.jpg);
	margin-left: 17px;		
}

div#description_wrapper_school_au h3
{
	color: #FA7D38;
	padding-bottom: 4px;
	border-bottom: 2px solid #D8D8D8;
}

div#description_wrapper_uni_au h3
{
	color: #2BCC73;
	padding-bottom: 4px;
	border-bottom: 2px solid #D8D8D8;
}

div#description_wrapper_school_us h3
{
	color: #EA3737;
	padding-bottom: 4px;
	border-bottom: 2px solid #D8D8D8;
}

div#description_wrapper_uni_us h3
{
	color: #4DBCE2;
	padding-bottom: 4px;
	border-bottom: 2px solid #D8D8D8;
}

div.readmore_wrapper
{
	float: right;
}

div#readmore_wrapper_text_school_au, div#readmore_wrapper_text_uni_au, div#readmore_wrapper_text_school_us, div#readmore_wrapper_text_uni_us
{
	color: #FA7D38;
	padding: 8px 8px 0 0;
	float: left;
}

div#readmore_wrapper_text_uni_au
{
	color: #2BCC73;
}

div#readmore_wrapper_text_school_us
{
	color: #EA3737;
}

div#readmore_wrapper_text_uni_us
{
	color: #4DBCE2;
}

div.readmore_wrapper img
{
	margin-top: 3px;
}

div#award_images_wrapper
{
	border-top: 1px solid #D8D8D8;
	width: 913px;
	margin: 10px auto;
	background-image: url(../img/lower_content_bg.jpg);
	background-repeat: repeat-x
	
}

div#award_images_wrapper img
{
	margin-left: 9px;
	padding-top: 3px;
	padding-left: 5px;
}

div#copyright_information_wrapper
{
	width: 913px;
	margin: 0 auto;
}

div#copyright_information_text
{
	margin-left: 10px;
	font-size: 0.8em;
	color: #727470
}
/* reset div */
div.reset 
{
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

/* end of file */
