/*
** other_page.css 
** CSS - handles the layout grid
** Author: Gordon HACK
** Date: 13.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: 10px;
	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
{
	/*border: 1px solid red;*/
	margin:0 auto;
	width: 908px;
	height: 364px;
	margin-top: 2px;
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-x;	
}

div#content_left
{
	/*border: 1px solid blue;*/
	width: 626px;
	height: auto;
	float: left;
}

div#content_left h2
{
	font-weight: bold;
	padding: 25px 10px 0 10px;
}

div#content_left p
{
	padding: 5px 10px 0 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	
}

div#content_right
{
	/*border: 1px solid green;*/
	width: 280px;
	height: 350px;
	float: left;
	background-image: url(../img/content_right_stamps.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#content_right_heading
{	
	/*border: 1px solid yellow;*/
	border-bottom: 1px solid #D8D8D8;
	margin: 24px 24px 5px 10px;
	padding-bottom: 5px;
	color: #00A4DD;
	font-weight: bold;	
}

div#content_right_text
{
	/*border: 1px solid orange;*/
	margin: 20px 24px 12px 15px;
	font-size: 0.8em;
	line-height: 1.6em;
}

div#content_right_form
{
	/*border: 1px solid purple;*/
	height: 84px;
	padding-top: 5px;	
}

div#content_right_form input
{
	margin: 2px 24px 2px 15px;
	border: 1px solid #7F9DB9;
	width: 235px;
}

div#content_right_form select
{
	margin: 2px 24px 2px 15px;
	width: 238px;	
}

div#content_right_submit_wrapper
{
	height: 40px;
	width: 100px;
	margin-right: 10px;
	float: right;
}

div#content_right_submit_wrapper_text
{
	margin: 7px 5px 0 5px;
	color: #00A4DD;
	font-weight: bold;
	font-size: 1em;
	float: left;
}

div#content_right_submit_wrapper_image
{
	height: auto;
	margin-top: 1px;
	float: left;	
}

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 */
