/*------------------------------------------------------------------------

# JA Mageia 1.0 - August, 2007

# ------------------------------------------------------------------------

# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

# @license - Copyrighted Commercial Software

# Author: J.O.O.M Solutions Co., Ltd

# Websites:  http://www.joomlart.com -  http://www.joomlancers.com

-------------------------------------------------------------------------*/





/* COMMON STYLE

--------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../../../images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color: #696969;
	background-color: #e6e6e6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:11px;
}
body#bd {
	color: #696969;/*background: url(../images/body-bg.jpg) repeat-x top #000;*/

}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #696969;/*font-size: 12pt;

	font-family: serif;

	line-height: 140%;*/

}
body.fs1 {
	font-size: 9px;
}
body.fs2 {
	font-size: 10px;
}
body.fs3 {
	font-size: 11px;
}
body.fs4 {
	font-size: 12px;
}
body.fs5 {
	font-size: 13px;
}
body.fs6 {
	font-size: 14px;
}
/* Normal link */

a {
	color: #0064A1;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #0064A1;
	text-decoration: underline;
}
/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Small text */

small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #92A3AE;
}
/* Heading */

h1 {
	font-size: 180%;
}
h2 {
	font-size: 155%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 30px;
	line-height: 180%;
	background: url(../images/list-bullet.gif) no-repeat 18px 8px;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #D0D9DF;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
	/*xmargin-left:-9px !important;*/
	float:left;
	margin:0;
	/*xheight:157px;
	xwidth:100%;*/
}
td, div {
	font-size: 100%;
}
/* FORM

--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 0 0 0 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #FFFFFF;
	color: #3C4A53;
}
.button {
	font-weight: bold;
	color: #3C4A53;
	padding:2px;
	/*xbackground: url(../images/but-bg.gif) repeat-x top;*/
	border: 1px solid #92A3AE;
	padding:0 0 0 0 ;
	margin:0 0 0 0;
	
}
	

.inputbox{
	padding:0;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	background: #f4f4f4 url(../images/input.png) -3px -3px repeat-x;
	/*width:96px;
	*width:90px;
	/*xheight:29px;*/
	/*border: 0px ;
	padding:6px 0;
	*padding:6px 0 6px 6px;
	margin:0 0 0 184px;
	float:left;
	text-indent:200px;*/*/
}
.inputbox:hover, .inputbox:focus {
}
/* BONUS TYPOGRAPHY STYLES

--------------------------------------------------------- */

pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #92A3AE;
	background: #FAFAF0;
}
blockquote {
	padding: 1em 40px 1em 15px;
}
blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}
blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}
/* Quote hilight */

.quote-hilite {
	padding : 10px 15px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #D0D9DF;
}
/* Small quote */

.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}
.small-quote span.open-quote {
	background: url(../images/so-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}
.small-quote span.close-quote {
	background: url(../images/sc-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}
.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url(../images/author.gif) no-repeat 5px 4px #D0D9DF;
	border-top: 1px solid #D0D9DF;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}
/* Rropcap */

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #92A3AE;
	font: 50px/40px Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/

.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}
.tips {
	padding-left: 25px;
	color: #0064A1;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}
.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}
/* Note Style */

p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}
p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
/* Check list */

ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}
/* Check list */

ul.stars {
	list-style: none;
}
ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}
/* Bignumber */

.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}
/* Talking box. Thinking box. */

div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}
div.bubble1 span.author,  div.bubble2 span.author,  div.bubble3 span.author,  div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	background: url(../images/author.gif) no-repeat center left;
}
div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}
div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}
div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}
div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}
div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}
div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}
div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}
div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}
div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}
div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}
div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}
div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}
div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}
div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}
div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}
div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}
/* JOOMLA STYLE

--------------------------------------------------------- */

