@charset "UTF-8";
/* CSS Document */
/* dark-blue: #082c3a */
/* medium-blue: #acd6ea */
/* light-blue: #f3f9fc */



/* GENERAL */

body {
	text-align: left;
	background: #edf6fb;
	/*background: #082c3a;*/
} 

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #082c3a;
	font-size: 9px;
	font-style: normal;
	letter-spacing:1px;
	
}

a, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #082c3a;
	font-size: 11px;
	font-style: normal;
	letter-spacing:1px;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #082c3a;
	font-size: 11px;
	font-style: normal;
	letter-spacing:1px;
	text-decoration: none;
	font-weight: bold;
}

.righttextbox a, 
.righttextbox a:active, 
.righttextbox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #082c3a;
	font-size: 11px;
	letter-spacing:1px;
	text-decoration: none;
}

.righttextbox a:hover,
.righttextbox a.active {
	font-family: Arial, Helvetica, sans-serif;
	color: #acd6ea;
	font-size: 11px;
	letter-spacing:1px;
	text-decoration: none;
	font-weight: bold; 
}


h1 a, a:active, a:visited {
	color: #082c3a;
	font-size: inherit;
	letter-spacing:.2em;
	text-decoration: none;
	
}

h1 a:hover {
	color: #082c3a;
	text-decoration: none;	
}

#wrapper {
	position:relative;
	height: 100%;
	background: #edf6fb;
}

#header #logo a {
	background: transparent url('/images/craigcutler_header2.jpg') no-repeat top left;
}

/* CONTENT */
div.personal {
	float: right;
	width: 185px;
	text-align: center;
}

/* LEFT COLUMN */
#nav a, 
#nav a:active, 
#nav a:visited,
#nav ul.submenu a,
#nav ul.submenu a:visited,
#nav ul.submenu a:active {
	font-size: .7em;
	letter-spacing:.2em;
	color: #082c3a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-decoration: none;
	font-weight: normal;
}

#nav li.topselected a{
	color: #082c3a;
	font-weight: bold;
}

#nav ul.submenu li.selected a {
	color: #082c3a;
	background:transparent url('/images/bullet_2.jpg') no-repeat scroll 0 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}

#nav a:hover,
#nav ul.submenu a:hover {
	/*color: #082c3a;*/
	color: black;
	background: #f3f9fc;
	font-weight: 700;
}

#hidewrapper { 
	 background: #edf6fb;
}
