/*-----------------------------------------------------------------------
CSS Reset
---------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,
li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

body{
	line-height:1
}

ol,ul{
	list-style:none
}

blockquote,q{
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}

:focus{
	outline:0
}

ins{
	text-decoration:none
}

del{
	text-decoration:line-through
}

table{
	border-collapse:collapse;
	border-spacing:0
}

/*-----------------------------------------------------------------------
Body
---------------------------------------------------------------------------*/
body {
	background:#41165c;
	font: 14px/1.3 “Helvetica Neue”,Helvetica,Arial,sans-serif;
	padding:0;
	position: relative;
	text-align: center;
	/* text-align centers the container in IE 5* browsers. The text is
	 * then set to the left aligned default in the #container selector */
}

/*-----------------------------------------------------------------------
Header
---------------------------------------------------------------------------*/
div#header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	background-color: #41165c;
	padding:0px;
	height:240px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#header_top {
	background:url(../images/home_page/header_banner/site-banner_01.png) no-repeat center top;
	height:129px;
	color:#FFF;
	text-align:right; 
	padding-right:15px;
}
div#header_left {
	float:left;
	background:url(../images/home_page/header_banner/site-banner_02.png) no-repeat left top;
	width:198px;
	height:111px;
}
div#header_phrase {
	float:right;
	width:762 px;
	height:71px;
}

div#menu_horiz {
	background:url(../images/home_page/header_banner/site-banner_04.png) no-repeat center top;
	width: 762px;
	float:right;
	height:40px;
	color:#ffffff;
}

div#login_status {
	color:#FFF;
	padding-right:5px;
	padding-top:5px;
}

div#login_status a {
	color:#fff;
}

/*-----------------------------------------------------------------------
Content Area
---------------------------------------------------------------------------*/
div#content_area {
	background:#ffffff;
}
#home {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	background:#FFFFFF;
	display:block;
	text-align:left;
	padding: 10px;
}
#home_images {
	margin: 0px 10px;
}

#home_info {
	display:block;
}

#home_left_col {
	width:300px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}

#home_mid_col {
	width:300px;
	margin-left: 330px;
	margin-right: 330px;
}

#home_right_col {
	width:300px;
	margin-left: 10px;
	margin-right: 10px;
	float:right;
}

.pageheading {
	text-align: center;
}

.lastupdate {
	font-weight: lighter;
	color: #666666;
	margin: -10px 0 15px 0;
	text-align: center;
	font-style: italic;
}

span.newsdate {
	float:left;
	padding:0 10px 0 0;
	font-family:Constantia,"Palatino Linotype",Palatino,Georgia,serif;
	font-size:16px;
}

blockquote {
	padding-left: 15px;
	padding-bottom: 10px;
}


/*-----------------------------------------------------------------------
Footer
---------------------------------------------------------------------------*/
#footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	background:#41165c;
	color:#FFF;
	text-align:center;
	padding:10px 0px;
	font-family:Constantia,"Palatino Linotype",Palatino,Georgia,serif;
	display:block;
	text-decoration:none;
	text-shadow: #180a29 0 1px 1px;
}


/*-----------------------------------------------------------------------
General Element Styling
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family:Constantia,"Palatino Linotype",Palatino,Georgia,serif;
	font-weight:normal;
	text-shadow: #000 0 1px 1px;
	color:#cba135;
}
h1{font-size:48px;}
h2{font-size:48px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:14px;}

/* this class should be placed on a div or break element and should be the
 * final element before the close of a container that should fully contain
 * its child floats */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	border-top:1px #28143c solid;
	border-bottom:1px solid #bbb;
	clear:both;
	height:0px;
}
a,a:visited {
	color:#28143c;
}
a:hover{
	color:#180a29;
}
li {
	margin-left:20px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:10px;
}
img{
	margin:0px;
}

/*-----------------------------------------------------------------------
Popups
---------------------------------------------------------------------------*/
/*div level1 (sets location)*/
.generic_dialog{
	height:0;
	left:0;
	overflow:visible;
	position:absolute;
	top:0;
	width:100%;
	z-index:101;
	display:none;
}
/*div level2 (further positioning)*/
.generic_dialog_popup {
	height:0;
	margin:auto;
	overflow:visible;
	position:relative;
	width:465px;
} 

/*div level3 (Outsidebox)*/
.pop_container_advanced{
	background:rgba(82,82,82,0.7);
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px
}

