/*
ray-mac red - f00
ray-mac blue - 0054af
faded blue - 548ecd
dk blue - 003166
bright blue - 007aff
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	background: #fff url('images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #000;
	}

#clouds {
	background: url('images/cloudbg.jpg') no-repeat top;
	}
	
#wrap, #head, #content, #foot {
	margin: 0px auto !important;
	}

#wrap {
	/* background: url('/images/masthead.gif') no-repeat top center; */
	padding: 8px 0;
	}

#head, #wrap, #foot {
	width: 970px !important;
	}

#head {
	border-bottom: 3px solid #f00;
	padding-bottom: 4px;
	}
	
#content {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	}

#surla {
	margin: 12px 0;
	}
	
#foot {
	font-size: 11px;
	padding: 0;
	padding-top: 4px;
	clear: both;
	margin-top: 24px;
	border-top: 3px solid #f00;
	}

h1, h2, h3 {
	color: #0054af;
	}
	
h1, h2 {
	font-family: georgia, "times new roman", serif;
	margin-top: 0;
	}
	
h1 {
	margin-bottom: 0;
	font-size: 36px;
	}
	
h2 {
	font-size: 26px;
	margin-top: 6px;
	font-weight: normal;
	font-style: italic;
	}

h3 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-size: 18px;
	}

#head h1, #head h2, #head p {
	margin-left: 94px !important;
	}
	
#head h1, #head h2 {
	padding: 0;
	margin-bottom: 2px;
	}

#head p {
	margin: 0;
	padding: 0;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #0054af;
	}
	
a:visited {
	color: #003166;
	}

a:hover, a:active {
	color: #007aff;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
#content p {
	margin: 16px;
	margin-top: 0;
	line-height: 140%;
	}

#foot p {
	margin: 0;
	margin-top: 8px;
	}

#foot #addy, #nav h3 {
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	margin: 0;
	font-size: 15px;
	}

#nav h3 {
	font-size: 17px;
	font-weight: normal;
	}
	
#nav {
	width: 180px;
	/* float: left; */
	margin: 0 auto !important;
	padding: 0;
	border-right: 1px solid #0054af;
	}
	
#nav a {
	display: block;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-size: 21px;
	margin: 0;
	padding: 6px 12px;
	color: #0054af;
	text-decoration: none;
	border-bottom: 1px solid #548ecd;
	}

#nav a:hover, #nav a:active {
	color: #fff;
	background: #0054af;
	}

#nav #last {
	border: none !important;
	}

#nav p {
	font-size: 12px;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	margin-right: 4px;
	}
	
b {
	color: #f00;
	text-transform: uppercase;
	}

small {
	font-size: 11px;
	}
	
ul {
	margin-bottom: 16px;
	}
	
li {
	list-style-image: url('images/bullet_red.png');
	line-height: 160%;
	}

#content img {
	background: #fff;
	padding: 3px;
	border: 1px solid #003166;
	margin-bottom: 4px;
	}

#content div {
	width: 208px;
	float: left;
	text-align: center;
	margin: 8px 16px;
	}

.left {
	margin-right: 24px;
	float: left;
	}

ul.left {
	margin-bottom: 0;
	}
	
#head .left {
	margin-top: 4px;
	}
	
.right, .logo {
	margin-left: 24px;
	float: right;
	}

.logo, .link {
	padding: 2px !important;
	border: 1px solid #ddd !important;
	background: #fff;
	}

/*
.link {
	float: right !important;
	width: 322px !important;
	margin: 0 !important;
	margin-bottom: 16px !important;
	}
*/

.link {
	margin-right: 8px;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}
