body							{
font-size: 14px;
font-family: Georgia;
text-align: left;
width: 900px;
margin: 0 auto;

}
							
#body_wrapper1		{
text-align: left;
background-color: #fff;
width: 100%;
margin: 0;
padding: 0;
}

#header_wrapper				{
width: 100%;
}


#header_section2  			{
text-align: left;
padding-left: 50px;
}

#main_content_wrapper		{
width: 100%;
}

#main_section				{
width: 100%;
float: left;
}

#main_section_wrapper				{
padding: 10px;
}

#side_section					{
visibility:hidden;
text-align: left;
float: left;
}

#side_section_wrapper				{
visibility:hidden;
padding: 10px;
}

#footer_section					{
visibility:hidden;
text-align: center;
padding: 50px;
border: 1px solid #666;
}

/*styling for top level headers*/
h1							{
font-size: 18px;
color: rgb(50,50,50);
}

h3							{
font-size: 14px;
font-weight: 600;
color: rgb(50,50,50);
}


/*styling for admin_forms */
form.admin_form				{
width: 100%;
padding-bottom: 20px;
}

.admin_form	fieldset			{
border: 1px solid rgb(0,70,213);
padding: 10px 0 10px 0;
margin-bottom: 10px;
}

.admin_form label				{
color: rgb(50,50,50);
width: 15%;
display: inline-block;
}
					
.admin_form ol 				{
list-style-type: none;
}

.admin_form input, select		{
width: 40%;
position: relative;
left: 100px;
}

.admin_form fieldset.submit input	{
width: 100px;
margin-right: 10px;
}

span.formerror				{
display: inline-block;
color: red;
font-style: italic;
margin: 10px;
}
/*end of module_form styling*/

form.module_form				{
width: 100%;
}

.module_form fieldset			{
border: 1px solid rgb(0,70,213);
padding: 10px 0 10px 0;
margin-bottom: 10px;
}


.module_form ul				{
list-style-type: none;
}

.module_form li				{
padding-left: 30px;
}

.module_form input, select		{
padding-left: 0;
}

.module_form fieldset.submit input	{
width: 100px;
margin-right: 10px;
margin-bottom: 20px;
}
/*end of module_form styling*/


#header_section1 {
text-align: right;
}

/*byo form styling*/

.enquiry_info 		{
padding-bottom: 2px;
}

.enquiry_info  label 	{
display: inline-block;
width: 100px;
margin-right: 5px;
}				

.enquiry_info li		{

list-style-type: none;
}

.enquiry_info input		{
width: 200px;
text-align: left;
}

#enquiry_submit input		{
margin: 20px;
text-align: center;
width: 400px;
font-size: 18px;
color: #fff;
background: #ffffff url('../images/submitbg.jpg') no-repeat 0 0;
height: 62px;
border: none;
}


/*search form styling */
#search						{
visibility:hidden;
float: right;
width: 0;
height: 0;
overflow: hidden;
}

#search form					{
width: 180px;
margin: 2px;
padding: 2px;
}

.searchform1 legend			{
color: rgb(0,70,213);
}

.searchform1 fieldset			{
border: 1px solid #cccccc;
}

.searchform1 label 			{
display: block;
overflow: hidden;
width: 0;
height: 0;
}

.searchform1 input			{
padding: 2px;
margin: 2px 0 2px 5px;
width: 120px;
font-size: 12px;
color: rgb(100,100,100);
height: 20px;
background-color: #fff;
border: 1px solid #c5d8d0;
margin-right: 1px;
}

.searchform1 button			{
width: 25px;
height: 25px;
border: none;
background: transparent url('../images/buttonbg.png') no-repeat 0 0;
margin-left: 3px;
}
/*end of search form styling

/*styling for parent_links navigation bar*/

#parent_links 				{
visibility:hidden;
width: 0;
height: 0;
overflow: hidden;
}

#parent_links ul 				{
margin: 0;
padding: 0 10px 0 250px;
list-style-type: none;
}

#parent_links li 				{
display: inline;
margin: 0;
padding: 0;
}

#parent_links a				{
float: left;
background: url("../images/tableftF.gif") no-repeat left top;
margin: 0;
padding: 0 0 0 4px;
text-decoration: none;
}

#parent_links a span {
float: left;
display: block;
background: url("../images/tabrightF.gif") no-repeat right top;
padding: 5px 15px 4px 6px;
color: #666;
}

#parent_links a:hover span	{
color: #fff;
}

#parent_links a:hover 		{
background-position: 0% -42px;
}

#parent_links a:hover span	{
background-position: 100% -42px;
}

/*css to split BYO Course Information into two columns*/

div.modules_col1				{
width: 49%;
float: left;
padding-top: 10px;
}

div.modules_col2				{
width: 50%;
float: left;
padding-top: 10px;
}

 span.moduleselection	{
padding-left: 50px;
display: inline-block;
position: relative;
top: 10px;
margin-bottom: 10px;
text-decoration: none;

}

span.guidance			{
display: inline-block;
padding: 20px;
}

/*styling for course schedule*/
div.schedule li				{
padding-left: 20px;
list-style-type: none;
}

span.schedule_header		{
display: block;
}


div.schedule_col1		{
width: 49%;
float: left;
}

div.schedule_col2		{
width: 49%;
}