/*div level4 (box itself)*/
.pop_content {
	background:#f2f2f2;
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #ccc
}

.hide {
	display:none;
}


/*-----------------------------------------------------------------------
Forms
---------------------------------------------------------------------------*/
.DOMControl_placeholder {
	color:#777777;
}

/*-----------------------------------------------------------------------
Tables
---------------------------------------------------------------------------*/
.headerLink:link
{
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: underline;
	VERTICAL-ALIGN: text-top

}
.headerLink:visited
{
    FONT-WEIGHT: bold;
    VERTICAL-ALIGN: text-top;
    COLOR: white;
    TEXT-DECORATION: underline;
}
.headerLink:hover
{
    FONT-WEIGHT: bold;
    VERTICAL-ALIGN: text-top;
    COLOR: yellow;
    TEXT-DECORATION: underline;
}
.tableHeader
{
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: black
}

.tableRow
{
	COLOR: #000000;
	BACKGROUND-COLOR: white;
}
.tableRowGrey
{
    COLOR: #000000;
    BACKGROUND-COLOR: #c0c0c0
}
/*-----------------------------------------------------------------------
Menu
---------------------------------------------------------------------------*/
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#menu{
	padding-top:10px;
	vertical-align:bottom;
}

#primary-nav li li { 
	width: 150px;
}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
}

#primary-nav li { 
	margin-left: -1px;
	float: left; 
}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
}
#primary-nav li a { 
	color:#ffffff;
	font-family:Constantia,"Palatino Linotype",Palatino,Georgia,serif;
	font-weight:normal;
	text-shadow: #FFF 0 1px 2px;
	font-size:16px;
}
#primary-nav li li a { /*2nd layer and below links*/
	border: 1px solid #666;
	text-shadow: none;
	font-size:12px;
	color:#FFF;

}	
#primary-nav li li{ /*2nd layer and below*/
	background-color:#000;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
#primary-nav li { /*1 layer*/

}

/* Styling the basic apperance of the active page elements (shows what
 * page in the menu is being displayed) */

#primary-nav a.menuactive {
	/*font-family:Constantia,"Palatino Linotype",Palatino,Georgia,serif;
	font-weight:normal;
	text-shadow: #FFF 0 1px 2px;
	color:#fff;
	font-size:16px;*/
	text-decoration:underline;
}


/* Styling the basic apperance of the menuparents - here styled the same
 * on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth { 
	background-image: url(/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover 1 level*/
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth,
#primary-nav li.menuactiveh { 
	color:#000;
	background-color: #000000; 
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

/* Styling the apperance of menu items on hover 2 level and below*/
#primary-nav li li:hover, #primary-nav li li.menuh,
#primary-nav li li.menuparenth, #primary-nav li li.menuactiveh { 
	background-color: #41165c;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul { 
	display: block; 
}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
}
#primary-nav li li a { 
	height: 1%; 
}
	
/*-----------------------------------------------------------------------
Brothers composite page
---------------------------------------------------------------------------*/
div#brothers {
    list-style: none;
    margin: 0px, auto;
    padding: 0px;
	display:table;
}

ol.brothers-composite li.person {
	margin: 10px;
	float:left;
    width: 250px;
	height:350px;
	background:url(../images/pngFrames/brothers1.png) no-repeat;

}

ol.brothers-composite img {
	padding: 30px 0 30px 0px;
	margin:0px;
	margin-left:-17px;
}

ol.brothers-composite li.position, ol.brothers-composite li.name,
ol.brothers-composite li.pledgeclass {
    text-align: center;
    font: 100%/100% Georgia, "Times New Roman", Times, serif;
}

/*-----------------------------------------------------------------------
Forms
---------------------------------------------------------------------------*/

div.autosuggest
{
	position: absolute;
	background-image: url(/images/autosuggest_pointer.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 4px 0 0 0;
	overflow: hidden;
	-moz-border-radius: 5gpx;
	-webkit-border-radius: 5px;
	background-color:#000;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

div.autosuggest ul li
{
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color:#888;
	font-family:Constantia,"Palatino Linotype",Palatino,Georgia,serif;
	font-weight:normal;
	font-size:16px;
	
	display: block;
	text-decoration: none;
	background-color: transparent;
	
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a,
div.autosuggest ul li.as_highlight a:hover
{
	color: #888;
	background-color: #41165c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	color:#fff;
	background-image:url(../images/icons/24/10.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 5px 0 5px 29px;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #FFF;
}