/**
 * General HTML Body Styles
 * ------------------------
 */

body {
    margin-top: 0px;
    font: 100%/1em Arial, Helvetica, sans-serif;
    background-color: #182486;
}

p {
    line-height: 1.35em;
}

.sectionHeader {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-align: center;
	color: #FFFFFF;
}

/**
 * DIV Styles
 * ----------
 * +- Page ----------------------------------------------------------------------------------------------------------+
 * |+- Header ----------------------------------------------------------------------------------------------------+|
 * ||                          (Header graphic here)                                                              ||
 * |+-------------------------------------------------------------------------------------------------------------+|
 * |+- Menu Bar --------------------------------------------------------------------------------------------------+|
 * ||+- Menu ---------------------------------------------------------------------------++- Search Bar ----------+||
 * |||     (Spry Menu Bar Goes Here)                                                    || (Search Bar Here)     |||
 * ||+----------------------------------------------------------------------------------++-----------------------+||
 * |+-------------------------------------------------------------------------------------------------------------+|
 * |+- Container --------------------------------------------------------------------------------------------------+|
 * ||+- Left Column ----++- Right Column -------------------------------------------------------------------------+||
 * |||+- Calendar -----+||                                                                                        |||
 * |||| (Button Here)  |||                                                                                        |||
 * |||+----------------+||                      (Frame here for page content)                                     |||
 * |||+- Quick Links --+||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||  (Links Here)  |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * ||||                |||                                                                                        |||
 * |||+----------------+||                                                                                        |||
 * ||+------------------++----------------------------------------------------------------------------------------+||
 * |+--------------------------------------------------------------------------------------------------------------+|
 * +----------------------------------------------------------------------------------------------------------------+
 */
 
#page {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1000px;
}

#header {
	background: url('header-blue-segmented.jpg') no-repeat;
    text-align: left;
    height: 135px;
    width: 100%;
    /* background-color: #FDCC0E; */
    margin-bottom: 0px;
}

#container {
    width: 100%;
    text-align: left;
}

#leftColumn {
    float: left;
    width: 150px;
    /* margin-top: 10px; */
    margin-right: 5px;
	margin-bottom: 5px;
}

#centerColumn {
    float: left;
    /* background-color: #FFFFFF; */
    width: 625px;
    margin-left: 5px;
	margin-bottom: 5px;
	/* margin-top: 10px; */
}

#centerColumnWideRight {
    float: left;
    /* background-color: #FFFFFF; */
    width: 840px;
    margin-left: 5px;
	margin-bottom: 5px;
	/* margin-top: 10px; */
}

#rightColumn {
    float: right;
    /* background-color: #FFFFFF; */
    width: 200px;
    /* margin-top: 10px; */
    margin-left: 5px;
    margin-bottom: 5px;
}

#footer {
    clear: both;
	text-align: center;
    width: 100%;
    height: 20px;
    line-height: 1.0em;
    background-color: transparent;
    color: #FFFFFF;
    margin-top: 5px;
    vertical-align: middle;
}

#footer a {
	text-decoration: none; 
	color: #FFFFFF; 
	line-height: normal
} 

#footer a:hover {
	background: #FDCC0E;
    color: #182486;
} 

#leftColumn p {
    margin: .5em 0 1em 0;
}

#leftColumn h2 {
    font: 100%/em Arial, Helvetica, sans-serif;
    margin: .5em 0 1em 0;
    border-bottom: 1px dotted #CCCCCC;
    font-weight: bold;
    padding-left: 2px;
    margin-bottom: 10px;
    line-height: 1.35em;
}

#leftColumn ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#leftColumn li {
   	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-top: 1px solid #94928C; 
	list-style: none; 
}
#leftColumn li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

#calendarButton a {
	padding: 0px;
	margin: 0px;
}

#leftColumn a {
	padding: 10px 10px; 
	display: block; 
	font-size: 0.85em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #525152; 
	line-height: normal
} 

#leftColumn a:hover {
	background: #D0CFCF;
} 

#leftColumn .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#leftColumn .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}


#centerColumn ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#centerColumn li {
   	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-top: 1px solid #94928C; 
	list-style: none; 
}
#centerColumn li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

#centerColumn li a {
	padding: 10px 10px; 
	display: block; 
	font-size: 0.85em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #525152; 
	line-height: normal
} 

#centerColumn li a:hover {
	background: #D0CFCF;
} 

#centerColumn .selected li a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#centerColumn .selected li a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}


#rightColumn p {
    margin: .5em 0 1em 0;
}

#rightColumn h2 {
    font: 100%/em Arial, Helvetica, sans-serif;
    margin: .5em 0 1em 0;
    border-bottom: 1px dotted #CCCCCC;
    font-weight: bold;
    padding-left: 2px;
    margin-bottom: 10px;
    line-height: 1.35em;
}

#rightColumn ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#rightColumn li {
   	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-top: 1px solid #94928C; 
	list-style: none; 
}

#rightColumn li.title { 
	padding: 3px 5px 4px 10px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

#rightColumn a {
	text-decoration: none; 
} 


#quickLinks {
	clear: both;
	background-image: url(header-150px.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#calendar {
	/* clear: both; */
	background-image: url(header-200px.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 10px;
	}

#news {
	/* [disabled]background-color: #FFFFFF; */
	clear: both;
	/* margin-top: 10px; */
	background-image: url(header-625px.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}

#newsWide {
	/* [disabled]background-color: #FFFFFF; */
	clear: both;
	/* margin-top: 10px; */
	background-image: url(header-840px.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#searchBox {
    float: right;
	width: 225px;
}

#menuBar {
	clear: both;
	width: 100%;
	/* background: url('menuBar-background.jpg') no-repeat; */
	background-color: #2750A8;
	margin: 0px;
	height: 25px;
}

#mainMenu {
    float: left;
	width: 700px;
	font: 75%/1em Arial, Helvetica, sans-serif; 
	color: #FFFFFF;  	                                               
	letter-spacing: .15em; 
	text-transform: uppercase; 		
	height:20px;	         
	position:relative;
	padding-left: 5px;
	margin-top: 5px;
}

#mainMenu a {
	text-decoration: none;
}

#mainMenu a:hover {
	background-color: #182486;
	color: #FDCC0E;
}

#breadcrumbBar  {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	color: #000000;
	font: 75%/1em Arial, Helvetica, sans-serif;
	height: 1.5em;
}

#breadcrumbs {
	float: left;
}

#breadcrumbs  a {
	font: 75%/1em Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#externalConnections {
	float: right;
}


