/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	padding:0;
	background-image: url(../mainimages/background_page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #817D7E;
}

em {
font-style:italic;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {

}
#mainContainer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../mainimages/shadow_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#shadow_top {
	height: 20px;
	background-image: url(../mainimages/shadow_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#shadow_bottom {
	background-image: url(../mainimages/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#shadow_bottom p {
	text-align: right;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
}

#shadow_bottom a,
#shadow_bottom a:visited,
#shadow_bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

#shadow_bottom a:hover {
	color: #FFCC00;
}



#ContentContainer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* << ----------------// Left column //------------ */
#header_top {
	height: 20px;
	background-image: url(../mainimages/header_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #D10208;
}
#header_body {
	height: 102px;
	background-color: #FFFFFF;
}
#header_bottom {
	background-color: #D10208;
	background-image: url(../mainimages/header_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
#logo {
	margin-left: 10px;
	width: 550px;
	padding-top: 3px;
	height: 95px;
	background-image: url(../mainimages/egitimplus_logo_bannerli.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topbanner {
	height: 50px;
	width: 230px;
	margin-top: 45px;
	margin-left: 265px;
}

#headerphoto {
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	height: 95px;
	width: 312px;
	text-align: right;
}


/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
	height:20px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#navHorizontal ul {
	list-style:none;
	text-align: right;
}

#navHorizontal ul li {
	list-style:none;
	display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FF9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#FFCC00;
	text-decoration:none;
}

/* << ----------------// Left column //------------ */
#columnLeft {
	float:left;
	width: 200px;
	position: relative;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
	padding:0;
	width: 165px;
	margin-left: 10px;
	margin-top: 10px;
}

#navVertical ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	text-align: left;
}

#navVertical ul li {
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(../mainimages/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff975c;
	display: block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
	color:#990000;
	text-decoration:none;
	background-repeat: no-repeat;
}
#sollogo {
	margin-top: 50px;
}


/* << ----------------// Middle column //------------ */
#content {
	float:left;
	width:490px;
	background-color: #FFFFFF;
	background-image: url(../mainimages/background_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	position: relative;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	margin-top: 12px;
}

#content a:link,
#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}

#content a:hover,
#content a:active {
	color: #006699;
	text-decoration: none;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: normal;
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	color: #FF660F;
	margin-bottom: -7px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}
#content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}
#content  .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#content  .small a,
#content  .small a:visited,
#content  .small a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content .boldtitle {
	font-weight: bold;
	color: #663300;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



.title_image {
	border: 1px solid #b09d7a;
}

#columnRight/* << ----------------// Right column //------------ */
 {
	float:left;
	width:200px;
	clear: right;
	position: relative;
	margin-top: 15px;
}

/* << ----------------// Footer //------------ */
#footer {
	font-size:10px;
	color:#cccccc;
	clear:both;
	bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	margin-left: 220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 700px;
}

#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color:#E55645;
	text-decoration:none;
}
.footerbanner {
	margin-top: 10px;
}

#studyinaustralia {
	height: 56px;
	width: 232px;
	float: left;
	text-align: center;
}
#adresbox {
	width: 181px;
	background-color: #E9E4DB;
	margin-top: 30px;
}
#adresbox p {
	font-family: tahoma;
	font-size: 9px;
	color: #776b58;
	font-weight: normal;
	line-height: 13px;
	margin-right: 15px;
	margin-left: 15px;
}
#adresbox_tr {
	height: 10px;
	background-image: url(../mainimages/adresbox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#adresbox_br {
	height: 10px;
	background-image: url(../mainimages/adresbox_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#bannerbox {
	width: 181px;
	background-color: #E2E2E2;
	margin-top: 30px;
}
#bannerbox img {
	margin-bottom: 5px;
	margin-top: 5px;
}
#bannerbox p {
	font-family: tahoma;
	font-size: 9px;
	color: #776b58;
	font-weight: normal;
	line-height: 13px;
	margin-right: 15px;
	margin-left: 15px;
}
#bannerbox_tr {
	height: 10px;
	background-image: url(../mainimages/bannerbox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#bannerbox_br {
	height: 10px;
	background-image: url(../mainimages/bannerbox_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#newsletter {
	width: 175px;
	float: left;
	margin-top: 50px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 40px;
}
#newsletterbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bd871f;
	margin-right: 15px;
	margin-left: 15px;
	text-align: right;
}
#newsform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
}

.formyazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	color: #FFFFFF;
}

.formtextfield {
	border: 1px solid #CC0000;
	margin-bottom: 8px;
	margin-top: 2px;
	width: 165px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 3px;
}

.formbutton{
	cursor:pointer;
	border:1px outset #776B58;
	color:#776B58;
	font-weight:bold;
	background-image: url(../mainimages/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBEDD8;
	padding-right: 7px;
	padding-left: 7px;
}


#haberbox {
	width: 181px;
	background-color: #FFCC00;
	margin-top: 30px;
}
#haberbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
	color: #660000;
	line-height: 20px;
}

#haberbox   p {
	margin: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	line-height: 14px;
}
#haberbox_tr {
	height: 10px;
	background-image: url(../mainimages/haberbox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#haberbox_br {
	height: 10px;
	background-image: url(../mainimages/haberbox_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#haberbox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 10px;
	margin-right: 12px;
	color: #483900;
	line-height: 13px;
	list-style-type: none;
	margin-left: -6px;
}



#duyurubox {
	width: 181px;
	background-color: #f0e5af;
}
#duyurubox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
	color: #723810;
	line-height: 20px;
}
#duyurubox p {
	margin: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	line-height: 14px;
}
#duyurubox_tr {
	height: 10px;
	background-image: url(../mainimages/duyurubox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#duyurubox_br {
	height: 10px;
	background-image: url(../mainimages/duyurubox_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#duyurubox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 10px;
	margin-right: 12px;
	color: #483900;
	line-height: 13px;
	list-style-type: none;
	margin-left: -6px;
}




img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.imgleft {
	padding: 3px;
	margin-right: 6px;
	float: left;
	border: 1px solid #CC6600;
}
.imgright {
	border: 1px solid #CC6600;
	padding: 3px;
	margin-left: 6px;
	float: right;
}
.imgdefault {
	border: 1px solid #CC6600;
	padding: 3px;
	margin-right: 6px;
}


.txtfield {
	color: #5F768B;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-left: 15px;
}
.duyurubutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #CC3300;
	margin-left: 15px;
}
#biglink {
	padding: 10px;
	border: 1px solid #999999;
	text-align: center;
	
}
#biglink a:link,
#biglink a:active,
#biglink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
#biglink a:hover {
	color: #0099CC;
	text-decoration: underline;
	}
/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