table.blog {
}
.article_seperator {
	display: block;
	height: 20px;
}
#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}
table.contenttoc a {
	text-decoration: none;
}
table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #D0D9DF;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #D0D9DF;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #3C4A53;
	font-size: 155%;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background:	url(../images/bullet-list.gif) no-repeat 6px 8px;
}
td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
	background: url(../images/dot.gif) repeat-x bottom;
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.componentheading {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	font-size: 170%;
	border-bottom: 1px solid #D0D9DF;
}
.contentdescription {
	padding-bottom: 30px;
}
.contentheading {
	font-size: 1.6em;
	padding-bottom: 10px;
	border-bottom: 1px solid #8C8C8C;
	text-transform: capitalize;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#983D58;
}
a.contentpagetitle,  a.contentpagetitle:hover,  a.contentpagetitle:active,  a.contentpagetitle:focus {
	text-decoration: none !important;
}
a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
a.readon:hover, a.readon:active, a.readon:focus {
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.createdate {
	padding: 3px;
	text-transform: uppercase;
	font-size: 90%;
	color: #92A3AE;
}
.modifydate {
	color: #92A3AE;
	height: 15px;
	padding-top: 15px;
}
.moduletable {
	padding:0 0 0 0;
}
.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}
* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 10px 0;
}
*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}
.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}
.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #92A3AE;
}
.pagenav,  .pagenav_prev,  .pagenav_next,  .pagenavbar {
	padding: 0 2px;
}
a.pagenav,  .pagenav_prev a,  .pagenav_next a,  .pagenavbar a {
	text-decoration: none;
}
a.pagenav:hover, a.pagenav:active, a.pagenav:focus,  .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,  .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,  .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}
.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 30px 5px 8px;
	border-bottom: 3px solid #D0D9DF;
	font-size: 170%;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}
tr.sectiontableentry1:hover td,  tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,  .pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper {
	/*width: 950px;*/

	width: 956px;
	margin: 0 auto;
	background: #fff;
}
.narrow #ja-wrapper {
	width: 750px;
}
#ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl, #ja-containerwrap-f {
	clear: both;
}
#ja-containerwrap, #ja-containerwrap-fr {
	/*background: url(../images/mainwrap-bg.gif) repeat-y 23%;*/
}
#ja-containerwrap #ja-container {
	/*xbackground: url(../images/dot.gif) repeat-y 77% 0;*/
}
#ja-containerwrap-fl {
/*background: url(../images/dot.gif) repeat-y 75% 0;*/

}
#ja-containerwrap-fl #ja-container {
	background: none;
}
#ja-containerwrap-fr #ja-container {
		background: none;
}
#ja-mainbody, #ja-mainbody-fr {
	float: right;
	width: 100%;
}
#ja-mainbody #ja-contentwrap {
	float: left;
	width: 70%;
}
#ja-mainbody-fl {
	float: left;
	width: 100%;
}
#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 74.8%;
	background: none;
}
#ja-contentwrap {
	margin:0 0 0 0;
}
#ja-mainbody-fl #ja-col2 {
	float: right;
	/*width: 25%;*/

	width:206px;
}
#ja-mainbody-f {
	float: none;
	width: 100%;
}
#ja-container {
	/*padding: 20px 0 0 0;*/

	padding:0 0 0 0;
}
#ja-content {
	padding:0 0 0 6%;
	margin: 0;
	float:left;
	width:670px;
}
/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {
	/*background: #5D6B74;*/
	float:left;
	width:100%;
	line-height: normal;
	/*background:url(../images/bg-header.jpg) left top;*/
	padding:0;
	margin:-30px 0 0 0;	
}


#ja-header {
	xbackground-color:#DFC1E9;
/*	background-image:url(../../../images/header_img.jpg);*/
	/*background-repeat:no-repeat;
	background-position:top left;*/
/*	float:right;
	width:725px;*/
	padding:0;
margin:18px 0 0 0;
	height:auto;
	background-color:#FFFFFF;
}



#inside-header{
	padding:0;
	margin:18px 0 0 36px;
	height:auto;
	background-color:#FFFFFF;
	/*xheight:157px;*/
}

