body {
	margin:0; 
	font-size:12px; 
	line-height:16px; 
	font-family:Arial, Tahoma, Helvetica, sans-serif; 
	background-color:#000000; 
	color:#ffffff;
}

a {
	color:#e28f25; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	font-size:24px; 
	font-weight:bold; 
	font-style:italic; 
	color:#e28f25;
}

h2 {
	font-size:18px; 
	font-weight:bold; 
	font-style:normal; 
	color:#805114;
}

.clear {
	clear:both;
}

#all {
	background:url(../images/body_bckg.jpg) repeat-x #000000;
	/*#e28f25;*/
}

#banner {
	float:left;
	width:654px;
	height:159px;
	margin: 15px 0px 0px 25px;
}

#container {
	width:980px;
	height:700px;
	background:url(../images/shell_bckg.png) no-repeat;
	margin:0 auto; 
}

#header {

	height:186px;
}

#logo {
	float:left; 
	padding: 25px 25px; 
	width:215px; text-align:center;
}

#logo a {
	color:#ffffff; 
	text-decoration:none; 
	font-size:16px; 
/*	text-transform:uppercase;*/
}

#head {
	float:right; 
	width:690px;
}

#head p {
	font-size:10px; 
	color:#999999; 
	line-height:10px; 
	margin:0; 
	padding:0 20px;
}

#head ul {
	list-style:none; 
	padding:0; 
	margin:30px 0; 
	height:75px;
}

#head ul li {
	float:left;
	padding:0 18px;
}

#head a {
	display:block; 
	width:192px; 
	height:48px; 
	color:#ffffff; 
	text-decoration:none; 
	background:url(../images/text_top_bckg.jpg) no-repeat; 
	text-transform:uppercase; 
	text-align:center; 
	padding-top:28px; 
	font-size:15px;
}

#head a:hover {
	background:url(../images/text_top_bckg_over.jpg) no-repeat;
}

#main {
	float:left; 
	width:690px; 
	height:340px;
	margin:14px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	overflow:auto;
}

#main p {
	font-size:14px;
	text-align:justify;
}

#menu {
	float:left; 
	width:215px; 
	padding:25px 25px 20px 25px;
}

#menu ul {
	list-style:none; 
	padding:0; 
	margin:0;
}

#menu a {
	font-size:14px; 
	font-style:italic; 
	text-decoration:none; 
	color:#ffffff; 
	display:block; 
	width:180px; 
	height:20px; 
	padding:5px 10px 0 10px; 
	border-bottom:1px solid #4c4c4c; 
	text-transform:lowercase;
}

#menu a:hover {
	background-color:#1c1c1c;
}

#navigation {
	float:left;
	width:265px;
	padding:10px 0px 0px 10px;
}

#text {
	padding:10px 25px 20px 25px;
}

#footer {
	clear:both; 
	height:30px; 
	color:#838383; 
	font-size:11px; 
	padding:20px 20px 20px 20px; 
}

#left_footer {
	float:left; 
	background:#000000;
	margin: 7px 0px 3px 10px;
	padding: 5px 5px 3px 5px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

#left_footer a {
	color:#805114;
}

#right_footer {
	float:right;
	background:#000000;
	margin: 4px 15px 3px 0px;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

#right_footer a {
	margin: 0 2px 0 2px;
}

#signature {
	width:130px;
	height:43px;
	padding:0px 0px 0px 10px;
	
}

#mytitle {
	padding:0px 0px 0px 25px;
}

#partners {
	padding:0px 25px 0px 25px;
	width:215px;
	height:75px;
	color:#838383;
	text-align:center;
}

#partners a {
	color:#805114;
}

#contact {
	width:215px;
	padding:15px 25px 0px 25px;
	text-align:center;
	color:#838383;
}

#contact a {
	color:#805114;
}

#sitemap {
	
}

#didyouknow {
	color:#838383;
	padding: 15px 0px 0px 0px;
}

