/* ---------------------------------------------
Central Texas Health Research
04.2009 / Version 1.0
----------------------------------------------- */

/* 
	Eric Meyer's CSS Reset 
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size:100%;vertical-align:baseline;background:transparent}

body {line-height:1}
ol, ul {list-style: none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content:none}

/* remember to define focus styles! */
:focus {outline:0}
	
/* remember to highlight inserts somehow! */
ins {text-decoration:none}
del {text-decoration:line-through}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0}


/* ---------- Body ---------- */


body {
	font: normal 15px/20px "Trebuchet MS", Arial, Verdana, sans-serif;
        background: url('../images/centraltexas-background-main.jpg') center top no-repeat #112340;
	color: #1B1919;
	margin: 0;
	padding: 0;
}

img {
	display: none;
}

#skip {
	left: -9999px;
	position: absolute;
}

#header {
	width: 954px;
	height: 175px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/centraltexas-background-top-new.jpg');
	display: none;
}

#main .content .contentbody .options {
	width: 866px;
	height: 274px;
	margin: 0 auto;
	padding: 0;
	background: #F0F0F0;
	line-height: 1px;
	display: none;
}

ul.navigation { 
	width: 850px;
	height: 28px;
        padding: 7px 0 0 0;
	position: relative;
	text-align: right; 
	background: #000;
	display: none;
}

ul.left-navigation { 
	width: 192px;
	margin: 0;
        padding: 2px 0 0 0;
	position: relative;
	background: #F0F0F0;
	display: none;
}

#main .content .contentbody .featured h1 {
        margin: 0;   
        padding: 0 0 4px 0;
	font-size: 24px;
	line-height: 28px;
        font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
        text-align: left;
	color: #4F7A96;
}

#main .content .contentbody .featured h2 {
        margin: 0;
        padding: 0 0 7px 0;
        font-size: 15px;
        line-height: 17px;
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
        font-weight: normal;
        text-align: left;
        color: #648EA7;
	font-weight: bold;
}

#main .content .contentbody .featured p {
        margin: 0;
        padding: 0 0 7px 0;
        font-size: 12px;
        line-height: 22px;
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
        font-weight: normal;
        text-align: left;
        font-weight: normal;
}

#main .content .contentbody .featured-interior .maincontent-interior .right h1 {
        margin: 0;
        padding: 0 0 4px 0;
        font-size: 24px;
        line-height: 28px;
        font-family: Georgia, Times, 'Times New Roman', serif;
        font-weight: normal;
        text-align: left;
        color: #4F7A96;
}

#main .content .contentbody .featured-interior .maincontent-interior .right p {
        margin: 0;
        padding: 0 0 6px 0;
	font-size: 13px;
	line-height: 21px;
        text-align: left; 
}

