﻿/*
*	CSS styles for use on HOME PAGE ONLY
*/
.home .section3 .column1{
    width: 20%;
}

.home .section3 .column2{
    width: 36%;
    margin-right: 2%;
}

.home .section3 .column3{
    width: 35%;
    margin-right: 0;
    margin-left: 2%;
}

h1
{
    color: #a71c20;
    font-size: 1.1em;
    font-weight: bold;
}


p.feature_courses,p.feature_courses a,p.feature_courses a:link,p.feature_courses a:visited
{
    color: #a71c20;
    font-weight: bold;
}
h1.feature_courses,h1.feature_courses a,h1.feature_courses a:link,h1.feature_courses a:visited
{
    color: #a71c20;
    font-weight: bold;
}

div.highlight p strong a, div.highlight p strong a:link,div.highlight p strong a:visited
{
    font-size: 1.3em;
    text-decoration: none;            
}

div.highlight p strong a:hover{
    text-decoration: underline!important;
}

p.center{
    text-align: center;
}

/*
*	2008-10-13 - PS
*	CSS styles for new home page
*/

/* Search form box */
.searchForm h1
{
	color: #A8A9AD;
	font-size: 1.4em;
	margin:2em 0pt 1em;
	margin-bottom: 0.5em;
}

.searchForm label
{
	color: #003388;
	font-size: 1em;
	width: 100%;
	margin-top:10px;
	
}

.searchForm .dvSubjectSearchBox
{
	width: 18em;
    padding: 0.2em;
    float: left;
    clear: left;
}

.searchForm .dvKeywordSearchBox
{
	width: 18em;
	padding: 0.2em;
	float: left;
	clear: left;	
}


.searchForm select
{
	width: 90%;
	border-color: #A8A9AD;
	border-style: solid; 	
}
.searchForm input
{
	width: 90%;
	border-color: #A8A9AD;
	border-style: solid; 		
}


.searchForm a.searchButton
{
	width: 2.1em;
	border-color: #A8A9AD;
	float: left;	
	background-color: #a71c20;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0.3em;
	padding-left: 0.5em;
	margin-top: 0.1em;
}

.searchForm  a.advancedSearch:link
{
	float:left;
	margin-top: 0.5em;      
	font-weight: bold;        	  	
	color: #003388;
	font-size: 1em;
	width: 90%;
	text-decoration: none;

}

.searchForm a.advancedSearch:visited
{
	float:left;        	
	margin-top: 0.5em;      
	font-weight: bold;    
	color: #003388;
	font-size: 1em;
	width: 90%;
	text-decoration: none;        	

}


/* General styles*/

h1
{
	font-size: 1.3em;
}

h2
{
	font-size: 1.3em;
	color:#a71c20;
}

h1 a
{
	color:#a71c20;
	text-decoration: none;
}

h1 a:link
{
	color:#a71c20;
	text-decoration: none;
}

h1 a:visited
{
	color:#a71c20;
	text-decoration: none; 
}

h1 a:hover
{
	text-decoration: underline; 
}

/* CMS Bullet lists */
ul
{
	padding: 0px;
	margin: 0px;
}
ul li
{
	background: url('../images/menu_arrow2.gif') 0% 0.4em no-repeat;
	margin-left: 0px;
	padding: 0.3em;
	padding-left: 20px;
	list-style-type:none;
	border-top: 1px solid #EEF5FD;
	margin-bottom: 0px;
}

ul a
{
	text-decoration:none;
	color: #373737;
}

ul a:link
{
	text-decoration:none;
	color: #373737;	
}

ul a:visited
{
	text-decoration:none;
	color: #373737;	
}        

ul a:hover
{
	text-decoration:underline;
}        


/* Layout boxes */

/* Row 1 */
#main_row1
{
	width:100%;
	float: left;
	padding-left: 1%;
	padding-top: 1em;	
	padding-bottom: 1em;
}

#main_row1_col1
{
	width: 66%;
	float: left;
}

#main_row1_col2
{
	width: 30%;
	float: left;
}


/* Row 2 */

#main_row2
{
	width:100%;
	float: left;
	height: 235px;
	padding-left: 0.5em;

}

#main_row2_col1
{
	margin: 0.5em;
	float: left;
	width: 30%;
	margin-left:0px;
	margin-right: 1em;
}

#main_row2_col1 .content
{
	height: 180px;
}


#main_row2_col2
{
	margin: 0.5em;
	float: left;
	width: 30%;
	margin-left: 0px;
	margin-right: 1em;	
}

#main_row2_col2 .content
{
	height: 180px;
}

#main_row2_col3
{
	margin: 0.5em;
	float: left;
	width: 30%;	
	margin-left: 0px;
	margin-right: 1em;		
}

#main_row2_col3 .content
{
	height: 180px;
}

/* Row 3 */

#main_row3
{
	width:100%;
	float: left;	
	padding: 0px;
	padding-left: 0.5em;
	height: 150px;
	overflow: hidden;	
}

#main_row3_col1
{
	float: left;
	width: 50%;
	margin: 0.5em;
	margin-left: 0px;	
}

#main_row3_col1 .scroll_content
{
	background-color: #EEF5FD;
	height: 127px;
	overflow:auto;
	padding: 0.5em;

}

#main_row3_col2
{
	float:left;
	width:24%;
	margin: 0.5em;
	padding: 0.5em;
	height: 160px;
}


#main_row3_col3
{
	float:left;
	width:12%;
	margin: 0.5em;
	height: 160px;
}

/* Home page header styles */

div.content h2
{
	color:#a71c20;
	font-size: 1.3em;
	margin: 0.75em 0 0.75em 0;
}

div.content  h2 a
{
	color:#a71c20;
	text-decoration: none;
}

div.content  h2 a:link
{
	color:#a71c20;
	text-decoration: none;
}

div.content  h2 a:visited
{
	color:#a71c20;
	text-decoration: none; 
}

div.content h2 a:hover
{
	text-decoration: underline; 
}