div.header-top {
	width:100%;
	padding:0 0;
	float:left;
	background-color:#FFFFFF;
}
div.header-top img {
	float:left;
	/*padding:30px 0 0 0;*/
}
h1.logo {
	font-size: 200%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	
}
.narrow h1.logo {
	width: 172px;
}
h1.logo a {
	width:241px;
	height:67px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	text-indent: -4000px;
	/*background: url(../images/logo.gif) no-repeat;*/

	background:url(../images/gdgwi_logo.jpg) no-repeat;
	/*margin:30px 0 0 0;*/
}
h1.logo-lancaster {
	font-size: 200%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	
}
.apply_now {
	width:125px;
	display:block;
	float:right;
	margin:0;
	padding:0;
}
.apply_now a {
	width:120px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	background: url(../images/apply_now_top.gif) no-repeat;
}


.vle {
	width:80px;
	display:block;
	float:right;
	margin:0;
	padding:0;
}
h1.logo-lancaster a {
	width: 91px;
	height: 54px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	text-indent: -4000px;
	/*background: url(../images/logo.gif) no-repeat;*/

	background:url(../images/lancaster_logo.jpg) no-repeat;
	/*margin:30px 0 0 0;*/
}
.narrow h1.logo a {
	width: 172px;
	background: url(../images/logo-narrow.gif) no-repeat;
}
div#site-logo {
	float:left;
	padding:35px 0 0 0;	
}
#ja-newsflash {
	line-height: normal;
	/*height: 170px;

	width: 22.9%;*/

	position: relative;
	height:280px;
	width:232px;
	float:left;
	left:35px;
	background: #BF82AC !important;
	margin:0;
	padding:0;
	color:#fff;
}


#ja-newsflash_inside {
	line-height: normal;
	/*height: 170px;

	width: 22.9%;*/

	position: relative;
	/*height:280px;*/

	height:199px;
	width:232px;
	float:left;
	left:35px;
	background: #BF82AC !important;
	margin:0;
	padding:0;
	color:#fff;
}
#ja-scroll_1, #ja-scroll_2 {
	background: #5D6B74;
	background:none;
}
#ja-pathwaywrap {
	/*background: url(../images/opaque-default.png);

	clear: both;

	height: 30px;*/

	float:left;
	width:100%;
	margin:0 14px;
}
#ja-pathway {
	float:left;
	/*xdisplay:block;*/
	padding:10px 0 10px 2%;
	margin:0 20px 10px 0;
	color: #983D58;
	width:710px;
	background-color:#F5F1ED;
	font-weight:bold;

}
/*#ja-pathway strong {

	margin-right: 10px;

}*/



#ja-pathway img {
	margin: 0 5px 0;
}
#ja-pathway a {
	font-weight: normal;
	color: #525252;
	text-decoration: none;
}

#header-flash {
		float:left;
		margin:0 0 0 0;
}

/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnavwrap {
	clear: both;/*background: url(../images/dot.gif) repeat-y 218px 0;*/

}
.narrow #ja-mainnavwrap {
	background: url(../images/dot.gif) repeat-y 173px 0;
}
#ja-mainnav {
	float: left;
	width: 966px;
	background:url(../../../images/menu_bg.png) no-repeat 0 0;
	margin:-5px 0 0 -7px; *margin:-14px 0 0 -7px; 
	padding:0 0 10px 0;
}
#ja-mainnavwrap a,  #ja-mainnavwrap a:hover,  #ja-mainnavwrap a:active,  #ja-mainnavwrap a:focus {
	outline: none;
}
#ja-subnavwrap {
}
#ja-subnav {
}
/* Default Joomla! Menu */

a.mainlevel {
	padding: 5px 0 5px 20px;
	width: 90%;
	display: block;
	color: #2A343A;
	text-decoration: none;
	background: url(../images/a-mainlevel.gif) no-repeat bottom left;
}
a.mainlevel:hover,  a.mainlevel:active,  a.mainlevel:focus {
	color: #2A343A;
	text-decoration: none;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
}
a.mainlevel#active_menu {
	color: #0064A1;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}
a.sublevel {
	padding: 2px 4px 2px 20px;
	display: block;
	color: #2A343A;
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 10px 9px;
}
a.sublevel:hover,  a.sublevel:active,  a.sublevel:focus {
	color: #0064A1;
	text-decoration: none;
}
#active_menu {
	color: #0064A1;
	font-weight: bold;
}
/* MODULE

--------------------------------------------------------- */

