@charset "utf-8";
/* CSS Document */

/* Main Layout*/
body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif, "AZ Impact";
	font-size: 13px;
	background-color: #6fadc9;
	color: #666666;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #2d9fce;
}
a:visited {
	color: #2d9fce;
}
a:hover {
	color: #2d9fce;
	text-decoration:none;
}
a:active {
	color: #2d9fce;
}
#wrapper {
	width:980px;
	margin:0px auto;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	min-height:770px; /*minimum height of the page, this keeps it consistent when creating shorter pages.*/
}
#header {
	height:234px;
	clear:both;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#header_logo {
	width:241px;
	height:125px;
	margin:0px 0px 0px 25px;
	float:left;
}
#side_menu_container {
	width:163px;
	float:left;
}
/*Menu*/

#side_menu {
	width:163px;
}
ul#side_menu {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#side_menu li {
	list-style:none;
	margin:0px;
	border-bottom:1px solid #d5e3e9;
}
ul#side_menu a {
color:#00264e; /*this is the color of the menu text*/
padding:6px 0px 6px 20px; /*spacing around the text, top right bottom left*/
text-decoration:none; /*no underline*/
font:12px   "Book Antiqua", Palatino, serif,Arial, Helvetica, sans-serif; /*font size and font*/
font-weight:bold; 
letter-spacing:1px; /*space between each letter in the word*/
display:block; /*make the background go all the way to the edges*/
}
ul#side_menu a:hover {
color:#2d9fce; /*when the mouse is placed on the button change to this colour*/
background-color:#FFF; /*highlight the background behind the text*/
}
/*Box under menu*/
.side_menu_box {
	width:152px; /*164 minus padding*/
	margin:20px 0 40px 0;
	background-color:#dfecf2;
	padding:10px 6px;
}
.side_menu_box .top {
	color:#2d9fce;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	padding-bottom:5px;
}
.side_menu_box p {
	margin:0px;
	padding:0px;
}
.side_menu_box_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:5px 0px 0px 0px;
	color:#6fadc9;
	width:140px;
	padding:5px;
	font-size:11px;
}
.side_menu_box_button {
	margin:5px 0 0 0;
	float:right;
}
#info {
	width:164px; /*164 minus padding*/
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2d9fce;
	text-align:center;
}
#content_body {
	padding: 0 15px 0 0; /*padding on the right is because the column if floating to the right*/
	line-height:1.5em;
	width:769px; /*784px minus padding*/
	float:right;
}
/*footer*/
#footer {
	height:28px;
	width:960px;
	margin:0 auto;
	color:#e0edfd;
	font-size:10px;
	padding:8px 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	border-top:#3f91b7 5px solid;
}
#footer a, #footer a:link, #footer a:visited {
	color:#e0edfd;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:280px; /*make this wider to fit more links in your footer*/
	float:right;
	text-align:right;
}
#footer .right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer .right ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
#footer .right ul li a, #footer .right ul li a:link, #footer .right ul li a:visited {
	color:#e0edfd;
	text-decoration:none;
}
#footer .right ul li a:hover {
	text-decoration:underline;
}
#footer .left {
	width:400px;
	float:left;
}
/* General Content*/

