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

@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic);

/* --- Structural --- */
#container {
	background-color: #FFFFFF;
}

#content {
	background-image: url(images/faux.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
}

/* --- Basic --- */

body {
	background-color: #233642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/pattern.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #415968;
	margin-bottom: 12px;
	padding: 0;
}

h1 {
	font-family: Cantarell, Verdana, Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 9px;
	padding: 0;
}

h2 {
	font-family: Cantarell, Verdana, Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 7px;
	padding: 0;
}

h3 {
	font-family: Cantarell, Verdana, Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 0;
}

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

ul li {
	color: #415968;
	margin-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 6px;
}

ol li {
	color: #415968;
	margin-left: 1.75em;
	list-style-position: outside;
	list-style-type: numeric;
	margin-bottom: 6px;
}

ul li:last-child {
	margin-bottom: 12px;
}

ol li:last-child {
	margin-bottom: 12px;
}


/* --- Links --- */

a:link {
	color:#415968; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #415968;
}

a:visited {
	color:#233542; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #233542;
}

a:hover {
	color:#415968; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #415968;
}

a:active {
	color:#FFFFFF; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* --- Navigation Menu --- */

nav-menu {
	position: relative;
}

#nav-menu ul {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 54px;
	background-attachment: scroll;
	background-image: url(images/nav-menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav-menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-right: 21px;
	position: relative;
	left: 40px;
	top: 20px;
}

#nav-menu a:link, #nav-menu a:visited {
	color:#95A1AB; text-decoration:none;
	border:none;
}

#nav-menu a:hover {
	color:#415968; text-decoration:none;
	border:none;
}

#nav-menu a:active {
	color:#233542; text-decoration:none;
	border:none;
}


/* --- Previous Next Navigation --- */

#prev-next a:link, #prev-next a:visited {
	color:#415968; text-decoration:none;
	border-style: none;
}

#prev-next a:hover {
	color:#415968; text-decoration:none;
	border-style: none;
}

#prev-next a:active {
	color:#FFFFFF; text-decoration:none;
	border-style: none;
}


/* --- Footer --- */

#footer {
	margin: 0;
	padding: 5px 20px 5px 20px;
	width: 908px;
	color: #415968;
	background-color: #CAD0D4;
	border: 1px solid #A9B3BA;
}

#footer-left {
	float:left;
	text-align: left;
}

#footer-right {
	float:right;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color:#415968; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #415968;
}

#footer a:hover {
	color:#415968; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #415968;
}

#footer a:active {
	color:#FFFFFF; text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/* --- Floats --- */
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.float-image-left {
	margin: 0px 10px 10px 0px;
}

.float-image-left-small {
	margin: 0px 5px 5px 0px;
}

/* --- Miscellaneous --- */

.block img {
	vertical-align: bottom;
}

.dropshadow1 img {
-webkit-box-shadow: 3px 3px 3px #95A1AA;
-moz-box-shadow: 3px 3px 3px #95A1AA;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#95A1AA, offX=3, offY=3, positive=true);
}

.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	width: auto;
	color: #FFFFFF;
	background-color: #95A1AA;
}

.qualifications {
	font-style: italic;
}

.list-of-links li {
	list-style-type: none;
	margin: 0px 0px 6px 0px;
	padding: 0;
}

.list-of-links li:last-child {
	margin-bottom: 12px;
}

div.noborder a {
	border-style: none;
	text-decoration: none;
}