div.moduletable_menu h3,  div.moduletable h3 {
	font-size: 170%;
	padding:0 0 2px 10px;
	margin: 0 -2px 10px;
	border-bottom: 1px solid #D0D9DF;
	color: #0064A1;
	font-weight: normal;
}
div.moduletable_menu,  div.moduletable {
	padding:0 10px 10px 10px;
	margin:0 0 30px 0;
}
#ja-usertoolswrap div.moduletable {
padding:0;
margin:0;
}

#ja-col1 div.moduletable_menu,  #ja-col1 div.moduletable {
	padding-left: 0;
	margin-bottom: 15px;
}
#ja-col1 div.moduletable_menu h3,  #ja-col1 div.moduletable h3 {
	color: #0064A1;
}
#ja-col2 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}
div.moduletable-blank {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}
/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-right, .ja-box-rightcol {
	float: left;
	overflow: hidden;
	padding: 0;
}
.ja-box-full div.moduletable,  .ja-box-left div.moduletable,  .ja-box-right div.moduletable,  .ja-box-rightcol div.moduletable {
	padding: 0 20px 20px 20px;
}
.ja-box-left div.moduletable h3,  .ja-box-full div.moduletable h3 {
	background: #92A3AE;
}
.ja-box-left,  .ja-box-full {
	background: #FFFFFF;
}
.ja-box-right div.moduletable h3 {
	background: #5D6B74;
}
.ja-box-right {
	background: #F4F6F7;
}
.ja-box-rightcol div.moduletable h3 {
	background: #3C4A53;
}
.ja-box-rightcol {
	background: #E3E8EB;
}
/* Bottom Spotlight */

#ja-botslwrap {
	float: left;
	clear: both;
	width: 100%;
}
#ja-botsl {
}
#ja-botsl h3 {
	color: #FFFFFF;
	margin: 0 -20px 10px;
	padding: 6px 20px;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#ja-botsl div.moduletable {
	margin: 0;
}
#ja-botsl ul {
	padding: 0;
	margin: 0 !important;
}
#ja-botsl li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 10px;
}
#ja-botsl td {
	padding: 0;
}
#ja-botsl .article_seperator {
	display: none;
}
#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* LEFT COLUMN + RIGHT COLUMN

--------------------------------------------------------- */

/*x#ja-col1 {
	float: left;
	width: 200px;
	overflow: hidden;*/
}
#ja-col1 div.ja-innerpad {
	/*xpadding: 1px 15px 10px 20px;*/
	background-color:#bf82ac;
	width:197px;
	overflow:hidden;
}
#ja-col2 {
	float: right;
	/*width: 30%;*/

	width:206px;
	overflow: hidden;
}
#ja-col2 div.ja-innerpad {
/*padding: 1px 20px 10px 10px;*/

}
#ja-col1 table,  #ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-col1 ul li,  #ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	/*xbackground: url(../images/bullet-list.gif) no-repeat 3px 9px;*/
}
#ja-col1 ul,  #ja-col2 ul {
	margin: 0;
}
/* USER TOOLS

--------------------------------------------------------- */

#ja-usercolorswrap,  #ja-usertoolswrap {
float:right;
margin-right:-20px;
width:380px;
margin-top:0;

}
#ja-usercolorswrap {
	display:none;
}
*+html #ja-usertoolswrap {
	right: 0;
}
#ja-usertools {
	margin: 0;
/*	padding: 10px 0 4px 0;
	float:right;
}
* html #ja-usertools { /*IE 6*/
/*	float: left;*/
}
*+html #ja-usertools { /*IE 7*/
	padding: 8px 0 4px 0;
}
#ja-usercolors ul,  #ja-usertools ul {
	margin: 0;
	padding: 0;
	float: left;
}
#ja-usercolors ul li,  #ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
/*#ja-usercolors img,  #ja-usertools img {
	padding: 0;
	margin: 0 0 0 2px;
}
#ja-usercolors {
	float: left;
	padding: 10px 5px 4px 0;
}*/
/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {
	/*border-top: 5px solid #D0D9DF;*/

	padding:15px 0;
	clear: both;
	position: relative;
	background-color:#fff;
}


