@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #002659;
}

p {
	line-height: 1.8em;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#searchContainer {
	color: #FFFFFF;
	height: 50px;
	background-image: url(../images/searchContainerbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#searchDiv {
	margin: auto;
	width: 930px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#contentContainer {
	margin: auto;
	width: 930px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentBG {
	background-color: #FFFFFF;
	background-image: url(../images/sketchbook.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#leftNavigation {
	float: left;
	width: 170px;
}

#rightContent {
	float: left;
	width: 740px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#newsTicker {
	width: 203px;
	float: left;
	font-size: 12px;
}

#newsTickerContent {
	width: 187px;
	float: right;
	background-color: #FFEAAE;
	color: #002659;
	height: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainNewsContent {
	
	width: 180px;
	height: 190px;
	background-color:transparent;
	padding-left:1px;
	padding-right:1px;
	overflow:auto;
	
}



#pageTitle {
	color: #FFBC00;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	line-height: 1.3em;
}

#postDate {
	color: #FFBC00;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;

}

#clearContent {
	clear: both;
}

#contentBody {
	float: left;
	width: 520px;
	padding-right: 10px;
}

#contentBodyPages {
	
	float: left;
	width: 700px;
}

#clearBody {
	clear: both;
}

#searchFormContainer {
	float: right;
}


#clearSearch {
	clear: both;
}



.search button.btn {
	background-color: #FFBC00;
	color: #002659;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


fieldset.search {
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}




#headerContainer {
	height: 150px;
	background-color: #FFBC00;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #D59E00;
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#headerContent {
	margin: auto;
	padding: 20px;
	width: 890px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#logo {
	background-image: url(../images/sheild.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#gradDog {
	background-image: url(../images/grad_dog.png);
	background-repeat: no-repeat;
	background-position: center -30px;
	height: 165px;
	width: 245px;
	position: absolute;
	left: 0px;
	top: 0px;
}

h1 {
	color: #002659;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
}


h1, h2, h3, h4, h5, h6 {
}



h2 {
	font-size: 14pt;
	text-transform: uppercase;
	color: #6699CC;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #002659;
}

h4 {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #002659;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}







ul#menu, #menu li, ul#menu_ext, #menu_ext li {
	margin: 0px;
	padding: 0px;
}


#menu {
	list-style-type: none;
}

#menu li {
}

#menu li.last {
	border-bottom: 1px solid #aaaaaa;
}

#menu a {
	display: block;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#menu a, #menu a:active, #menu a:visited {
	color: #002659;
	text-decoration: none;
	font-weight: bolder;
	background-color: #FFEAAE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#menu a:hover {
	background-color: #002659;
	color: #FFBC00;
	text-decoration: none;
}

#menu .current {
	font-weight: bold;
}


#menu li.submenu {
	border-bottom: none;
}

#menu_ext {
	list-style-type: none;
	display: inline;
}

#menu_ext a {
	padding-left: 20px;
}






#footerContainer {
	color: #FFFFFF;
	margin: auto;
	height: 120px;
}

#footerContentContainer {
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	width: 890px;
	height: 110px;
	background-image: url(../images/footerIMG.png);
	padding: 20px;
	position: relative;
}

#footerContent {
	width: 890px;
	margin: auto;
	padding: 20px;
}


#copyright {
	float: left;
	font-size: 10px;
	line-height: 2em;
}

#designby {
	float: right;
	font-size: 10px;
	line-height: 2em;
}

#clearFooter {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#clearFooterBottom {
	clear: both;

}

#shareLinks {
	float: left;
	font-size: 10px;
	line-height: 2em;
}

#address {
	float: right;
	font-size: 10px;
	line-height: 2em;
}

#designby a {
	color: #FFBC00;
	text-decoration: none;
}

#designby a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#shareLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#shareLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


marquee {
	height: 190px;
}

marquee p {
	line-height: 1.4em;
	font-size: 11px;
}



#contentBodyPages .submit input

{
	color: #002659;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: outset;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: outset;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #cccccc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #cccccc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #FFBC00;
	font-size: 12px;
	border: 1px outset #002659;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


#leftNavigation h2

{
	width: 134px;
	padding-top: 7px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #002659;
	background-color: transparent;
	background-image: url(../images/tab1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	height: 19px;
	line-height: 12px;
	margin: 0px;
}

#leftNavigation h2.tab-title

{
	width: 200px;
	background-color: transparent;
}



#newsTicker h2

{
	width: 134px;
	padding-top: 7px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #002659;
	background-color: transparent;
	background-image: url(../images/tab1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	height: 19px;
	line-height: 12px;
	margin: 0px;
}

#newsTicker h2.tab-title

{
	width: 200px;
	background-color: transparent;
	background-image: url(../images/tab1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}


/*event style start*/

#eventWrapper {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #02255B;
}
#eventTime {
	width: 320px;
	float: left;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	padding: 2px;
}
#eventLocation {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventCost {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventAddress {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventCityState {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventZip {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventDescription {
	padding: 5px;
}

#eventDescription p {
	font-size: 12px;
	line-height: 1.5em;
}

#eventContact {
	padding: 5px;
	color: #032658;
	font-weight: bold;
}
#eventName {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventDate {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#eventReadMore {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	clear: both;
}

#eventReadMore a {
	font-weight: bold;
	font-size: 11px;
}

#eventBack {
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	clear: both;
}

#eventBack a {
	font-weight: bold;
	font-size: 11px;
}

#eventClear {
	clear: both;
}

/*event style end*/

/*employment style start*/

#employWrapper {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #02255B;
}
#alumniName {
	width: 320px;
	float: left;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	padding: 2px;
}
#employSalary {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employAddress {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employCityState {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employZip {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employPhone {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}

#employFax {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}

#employJobType {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employDescription {
	padding: 5px;
}

#eventDescription p {
	font-size: 12px;
	line-height: 1.5em;
}

#employTitle {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employCompany {
	width: 320px;
	float: left;
	padding: 2px;
	color: #03265D;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}
#employReadMore {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	clear: both;
}

#employReadMore a {
	font-weight: bold;
	font-size: 11px;
}

#employReadMore a:hover {
}

#employClear {
	clear: both;
}


#employBack {
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	clear: both;
}

#employBack a {
	font-weight: bold;
	font-size: 11px;
}
#galleryWrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #02255b;
}
#galleryImage {
	width: 200px;
	margin: 5px;
	float: left;
}
#nextPreviousWrap {
	text-align: center;
}
#galleryPrevious {
	padding: 5px;
	float: left;
}

#galleryNext {
	padding: 5px;
	float: left;
}

#galleryNext a {
	font-weight: bold;
}

#galleryPrevious a {
	font-weight: bold;
}

#galleryNext a:hover {
	text-decoration: none;
}

#galleryPrevious a:hover {
	text-decoration: none;
}

#galleryInfo {
	float: left;
	margin: 5px;
	width: 480px;
}
#clearGallery {
	clear: both;
}

#galleryTitle {
	font-size: 18px;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #002659;
}

#galleryNavWrap {
	margin: auto;
	font-size: 14px;
	width: 135px;
}
#clearGalleryNav {
	clear: both;
}