div#alertbox {
	border-style:solid;
	border-width:1px;
	border-color:#805114;
	color: #e28f25;
	background-color:#000000;
	
	font-size:12px;	
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.vtop {
	vertical-align:top;
}

.vbottom {
	vertical-align:bottom;
}

.vmiddle {
	vertical-align:middle;
}

/* ===================================
   Special
   =================================== */

.special {
	border-style:solid;
	border-width:1px;
	border-color:#838383;
	background-color:#ffffff;
	color:#000000;
	font-size:12px;	
	margin: 0px 5px 5px 0px;
	padding: 10px 10px 10px 10px;
	/* curve */
	border-radius: 1em; /* CSS3 */
	-moz-border-radius: 1em; /* firefox */
	-webkit-border-radius: 1em; /* Safari & Chrome */
	-khtml-border-radius: 1em; /* Linux */
}

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

.special ul {
    list-style:none;
    margin: 0px 0px 10px 0px;
    padding: 0;
}
.special ul li {
    line-height: 14px;
    margin: 5px 0px 0px 10px;
    padding: 0 0 0 10px;
    background: url(../images/bullet-01.png) no-repeat 0 4px;
}

.color-orange {
	color:#e28f25;
}

.img-right {
	float:right;
}

.picture-frame {
    float:left;
	margin:5px 10px 0px 0px;
	border:1px solid #a4a4a4;
	background:#f8f8f8;
	padding:2px 2px 2px 2px;
	/* drop shadow */
	box-shadow: #555555 0.2em 0.2em 0.3em;  /* CSS3 */
	-moz-box-shadow: #555555 0.2em 0.2em 0.3em;  /* firefox 3.5+ */
	-webkit-box-shadow: #555555 0.2em 0.2em 0.3em;  /* Safari3+ & Chrome */
	filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 5.5-7 */
	-ms-filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 8 */	
}

/* ===================================
   Services
   =================================== */

.services {
}

.services th {
	font-size:18px; 
	font-weight:bold; 
	font-style:normal;
	text-align:left;
	color:#805114;
	margin:0;
	padding:25px 0px 0px 0px;
}

.services p {
	margin:0;
	padding:10px 0px 0px 10px;
}

.services img {
	margin:0;
	padding:0;
}

/* ===================================
   Resources
   =================================== */

.resources {
}

.resources h2 {
	font-size:14px; 
	font-weight:bold; 
	font-style:normal;
	text-align:left;
	color:#805114;
	margin:0;
	padding:0px 0px 0px 0px;
}

.resources p {
	margin:0;
	padding:10px 0px 0px 10px;
}

.resources li {
	list-style:none;
}

.resources img {
	margin:0;
	padding:0;
}

.resources a[href$=".pdf"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/pdf.png) left top no-repeat;
}

.resources a[href$=".ppt"],a[href$=".pptx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/powerpoint.png) left top no-repeat;
}

.resources a[href$=".doc"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/word.png) left top no-repeat;
}

.resources a[href$=".jpg"], a[href$=".jpeg"], a[href$=".JPG"], a[href$=".JPEG"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/jpg.png) left top no-repeat;
}

.resources a[href$=".psd"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/psd.png) left top no-repeat;
}

.resources a[href$=".png"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/png.png) left top no-repeat;
}

.resources a[href$=".tif"], a[href$=".tiff"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/tif.png) left top no-repeat;
}

.resources a[href$=".mov"] 
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/mov.png) left top no-repeat;
}

.resources a[href$=".mp3"], a[href$=".mpeg4"], a[href$=".mp4"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/mp3.png) left top no-repeat;
}

.resources a[href$=".txt"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/word.png) left top no-repeat;
}

.resources a[href$=".xls"], a[href$=".xlsx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/icons/excel.png) left top no-repeat;
}

/* ===================================
   Marquee
   =================================== */
.marquee-box {
	float:right;
	margin-top:5px;
}

.marquee {
	display: none;
	font-size:16px; 
	font-weight:bold; 
	color:#805114;
}