.ja-footerwrap{
	float:left;
	height:auto;
	clear: both;
	/*xposition: relative;*/
	background-color:#b2b2b2;
	width:100%;
	color:#FFFFFF;
	font-family:Colaborate-Regular;
	font-size:14px;
	margin:0px;
	padding:0px;
	
	}
	
.ja-footerwrap1{
	padding:2% 0 5% 30%;
	float:left;
	width:20%;
}
.ja-footerwrap2{
	padding:2% 0 5% 0 ;
	float:right;
	width:50%;
}

.ja-footerwrap a{
	color:#FFFFFF;
}

#ja-footer {
	padding:0 0 0 2%;
	width: 96%;
	float: left;
	position: relative;
	color: #3C4A53;/*background: url(../images/dot.gif) repeat-y 0 0;*/

}
#ja-footer small, #ja-footer address {
	padding: 0 0 0 20px;
	font-style: normal;
	display: block;
	float: left;
	font-size: 100%;
	color: #3C4A53;
}
#ja-footer ul {
	margin: 0 0 5px 20px;
	padding: 0;
}
#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#ja-footer li a {
	display: inline;
	padding: 0 20px 0 0;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;

	font-weight: bold;
	color: #5D6B74;
}
#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	text-decoration: none;
	color: #5D6B74;
}
/* Search */

#ja-searchwrap {
	width:50%;
	float:right;
	clear:right;
	margin:10px 0 0 0;
}


#ja-searchwrap a {
	color:#696969;
}


#ja-search {
	/*background: url(../images/icon-search.gif) no-repeat left 10px;*/
	padding:0px;
	margin: 0 20px 0 0;
}
#ja-search .moduletable {
	margin:0px;
	padding:0px;
	padding-left:0px;
}
#ja-search .inputbox {
	/*width: 150px;
	margin-top: 6px;*/
	color: #666666;
	text-indent:10px;
	/*background: #3C4A53;*/
}
div.search .button {
	border:0px;
	padding:0px;
	/*xposition:relative;*/
	margin:0 5px 0 0;
	float:right;
	/*background-image:url(../../../images/search_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:96px;
	height:25px;*/
	
}
.narrow #ja-search .inputbox {
	width: 100%;
}
/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {
	position: absolute;
	top: -100%;
}
#ja-banner {
	text-align: center;
}

div.back_button a,  div.back_button a:hover,  div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
#form-login {
	padding:0px 0px;
}
#modlgn_passwd, #modlgn_username {
	width: 80%;
}
#modlgn_remember {
	border: none;
	background: none;
}
/* JA Newsflash */

div.nftitle,  div.nfimages,  div.nfcontent {
	padding: 0 10px;
	color:#fff;
}
div.nftitle {
	font-size: 170%;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 12px 0 10px 0;
}
div.nftitle a {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}
div.nfimages {
	text-align: center;
}
div.nfcontent {
	color: #fff;
	margin: 0;
}
/* Clearfix */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
/*x* html > body .clearfix {
	width: 100%;
	display: block;
}*/
* html .clearfix {
	height: 1%;
}
/* User Tools */

#ja-usertools {
	padding: 7px 0 0;
	font-size: 11px;/*float: left;*/

}
#ja-usertools ul {
	margin:0;
	padding:0 15px 0 0;
	float: right;
}
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
#ja-usertools img {
	padding: 0 3px 0 0;
}
/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* INSIDE PAGES MENU */



#inside-menu {
	/*xline-height: normal;*/
	/*height: 170px;

	width: 22.9%;*/

	/*position:relative;*/
	/*overflow:hidden;*/
	/*height:199px;*/ /*xheight:auto;*/
	/*width:232px;*/ width:196px;
	float:left;	
	/*xleft:35px;*/
	background:#BF82AC;
	margin:18px 0 0 0 ;
	padding:2px 18px 0 18px;
	color:#fff ;
	font-family:Colaborate-Regular;
}
#inside-menu ul, #inside-menu li, #inside-menu h3, #inside-menu div.moduletable {
	padding:0;
	margin-left:0px;
	
	
}


