/* CSS Document */

body {
	margin: 10px;
	padding: 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #A5B5C1;
	text-align: center;
	font-size: 11px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

#Wrapper {
	margin: 0 auto;
	border: 5px solid white;
	width: 751px;
	text-align: left;
	background: #7B939F;
	color: white;
	
}
#Wrapper:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#Header {
	
}
h1 {
	background: url(../img/logo.gif) no-repeat;
	width: 184px;
	height: 69px;
	border-bottom: 5px solid #fff;
	text-indent: -1000em;
	float: left;
	margin: 0px; padding: 0px;
}
h1 a {
	display: block;
	height: 69px;
	
}
#MainMenu {
	margin: 0; padding: 0;
	list-style: none;
	width: 567px;
	float: left;
}
#MainMenu li {
	float: left;
	width: 184px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #375369;
	color: #fff;
	font-weight: bold;
	font-size:10px;
}
#MainMenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	width: 174px;
	padding: 0 5px;
}
#MainMenu li a:hover {
	background: #f60;
}

.Active {
	background: #f60;
}

#Footer {
	margin: auto;
	text-align: left;
	width: 760px;
	color: #CFDFEB;
	font-size:10px;
}

#Footer a {
	color: #CFDFEB;
	text-decoration: underline;
}

#Footer a:hover {
	text-decoration: none;
}

#Footer div{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#Footer div p {
	margin-top: 10px;
	font-size: 0.89em;
	padding: 0;
	margin-bottom: 3px;
	color: #CFDFEB;
}

#Created {
	text-align: right;
	width: 208px;
	
}

#Content {
	background: white;
	color: black;
	width: 552px;
	float: right;
	border-left: 5px solid #fff;
	*height:500px;
	min-height: 500px;
	padding-left:10px;
	
	
	
}

#Content p {
	padding: 0;
	
}
#Content h4 {
	color: #FE6601;
	font-size: 13px;
}

#Content h5 {
	font-size: 11px;
	color:#FE6601;
}

#Content h5 a{
	color: #FE6601;
}


#Content_right {
	width: 150px;
	float: right;
	border: 1px solid red;
		
}

.tape_top {
	width: 562px;
	float: right;
	height: 5px;
	background: #06243E;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	font-size:5px;
}

.tape_bottom {
	width: 562px;
	float: right;
	height: 5px;
	background: #06243E;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	font-size:5px;
	margin:0px;
	
}

.tape {

	width: 562px;
	float: right;
	height: 5px;
	background: #06243E;
	border-left: 5px solid #fff;
	font-size:5px;

}

#Front {
	margin: 0; padding: 0;
	list-style: none;
	width: 567px;
	float: right;
}
#Front li {
	float: left;
	width: 184px;
	height: 274px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #FFFFFF;
	color: #CDDDEA;
	
	font-size:10px;
}

#Front_bottom {
	margin: 0; padding: 0;
	list-style: none;
	width: 567px;
	float: right;
}
#Front_bottom li {
	float: left;
	width: 184px;
	border-left: 5px solid #fff;
	color: #CDDDEA;
	font-size:10px;
	*height: 150px;
	min-height: 150px;
}

#Front_bottom li p{

	background: #7B939F;
	padding: 0 10px;

}

#Front_bottom li a {
	color: white;
	text-decoration: underline;
}

#Front_bottom li a:hover {
	color: white;
	text-decoration: none;
}

#Front_bottom li h4	{
	font-size: 14px;
	color: white;
	padding: 0 10px;
	margin-top: 7px;
}

.leftPanel {
	
	background: #7B939F;
	width: 184px;
	float: left;
	height: 100%;
	margin: 0px; padding: 0px;
	
}

.leftPanel a {
	color: white;
		
}

#Portfolio_left
{
	width: 355px;
	float: left;
	padding: 5px; margin: 0;
	
}

#Portfolio_right
{
	width: 180px;
	float: left;
	padding: 0; margin: 0;
	margin-left: 5px;
	padding-top: 15px;
}

#Portfolio_right dl {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	padding-left: 8px;
	background-image: url('../img/square.gif');
	background-repeat: no-repeat;
}

#Portfolio_right dt {
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 8px;
	background-image: url('../img/arrow.gif');
	background-repeat: no-repeat;
	
}

#Portfolio_right a {
	text-decoration: underline;
	color: #05253C;
}

#Portfolio_right a:hover {
	text-decoration: none;
	color: #FC6700;
	
}

#Portfolio_right dt.current {
	color: #FC6700;	
	background-image: url('../img/arrow2.gif');
	background-repeat: no-repeat;
} 

.leftPanel img {
	border-bottom:5px solid white;
}

.leftPanel p {
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}