@charset "utf-8";
/* Format CSS */

/***************************************** Body Style *****************************************/
body
{
	font-family:Verdana, sans-serif;
	background-position: top;
	background-image: url(../images/scot_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: center;
	width: 100%;
}

/***************************************** Paragraph Style *****************************************/
p
{
	font-size:12px;
	font-weight: normal;
	color: black;
	background: none;
	text-align:justify;
}

.gallery_text p
{
	font-size:14px;
	font-weight: bold;
	text-align: center;
}

/***************************************** Heading Styles *****************************************/
.first_letter
{
	font-family:Vivaldi, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style:italic;
	color: #de0a0a;
	padding-bottom: 10px;
}

.first_letter2
{
	font-family:Vivaldi, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
	color: #de0a0a;
	padding-bottom: 5px;
}

h1
{
	font-family:Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #de0a0a;
	padding-bottom: 10px;
}

h2
{
	font-family:Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #de0a0a;
	padding-bottom: 5px;
}

/***************************************** Pointer Style *****************************************/
ul.news_list 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	position: relative;
}

.news_list li
{
	background-image: url(../images/scot_bullet2.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
	padding-left: 25px;
	list-style-position: outside;
}

/***************************************** Pointer Style *****************************************/
ul.recent_list 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
}

.recent_list li
{
	background-image: url(../images/scot_bullet2.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.4em;

}

/***************************************** Pointer Style *****************************************/

/*.changecursor 
{
    cursor:pointer;
}*/


/***************************************** Footer Hyperlink Styles *****************************************/

.hyper_footer a
{
	text-align:center;
	font-family:Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #de0a0a;
}

.hyper_footer a:link {color:#de0a0a;}

.hyper_footer a:visited {color: #de0a0a;}

.hyper_footer a:hover {color: #de0a0a; text-decoration:underline;}

.hyper_footer a:active {color: #de0a0a;}


/***************************************** Hyperlink Styles *****************************************/

.hyper a
{
	color: #de0a0a;
}

.hyper a:link {color:#de0a0a;}

.hyper a:visited {color: #de0a0a;}

.hyper a:hover {color: #de0a0a; text-decoration:underline;}

.hyper a:active {color: #de0a0a;}


/***************************************** Menu List Styles *****************************************/
ul#menu
{
    float:left;    
    list-style-type: none; 
}

#menu li 
{ 
	float: left; 
	padding: 0px; 
	margin: 0px; 
	display: inline
}

#menu a#home
{
    display: block;
    width:128px;
    height: 51px;
    background-image: url("../images/menu_images/menu_home2.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#news
{
    display: block;
    width:132px;
    height: 51px;
    background-image: url("../images/menu_images/menu_news2.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#gallery
{
    display: block;
    width:130px;
    height: 51px;
    background-image: url("../images/menu_images/menu_gallery2.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#results
{
    display: block;
    width:132px;
    height: 51px;
    background-image: url("../images/menu_images/menu_results2.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#teachers
{
    display: block;
    width:131px;
    height: 51px;
    background-image: url("../images/menu_images/menu_our_teachers.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#contact
{
    display: block;
    width:131px;
    height: 51px;
    background-image: url("../images/menu_images/menu_contact2.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a:hover#news, #menu a:hover#results 
{
    display: block;
    width: 132px;
    height: 51px;
    background-position: bottom;
}

#menu a:hover#teachers
{
    display: block;
    width: 131px;
    height: 51px;
    background-position: bottom;
}

#menu a:hover#contact
{
    display: block;
    width: 131px;
    height: 51px;
    background-position: bottom;
}

#menu a:hover#home
{
    display: block;
    width: 128px;
    height: 51px;
    background-position: bottom;
}

#menu a:hover#gallery
{
    display: block;
    width: 130px;
    height: 51px;
    background-position: bottom;
}
