/* Start of CMSMS style sheet 'Beckman' */
/************************************************
Basic CSS definitions
************************************************/
body {
	background-color: #635D51;
	margin: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

a {
	font-weight:bold;
	color: #cc0000;
	text-decoration: underline;
}	

a:hover {
		font-weight:bold;
		color: #000;
		text-decoration: none;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #cc0000;
}


h2 {
	font-size: 135%;
	font-weight: bold;
	color: #cc0000;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
}

hr {
width: 200px;
border: 0;
color: #f4b803;
background-color: #f4b803;
height: 1px;
}

li {list-style: outside square url(images/redbull.gif);}

/************************************************
Content
************************************************/

#main {
	margin: auto;	
	width: 800px;
}



#sidenav {	
	background-color: #000;
	background-image: url(images/sidenavbg.gif);
	background-repeat: repeat-y;
	width: 200px;
	text-align: left;
	padding: 0;
}
#right {
	width: 600px;	
	background-color: #fcf0a6;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}

#devright {
	width: 600px;	
	background-color: #fcf0a6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#content {
	padding: 10px;	
	width: 580px;
}

#contenthome {
	padding: 10px;	
	width: 580px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

#contentleft {
	width: 400px;
	padding: 20px;
}

#contentright {
	float: right;
	width: 140px;
	padding-left: 20px;
	text-align: center;
}

#contentright img {border: 1px solid black;}

#address {
	width: 400px;
	padding: 20px;
}

#bottom {
	width: 800px;
	height: 42px;
	background-color: #000;	
	background-image: url(images/bottom.gif);
	background-repeat: none;
	text-align: right;
	padding: 0;
}

/************************************************
Main Nav
************************************************/

#nav {
	background-color: #000;
	background-image: url(images/nav.gif);
	width: 800px;
	height: 22px;
	padding: 0;
	text-align: right;
}

#nav a {
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

#nav a:hover {
	color: #FFDA53;
}

#navbar {
	padding: 0 6px 0 6px;
}

#navbar ul {
	padding: 0;
	margin: 0;	
}

#navbar li {
	list-style-type: none;
	display: inline;	
	padding: 0 18px;
}

#gray {
	height: 100%;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	font-style: italic;
	color: #CC0000;
	padding-top: 40px;
	text-align: center;
	width: 125px;
}

#white {
	padding-left: 35px;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: medium;
	font-style: normal;
	color: #000000;
}

/************************************************
Projects table
************************************************/
table.projects {
	border: 0;
	margin: auto;
}

.projects th {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	text-align: center;
	padding: 3px;
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
}

.projects td {
	padding: 5px;
	border-bottom: 1px solid #f4b803;
}
/* End of 'Beckman' */

