/* Estyle.css */
/* stylesheet for Jimmy Chevalier Campaign Website */
/* www.ChevalierForMarshall.com */
/* Frankie Bailey, 08/01/2008 */



body{
	margin:0; /* removes auto white margin space around page */
	padding:0;
	color:#000080; /* navy - text color */
	background-color:#FFFFFF; /* white */
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}
 
a:link{color:blue;}
a:visited{color:#000080;}/* navy */
a:hover{color:red;}


#header{ /* home page */
	height:150px; 
	width:100%; 
	background-image:url("../graphics/htile.jpg");
	background-repeat:repeat-x;
	border-bottom:thin solid #0000FF; /* blue */
}

#pageheader{ /* secondary pages */
	height:100px; 
	width:100%; 
	background-image:url("../graphics/pagetile.jpg");
	background-repeat:repeat-x;
	border-bottom:thin solid #0000FF; /* blue */
}

#footer{ /* home page */
	height:100px; 
	width:100%;
	background-image:url("../graphics/ftile.jpg");
	background-repeat:repeat-x; 
	border-top:thin solid #0000FF; /* blue */
	clear: both;  /* prevents footer from floating into other elements */
	position:relative;
	top:700px;	
}

#main{ /* middle text space */
	width:600px;
	position:absolute;
	left:310px;
	top:210px;
}

#topbar{ /* holds nav and main page title */
	width:600px;
	position:relative;
	left:310px;
	top:10px;
	font-size:16pt;
} 

#sidebar{ /* holds nav and info items */
	width:200px;
	position:absolute;
	left:50px;
	top:165px;	
} 

#info{
	width:400px;
	background-color:#FFFFE0; /* lightyellow */
	font-weight:bold;
	position:relative;
	margin-top:20px;
	padding:20px;
}

input[type="checkbox"]{
	margin-right:10px;
}

p.bold{ 
	font-size:10pt;
  	font-weight:bold;
}


p.credits{ 
	font-size:8pt;
  	text-align:center;
}

p.committee{
	font-weight:bold;
	width:550px;
	padding:15px;
	border-top:thin solid #0000FF; /* blue */
	background-color:#FFFFE0; /* lightyellow */
	margin-bottom:20px;	
}

p.sidebar{
	font-weight:bold;
	width:200px;
	padding:10px;
	border-top:thin solid #0000FF; /* blue */	
}

h3.map{ 
	margin-left:20px;
}


dt{
	width:300px;
	text-align:left;
	padding:2px;	
} 
	
dd{
	width:200px;
	padding:2px;
}


img.photo{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}


img.flag{
	margin-left:30px;
}

img.logo{
	position:absolute;
	margin-top:0;
	margin-left:100px;
}
img.slogan{
	float:right;
	margin-left:20px;
}

img.give{
	float:right;
}


img.map{
	margin-left:20px;
}

img.event{
	float:right;
}


ul{
  	list-style-image:url("../graphics/weestar.jpg");
	font-size:12pt;
}

ul.resume{
  	list-style-image:url("../graphics/weestar.jpg");
	font-size:10pt;
}

table{
	width:400px;
}

td{
	padding:10px;
}

