* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #576062; 
font-family: Arial, Helvetica, Tahoma, sans-serif;
background-color: #eee; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
font-size: 11px;
background: #003333 url(../images/background_shade.jpg) repeat-y center;
}
p {padding: 7px 0 7px 0;}

a {color: #237A71;}
a:hover{color: #124B48; text-decoration: none;}

ul {
	list-style: square;
	margin: 0 0 0 30px;
}

td { vertical-align: top; padding: 0 0 5px 0;}

hr { color: #A7CFB3; background-color: #A7CFB3; height: 1px; margin-bottom: 10px;}

h1, h3 { color:#237A71}
h1, h2, h3 { font-weight: bold; padding-bottom: 5px;}
h1 {font-size: 1.2em; text-transform: uppercase;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.2em; margin: 10px 0 0 0;}
h5 {font-size: 1.6em; margin: 10px 0 0 0;}
h6 {font-size: 1.2em; margin: 10px 0 0 0;}

.clear { clear: both; }

#mainContainer {
width: 980px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: #A7CFB3 url(../images/background_blocks.gif) repeat-y 20px; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
	width: 940px;
	height: 140px;
	background-color: #A7CFB3;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 160px;  
}
* html .outer {
padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 800px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 720px;
margin-left: -160px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 460px;
background: #fff;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 30px 30px 0 30px;
line-height: 150%;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 220px;
padding: 0 0 0 20px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
/*************************
RIGHT COLUMN
**************************/
#right {
color: #FFF;
float: right; 
width: 220px;
padding: 20px 20px 20px 20px;
max-width: 180px;
width: 220px;
background-color: #51B39F;
line-height: 200%;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -140px; /*** IE gets this margin. ***/
left: -40px;
width: 180px;
}
#right ul {
line-height: 120%;
margin: 0;
list-style: none;
text-transform: uppercase;
}
#right li {
	position: relative;
	padding: 0 0 8px 0;
	font-weight: bold;
}

#right li a {
	color: #003333;
	text-decoration: none;
}
#right ul ul a {
	padding-left: 10px;
	font-weight: normal;
	text-transform: none;
}
*:first-child+html .location {
	padding-top: 10px;
}
* html .location {
	padding-top: 10px;
}

.location { display: none; }

#right a {
	color: #FFF;	
	text-decoration: underline;
}
#right a:hover {
	color: #FFF;
	text-decoration: none;
}

#right h2 {font-size: 1.8em; color: #A7CFB3; padding-bottom:10px;}

#right a.button {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	color: #003333;
	background-color: #FFF;
}
#right a.button:hover {
	color: #FFF;
	background-color: #003333;
}
#right a.date {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#right a.date:hover {
	color: #333;
}
/**************************
FOOTER
**************************/
#footer {
width: 940px;
height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: left;
background-color: #A7CFB3;
padding: 0 15px 0px 15px;
}
#footer a:link, #footer a:visited {	color: #333; text-decoration: none; font-weight: bold;}
#footer a:hover { color: #333; text-decoration: underline;}


/* ///////////// FACULTIES ///////////// */