#inside-menu h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.5em;
	border-bottom:2px #CC94BF solid;
	padding-bottom:5px;
}
#inside-menu li {
	background:url(../images/bg-menu-li.gif) left bottom repeat-x;
	margin-top:-15px;
	margin-bottom:15px;
	

}


#inside-menu li a {
	background:url(../images/bullet-menu.gif) left center no-repeat;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	color:#fff ;
	text-decoration:none;
	padding:0 0 0 13px;
	line-height:25px;
}



#inside-menu li.active a {
	color:#983D58 ;
	font-weight:bold;
}

#inside-menu ul li li{
	margin-left:12px;
	margin-top:-15px;
	margin-bottom:15px;
}

#inside-menu ul li li a{
	color:#fff !important;
	font-weight:normal!important;
	
}

#inside-menu ul li li.active a{
	color:#983D58 !important;
	font-weight:bold!important;
}


#header-images {
	float:right;
	width:654px;
	height:199px;
	margin:0 0 0 30px;
}
#content-part {
	float:left;
	width:90%;
	margin:0 0 0 3%;
}
* html #content-part {
	float:left;
	background-color:#FFFFFF;
	width:843px;
	margin:0 0 0 18px;
}
/* CUSTOM MODULES : STARTS */



div.moduletable-mod h3 {
	color: #fff;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.4em;
	padding:20px 0 13px 0;
}
div.moduletable-mod div {
	background:url(../images/bg-module-top.jpg) left top no-repeat;
	padding:0 10px 0 18px;
}
div.moduletable-mod {
	/*xbackground:url(../images/bg-module-bottom.jpg) left bottom no-repeat;*/
	padding:0 0 26px 0;
	width:100%;
	float:left;
	margin:45% 0 10px 0;
	/*xbackground-color:#711c79;*/
}
/* CUSTOM MODULES : ENDS */







/* TOP MENU : STARTS */



#top-menu{
	float:right;
	/*width:48%;*/
	width:51%;
	}


#top-menu ul {
	margin:0;
	padding:0 0 0 0;
	float:right;
	}
	
#top-menu li {
	float:left;
	margin:0;
	padding:0 6px;
	list-style:none;
	background:url(../images/top-menu-seperator.gif) right center no-repeat;
	}
#top-menu li a {
	text-decoration:none;
	color:#983D58;
	}
/* TOP MENU : ENDS */



#home-content {
	background-color:#ffffff;
	width:956px;
	float:left;
	margin:-60px 0 0 0;
	
}
/* HOME PAGE USERS : STARTS */



#home-user1 div.moduletable, #home-user2 div.moduletable, #home-user3 div.moduletable {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#home-user2 h3{
	color:#5f5f5f;
	font-size:22px;
	font-family:Colaborate-Regular;
	border-bottom:3px #962e51 solid;
	margin:0 0 0 5px;
	padding:5px 0 5px 0 ;
}


#home-user3 h3 {
	color:#5f5f5f;
	font-size:22px;
	font-family:Colaborate-Regular;
	border-bottom:3px #2a2a2a solid;
	margin:0;
	padding:5px 0;
}

#home-user3 h2{
	font-family:Colaborate-Medium;
	font-size:16px;
	padding:0;
	margin:0;
	}
	
.home-user3{
	padding:3px 0 2px 5px;
	}


