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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {

	color: black;
	background: white;
}
ol, ul {
	list-style-type: none;
	display: inline;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF CSS RESET */


/* =========================
    DEFAULT MAIN STYLE
 ======================== */
body {
	/*    background: #135a8b url(../images/bg.jpg) top left repeat-x; */
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #dae2e3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 980px;
	background: #f9f6ed;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.clr {
    clear: both;
}

#header .logo {
    margin-left: 20px;
}

.menu {
    clear: both;
    background: url(../images/nav-bg.jpg) top center no-repeat;
    height: 69px;
}

#main_column {
	margin: 0px;
	padding: 0px;
	width: 978px;
	clear: both;
}

#left_column {
	height: auto;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 185px;
	float: left;
}

#right_column {
	width: 750px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	float: right;
}

.section_column {
	padding: 0px;
	clear: both;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.section_column1 {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 283px;
}

#right_column_section {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 750px;
	height: auto;
}

#right_column_section1 {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../images/head_sub_bg.png);
	width: 720px;
}

#right_column1 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#right_column2 {
	width: 240px;
	border: 1px solid #FF0000;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#right_column3 {
	width: 240px;
	border: 1px solid #000066;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#right_column4 {
	width: 495px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 283px;
	text-align: center;
}
#eventsbg {
	height: 283px;
	width: 240px;
	float: left;
}

/****************************************************************************** this is my own style */
.subheader {
    background: url(../images/sub-header-bg.jpg) top center no-repeat;
    height: 290px;
    padding-left: 24px;
}
#head_sub {
	height: auto;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 185px;
	float: left;
}

#head_sub_main {
	width: 750px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	float: right;
}


.subheader-left {
    float: left;
    width: 620px;
    height: 252px;
    background: url(../images/sub-header-girl.jpg) no-repeat;
    text-align: right;
    margin-top: 11px;
}

.subheader-left a {
    display: block;
    margin-top: 20px;
    margin-right: 10px;
}


.tagline {
    clear: both;
    margin-top: 50px;
    margin-right: 10px;
}

.subheader-right {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

 /* END OF HEADER AND SUBHEADER STYLE */


 /* ====================
    3 SECTIONS STYLE
 ==================== */
#sections {
    clear: both;
}

#sections hr{
     display: none;
}


#sections .hrian {
    background: url(../images/section-bottom-border.jpg) bottom center no-repeat;
    height: 7px;
    width: 980px;
    clear: both;
    border: none;
    padding-top: 20px;
}


.section-border {
    height:20px;
    clear: both;
}


.section-one {
    float: left;
    width: 311px;
    margin-left: 16px!important;
    margin-left: 10px;
    margin-right: 10px;
    height: 230px;
    background: url(../images/events-bg.jpg) top center no-repeat;
    padding-top: 55px;
    /*padding-left: 5px;*/
}

.section-one-sub {
    float: left;
    width: 304px;
    height: 230px;
    border: 1px solid #c9bfb0;
    background: #f0e9df url(../images/event-header-sub.jpg) 10px 10px no-repeat;
    padding-top: 45px;
    margin-bottom: 10px;
    /*padding-left: 5px;*/
}

.section-two {
    float: left;
    width: 306px;
    /*height: 283px;*/
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  /*  background: url(../images/section2-bg.jpg) top center no-repeat; */
}

.section-two h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0066cc;
}


.section-two h3, .section-two p {
    margin: 15px;
}


.section-three {
    float: left;
    width: 310px;
    height: 283px;
    margin-right: 0px!important;
    margin-right: 5px;
    margin-bottom: 10px;
    background: url(../images/section3-gallery.jpg) top center no-repeat;
}

.section-three p {
    font-size: 10px;
    color: #666666;
    float: right;
    display: block;
    clear: both;
    margin-right: 20px!important;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.section-three p a {
    background: url(../images/gallery-cross.jpg) no-repeat;
    display: block;
    color: #666666;
    padding-left: 15px;
}


.section-three ul {
    list-style: none;
    margin-left: 10px;
    /*margin-top: 50px!impotrant;
    margin-top: 20px;*/
    clear: both;
}

.section-three li {
    display: inline;
}

.section-three li img {
    margin-bottom: 8px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #E0E0E0;
}

  /* END OF 3 SECTIONS STYLE */




 /* ==========================
    THE MAIN SECTION STYLE
 ========================== */
#section-main {
    clear: both;
    margin-top: 20px;
}

