

/* colors:
		
		albert blue: #103757
		
		albert lt blue: #9ACFFF
		
		albert med blue: #28547E;
		
		albert orange:  #F6A71F
		
		albert red:  #B8324D;

		albert dark orange: #D09112;
				
*/


/* hide right column content 
	- javascript will handle visibility of right column after page loads */

#rightcontent1, #rightcontent2, #rightcontent3 {
/*	visibility: hidden; */
}

.bodylist {
	list-style-type: disc !important;
}

.bodylist li {
	margin-left: 1em;
}


body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #777;
}

#contents {
	border-top: 1px solid #28547E;
}


/*Container ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#clear {
	clear: both;
}

/*Mast ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#mast {
	position: relative;
	width: 100%;
	height: 95px;
	border-bottom: 5px solid #B8324D;
	background-color: #103757;
	margin: 0;
	padding: 0;
}

#logo	 {
	margin: 0;
	width: 842px;
	height: 95px;
	border: 0px;
}

#phone {
	background-image:url(img/phone.jpg);
	position: absolute;
	right: 0em;
	top: 0em;
	color: #FFFFFF;
	height: 95px;
	width: 281px;
	border: 0px solid #000;
}


#phone p {
	font-size: 2em;
	margin: .8em 1em 0em 0em;
	text-align: center;
}


/*Contents ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#contents {
	width: 100%;
	position: relative;
}

/*Navigation Section ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	background-image:url(img/blue_background_grad.jpg);
	background-repeat: repeat-x;
	height: 429px;
}

/* TESTING - replaceing navbar with nav for all menu styles */

#nav {
	border-bottom: 1px solid #28547E;
}

#nav ul {
	width: 170px;
}

#nav li {
	width: 170px;
	line-height: 1.4em;
	border: 0px solid #fff;
}

#nav li a {
	display: block;
	font-size: 70%;
	margin-top: 0px;
	font-weight: bold;
	border-top: 1px solid #28547E;
	border-collapse: collapse;
	color: #B9CFE5;
	padding: 0em 0em 0em 1em;
	text-decoration: none;
}

/* .selected class is applied to link tag
	for  current page - see buildMenu function */
#nav li a.selected {
	background-color: #103757 !important;
	color: #FFFFFF !important;
}

#nav li a:hover {
	color: #FFFFFF;
}

#nav li.selected {
	background-color: #B8324D;
}

#nav ul.submenu {
	border: 0px solid #FF3366;
}

#nav ul.submenu li a {
	display: block;
	border-left: 12px solid #103757;
	
}

#nav ul.submenu li a:hover {
	color: #FFFFFF;
}

#nav ul.submenu li a.selected {
	background-color: #B8324D !important;
	color: #fff !important;
}

#nav ul.closed {
	display: none
}

#girlimgwrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#girlimg {
	margin-left: 0px;
	width: 160px;
	border: 5px solid #103757;
}

#girlimg img {
	width: 160px;
}


/*Secondary Content ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#seccontent {
	position: relative;
	margin-left: 170px;
	color: #103757;
	background-color: #fff;
	height: 429px;
}

h5.articlesub {
	font-size: 90%;
	margin: .5em 1.8em .2em 1.8em;

	color: #103757;
	}


/*Left Column ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */

#qicform {
	margin: 1em 1em 1em 0em;
}

.submit {
	margin: 0em 0em 0em 2em;
}

#ltcol img {
	margin: 0em 1em 0em 1.2em;
	float: left;
}

#ltcol p img {
	margin: 0em 1.2em 0em 0em;
	
}
#ltcol div p img {
	margin: .2em 2.5em 0em 0em;
	
}

#ltcol {
	margin-right: 300px;
	overflow: auto;
	background-color: #fff;
	height: 389px;
	border-bottom: 1px solid #28547E;
}
#ltcol h2 {
	color: #B8324D;  /*#E98815;*/
	font-size: 135%;
	line-height: 1.2em;
	margin: .8em 2em .3em 1.2em;
}
#ltcol p {
	color: #103757;
	font-size: 80%;
	line-height: 1.3em;
	margin: 0em 2em .8em 2em;
}
#ltcol ul {
	color: #103757;
	font-size: 80%;
	line-height: .8em;
	margin: .5em 2em .8em 4em;
	list-style: square;
}
#ltcol li {
	line-height: 1.1em;
	margin: 0em 0em .5em 0em;
}
#ltcol div li {
	line-height: .8em;
	margin: 0em 0em .5em 0em;
}

#ltcol a {
	color: #103757;
}
#ltcol a:hover {
	color: #B8324D;
	text-decoration: none;
}
p.logo {
	float: left;
	margin: 2em 0em 0em 0;
	padding: 0 0em 0em 0;
}
p.logo img {
	padding: 0;
	margin: 2em 0 0 0;
	height: 75px;
	width: 129px;
}
p.firstparagraph {
	padding-top: 1.7em;
	margin: 2em 2em .3em 0em;
	border: 0px solid #000;
}
/*Right Column ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#rtcol {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	background-image:url(img/blue_background_grad.jpg);
	background-repeat: repeat-x;
	height: 389px;
	border-bottom: 1px solid #28547E;
	display: none;
}

#rtcol ul {
	width: 298px;
	/*height: 1.8em;*/
	background-color: #FFFFFF;
	border-bottom: 0px solid #103757;
	border-top: 0px;
}

#rtcol li {
	float: left;
	width: 33%;
	line-height: .7em;
	
	border-bottom: 1px solid #103757;
	border-left: 1px solid #103757;
	/*border-right: 1px solid #103757;*/
}

#rtcol li.leftnavli {	
	border-left: 0px solid #103757;
}

#rtcol li a {
	display: block;
	text-align: center;
	
	padding: .25em 0em;
	font-size: 65%;
	/*font-size: 55%;*/
	font-weight: bold;
	border: 0px solid #ccc;
	color: #103757; /*#103757;*/
	background-color: #103757;
	text-decoration: none;
}

#rtcol li a:hover {
	background-color: #103757;
	color: #103757;
}

#rtcol h2.articlehead {
	color: #fff;
	font-size: 125%;
	font-weight: 100;
	margin: 2em 1.3em .5em 1.3em;
	}

#rtcol p {
	color: #fff;
	font-size: 80%;
	margin: 1em 2em;
	}

#rtcol p a {
	color: #fff;
	font-size: 80%;
	margin: 1em 0em;
	}

#rtcol p a:hover {
	text-decoration: none;
	}

#rtcol img {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 245px;
	height: 165px;
}

/*Secondary Footer ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#secfoot {
	position: relative;
	width: 100%;
	background-color:  #103757;
	height: 34px;
	border-top: 5px solid #B8324D;
}
.footercall {
	font-size: 95%;
	color: #FFFFFF;
	margin-left: .8em;
	margin-top: .6em;
}

/*Main Footer ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ */
#footer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 35px;
	border: 0px solid #000;
	text-align: center;
}

#footerwrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: .3em;
	height: 30px;
	border: 0px solid #000;
}

#footertext {	
	text-align: center;
	margin: 0em 1em 0em 1em;
	font-size: 75%;
}

#footertable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* misc */
.bold {
	font-weight: bold;
	margin-bottom: 0em !important;
	margin-top: 2em !important;
}
#clear {
	clear: both;
}