#home-user1 h3 {
	color:#5f5f5f;
	font-family:Colaborate-Regular;
	font-size:22px;
	border-bottom:3px #bdcf63 solid;
	margin:0;
	padding:5px 0;
}
#home-user1-cm {
	color:#711c77;
	
	font-size:22px;
	margin:0;
	padding:0 0 0 0;
}
#home-user1 {
	float:left;
	width:230px;
	margin:10px 0 0 20px;
	padding-right:15px 0 0 0;
	min-height:520px;
}
* html #home-user1 {
	float:left;
	width:230px;
	margin:10px 0 0 10px;
}
#home-user2 {
	float:left;
	width:450px;
	margin:10px 0 0 0;
	padding:0 0 0 0;
}
#home-user3 {
	float:right;
	width:230px;
	margin:10px 10px 0 10px;
	padding:0 0 0 0;
	min-height:250px;
}
* html #home-user3 {
	float:left;
	width:245px;
	margin:10px 0 0 20px;
	padding:0 0 0 15px;
	height:250px;
}

#home-heading {
	color:#711c77;
	font-size:18px;
	font-family:Colaborate-Regular;
	
	
}

.home-headinggrey {
	color:#252525;
	font-size:18px;
	text-decoration:none;
	padding:5px 0;
	display:block;
	float:left;

}
.home-headinggrey a{
	color:#252525;
	font-size:18px;
	text-decoration:none;
	padding:5px 0;
	display:block;
	float:left;

}
.home-headinggrey a:hover{
	color:#252525;
	font-size:18px;
	text-decoration:none;
	padding:5px 0;
	display:block;
	float:left;
	text-decoration:underline;

}
.greysmall {
	color:#707070;
	font-size:14px;
	padding:5px 0 0;
  
	
}
/*#home-user3 {
	border-left:1px #DDDDDD solid;
}*/
/*#home-user1 {
	border-right:1px #DDDDDD solid;
}*/
#home-user2 a{
	/*background:url(../images/bg-user-read-more.gif) left 3px no-repeat;*/
	padding:0 0 0 0;
	color:#252525;
}

#home-user3 a{
	font-family:Colaborate-Medium;
	font-size:16px;
	padding:0;
	margin:0;
	color:#252525;
}

#home-user1 a {
	/*background:url(../images/bg-user-read-more.gif) left 3px no-repeat;*/

	padding:0 0 0 0;
	color:#0064a1;
	
}
#home-user1 h4 {
	color:#8D381D;
	margin:0;
	padding:0;
}
div.moduletable-campus, div.moduletable-study, div.moduletable-maps {
	float:left;
	width:200px;
	margin:0;
	padding:0;
}
div.moduletable-campus img, div.moduletable-study img, div.moduletable-maps img {
	margin:0 0 3px 0;
}
div.moduletable-campus h3 {
	width:200px;
	height:33px;
}
div.moduletable-campus h3 a {
	width:200px;
	height:33px;
	float:left;
}
div.moduletable-campus h3 a span {
	display:none;
}
div.moduletable-study h3 {
	font-size:22px;
	font-family:Colaborate-Regular;
	font-weight:normal;
	color:#711c77;/*	text-indent:-999px;*/

}
div.moduletable-study h3 a {
	width:200px;
	height:33px;
	float:left;
}
div.moduletable-study h3 a span {
	display:none;
}
div.moduletable-maps h3 {
	font-size:22px;
	font-family:Colaborate-Regular;
	font-weight:normal;
	color:#711c77;/*text-indent:-999px;*/

}
div.moduletable-maps h3 a {
	width:200px;
	height:33px;
	float:left;
}
div.moduletable-maps h3 a span {
	display:none;
}
div.moduletable-campus {
	margin-left:18px;
}
* html div.moduletable-campus {
	margin-left:9px;
}
div.moduletable-study {
	margin-left:5px;
}

div.moduletable-maps {
	margin-left:20px;
}
/* HOME PAGE USERS : ENDS */



ul.ja-usertools-font {
	float:right;
}
ul.ja-usertools-font img {
	width:14px;
	height:14px;
}
table.contentpaneopen td {
	text-align:justify;
}
table.contentpaneopen td h4 {
	color:#990000;
}
#footer {
	height:10px;
	line-height:25px;
	padding-right:0%;
	width:100%;
	
}
#footer a {
	text-decoration:none;
	color:#353535;
}
#footer a:hover {
	text-decoration:underline;
	color:#353535;
}
#footer_II {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	padding:0 0 0 0;
	
}
#footer_II a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
}
#footer_II a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
}
#tree_margin {
	position:relative;
	top:50px;
}
/*-------*/

