body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1.0em;
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
}

img {
	border-style: none;
}

div {
	position: relative;
}

td {
	padding: 5px;
	vertical-align: top;
}

input, textarea {
	width: 300px;
}

textarea {
	height: 150px;
}

#bg_image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}

#outer_wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#outer_wrapper .rounded, #outer_wrapper .box, #outer_wrapper .call_to_action, #outer_wrapper .panel {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#outer_wrapper #main_content {
	width: 930px;
	padding: 30px;
	background: url(images/translucent.png);
	border: 1px ridge black;
}

#outer_wrapper #logo {
	position: absolute;
	left: -40px;
	top: 0px;
	z-index: 100;
}

#outer_wrapper #photo {
	position: absolute;
	right: -50px;
	top: -25px;
	z-index: 100;
}

#outer_wrapper #top_nav {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 200;
}

#outer_wrapper #top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
}

#outer_wrapper #top_nav li {
	float: left;
	margin-right: 5px;
}

#outer_wrapper #top_nav li a {
	text-decoration: none;
	color: white;
}

#outer_wrapper #top_nav li a:hover {
	color: #ffb345;
	text-decoration: underline;
}

#outer_wrapper .panel {
	background-color:white;
	padding: 15px;
	margin-bottom: 15px;
}

#outer_wrapper #main_content .panel .inner {
	float: left;
	width:30%;
	margin-right: 30px;
	cursor: pointer;
}
 
#outer_wrapper #main_content .panel a {
	color: black;
	text-decoration: none;
}

#outer_wrapper #main_content .panel .link {
	color: #ff6701;
	font-weight: bold;
}
 
#outer_wrapper #main_content .intro {
	width: 570px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
}

#outer_wrapper #main_content .call_to_action {
	height: 44px;
	color: white;
	font: bold 24px/44px Arial, Helvetica, sans-serif;
	background: url(images/cta_main.png) repeat-x;
	border: 1px #db6d29 solid;
	text-align: center;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
}

#outer_wrapper #main_content .call_to_action a {
	color: white;
	text-decoration: none;
}

#outer_wrapper .box {
	width: 173px;
	height: 152px;
	background-color: white;
	float: left;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
}

#outer_wrapper #footer {
	text-align: center;
	color: white;
	font-size: 0.8em;
}

#outer_wrapper #footer a {
	text-decoration: none;
	color: white;
}

#outer_wrapper #footer a:hover {
	text-decoration: underline;
}
