/* CSS Document */

/*GLOBAL STYLES*/

#content_header {
height:5px;
font-size:1px;
background-image:url(/images/seghome/content_header.gif);
}

#content_footer {
height:5px;
font-size:1px;
background-image:url(/images/seghome/content_footer.gif);
margin-bottom:5px;
}

#header table {
width:100%;
}


* {
padding: 0;
margin:0; 
}

a {
text-decoration:none;
color:#005f9d;

}

body {

font-family:  "Trebuchet", "TrebuchetMS", "Trebuchet MS", Verdana, Arial, sans-serif serif; 
font-size: 12px;
text-align: center;
padding: 0;
margin: 0;
background-color:#fff;
color: #555;
}

#everything {
padding: 0;
margin: 0 auto;
text-align: center;
width: 900px;
margin-top: 20px;
margin-bottom: 50px;
}

#sup_header {
height:25px;
background-image:url(/images/seghome/sup_header.gif);
}

#headercontainer {
text-align:center;
background-image:url(/images/seghome/header_footer_BG.gif);
}

#header {
padding: 0;
margin: 0 auto;
width: 690px;
background-image:url(/images/seghome/header_bg.gif);
background-repeat:repeat-y;
margin-bottom:5px;
}

#header #logo {
text-align:center;
padding-top: 60px;

}

#header img {
border:0;
}

#header #headerimg {
width: 540px;
text-align:right;
}

#contentcontainer {
padding: 0;
margin: 0 auto;
text-align: center;
width: 740px;
background-image:url(/images/seghome/content_bg.gif);
}


#content {
padding: 0;
margin: 0 auto;
width: 690px;

}

#leftcol {
width: 145px;
float:left;

}


#rightcol {
width: 540px;
float: right;
}


.team_picture {
	padding-right: 15px;
	float:left;
}


.team_profile {
	clear:both;
}

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

#spotlight {
	margin: 10px;
	width: 205px;
	text-align: center;
	border: solid gray 1px;
	padding: 7px;
	background: #fff2a3;
	float:right;
}


#footer {
height:15px;
background-image:url(/images/seghome/footer_BG.gif);
}

#sub_footer {
height:25px;
background-image:url(/images/seghome/sub_footer.gif);
background-repeat:no-repeat;
font-size:11px;
text-align:right;
padding:8px 105px 0 0;
}

#rightcontent {
padding:15px 30px 15px 15px;
text-align:left;
line-height:20px;
}

/*Menu Style*/

#menu {
margin: 10px 0;
margin-bottom:50px;
margin-top: 20px;
text-align:right;
}

#menu ul {
list-style:none;
}

#menu a {
display:block;
padding: 4px 10px;
font-size:12px;
}

#menu a:hover {
background-color:#d1d1d1;
}


/*Text Styles*/


#rightcontent p {
line-height:20px;
margin-bottom: 10px;
}


h1 {
font-weight:bold;
font-size:18px;
color:#880c19;
margin-bottom: 10px;
}

/*Menu Hover Styles*/



.title { font-weight:bold; font-size: 14px; color:#005f9d;}
