/* Website font, image, links styles*/


@font-face {
    font-family: 'FreshmanNormal';
    src: url('fonts/freshman-webfont.eot');
    src: url('fonts/freshman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freshman-webfont.woff') format('woff'),
         url('fonts/freshman-webfont.ttf') format('truetype'),
         url('fonts/freshman-webfont.svg#FreshmanNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* expand styles */

.expandHolder {
margin: 0 0 25px 0;
padding: 0px;
width: 99%;

}


.expandHeader {
margin: 0 0 1px 0;
padding:8px;
width:100%;
height:27px;
background-image:url(images/expand_bg.png);
background-repeat:repeat-x;
border:#1b427e solid 1px;
cursor: pointer;
position: relative;

}
.expandContent {
padding: 5px 8px;
width:100%;
background-color:#e7e5d3;
border:dotted #c0bda7 1px;
}


/* sidebar divs & styles */

#get2Greek{
	margin:20px 0 0 0;
	width:262px;
	height:321px;
	background-image:url(images/gettogreek.jpg);
	background-repeat:no-repeat;
}


#entScholarship{
	width:575px;
	height:190px;
	background-image:url(images/ent_scholarship_btn.jpg);
}

/* entertainment styles */
.entHolder{
	margin: 0 20px 25px 0;
	padding:4px;
	width:200px;
	min-height:100px;
	background-color:#e7e5d3;
	border:#bfbdae solid 1px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.entPic{
	margin: 0 0 2px 0;
	padding:5px;
	width:190px;
	min-height:100px;
	background-color:#fff;
}

.entName{
	margin: 0 0 1px 0;
	padding:5px;
	width:188px;
	min-height:20px;
	background-image:url(images/entNameBg.jpg);
	background-repeat:repeat-x;
	border:#1b427e solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}





ul{
list-style-image: url(images/li_bg.jpg);
line-height:20px;
}

#box-shadow-1  {
-moz-box-shadow:10px 10px 5px #888888;
background-color:#EEEEEE;
margin:30px 0;
padding:5px 5px 5px 15px;
width:90%;

}

.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #777777;
}

.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #084596;
	
}

.Content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #af1212;
	
}

.Content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #2ca466;

	
}

.EmailList {
margin-bottom:2px;
	color: #084596;
	
}

.Menu {
	
	font-family: 'FreshmanNormal',Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-transform:lowercase;
	
}

.TopMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	color: #ffffff;
	
}

.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height:20px;
	text-transform:uppercase;
	color: #722294;
}

.BigContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #084596;
	
}

.BigContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #af1212;
	
}

.BigContent4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #2ca466;
	
}

.BigContent5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	color: #ffffff;
	
}


/* button styles */

.green160Btn {
	background-image: url(images/green_btn.jpg);
	width:144px;
	height:16px;
	padding:8px;
	cursor:pointer;
}

.green160BtnText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

a.green160BtnText:link, a.green160BtnText:visited, a.green160BtnText:active {
	text-align:center;
	color:#fff;
	text-decoration:none;

}

a.green160BtnText:hover {
	text-align:center;
	color:#054b26;
	text-decoration:none;

}

/* regular links */	

 a:link  {
	color: #084596;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #084596;
}
a:hover {
	text-decoration: underline;
	color: #af1212;
}
 a:active {
	text-decoration: none;
	color: #084596;
}



/* Menulinks */
 .Menu a:link  {
	color: #ffffff;
	text-decoration: none;

	}
.Menu a:visited {
	text-decoration: none;
	color: #ffffff;
}
 .Menu a:hover {
	text-decoration: none;
	color: #440101;
}
 .Menu a:active {
	text-decoration: none;
	color: #ffffff;
}

/* Top Menulinks */
 .TopMenu a:link  {
	color: #ffffff;
	text-decoration: none;
	}
.TopMenu a:visited {
	text-decoration: none;
	color: #ffffff;
}
 .TopMenu a:hover {
	text-decoration: none;
	color: #01172f;
}
 .TopMenu a:active {
	text-decoration: none;
	color: #ffffff;
}

.NewsTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
color:#f02f2f;
}



.Date {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d17315;
	
}

.DottedBorders {
border:dotted 1px #CCCCCC;
}



/*Begin website object styles*/





.NoImageBorder {border:none;
}



.NoDottedBorders td{border: none;

}

.sponsorImg {
	float:left;
	margin:0 25px 0 0;
}

.alt { background-color:#efefef; }


.noImageBorders {
border:none;

}	

.ImageBorders{

  background-color: #fff;
  border: 1px solid #cccccc;
  
  padding: 6px;
  }
  
table.altRows tr:nth-of-type(even){
 background-color: #f8f7ea;
}


.odd {
  background-color: #f8f7ea;
}
.even {
  background-color: #efeddc;
}





/* Begin Custom Form css */



input
{
color: #555555;
background-image: url(images/form_bg.jpg);
font-size:16px;
height:23px;
border: 1px dotted #bdbcb3;
margin-bottom:5px;
}

select{
color: #555555;
background-image: url(images/form_bg.jpg);
font-size:18px;
height:25px;
border: 1px dotted #bdbcb3;
margin-bottom:5px;
}

textarea
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color: #555555;
background-image: url(images/form_bg.jpg);
background-repeat: repeat-x;
background-color:f2f1e6;
border: 1px dotted #bdbcb3;

}

.button {
color: #ffffff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #869e62;
border:none;
width:85px;
height:40px;

}

.button:hover {
color: #ffffff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #f02f2f;
border:none;
width:85px;
height:40px;


}

/* About Us short bio styles */

.msg_list_aboutus {
margin: 0px;
padding: 0px;
width: 580px;
border:dotted #c0bda7 1px;

}
.msg_head_aboutus {
padding: 5px 10px;
height: 20px;
cursor: pointer;
position: relative;
background-color:#dedccb;
margin:1px;
}
.msg_body_aboutus {
padding: 5px 10px 15px;
background-color:#e7e5d3;
margin:1px;
}