.section-main-left {
    float: left;
    width: 624px;
    margin-left: 20px!important;
    margin-left: 10px;
}

.testimonials {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

.testimonials p.testi-name {
    margin-bottom: 10px;
    font-size: 11px;
}

.testi-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 2px;
    border: 1px solid #E0E0E0;
}

.testi-msg {
    font-size: 18px;
    font-family: Georgia, Tahoma, Arial, sans-serif
}

.testi-msg p {
    margin-bottom: 10px;
}

.section-main-right {
    float: right;
    width: 306px;
    margin-right: 20px!important;
    margin-right: 8px;
}

.exlinks {
    background: #6cc5d7 url(../images/logo-header.jpg) 5px 5px no-repeat;
    border: 1px solid #34a6be;
    padding-top: 30px;
    padding-bottom: 10px;
    clear: both;
}

.business_border {
  /*  background: #6cc5d7 url(../images/logo-header.jpg) 5px 5px no-repeat;*/
    border: 1px solid #FF0000;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:5px;
    clear: both;
}
.courses {
  /*  background: #6cc5d7 url(../images/logo-header.jpg) 5px 5px no-repeat;*/
    border: 1px solid #34a6be;
    padding-top: 30px;
    padding-bottom: 10px;
    clear: both;
}

#section-main .exlinks ul, #section-main-left .exlinks ul {
    list-style: none;
    margin-left: 6px;
}


#section-main .exlinks li, #section-main-left .exlinks li {
    display: inline;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: -1px;
}


/*-------------------------------
    INQUIRY CONTAINER AND STYLE
--------------------------------*/
.tell-a-friend {
	width: auto;
	/*padding: 10px;*/
    margin-bottom: 5px;
	background: #fffdf6;
	border: 1px solid #c9bfb0;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 140px;
	padding: 5px;
}

.tell-a-friend p {
    margin: 0px 10px 5px 10px;
}


.tell-a-friend input, .tell-a-friend textarea {
	padding: 5px;
	width: 178px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc4a4;
    background: #ece6cd url(images/input-bg.jpg) repeat-x;
}

.tell-a-friend input.submit-button {
	width: 94px;
    height: 24px;
    background: #ddd2a7/* url(images/submit.jpg)*/;
    color: #333333;
	float: right;
    border: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 10px;
}

.tell-a-friend label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 76px;
	padding-top: 5px;
	font-size: 12px;
    margin-left: 10px;
}


.tell-a-comment {
	width: auto;
	background: #fffdf6;
	border: 1px solid #c9bfb0;
	font-size: 12px;
	height: 260px;
	padding: 5px;
	margin: 5px;
}

.tell-a-comment p {
    margin: 0px 10px 5px 10px;
}


.tell-a-comment input{
	padding: 5px;
	width: 178px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc4a4;
    background: #ece6cd url(images/input-bg.jpg) repeat-x;
}

.tell-a-comment textarea {
	padding: 5px;
	width: 178px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc4a4;
    background: #ece6cd url(images/input-bg.jpg) repeat-x;
}

.tell-a-comment input.submit-button {
	width: 100px;
	height: 24px;
	background: #ddd2a7/* url(images/submit.jpg)*/;
	color: #333333;
	float: right;
	border: none;
	margin-right: 40px;
	text-transform: uppercase;
	font-size: 10px;
}

.tell-a-comment label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 76px;
	padding-top: 5px;
	font-size: 12px;
    margin-left: 10px;
}
/*-------------------------------
    NEWSLETTER CONTAINER AND STYLE
--------------------------------*/
.newsletter {
    float: right;
    width: 304px;
    /*padding: 10px;*/
    margin-bottom: 20px;
    padding-bottom: 5px;
    background: #efead3;
    border: 1px solid #c9bfb0;
    font-size: 12px;
}

.newsletter p {
    margin: 10px 10px 5px 10px;
}


