/* CSS Document */

html {
scrollbar-face-color: #D4D4D4;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #D4D4D4;
scrollbar-darkshadow-color: #D4D4D4;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #ffffff;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DF2838;
	color: #333333;
	font: small Arial, Helvetica, Verdana, sans-serif;

}

a:link, a:visited {
	color: #DF2838;
	text-decoration: underline;
}
a:hover {
	color: #DF2838;
	text-decoration: none;
}

TD {
	color: #333333;
	font-size: 11px;
}

h1 {
	color: #DF2838;
	font-size: 19px;
	padding-bottom: 6px;
	margin-bottom: 7px;
	font-weight: normal;
}

h2 {
	color: #DF2838;
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 7px;
	font-weight: normal;
}

hr {
	border : 0px;
	color : #999999;
	background-color:#999999;
	height : 1px;
}

#grey_hr {
	border : 0px;
	color : #C2C2C2;
	background-color:#C2C2C2;
	height : 1px;
}

#hd {
	margin-top: 24px;
	width: 448px;
}

.content {
	font-size: 85%;
	text-align: justify;
}

#outer_wrapper {
	text-align: left;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.more a:link, .more a:visited {
	color: #2D5E8C;
	padding-left: 14px;
	text-decoration: none;
	font-size: 0.7em;
	float: right;
	padding-right: 16px;
}
.more a:hover {
	color: #6F97BD;
	padding-left: 14px;
	text-decoration: none;
	font-size: 0.7em;
	float: right;
	padding-right: 5px;
	padding-right: 16px;
}

.copy {
	color: #787878;
	text-decoration: none;
	font-size: 0.8em;
}


.footer a:link, .footer a:visited {
	color: #787878;
	text-decoration: none;
	font-size: 0.8em;
}
.footer a:hover {
	color: #545454;
	text-decoration: none;
	font-size: 0.8em;
}

#content{
	background-image: url(images/content_bg2.jpg);
	background-repeat: repeat-y;
}

#packages{
	background-color: #BABABA;
	border: 1px solid #BBBBBB;
}

#footer{
	background-color: #C2C2C2;
	padding-left: 1px;
}

#nav_wrap{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}	

.nav a:link, .nav a:visited {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;

}
.nav a:hover {
	font-size: 12px;
	color: #E01C18;
	font-weight: normal;
	text-decoration: none;
}

#nav_ac {
	font-size: 12px;
	color: #E01C18;
	font-weight: normal;
}

.project_image_wrapper {
position : relative;
float : left;
border : 1px solid #333333;
margin-right : 14px;
margin-bottom : 14px;
height: 123px;
}


