/* General Reset */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: #FFF;
	background-image: none;
}

ol, ul {
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6, li {
	line-height:100%;
}

blockquote, q {
	quotes:none;
}

q:before, q:after {
	content:"";
}

input, textarea, select {
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}

textarea {
	overflow:auto;
	resize:none;
}

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:21px;
	color:#000000;
	background-color:#8CE1D7;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:33px;
	margin-bottom:15px;
}

h2 {
	font-size:25px;
	margin-bottom:15px;

}

h3 {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:16px;
	margin-bottom:15px;
}

h5 {
	font-size:14px;
	margin-bottom:15px;
}

h6 {
	font-size:12px;
	margin-bottom:15px;
}

	/*  links
	******************************/
	a {color: #072E64;text-decoration: underline;}
	a:hover {
	color: #F0F0F0;
	text-decoration: none;
}

	/*  superscript and subscript
	******************************/
	sup, sub {vertical-align: baseline;position: relative;top: -0.4em;}
	sub { top: 0.4em; }
	
	/*  lists
	******************************/
	ul, ol {padding:0;margin:0;}
	ul li {list-style-type:disc;}
	ol li {list-style-type:decimal;}
	ul li,
	ol li {font-size: 12px; line-height: 16px;margin: 0 0 10px 15px;}

	/*  tables
	******************************/
	table,th,td {border:1px solid #A0ABBF;}
	th {padding:3px; font-weight:bold;color:#3b413e;}
	tr {margin:0 0 5px 0;padding:3px;}
	td {padding:5px;margin:0 1px;}
	
	/*  horizontal lines
	******************************/
	hr {border-bottom: 1px solid #ceced6;margin:5px 0;padding:0;height:2px;width:100%; margin-bottom:10px;}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}

#wrapper {
	width:900px;
	margin:0 auto;
	padding:20px 0 10px 0;
}
/*----start header----*/
#header {
	padding:0px 0px 5px;
}

#header .top_banner{
	background: url(http://www.eecs.ucf.edu/seniordesign/fa2013sp2014/g23/images/header.jpg) no-repeat left top;
	height: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px 2px #2CDAD1;
	-webkit-box-shadow: 0 0 2px 2px#2CDAD1;
	box-shadow: 0 0 2px 2px #2CDAD1;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 560px;
}
#header h1{
	font-size:32px;
	color:#072E64;
	margin:0px;
	padding:0px 0px 10px;
}

#header h1 a {
	color:#323A07;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header p{
	font-size:16px;
	margin-left:1px;
	color:#293325;
}

.navigation{
	margin:0px 0px 20px;
	border:#adb1b2 solid 1px;
	padding:15px 5px;
	background: #CDEAEB;
	
}

.navigation ul{
	margin:0px;
	padding:0px;
}

.navigation ul li{
	margin:0px;
	padding:0px 32px;
	display:inline;
	font-size:15px;
	list-style-type:none;
}

.navigation ul li a{
	color:#03314b;
	text-decoration:none;
}

.navigation ul li a:hover{
	text-decoration:underline;
}

.navigation ul li:last-child {
	border-right:none;
}
/*----end header----*/


/*----start page content----*/
#page_content{
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	padding:10px;
	background:url(http://www.eecs.ucf.edu/seniordesign/fa2013sp2014/g23/images/body.jpg) repeat;
	-moz-box-shadow: 0 0 2px 2px #2CDAD1;
	-webkit-box-shadow: 0 0 2px 2px#2CDAD1;
	box-shadow: 0 0 2px 2px #2CDAD1;
}

#page_content .right_section{
	width:625px;
	float:right;
	padding:15px;
	border-left:#2CDAD1 solid 1px;
}

#page_content .right_section .top_content{
	padding:15px 0 0px 0;
}

#page_content .right_section .top_content .column_one{
	width: 625px;
	float: left;
	margin-bottom: 20px;
}

#page_content .right_section .top_content .column_two{
	width:290px;
	float:right;
	margin-bottom:20px;
}

a.btn{
	color:#0a0800;
	font-size:12px;
	text-decoration:none;
	padding:7px 15px 7px 15px;
	font-weight:bold;
	display:inline-block;
	border:#7a6f73 solid 1px;
	background-color:#2CDAD1;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

a.btn:hover{
	text-decoration:underline;
}

.common_content{
	padding:0 0 20px 0;
}

.border_left{
	border-left:#6e7678 dotted 1px;
	padding-left:20px;
}

.border_none{
	border:none!important;
	margin:0px!important;
}

.left_side_bar{
	width:210px;
	float:left;
}

.left_side_bar h1{
	font-size:22px;
	padding:12px 0 12px 32px;
	margin-bottom:5px;
	color:#1b0400;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	background:url(http://www.eecs.ucf.edu/seniordesign/fa2013sp2014/g23/images/arrow.png)#2CDAD1 no-repeat 10px center;
}

.left_side_bar .col_1{
	padding:0px 0 20px 0;
}

.left_side_bar .col_1 .box{
	padding:10px 12px 5px;
	background-color:#C3F0E3;
}

.left_side_bar .col_1 .box ul{
	margin:0px;
	padding:0px;
}

.left_side_bar .col_1 .box ul li{
	margin:0px 0px 8px;
	padding:0px 0px 0px 20px;
	font-size:13px;
	list-style-type:none;
	background:url(http://www.eecs.ucf.edu/seniordesign/fa2013sp2014/g23/images/li.png) no-repeat left center;
}

.left_side_bar .col_1 .box ul li a{
	color:#364b38;
	text-decoration:underline;
}

.left_side_bar .col_1 .box ul li a:hover{
	color:#364b38;
	text-decoration:none;
}
/*----end page content----*/


/*----start footer content----*/
#footer{
	clear:both;
	margin-top:18px;
	padding:15px 0 12px 0;
	height:25px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	background: #000066;
	background: -moz-linear-gradient(top, #000066 0%, #000066 50%, #000066 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000066), color-stop(50%,#000066), color-stop(100%,#000066)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000066 0%,#000066 50%,#000066 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000066 0%,#000066 50%,#000066 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000066 0%,#000066 50%,#000066 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000066 0%,#000066 50%,#000066 100%); /* W3C */
}

#footer a{
	color: #000066;
	text-decoration:none;
}

#footer a:hover{
	color: #000066;
	text-decoration:underline;
}

/*----end footer content----*/