.padding_bottom {
	padding-bottom:5px;
}
.clear {
	clear:both;
	visibility:hidden;
	height:0px;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
.forms_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:3px 0px 0px 0px;
	color:#6fadc9;
	height:18px;
	padding:2px;
}
.forms_button {
	background-color:#461614 !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#dd9b9b;
	height:23px;
	padding:2px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2d9fce;
	margin-top: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f4afaf;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.image_border {
	border-bottom:3px solid #631714;
	margin:3px 3px 0px 3px;
	padding:0px;
}
hr {
	border: 0;
	color: #631714;
	background-color: #631714;
	height: 1px;
	width: 100%;
}
.size20 {
	font-size:20px;
}
ul.arrows {
}
.arrows li {
	list-style:url(../images/icon_arrow.gif);
	line-height:25px; /*spacing between rows*/
}
.left_column {
	width:240px;
	float:left;
}
.right_image {
	float:right;
	padding-left:25px;
}
.book_button {
	text-align:left;
	margin-left:140px;
	clear:both;
}


/*special fonts*/

@font-face {
 font-family: "Liberation Sans";
 src: url(http://tf.dtbaker.com.au/template/curvy_clean/font/LiberationSans-Regular.ttf) format("truetype");
}
/*home page*/
	
	#home_banner {
	width:784px;
	height:233px;
	position:absolute;
	margin:192px 0 0 183px;
}
.left_home {
	width:530px;
	float:left;
	margin:0px 0 0 0px;
}
.right_home {
	width:215px;
	float:right;
	margin:0px 0 0 0px;
}
ul.image_list {
	margin:0px;
	padding:0px;
	text-align:center;
}
.image_list li {
	list-style:none;
	margin:0px;
	padding:0px 0 10px 0; /*spacing between the images*/
}
/*coloured boxes*/
ul.box_list {
	margin:0px;
	padding:0px;
}
.box_list li {
	width:254px;
	list-style:none;
	float:left;
	margin:0px;
	padding:0 10px 10px 0;
}
.box_yellow {
	width:254px;
	height:76px;
	background:url(../images/box_yellow_bg.jpg) repeat-x top;
	border-right:2px #fae4ac solid;
	border-bottom:2px #fae4ac solid;
}
.box_yellow .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_yellow .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_yellow .title {
	color:#ffa200;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_yellow p {
	margin:0px;
	padding:0px;
}
.box_yellow .button {
	margin:5px 0 0 0;
}
/*blue*/

.box_blue {
	width: 254px;
	height: 150px;
	border-right: 2px #a8e5f3 solid;
	border-bottom: 2px #a8e5f3 solid;
	background-image: url(../images/box_blue_bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
.box_blue .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_blue .right {
	width: 240px;
	height: 150px;
	float: right;
	overflow: hidden; /*hide too much text*/
	line-height: normal;
	color: #666666;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0px;
}
.box_blue .title {
	color: #2d9fce;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.box_blue p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: sans-serif;
	font-weight: bold;
}
.box_blue .button {
	margin:5px 0 0 0;
}
/*pink*/

.box_pink {
	width:254px;
	height:76px;
	background:url(../images/box_pink_bg.jpg) repeat-x top;
	border-right:2px #ffb9d3 solid;
	border-bottom:2px #ffb9d3 solid;
}
.box_pink .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_pink .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_pink .title {
	color:#ff005f;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_pink p {
	margin:0px;
	padding:0px;
}
.box_pink .button {
	margin:5px 0 0 0;
}
/*green*/

.box_green {
	width:254px;
	height:76px;
	background:url(../images/box_green_bg.jpg) repeat-x top;
	border-right:2px #d4de83 solid;
	border-bottom:2px #d4de83 solid;
}
.box_green .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_green .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_green .title {
	color:#9db000;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_green p {
	margin:0px;
	padding:0px;
}
.box_green .button {
	margin:5px 0 0 0;
}
/*Contact Page*/

.left_details {
	float:left;
	width:240px;
}
.right_details {
	float:left;
	width:415px;
	margin-left:50px;
	padding-left:20px;
	border-left:1px solid #dfecf2;
}
.contact_title {
	color:#2d9fce;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color: #FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border: 1px solid #c8cdd2 !important;
	padding: 4px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.blue {
	color:#2d9fce;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#2d9fce;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	
}
#contact .submit_button {
	clear:left;
	margin-left:95px;
}
/*paginate sehifeleme start*/
/*  a5e1fd   8cdaff    78d3fe   45c4ff*/
.paginate{
	margin:20px 0 0 0;
}

.paginate ul{
	margin:0;
	padding:0;
}
.paginate ul li{
	display:inline-block;
	margin:0 5px 0 0;
	line-height: normal;
	font-size:0;
}
.paginate ul li:first-child{
	padding:0;	
}
.paginate ul li a,
.paginate ul li span.current{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:10px;
	position:relative;
	padding:8px 10px;
	display: block;
	-moz-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc;
	box-shadow:0 0 3px #ccc;
	background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
	font-size:12px;
	color:#767676;
}
.paginate ul li a:hover,
.paginate ul li span.current{
	color:#fff;
	background: #78d3fe; /* Old browsers */
background: -moz-linear-gradient(top,  #78d3fe 0%, #45c4ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d3fe), color-stop(100%,#45c4ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #78d3fe 0%,#45c4ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #78d3fe 0%,#45c4ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #78d3fe 0%,#45c4ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #78d3fe 0%,#45c4ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d3fe', endColorstr='#45c4ff',GradientType=0 ); /* IE6-9 */
}

/*paginate sehifeleme end*/



.post_view{border-top:1px solid #ccc; color:#309;}
.box_blue1{ 
width:515px;
padding:10px;
margin-bottom:8px;
border-bottom: 2px #a8e5f3 solid;
border-top: 2px #DAEFEF solid;
border-radius:10px;
box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15); 
background-image: url(../images/box_blue_bg.jpg);
background-repeat: repeat;
background-position: top;
line-height: 1.5em;
font-family: sans-serif;
font-size: 13px;
font-style: normal;
text-align: justify;
	}
.box_blue1 .title {
color: #2d7cd4;
font-family: sans-serif;
font-size: 20px;
padding-bottom:5px;
font-weight: bold;
text-align: center;
}
.box_blue1 .right hr{color: #ccc;
background-color: #ccc;
height: 5px;}
.box_blue1 .right{ min-height:184px;}
.subtitle {
color: #6e9cb1;
font-family: sans-serif;
font-size: 16px;
padding-bottom:5px;
font-weight: bold;
text-align:left; 
border-bottom:1px solid #ccc;}
.subtitle a{color: #3595c8; text-decoration:none;}
.subtitle a:hover{ padding-left:5px;color: #36abe9;}
.imgs {background: none repeat scroll 0% 0% rgb(51, 51, 51);
border: 1px solid rgb(68, 68, 68);
padding:4px;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border: 1px solid rgb(204, 204, 204);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 4px 4px 4px 4px;
}
.divimg{ text-align:center;}
.blm{border-bottom: 1px solid #d5e3e9;border-top: 1px solid #d5e3e9; background-color:#c2e7f5;border-left:#999 1px solid;border-right:#999 1px solid;}
.search_b{ background: no-repeat center top url(../images/search_b.png); width:25px; height:25px;}