.newsletter input, .newsletter textarea {
	padding: 5px;
	width: 205px;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #b7ab7e;
    background: #e4dbb8 url(images/input-bg.jpg) repeat-x;
}

.newsletter input.submit-button {
	width: 56px;
    height: 28px;
    background: #ddd2a7/* url(images/submit.jpg)*/;
    color: #333333;
	float: right;
    border: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 10px;
}

.newsletter label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 76px;
	padding-top: 5px;
	font-size: 12px;
    margin-left: 10px;
}


   /* END MAIN SECTION STYLE */

/*------------------------
    SUB CONTENT STYLE
------------------------*/
.sub-content1 {
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	width: 680px;
	background-image: url(../images/ISA-Staff.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.sub-content1 p {
    margin: 0px 0px 10px 0px;
}

.sub-content1 h1 {
   	line-height:normal;
	font-size: 23px;
	font-family:Tahoma;
	color:#0099FF;

}

.sub-content1 h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0283a9
}

.sub-content {
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: justify;
	width: 680px;
	height: auto;
}

.sub-content p {
    margin: 0px 0px 10px 0px;
}

.sub-content h1 {
   	line-height:normal;
	font-size: 23px;
	font-family:Tahoma;
	color:#0099FF;

}

.sub-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0283a9
}

.sub-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sub-content ol li {
    margin-left: 30px;
    list-style: decimal;
    margin-top: 10px;
}

.sub-content ol li ul li{
    margin-left: 20px;
    list-style: circle;
    margin-bottom: 10px;
}

.sub-content ul li{
    margin-left: 0px;
    list-style: circle;
    margin-bottom: 10px;
}

.sub-content ul.ima li {
    margin-left: 20px;
    list-style: none;
    margin-bottom: 10px;
}

.sub-content ul.ilm li {
    margin-left: 20px;
    list-style: circle;
    margin-bottom: 10px;
}

.sub-content div.detour {
    background: #023364;
    text-align: right;
    border: 1px solid #909090;
}


.people-page {
    clear: both;
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid #c9bfb0;
    height: 100%;
}

.people-page p, .service-page p {
    margin-bottom: 10px;
}

.people-page-photo {
    float: left;
    width: 117px;
}

.people-page-photo strong {
    display: block;
    clear: both;
}

.people-page-info {
	float: right;
	width: 570px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.service-page-inform {
	float: right;
	width: 430px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 60px;
	margin-right: 40px;
	text-align: justify;
}
.service-page-info {
	float: left;
	width: 720px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../images/servicesbg.gif);
	height: 168px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.student-page-info {
	width: 750px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/infopage_bg1.jpg);
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
.student-page-info1 {
	width: 750px;
	background-image: url(../images/infopage_bg2.jpg);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.student-page-info2 {
	width: 750px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/infopage_bg4.png);
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	padding: 0px;
	clear: both;
}
.service-page {
    clear: both;
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid #c9bfb0;
    height: 100%;
}

.isacalendar {
    background: #ffffff;
    width: 620px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.contactus h4 {
    border-bottom: 1px solid #f0e9df;
    border-top: 1px solid #FFFFFF;
    background: #fffdf6;
    padding: 5px;
}

.contactus p {
    margin-left: 10px;
    background: url(../images/star.gif) 0px 4px no-repeat;
    padding-left: 20px;
}


.sub-content ul#photo-gallery li, .sub-content ul#photo-gallery-two li {
    list-style: none;
    display: inline;
}

/*.sub-content ul.partners-logo li {
    list-style: none;
    display: inline;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 20px;
    padding-left: 20px;
}*/

.partners-logo li {
    list-style: none;
    display: inline;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 20px;
}

.maplocation {
    float: right;
    margin-right: 10px;
}


   /* END SUB CONTENT STYLE */

/*------------------
    FOOTER STYLE
------------------*/
#footer {
    background: #0183a8;
    border-top: 5px solid #000000;
    clear: both;
    padding:30px 20px 20px 20px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 20px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover, #footer a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer .footer-links, #footer .footer-tv, #footer .footer-map {
    float: left;
    width: 188px;
    margin-right: 20px;
}

#footer .footer-links li, #footer .footer-tv li, #footer .footer-map li {
    margin-bottom: 8px;
}