#home-menu {
	line-height: normal;
	/*height: 170px;

	width: 22.9%;*/

	position: relative;
	/*height:199px;*/ height:111px;
	/*width:232px;*/ width:196px;
	float:left;
	background: #BF82AC !important;
	margin:0;
	padding:18px 18px 0 0;
	color:#fff;
}
#home-menu ul, #home-menu li, #home-menu h3, #home-menu div.moduletable {
	margin:0;
	padding:0;
}
#home-menu h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.5em;
	color:#FFFFFF;
	padding-bottom:5px;
}
#home-menu li {
	background:url(../images/bg-menu-li.gif) left bottom repeat-x;
}
#home-menu li a {
	background:url(../images/bullet-menu.gif) left center no-repeat;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 13px;
	line-height:25px
}
#home-menu li.active a {
	color:#983D58;
	font-weight:bold;
}

#offlineForm select{ width:305px; border:1px solid #d6d6d6; font-size:12px;}
#offlineForm textarea{height:100px !important;}
#offlineForm textarea,
#offlineForm input[type="text"]
{ width:300px; border:1px solid #d6d6d6; font-size:12px; background:url(../images/input.png) no-repeat;}
#offlineForm input[type="submit"]
{background:url(../images/input.png) no-repeat; border:1px solid #d6d6d6; cursor:pointer; font-weight:bold; padding:6px;}


#menu{
	width:100%;
	float:left;
}

#menu-top1{
	float:right;
	width:20%;
}

#menu-top2{
	float:right;
	width:20%;
}
#menu-top-3{
	float:right;
	width:20%;}

.txt_field_top {
	background-image: url(../../../images/search_field.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:96px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	border:0;
}



<!---------------------main_content-------------------------------->

#main_content{
	float:left;
	width:956px;
	}

#left_content{
	width:232px;
	float:left;
	margin:0 0 0 0;
	padding:0px;
	background-color:#d8aecb;
	}
#right_content{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	}
	
	
.quick_links{
	margin:0 0 0 18px;
	padding:0px;
	font-size:18px;
	font-family:Colaborate-Regular;
	color:#FFFFFF;
	
}

#main_div{
	width:956px;
	margin:0px auto;
	padding:0px;
}
.search {
	/*xwidth:130px;*/
	margin: -6px 0 0 82px;
	float:right;
}


.search_menu{
	float:left;
	margin:-35px 0 0 170px;
	*margin:-30px 0 0 170px;
	padding:0px;
	width:300px;}
	
	
.ja-headerwrap-left{
	width:196px;
	float:left;
	margin:0px;
	padding:0px;
}


.ja-headerwrap-right{
	width:760px;
	float:right;
	margin:0px;
	padding:0px;
}	
.inside_page {
	background-image:url(../../../images/content_bg.png);
	background-repeat:repeat-y;
	background-position:top;
	width:100%;
	float:left;
}

.moduletable-search-text{
	padding:
	
}


.Latest-News{
	margin:0px;
	padding:0px;
	
}
#ja-header  { margin-top /*\**/: 11px\9 }
.inside_page #ja-headerwrap { margin-top /*\**/: -40px\9 }

div.fpss-introtext{  padding/*\**/: 10px\9 }

div.fpss-introtext{  width/*\**/: 310px\9 }

.transMenu  { margin-top /*\**/: -7px\9!important}

*+html #ja-header  { margin-top: 18px; }
*+html .inside_page #ja-headerwrap{ float:left; padding-top:8px; }

.Latest-News a{
	color:#696969;
}

.Events-Guide{
	margin:0px;
	padding:0px;
}

.Events-Guide a{
	color:#696969;
}
.slidetext{
color:#69686d!important;
padding:20px;
}

#ja-searchwrap .inputbox{
	background-image:url(../../../images/search_field.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
}
.button1{position: relative;
z-index: 1;
top: -35px;
width: 324px;
float: right;
margin-right: 2px;
height: 35px;
}
