/* CSS Document */
/* ---------------------Color Key ---------------- 
			Agent/Links: #464e69
			Content: #d5dbf0
			Adress: #5e698e
			L. Blue:   	727ca0
			M. Blue:     464e69
			D. Blue:  	051549
		
*/

/* ---------------------General Tags ---------------- */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464e69;
}

body {
	background-color: #051549;
	background:url(images/gridBG.jpg);
	background-position:center;
}

a {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #051549;
}

a:link {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

/* --------------------- Box Layouts ---------------- */
.agent {
	border-left:3px;
	border-top:3px;
	border-right:3px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color:#464e69;
	width:175px;
	height:300px;
	padding:8px;
	text-align:center;
	font:"Century Gothic", "Humanst521 BT", Arial;
	font-size:15px;
	font-weight:normal;
	color:#727ca0;
}

.address {
	border-left:3px;
	border-bottom:3px;
	border-right:3px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color: #5e698e;
	width:200px;
	padding:12px;
	color:#051549;
	vertical-align:text-top;
}

.content {
	background-color: #d5dbf0;
	border-top-width:3px;
	border-color:#FFFFFF;
	border-style:solid;
	padding:12px;
}
.buttonLinks {
	background-color: #727ca0;
	border-top-width:3px;
	border-color:#FFFFFF;
	border-style:solid;
	background:url(images/buttonblank.jpg);
	margin:0;
	width:75px;
}
.linkbar {
	border:3px;
	border-style:solid;
	border-color:#FFFFFF;
	background-color: #464e69;
	width:150px;
	padding:3px;
}

/* --------------------- Text Formating ---------------- */

ul.navBar {
	list-style:none;
	padding:0;
	margin:0;
	vertical-align:top;
}

ul.navBar li {
	display:inline;
}

ul.navBar a {
	display:block;
	width:75px;
	height:75px;
	line-height:75px;
	font-family:"Century Gothic", "Humanst521 BT", Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:051549;
	background:url(images/button.jpg) no-repeat;
}

ul.navBar a:hover {
	color:#FFFFFF;
	background:url(images/button.jpg);
	background-position: 0 -75px;
	text-decoration:none;
}

#agentPhoto {
	border:solid 1px #ffffff;
	width:140px;
	margin:12px;
	padding:4px;
}

#headingLight {
	font:"Century Gothic", "Humanst521 BT", Arial, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#d5dbf0;
	border-bottom:solid 1px #d5dbf0;	
}

#headingDark {
	font:"Century Gothic", "Humanst521 BT", Arial, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#051549;
	border-bottom:solid 1px #051549;
	text-align:left;	
}
.links {
	text-align:center;
	padding:none;
	margin:none;
	color:#d5dbf0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

ul.links {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
}

ul.links a {
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#d5dbf0;
	padding-top:10px
}

ul.links a:hover {
	text-decoration:underline;
	color:#d5dbf0;
}	

#heading {
	margin:0;
	padding:0;
	border-bottom:#051549 solid 1px;
	font:"Century Gothic", "Humanst521 BT", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #051549;
}
#heading2 {
	margin:0;
	margin-left:25px;
	padding:0;
	border-bottom:#051549 solid 1px;
	width:50%;
	font:"Century Gothic", "Humanst521 BT", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #051549;
}

#second {
	padding:4px;
	margin:2px;
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	color: #051549;
	float: right;
}