/* v-braille site master css file */

/* css reset (by Eric Meyer): */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**/
/* end of reset, begin defined styling: */
/**/

body {
	color: #000000;
	background-color: transparent;
	border: none;
	
	/* ie fix for centering main div: */
	text-align: left;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-image: url('../image/gray.png');
	background-repeat: repeat;
}

h1, h2, h3 {
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;

}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

p {
	padding: 0px 5px 10px 5px;
}

a {
	text-decoration: none;
}

#main a:link, #main a:visited {
	color: #ffffff;
	font-weight: normal;
}

#main a:hover, #main a:active {
	color: #ffe36d;
} 

#main {
	
	/* for ie fix: */
	text-align: left;
	margin: 2px  auto 20px auto;
	width: 921px;
	border: none;
	background-color: transparent;
	height: 100%;
}

#main_top {
	background-image: url('../image/main_top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 921px;
	xheight: 9px;
	height: 35px;
}

#main_center {
	background-image: url('../image/main_center.png');
	background-repeat: repeat-y;
	width: 921px;
	border: none;
}

#main_bottom {
	background-image: url('../image/main_bottom.png');
	background-repeat: no-repeat;
	width: 921px;
	height: 14px;
}

#header {
	background-image: url('../image/header.png');
	background-repeat: no-repeat;
	width: 888px;
	height: 220px;
	margin-left: 16px;
}

#midsection {
	height: 100%;
	vertical-align: bottom;
}

#v_nav {
	clear: both;
	float: left;
	width: 138px;
	padding-left: 40px;
	border: none;
	background-color: transparent;
	font-size: 125%;
	font_weight: bold;
	height: 100%;
}

#v_nav ul {	
	margin: 0px;
}

#v_nav li {
	line-height: 2.5;
	color: #ffffff;
}

#v_nav a.selected {
	color: #ffd100;
}

#container {
	background-color: #e0e0e0;
	width: 725px;
	border: none;
	height: 100%;
	float: right;
	margin-right: 17px;
}

#content {
	float: left;
	width: 723px;
	margin: 7px 2px 0px 2px;
	padding: 0px;
	border: none;
	background-color: transparent;
	min-height: 440px;
	display: block;
}

#content a, #content a:link, #content a:visited {
	color: #1d38ac;
	font-weight: normal;
}

#content a:hover, #content a:active {
	color: #ff9933;
} 

#content_center {
	float: left;
	width: 723px;
	margin: 0px;
	background-image: url('../image/contentgrid.png');
	background-repeat: repeat-y;
	background-color: transparent;
	display: inline;
	min-height: 390px;
}

#content_bottom {
	float: left;
	width: 723px;
	background-image: url('../image/contentgridbottom.png');
	background-repeat: no-repeat;
	height: 12px;
	background-color: transparent;
}

#content #col_center {
	float: left;
	width: 680px;
	padding: 10px 0px 0px 25px;
}
#content #col_left {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 20px;
}

#content #col_right {
	float: right;
	width: 480px;
	border: none;
	padding: 10px 20px 10px 0px;
	margin: 0px;
}

#content #divider {
	border-top: dotted 1px #e0e0e0;
	padding: 10px;
}

#overlay_img {
	clear: both;
	height: 0px;
	z-index: 5;
	position: relative;
	top: -173px;
}

#footer {	
	text-align: center;
	vertical-align: bottom;
	width: 723px;
	padding-left: 10px;
}

#doe {
	font-size: 60%;
	width: 230px;
	float: left;
	display: inline;
	font-weight: bold;
	vertical-align: middle;
}

#doe img {
	border: none;
	width: 70px;
	float: left;
	padding-bottom: 2px;
}

#doe txt {
	float: right;
}

#uw {
	width: 210px;
	display: inline;
	font-size: 60%;
	float: left;
	padding-left: 30px;
}

#uw img {
	padding-top: 3px;
	border:none;
	width: 200px;
}

#mobileaccess {
	width: 230px;
	display: inline;
	float: right;
	margin-right: 10px;
}
	
#mobileaccess img {
	 border:none;
	 width:200px;
}

#webmaster {
	float: right;
	font-size: 85%;
	padding-top: 6px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
}

#webmaster a:link,
#webmaster a:visited,
#webmaster a:hover,
#webmaster a:active {
	color: #ffd100;
}

#captioned_pic {
	font-size: 85%;
	font-weight: bold;
}
