/* GENERAL INFORMATION
------------------------------------------- 	
Theme: BAYSIDE v1.0
Author: Pablo Barcia
Start Date: 20.07.09
*/

/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.border {
	border: 1px solid #1266B5;
	padding: 0px;
}


/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .9em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#1266B5;
	color:#838383;
}

/*General links
------------------------------------------------------------------*/
#footer a {
	color:#FFF;
	text-decoration:none;
	border:none;
}

#footer a:hover {
	color:#E4E4E4;
	text-decoration:none;
	border-bottom:1px dotted #E4E4E4;
}

/*General Class
------------------------------------------------------------------*/
.italic {
	font-style:italic;
	color:#333333;
}
#content .right {
	text-align:right;
	float:right;
}

.title_latest{
	color:#315470;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	border:none;
}
.title_latest:hover{
	color:#315470;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	border:none;
}
.more {
	float:right;
	background: url(../images/main/btn_more.png) no-repeat;
	width:52px;
	height:12px;
	color:#666666;
	text-decoration:none;
	border:none;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 1.2em;
}
/*General Headers
------------------------------------------------------------------*/

#content h1 {
	width:auto;
	font:bold 1em "Arial", Helvetica, sans-serif;
	font-size: 1.4em;
	color:#AE2C2C;
	float:left;
}
#left_content h1 {
	width:250px;
	font:bold 1.2em "Arial", Helvetica, sans-serif;
	color:#AE2C2C;
	float:left;
	padding:0 0 0 10px;
	margin:10px 0 15px 0;
}
#content .list h3 {
	width:auto;
	display:block;
	font:bold 1em "Arial", Helvetica, sans-serif;
	margin:0px 0 5px 0;
	color:#5E9EDF;
}

#content_inner h1 {
	width:100%;
	color:#AE2C2C;
	float:left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
#content_inner h2 {
	width:100%;
	color:#666;
	float:left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top:10px;
}

#content_inner .list h3 {
	width:auto;
	display:block;
	font:bold 1em "Arial", Helvetica, sans-serif;
	margin:15px 0 5px 0;
	color:#5E9EDF;
}
/*General Paragrah
------------------------------------------------------------------*/
#content p {
	width:auto;
	font-size:.9em;
	padding:5px 0;
	line-height:1.1em;
	float:left;
}
#content_inner p {
	width:auto;
	font-size:0.9em;
	padding:5px 0;
	line-height:1.4em;
	float:left;

}
#content_inner h4 {
	width:100%;
	font-size:0.9em;
	padding:5px 0;
	line-height:1.2em;
	float:left;

}
#content_inner p a {
	color:#5D9EDE;
	text-decoration:none;
}

#content_inner p a:hover {
	color:#003366;
	text-decoration:underline;
	font-weight: normal;
}
#left_content p {
	width:95%;
	font-size:.85em;
	padding:5px 8px;
	text-align:justify;
	line-height:1.2em;
	float:left;
}
/*Article
------------------------------------------------------------------*/
ul#article {
	width:190px;
	height:100%;
	float:left;
	}

ul#article li {
	list-style:none;
	display:block;
	}

ul#article li a {
	width:680px;
	float:left;
	padding:10px;
	background:#FFF;
	color:#999999;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
}
ul#article li a:hover {
	width:680px;
	float:left;
	padding:10px;
	background:#E3F0FF;
	color:#1F529E;
	font-size: 0.8em;
	text-decoration: none;
}
ul#article #title {
	color:#1F529E;
	font: bold 1.2em "Arial", Helvetica, sans-serif;
}
ul#article #line1 {
	color:#1F529E;
	margin-bottom:5px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
ul#article #img {
	width:80px;
	height:60px;
	border:3px solid #CCCCCC;
	float:left;	
	margin:0 10px 0 0;
}	
/*General Wrapper
------------------------------------------------------------------*/
#wrapper {
	width:100%;
	height:auto;
	margin:-10px 0 0 0;
}

#wrapper_header {
	width:100%;
	height:auto;
	background: url(../images/bg_header.jpg) repeat-x;
}

#wrapper_content {
	width:955px;
	margin:0 auto;
	height:100%;
	padding:5px 0 0 0;
	background: #FFF url(../images/menu/bg.jpg) repeat-x;
}

#wrapper_footer {
	width:100%;
	height:auto;
}

#wrapper_bottom_content {
	width:955px;
	height:15px;
	margin:0 auto;
	background:url(../images/bottom_main_bg.jpg) no-repeat;
}
/*General Structure
------------------------------------------------------------------*/
#header {
	width:955px;
	margin:0 auto;
	height:125px;
}

#logo{
	width:350px;
	height:71px;
	float:left;
	margin:15px 0 0 0;
}
#search_box {
	width:auto;
	float:right;
	margin:40px 0 0 0;
}
#search_box form input {
	width:123px;
	height:28px;
	float:left;
	background: url(../images/main/searchbox.gif) no-repeat;
	border:none;
	color:#989898;
	font:.9em "Arial", Helvetica, sans-serif;
	padding:6px 44px 6px 4px;
}
#main_img {
	width:100%;
	height:125px;
	float:left;
}
#search_results {
	width:900px;
	margin:0 auto;
}