.red { background-color: #E71616;}
.orange { background-color: #FF5217;}
.yellow { background-color: #FBA300;}
.olive { background-color: #B29900;}
.green { background-color: #33BD36;}
.blue { background-color: #3399FF;}
.violet { background-color: #9D55DF;}


.faculties { 
	width: 220px; 
	height: 270px; 
	background-color: #A7CFB3;
}

.faculties ul {
	list-style: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.faculties li { 
	margin: 0 0 1px 0;
	padding: 0;
	background-image: url(../images/faculties_background.gif);
}
* html .faculties li a, * html .faculties li a:link, * html .faculties li a:visited { 
	width: 180px;
}
.faculties li a, .faculties li a:link, .faculties li a:visited { 
	width: 220px;
	height: 35px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding: 0 15px 1px 15px;
	vertical-align: middle;
	display: table-cell;
}
.faculties li a:hover {
	color: #000000;
	background-image: url(../images/faculties_background_over.gif);
	position: relative;
	width: 190px;
}
*:first-child+html .faculties li a:hover {
	top: -1px;
	left: 0;
}
* html .faculties li a:hover {
	top: 0;
	left: 0;
}

/* for IE 7 only */
*:first-child+html .faculties li a{
	display: block;
	height: 34px;
	left: 20px;
	max-width: 190px;
}
* html .faculties li a,  {
	display: block;
	height: 34px;
	left: 20px;
	width: 160px;
}

a:hover .oliveBox, a:hover .redBox, a:hover .blueBox, a:hover .greenBox, a:hover .yellowBox, a:hover .orangeBox, a:hover .violetBox { background-color: #51B39F;}
a .oliveBox h2, a .redBox h2, a .blueBox h2, a .greenBox h2, a .yellowBox h2, a .orangeBox h2, a .violetBox h2 { font-size: 1.7em; color:#000; padding: 15px 20px 0 20px; line-height: 1.1em}
a .oliveBox p, a .redBox p, a .blueBox p, a .greenBox p, a .yellowBox p, a .orangeBox p, a .violetBox p { vertical-align:bottom; font-size:11px; font-weight:normal; padding: 10px 20px 15px 20px;}

.oliveBox, .redBox, .blueBox, .greenBox, .yellowBox, .orangeBox, .violetBox { 
	width:400px; 
	color:#FFF; 
	text-decoration:none; 
	cursor:pointer; 
	display:block;
}

.redBox { background-color:#E71616;}
.orangeBox { background-color:#FF5217;}
.yellowBox { background-color:#FBA300;}
.oliveBox { background-color:#B29900;}
.greenBox { background-color:#33BD36;}
.blueBox { background-color:#3399FF;}
.violetBox { background-color:#9D55DF;}


/* ///////////// MENU ///////////// */
.logo  {	
	top: 18px;
	left: 20px;
	position: absolute;
	height: 30px;
	width: 220px;
}
.menu {
	background-color: #124B48;
	position: relative;
	text-align: left;
	top: 110px;
	left: 260px;
	position: absolute;
	height: 30px;
	width: 460px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
	position: relative;
	padding: 10px 0 0 20px;
	font-weight: bold;
}
.menu ul a, .menu ul a:link, .menu ul a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu ul a:hover {
	color: #51B39F;	
	text-decoration: none;
}

.error { color: #CC3300;}

/* /////// CONTACT BLOCK ////// */

* html .contactBlock {
	width: 180px;
}
.contactBlock {
	margin: 0 0 20px 0;
	padding: 20px;
	max-width: 180px;
	width: 220px;
	color: #FFF;
	background-color: #124B48;
}
.contactBlock a:link { color: #96D8B0;}
.contactBlock a:hover { color: #FFF;}
.contactBlock p { padding-top: 0;}
.contactBlock div {
	display: inline;
	float: right;
	padding-right: 20px;
}

/* ///////////// */

.searchBox {
	background-color: #237A71;
	right: 0px;
	position: relative;
	position: absolute;
	height: 120px;
	width: 220px;
	vertical-align: bottom;
}
.searchBox div {
	background-color: #FFF;
	height: 30px;
	position: relative;
	top: 90px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
.searchBox div input {
	float: left;
	background-color: #FFF;
	border: #51B39F 1px solid;
	padding: 3px;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	width: 180px;
	height:12px;
}
.searchBox input:hover, .searchBox input:focus {
	background: #A7CFB3;
}
.searchBox div input.search {
	width:20px;
	height:20px;
	background: #51B39F;
	border:none;
	padding:0;
}
.searchBox div input.search:hover {
	background: #124B48;
}
.searchBox div form {
	padding:5px;
}


.search b {
	float: left;
	padding: 3px 5px 0 0;
}
.search input {
	border: #51B39F 1px solid;
	width: 200px;
	height: 18px;
	float: left;
}
input.search {
	width:20px;
	height:20px;
	background: #51B39F;
	border:none;
	padding:0;
}

.banner {
	left: 260px;
	position: absolute;
	height: 90px;
	width: 460px;
}

.right {
	float: right;
	text-align: left;
}

.inputForm div.row {
  clear: both;
}
.inputForm span.label {
  width: 100px;
  float: left;
  margin: 5px 0 0 0;
}
.inputForm input, .inputForm textarea, .inputForm select {
  padding: 3px;
  width: 250px;
  background-color: #EDEFEE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
}
.inputForm input:focus, .inputForm textarea:focus {
	background: #D5D9D6;
}
.inputForm input:hover, .inputForm textarea:hover {
	background: #D5D9D6;
}
.inputForm .radioStyle {
  width: auto;
  background: none;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.inputForm .checkbox {
  width: auto;
  background: none;
  vertical-align: text-top;
  margin: 0 5px 10px 0;
}
.inputForm div.heading {
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	padding: 20px 0 10px 0;
}
.inputForm input.submit {
  width: auto;
  font-weight: bold;
  color: #FFF;
  background-color: #697476;
}
.inputForm input.submit:hover {
  color: #EDEFEE;
  background-color: #576062;
}
