/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 89%; /* Set to gallery height */
	height: 50px;
}
#motioncontainer a img {
	border: 0px solid #000000; /* Set image border color */
}
#motioncontainer a:hover img {
	border: 0px solid navy; /* Set image border hover color */
}
#statusdiv {
	background-color: #ffffff;
	border: 0px solid gray;
	background-repeat:no-repeat;
	padding: 0px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
body {
	margin: 0px;
	background: #000000;
}
.header {
	margin: 0px;
	background: #fff url(images/top-v3.jpg) no-repeat right;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content2txtGrey {
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
}
.content2txtGrey_big {
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:12px;
	color:#666666;
}
.lineHeight15px {
	line-height: 15px;
}
hr {
	margin: 0px 17px 0px 0px;
	color: #fec72c;
	background: #fec72c;
	height: 1px;
	border: 0px;
	style: dashed;
	noshade: noshad;
}
ul {
	padding-left: 1em;
	margin-left: 1em;
	list-style: square;
}
ol {
	padding-left: 2em;
	margin-left: 1em;
}
/* BgColors */
.bgWhite {
	background-color: #ffffff;
}
.bgBlack {
	background-color: #000000;
}
.bgLogoUpLine {
	background-color: #FF9933;
}
.bgLogoDownLine {
	background-color: #FF3333;
}
/* Text Color */
.txtOrange {
	color:#FF9933;
}
.txtWhite {
	color: white;
}
.txtBlack {
	color: black;
}
.txtGrey {
	color: #666666;
}
.txtLGrey {
	color: #999999;
}
/* Indents */
.GeneralIndents5px {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.indentLeft10px {
	padding-left: 10px;
}
.indentRight5px {
	padding-right: 5px;
}
/* Headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h1.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h3.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
/* Highlighter */
.bdrTopStyle2px {
	border-top-width: 2px;
	border-top-style: solid;
}
.bdrLeftStyle2px {
	border-left-width: 2px;
	border-left-style: solid;
}
/* Dashed Borders */
.bdrBottomDash1px {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.bdrTopDash1px {
	border-top-width: 1px;
	border-top-style: dashed;
}
.bdrLeftDash1px {
	border-left-width: 1px;
	border-left-style: dashed;
}
.bdrRightDash1px {
	border-right-width: 1px;
	border-right-style: dashed;
}
/* Borders */
.bdrBottom1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.bdrBottom3px {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.bdrTop1px {
	border-top-width: 1px;
	border-top-style: solid;
}
.bdrTop3px {
	border-top-width: 3px;
	border-top-style: solid;
}
.bdrLeft1px {
	border-left-width: 1px;
	border-left-style: solid;
}
.bdrRight1px {
	border-right-width: 1px;
	border-right-style: solid;
}
/* Border Colors */
.bdrWhite {
	border-color: #ffffff;
}
.bdrDGrey {
	border-color: #797979;
}
.bdrOrange {
	border-color: #FF9933;
}
.bdrDGray1 {
	border-color: #d0cec3;
}
.bdrBottomGrey {
	border-bottom-color: #cccccc;
}
/* LINKS */
a:link {
	color: #ff7f00; /* Orange  */
	text-decoration: none;
}
a:active {
	color: #ff7f00; /* Orange  */
	text-decoration: none;
}
a:visited {
	color: #cccccc; /* Gray  */
	text-decoration: none;
}
a:hover {
	color: #ff7f00; /* Orange  */
	text-decoration: underline;
}
/*	Only grey link */
a.grey_lnk:link {
	color: #cccccc; /* Orange  */
	text-decoration: none;
}
a.grey_lnk:active {
	color: #cccccc;/* Orange  */
	text-decoration: none;
}
a.grey_lnk:visited {
	color: #cccccc; /* Gray  */
	text-decoration: none;
}
a.grey_lnk:hover {
	color: #ff7f00; /* Orange  */
	text-decoration: underline;
}
/* l1 */
a.l1:link {
	color:#999999;
	text-decoration: none;
}
a.l1:visited {
	color:#999999;
	text-decoration: none;
}
a.l1:active {
	color:#cccccc;
	text-decoration: none;
}
a.l1:hover {
	color: #FF9933;
	text-decoration:underline;
}
/* orange links */
a.orange_lnk:link {
	color:#FF9933;
	text-decoration: none;
}
a.orange_lnk:visited {
	color:#FF9933;
	text-decoration: none;
}
a.orange_lnk:active {
	color:#FF9933;
	text-decoration: none;
}
a.orange_lnk:hover {
	color: #FF9933;
	text-decoration:underline;
}
/*CSS for DIV containing the navigational links*/
#navlinks {
	width: 400px;
}
/*CSS for each navigational link*/
#navlinks a {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/*CSS for currently selected navigational link*/
#navlinks a.current {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ff9933
}
/* Margins */
.GeneralMargins2px {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
.GeneralMarginsNIL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.GeneralMargins5px {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.topMarginsNIL {
	margin-top: 0;
}
.bottomMarginsNIL {
	margin-bottom: 0;
}
/* END */
.borderimage {
	border: 0px solid #222222;
	cursor: hand;
}
/*  image gallery style use */
.style3 {
	color: #ff9933
}
.slideshow { /*CSS for DIV containing each image*/
	margin-right:4px;
	margin-left: 3px;
	float: left;
	width: 60px;
	border:thin;
}
.slideshow img { /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
	border:1;
	border-color:#CCCCCC;
}
.slideshow a:hover img {
	border:double;
	border-color:#ff3333;
}
/* contact us form style */
.formbdr {
	border: 1px solid #FF9933;
	width: 200px;
}
.formbdr2 {
	border: 1px solid #FF9933;
	width: 25px;
}
.submitbutton {
	width: 55px;
	border: 1px solid #FF9933;
	background-color: #FFFFFF;
}
/*new updates*/
.GdContentgray {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#666666
}
.Gdred {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#ff9933
}
.bdrToporange3px {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ff9933;
}
/* l2 */
a.l2:link {
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
a.l2:visited {
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
a.l2:active {
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
a.l2:hover {
	font-size:12px;
	color: #FF9933;
	text-decoration:none;
	font-weight:bold;
}
.clr_black {
	color:#000000
}
.clr_red {
	color:#ff3333
}
a.menu_hed:link, a.menu_hed:visited {
	font-family:Tahoma, "Microsoft Sans Serif";
	color:#000000;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
a.menu_hed:hover, a.menu_hed:active {
	font-family:Tahoma, "Microsoft Sans Serif";
	color: #ff9933;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
.gray_tab {
	background-image:url(images/tab.gif);
	background-repeat:no-repeat;
	height:27px
}
.redbrows {
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:10px;
	background-color:transparent;
}
.redbrows a:link, .redbrows a:visited {
	display:block;
	width:100%;
	text-decoration:none;
	color:#000000;
	font-size:10px;
	background-color:transparent;
	line-height:20px;
}
.redbrows a:hover, .redbrows a:active {
	color:#ffffff;
	background-color:#ff7700;
}
.redbrows2 {
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:10px;
	background-color:transparent;
}
.redbrows2 a:link, .redbrows2 a:visited {
	display:block;
	width:100%;
	text-decoration:none;
	color:#000000;
	font-size:10px;
	background-color:transparent;
	line-height:20px;
}
.redbrows2 a:hover, .redbrows2 a:active {
	color:#ffffff;
	background-color:#ff9933;
}
a.red_lnk:link {
	color: #ff9933; /* Orange  */
	text-decoration: none;
}
a.red_lnk:active {
	color: #ff9933;/* Orange  */
	text-decoration: none;
}
a.red_lnk:visited {
	color: #ff9933; /* Gray  */
	text-decoration: none;
}
a.red_lnk:hover {
	color: #ff9933; /* Orange  */
	text-decoration: underline;
}
a.blue_lnk:link {
	color:#00CCFF; /* Orange  */
	text-decoration: none;
}
a.blue_lnk:active {
	color: #00ccff;/* Orange  */
	text-decoration: none;
}
a.blue_lnk:visited {
	color:#3366FF; /* Gray  */
	text-decoration: none;
}
a.blue_lnk:hover {
	color: #3366ff; /* Orange  */
	text-decoration: underline;
}
a.blue_org:link, a.blue_org:visited {
	color:#00CCFF; /* blue  */
	text-decoration: none;
}
a.blue_org:hover, a.blue_org:active {
	color:#ff9933; /* Orange  */
	text-decoration:underline;
}