/*General Menu
------------------------------------------------------------------*/
#menu {
	width:930px;
	float:left;
	height:25px;
	padding-left:25px;
	border-bottom:1px solid #E5E5E5;
}
#menu li {
	width:auto;
	float:left;
	position:relative;
	height:23px;
	padding:3px 12px 0 12px;
}
#menu li a {
	width:auto;
	float:left;
	text-decoration:none;
	border:none;
	color:#6B6B6B;
	text-transform:uppercase;
	font:bold .9em "Arial", Helvetica, sans-serif;
}
#menu li a:hover, #menu .select {
	width:auto;
	height:35px;
	z-index:5;
	float:left;
	text-decoration:none;
	border:none;
	color:#AE2C2C;
	font:bold .9em "Arial", Helvetica, sans-serif;
	background: url(../images/main/menu_arrow.png) center bottom no-repeat;
}
/*General Navigation
------------------------------------------------------------------*/
#navigation{
	width:955px;
	height:54px;
	float:left;
}
#navigation .courses {
	width:238px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/courses_l.jpg) no-repeat;
}	
#navigation .courses:hover {
	width:238px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/courses_h.jpg) no-repeat;
}

#navigation .parents {
	width:238px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/parents_l.jpg) no-repeat;
}
#navigation .parents:hover {
	width:238px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/parents_h.jpg) no-repeat;
}
#navigation .calendar {
	width:238px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/calendar_l.jpg) no-repeat;
}
#navigation .calendar:hover {
	width:238px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/calendar_h.jpg) no-repeat;
}
#navigation .gallery {
	width:241px;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/gallery_l.jpg) no-repeat;
}
#navigation .gallery:hover{
	width:241x;
	height:54px;
	float:left;
	border:none;
	text-decoration:none;
	background:url(../images/menu/gallery_h.jpg) no-repeat;
}

/*General Content Left
------------------------------------------------------------------*/
#left_content {
	width:280px;
	height:100%;
	float:left;
	background:#DEF;
	border:1px solid #C7D5E1;
	margin:15px 15px 10px 15px;
}
#left_content_menu {
	width:150px;
	float:left;
	background:#5D9EDE;
	padding:5px;
	text-transform:capitalize;
	margin:15px 15px 10px 15px;
	border-bottom:5px solid #2F669F;
}
#left_content_inner {
	width:150px;
	height: 114px;
	height:100%;
	float:left;
	padding:5px;
	margin:15px 15px 10px 15px;
}
#latest_news {
	width:150px;
	height: 114px;
	float:left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#left_content_menu ul {
	flaot: left;
	
	}
#left_content_menu ul li {
	display: block;
	float:left;
	margin:3px 0;
	height:25px;
	font-size:.9em;
}
#left_content_menu ul li a {
	float:left;
	width:140px;
	padding:3px 5px;
	text-decoration:none;
	color:#FFF;
	border-bottom: 1px solid #FFF;
}
#left_content_menu ul li a:hover, #left_content_menu ul li .select {
	float:left;
	width:140px;
	padding:3px 5px;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background:url(../images/menu/plus.gif) no-repeat right;
}
/*General Content 
------------------------------------------------------------------*/
#content {
	width:605px;
	height:100%;
	float:left;
	margin:25px 15px 10px 0;
}
#content .left {
	width:370px;
	height:100%;
	float:left;
	margin-top: 15px 0 0 0;
}
#content .list {
	width:300px;
	height:100%;
	float:left;
	font-size:.8em;
	margin: 0px;
}

#content .list li {
	background: url(../images/main/tick.gif) left no-repeat;
	width:280px;
	padding:2px 0 2px 15px;
	float:left; 
}
#content_inner {
	width:735px;
	height:100%;
	float:left;
	margin:25px 15px 10px 0;
}
#content_inner .left {
	width:280px;
	height:100%;
	float:left;
	margin:15px 30px 0 0;
}
#content_inner .list {
	width:285px;
	height:100%;
	float:left;
	font-size:.8em;
}

#content_inner .list li {
	background: url(../images/main/tick.gif) left no-repeat;
	width:280px;
	padding:2px 0 2px 15px;
	float:left; 
}
#img_right {
	border: 5px solid #E4E4E4;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
.img_right {
	border: 5px solid #E4E4E4;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
	
.img_left {
	border: 5px solid #E4E4E4;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}
#map {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 3px solid #CCCCCC;
}
/*General Footer 
------------------------------------------------------------------*/
#footer {
	width:955px;
	margin:0 auto;
	padding:0 0 0 0;
	height:25px;
	font:.75em "Arial", Helvetica, sans-serif;
	color:#FFFFFF;
}
#left_footer{
	width:auto;
	height:25px;
	float:left;
}

#right_footer{
	width:auto;
	height:25px;
	float:right;
}
