/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.blue_dark {color: #25496F}
.blue_navy {color: #0053A3}
.blue_lite {color: #16A7E4}
.blue_pwdr {color: #CDE0EC}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
 
body {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
}

 p,td,ul,ol,li,div {
	font-size: 1.0em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

.blue_head {
	font-size: 1.2em;
	font-weight: bold;
	color: #25496F;
}

.instructions {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #555;
	text-transform: uppercase;
}

.list_head {
	font-size: 1em;
	font-weight: bold;
	color: #0053A3;
}

.person_name {
	display: block;
	padding: 6px;
	background-color: #25496F;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

.person_title {
	color: #CDE0EC;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Layout 
 ----------------------------------------------- */

body {
	height: 100%;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #333;
	text-align: center;
}

#page_frame {
	top: 16px;
	bottom: -16px;
	margin: 0px auto;
	padding: 10px;
	width: 752px;
	background-color: white;
}

.page_table
{
	margin-left: -2px;
	border: 1px solid #999;
}

.splash_left {
	width: 350px;
	padding: 10px;
	background-color: white;
	text-align: left;
	
}

.splash_right {
	width: 350px;
/*	margin-top: -6px;*/
	padding: 10px;
	text-align: left;
	line-height: 36px;
	font-weight: bold;
	color: #666666;
	background-color: #ccc;
}

.projects_left {
	width: 350px;
/*	margin-top: -6px;*/
	padding: 10px;
	text-align: justify;
	font-weight: bold;
}

.col_white {
	width: 350px;
	padding: 10px;
	text-align: left;
	background-color: white;
}

.col_white_nowidth {
	padding: 10px;
	text-align: left;
	background-color: white;
}

.col_gray {
	width: 350px;
	padding: 10px;
	text-align: left;
	background-color: #ccc;
}

.col_gray_nowidth {
	padding: 10px;
	text-align: left;
	background-color: #ccc;
}

.details {
	font-size: 1.0em;
	display: none;
}

.details_ie_kludge {
	font-size: 1.0em;
	display: none;
}

.pix_right {
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}

.logo_pix {
	padding: 8px;
	margin: 8px;
	float: right;
	border: 1px solid #999;
}

/* -----------------------------------------------
 Footer 
 ----------------------------------------------- */
#footer {
	padding: 6px;
	text-align: center;
	background-color: #25496F;
	color: white;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.tagline {
	color: #CDE0EC;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
}

/* -----------------------------------------------
 Case Studies 
 ----------------------------------------------- */
.case_study {
	margin-left: 18px;
	padding: 0px 10px 0px 10px;
	border: 1px dotted;
	clear: both;
}

.case_study_head {
	color: #25496F;
	font-size: 1.1em;
	font-weight: bold;
}

.case_study_client {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Lists 
 ----------------------------------------------- */
li {
	list-style: square outside;
	margin-bottom: 8px;
	margin-left: -22px;
}

.client_list {
	/*	margin-left: 190px;*/
}

.footnote {
	margin-left: 2px;
	font-style: italic;
	color: #777777;
}


/* -----------------------------------------------
 Links and Menu Items 
 ----------------------------------------------- */

a  {
	color: #0053A3;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #0053A3;
	border-bottom: 1px solid;
	background-color: #CDE0EC;
}

a.details_btn {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
}

a.menu_item {
	display: inline-table;
	padding: 6px;
	color: white;
	font-weight: bold;
	border-bottom: 0px;
	background-color: #333;
}

a.menu_item:hover {
	display: inline-table;
	padding: 6px;
	background-color: #0053A3;
	color: white;
	border-bottom: 0px;
}

a.menu_selected {
	display: inline-table;
	padding: 6px;
	color: white;
	font-weight: bold;
	border-bottom: 0px;
	background-color: #25496F;
}

a.menu_selected:hover {
	display: inline-table;
	padding: 6px;
	background-color: #0053A3;
	color: white;
	border-bottom: 0px;
}

a.submenu_item {
	display: block;
	padding: 4px;
	margin-bottom: 1px;
	background-color: #25496F;
	color: white;
	border-bottom: 0px;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
}

a.submenu_item:hover {
	display: block;
	padding: 4px;
	margin-bottom: 1px;
	background-color: #0053A3;
	color: white;
	border-bottom: 0px;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
}

#main_menu {
	width: 736px;
	padding: 8px;
	border-bottom: 1px solid #fff;
	background-color: black;
	color: #666666;
	text-align: center;
}

#sub_menu {
	width: 160px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	background-color: #eee;
	float: right;
}

.submenu_titlebar {
	background-color: #ccc;
	padding: 4px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: black;
	text-align: center;
	text-transform: uppercase;
}

/* a:visited { 
	color: #274D6E }
a:active { 
	color: #16A7E4 }
	
	Georgia,Serif;
*/