#footer .footer-links {
    background: url(../images/footer-link.jpg) top left no-repeat;
    padding-top: 28px;
}

#footer .footer-tv {
    background: url(../images/footer-tv.jpg) top left no-repeat;
    padding-top: 28px;
}

#footer .footer-map {
    background: url(../images/footer-map.jpg) top left no-repeat;
    padding-top: 28px;
}


#footer .footer-address {
    float: left;
    width: 300px;
    background: url(../images/footer-address.jpg) top left no-repeat;
    padding-top: 28px;

}

.footer-address p.copyright {
    font-size: 11px;
    margin-top: 10px;
}


/* END OF FOOTER STYLE */


/*
* JqNews - JQuery NewsTicker
* Author: Gravagnola Saverio and Iuliano Renato
* Version: 1.0
*/

#jqnews {
	overflow: hidden;
	height: 220px;
	width: 230px;
	margin-top: 50px;
	font-size: 12px;
	padding-top: 50px;
	padding-left:5px;
	/*border: solid 1px #000;*/
}
#news_events {
	height: 283px;
	width: 240px;
	margin-top: 50px;
	overflow:hidden;
}


#jqnews div {
	display: block;
	/*overflow: hidden;*/
	background-color: #f8f2e9;
	border-bottom: 1px solid #EEE3D0;
	/*padding: 8px;*/
	height: 50px;
	width: 220px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 8px;

}

#jqnews p {
    padding:10px;
}

/* contact us style */
.address-letter {
    background: #f7f1e9;
    padding: 10px;
}

.address-letter a {
    text-decoration: none;
}
/*
#menu-sub4 input, #menu-sub4 textarea
{
	width: 100px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #fff;
	padding:5px;
}
#menu-sub4 input .submit-button {
	width: 100px;
    background: #747474;
    border: 1px solid #454545;
    color: #FFFFFF;
}
#menu-sub4 textarea {
	height: 90px;
}
*/
#contact-area {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F6F6F6;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 240px;
	border: 1px solid #999999;
	color: #000000;
	margin-left: 155px;
	background-color: #CCCCCC;
}

label {
	float: left;
	text-align: right;
	margin-right: 45px;
	width: 100px;
	padding-top: 3px;
	font-size: 12px;
}

#scr2 div {
  visibility:hidden;
 }

#scr2 h1 {
    font-family: Helvetica, Sans-Serif;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ac0000;
}

#scr2 p {
    padding: 8px;
    height: 80px;
    color: #333333;
    font-size: 22px;
    font-family: Georgia, Tahoma, Arial, sans-serif;
    font-style: italic;
    background: url(../images/testi-bubble.jpg) no-repeat;
}

.arustyle {
/*font-size: large;*/
padding: 4px;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 14px;
}
#sub_menu_left {
	margin: 0px;
	padding: 3px;
}
#sub_menu_left ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
#sub_menu_left li {
	list-style-image: url(../images/arrow1.jpg);
	margin-left: 10px;
}
#head_sub #top {
	background-image: url(../images/images/side_menu_01.jpg);
	height: 60px;
	width: 250px;
}
#head_sub_content {
	height: 300px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../images/head_sub_bg.png);
}
#head_sub_content1 {
	width: 229px;
	margin-left: 0px;
	margin-top: 5px;
	float: left;
	height: 283px;
	background-image: url(../images/events-bg1.png);
}
#head_sub_content2 {
	float: right;
	width: 473px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	margin-left: 5px;
	height: 272px;
	padding: 5px;
}


