
/*GLOBAL VARIABLES
-----------------------------------------------------------------------------*/
* 
{ 
	padding:0; 
	margin:0; 
	vertical-align:top;
} 

img
{
	border:0;
}

html
{
	height:100%;
}

a
{
	color: #5D8CE9; 
}

a:hover
{
	color: #D6851C; 
}

/*STRUCTURE
-----------------------------------------------------------------------------*/
body 
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size:12px;
	padding: 0px;
	color: #373737;
	width:100%;
	height:100%;
	background-image: url(/generic_files/images/pattern4.png); 
	background-repeat: repeat;
	text-align: center;
}

#mainwrapper
{
	width: 1000px; 
	background: #fff;
	min-height: 100%;
	margin:0 auto;
	text-align:left;
	padding-bottom:30px;
	background: #fff url(/generic_files/images/greydot.PNG) repeat-y 170px 0;
}

* html #mainwrapper
{
	height: 100%
}

#top_bar
{
	padding:10px 20px 0px 20px;
	background:#fff;
}

#left_menu
{
	float:left;
}

#content_right, #content_full
{
	padding:0px 20px;
	width:780px;
}

#content_right
{
	margin-left:170px;
}

/*TOP LINE
-----------------------------------------------------------------------------*/
#nav_top
{
	margin-bottom:20px;
	background:#fff;
} 

/*LEFT SECTION
-----------------------------------------------------------------------------*/
ul#menu
{
	font-family: arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	width:170px;
	text-align:left;
	list-style-type: none;
}

ul#menu li
{
	margin-bottom: 0px;

}

ul#menu li a
{
	border-top: solid 1px #ccc;
	display: block;
	padding: 3px 0px 3px 0px;
	width: 100%;
	text-decoration: none;
	color:#36c;
	text-indent:20px;
	background-color:#E9E9E9;
	letter-spacing: 1px;
}

ul#menu li.main_active a, ul#menu li.main_active_individual a
{
	border-bottom: solid 1px #fff;
	padding: 3px 0px 0px 0px;
	width: 100%;
	text-decoration: none;
	color:#36c;
	text-indent:20px;
	background-color:#fff;
}

ul#menu li.main_active_individual a
{
	padding: 3px 0px;
}

ul#menu li.main_active a:hover, ul#menu li.main_active ol li.sub_active a:hover
{
	color:#D6851C;
}

ul#menu li a:hover 
{
	background-color:#fff;
	border-right:1px solid white;
	margin-right:-1px;
}

ul#menu li ol
{
	padding-bottom:3px;
}

ul#menu li.main_active ol li a
{
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	list-style-type:circle;
	padding: 0px 0px;
	width: 100%;
	text-decoration: none;
	color:#9C9C9C;
	text-indent:25px;
	background-color:#fff;
	letter-spacing: 1px;
}

ul#menu li.main_active ol li.sub_active a, ul#menu li.main_active ol li a:hover
{
	color:#36c;
}

.todays_timetable
{
	width:134px; 
	padding:30px 18px 10px 18px; 
	font-size:90%;
}

/*MAIN CONTENT
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #36c;
}

h1, h2
{
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: normal;
}

h1
{
	margin:0px 0px 10px 0px;
	font-size: 180%;
	border-bottom: 1px solid #ccc;
}

h2
{
	margin:10px 0px 0px 0px;
	font-size: 140%;
}

h3, h4, h5, h6
{
	font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}

h3
{
	font-size: 110%;
}

h4
{
    font-size: 80%;
}

h5
{
    font-size: 70%;
}

h6
{
    font-size: 60%;
}

table 
{ 
	border-collapse: collapse; 
	border-spacing: 0;
	margin:10px 0;
} 

.data td
{
	padding:1px 2px;
	border:1px solid #ccc;
	vertical-align:middle;
}

.borderless td
{
	padding:1px 2px;
}

.spaced td
{
	line-height: 200%;
}

p 
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%; 
	line-height: 140%;
	margin:5px 0px;
}

#content_right ol, #content_right ul
{
	margin-left:25px;
}

#content_right ul li 
{
	list-style-type: disc;
}

li
{
	margin-bottom:5px;
}

.alert
{
	color:red;
}

/*SCROLLER
-----------------------------------------------------------------------------*/
.scroller
{
	background-color:#3366cc;
	padding:0;
	border:0;
	margin:0;
	color:#fff; 
	font-weight:bold;
	font-family:Arial;	
	letter-spacing: 1px;
}

.scroller a
{
	color:#fff;
}

/*SCROLLER
-----------------------------------------------------------------------------*/
#mailing_list
{
	width:230px;
	border:1px dashed #36c;
	float:right;
	height:80px;
	padding:0px 6px 0px 6px;
	text-align:center;
}

#mailing_list h2
{
    color: #36c;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
	font-size: 130%;
	margin:0;
	padding:0;
	border-bottom:1px dashed #36c;

}

#mailing_list p
{
	font-size:90%;
	margin:11px 2px;
}

/*BUSINESS DIRECTORY
-----------------------------------------------------------------------------*/
.question
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.question p
{
	font-weight: bold;
}

.options
{
	margin: 10px 0 0 30px;
}