/* cornerstone.css based on "The Perfect 'Left Menu' 2 Column Liquid Layout" by Matthew James Taylor: http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #fff;
	min-width: 600px;
}

li {
	list-style-image: url(/image/cscs_bullet_sm.gif);
	list-style-type: square;
}

img {
	border: 0px;
}

h1, h2, h3 {
	margin: .8em 0 .8em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

.map_container {
	width: 450px;
	height: 450px;
	margin: 3em auto;
}

/* column container */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

/* 2 column left menu settings */
.leftmenu {
	background-image: url(/image/background.png);
	background-position: top left;
	background-repeat: repeat-y;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left: 296px;
	background:#fff;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right: 296px;
	padding-bottom:1em;
}

.leftmenu .col1 {
	margin:0 15px 0 296px;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .col2 {
	float:left;
	width: 296px;
	position:relative;
	right: 296px;
}

.col2 p {
	margin-left: 12px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	height: 50%;
	background-image: url(/image/background.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#footer p {
	padding:10px;
	margin:0;
}


/* Text Formatting */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3c8e94;
}

a:link { 
	color: #3c8e94;
	text-decoration: underline; 
}

a:active { 
	text-decoration: underline; 
	color: #003333; 
}

a:hover {
	color: #0000ff;
}

a:visited { 
	text-decoration: underline; 
	color: #003333; 
}

#footer p {
	text-align: right;
	font-size: 10px;
}

h1 { 
	margin-top: 36px;
	margin-bottom: 36px;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

h4 {
	font-weight: bold;
}

p {
	text-align: justify;
}

blockquote {
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
}

kbd, pre {
	text-align: left;
}

.qualifications {
	font-style: italic;
}

.picture {
	float: right;
	position: relative;
	margin-left: 1em;
}

.logo {
	margin-bottom: 2em;
}

.list_questions {
	font-style: italic;
}

.art {
	text-align: center;
	font-size: small;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}

.address {
	font-size: small;
                font-weight: bold;
}