.menu-sub {
	height: auto;
	width: 185px;
}
.menu-sub1 {
	height: auto;
	width: 185px;
	margin-top: 15px;
}
.menu-sub2 {
	height: auto;
	width: 185px;
	background-image: url(../images/menu/images/admin_02.png);
}
.menu-sub3 {
	height: 31px;
	width: 185px;
	background-image: url(../images/menu/images/admin_04.png);
	background-position: bottom;
	vertical-align: bottom;
	text-align: center;
}
.menu-sub4 {
	height: auto;
	width: auto;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#gallery {
	padding: 5px;
	margin-top: 5px;
}
#header_logo {
	background-image: url(../images/menu/topmenu/images/a_menu_01.jpg);
	height: 116px;
	width: 980px;
	margin: 0px;
	padding: 0px;
}
#header_logo #logo_menu {
	margin-top: 0px;
	padding-left: 0px;
	height: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 980px;
}
#header_logo_sub {
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/menu/topmenu/images/a_menu_10.jpg);
	background-repeat: repeat-x;
	width: 980px;
	height: 32px;
}
#head_content_people {
	margin: 5px;
	width: 725px;
	height: auto;
	float: left;
}
#people-image {
	margin: 5px;
	padding: 2px;
	width: 120px;
	text-align: center;
	float: left;
}
#people_info {
	width: 117px;
	margin-bottom: 15px;
	float: left;
	height: 117px;
}
#services_info {
	width: 184px;
	margin-bottom: 15px;
	float: left;
	height: 60px;
	margin-top: 60px;
	margin-left: 30px;
}
#people_sub_content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
}
#head_sub_people {
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
}
#hr-line {
	padding-left: 140px;
	margin: 3px;
}
#logo-bottom {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 207px;
	float: left;
}
#logo-bottom1 {
	padding: 0px;
	height: 32px;
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	width: 700px;
}
#head-sub-right {
	margin: 0px;
	padding: 0px;
	width: 978px;
	clear: both;
}

#column4_pic_holder {
	margin: 5px;
	clear: both;
	width: 485px;
	text-align: center;
}
#column4_section1 {
	float: left;
	width: 155px;
	height: 110px;
	margin: 4px;
	border: 1px solid #CCC;
}
#column4_section2 {
	float: left;
	height: 110px;
	width: 155px;
	margin: 4px;
	border: 1px solid #CCC;
}
#column4_section3 {
	float: left;
	height: 110px;
	width: 155px;
	margin: 4px;
	border: 1px solid #CCC;
}
#student-context {
	width: 680px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#info_page {
	background-image: url(../images/infopage_bg1.jpg);
	height: 27px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#info_page1 {
	background-image: url(../images/infopage_bg2.jpg);
	width: 750px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#info_page2 {
	background-image: url(../images/infopage_bg4.png);
	height: 27px;
	width: 750px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}#information {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imahe {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ibox_left {
	margin: 5px;
	float: left;
	height: 200px;
	width: 225px;
	border: thin solid #0182A9;
}
#ibox_center {
	margin: 5px;
	float: left;
	height: 200px;
	width: 225px;
	border: thin solid #0182A9;
}
#ibox_right {
	margin: 5px;
	float: left;
	height: 200px;
	width: 225px;
	border: thin solid #0182A9;
}

#ibox_photo1 {
	margin: 5px;
	float: left;
	height: 200px;
	width: 200px;
	border: thin solid #0182A9;
}
#ibox_photo2 {
	margin: 5px;
	float: left;
	height: 200px;
	width: 200px;
	border: thin solid #0182A9;
}
#ibox_photo3 {
	margin: 5px;
	float: left;
	height: 200px;
	width: 200px;
	border: thin solid #0182A9;
}


#ibox_frame {
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 5px;
	clear: both;
	margin-bottom: 0px;
	height: 210px;
}
#submit-button {
	margin-right: 50px;
}
.section_column_testi {
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: 290px;
	float: left;
	background-image: url(../images/testi_bg.jpg);
}
.section_column_testi1 {
	padding: 0px;
	width: 350px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	height: 285px;
	float: left;
	border: 1px dashed #F1E8DF;
}
.photo_page {
	width: 750px;
	background-image: url(../images/infopage_bg2.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#photo_container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	width: 700px;
}
#photo_container ul {
	display: inline;
	list-style-type: none;
	height: 150px;
	width: 200px;
	text-align: left;
}
#photo_container li {
	display: inline;
}
#photo_container img {
	margin: 5px;
	height: 170px;
	width: 220px;
}
#photo_container h3 {
	font-size: 18px;
	color: #0283a9;
	font-weight: bold;
}
.menu-sub4 #textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666666;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.menu-sub4 #button {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	width: 60px;
	color: #000000;
	background-color: #CCCCCC;
}

.menu-sub4 #textfield:focus{
	border: 1px solid #900;
}
