@charset "utf-8";
/* CSS Document */             

BODY {background: #2C3B4B; background-image: url(http://www.survice.com/images/patternback2.gif); background-repeat:
repeat-x; background-position: 0 0; height: 2000; width: 100%; 
}

/*Menu Bar Styles*/
	
.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #000000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* End Menu Bar Styles*/

/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:18px;
z-index:100;
background-color: white;
width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

/* main body CSS Styles */

.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.headertext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.headertext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.maintextbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.maintextbody3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
}
.bluesmallmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003380;
}
/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
	height: 200px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


/* Link Hover Styles */

.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003399}
.links:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF8B22; text-decoration: none}
.links2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003399}
.links2:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF8B22; text-decoration:}
.links3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003399}
.links3:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF8B22; text-decoration:}
.links4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003399}
.links4:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF8B22; text-decoration:}

/* End Link Hover Styles */

