/*Main Element Styles*/

body
{
	background: #250931; /*#8A0709;*/
	font-family: Verdana;
}

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

a:hover
{
	//font-weight:bold;
}

a.BrowserLinks:hover
{
	font-weight:bold;
}

img
{
	border:none;
}

/*logo*/
#Logo
{
	background: #2EBFF8;
	width: 300px;
	height: 125px;
	overflow:hidden;
}

/*Content Holder*/

/*This will hold the boxes so they are centered horizontally and vertically.*/
#content
{
	margin-left: -380px;
	position: absolute;
	top: -195px;
	left: 50%;
	width: 765px;
	height: 395px;
	visibility: visible;
}

/*This is an invisible div that content is held in and then offset against*/
#horizon 
{
	color: white;
	/*background-color: #983D9D; /*#8A0709;*/
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

/*This is the pop up that shows the content*/
#blanket 
{
	background-color:#111;
	opacity: 0.30;
	filter:alpha(opacity=30);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#popup
{
	position:absolute;
	width:758px;
	height:386px;
	background-color:#FFFFFF;
	z-index: 9002;
	
	margin-left:-0.65em;
	margin-top:-0.6em;
	
	//margin-top:-0.7em;
	//margin-left:-1.35em;
}

#popupContent
{
	width:758px;
	height:386px;
	overflow:none;
	font-size:14px;
}

#closeBar
{
	background-color:white;
	position:absolute;
	width:50px;
	height:50px;
	z-index:9002;
	
	margin-top:-0.6em;
	//margin-top:-0.7em;
	
	margin-left:-0.08em;
	//margin-left:-0.8em;
}

/*Page Specific Styles*/

/*Index*/
/*Boxes*/
#Small
{
	width: 147px;
	height: 125px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	cursor:hand;
}

#Small:hover
{
	width: 135px;
	height: 115px;
	overflow:hidden;
	padding-left:5px;
	position:relative;
}

#StaticBox
{
	background: #8EA62F;
	width: 147.5px;
	height: 125px;
	overflow:hidden;
	position:relative;
}

#Large
{
	background: #2EBFF8;
	width: 300px;
	height: 125px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}

#Large:hover
{
	width: 290px;
	height: 115px;
	overflow:hidden;
}

/*All Pages*/
#footer
{
	width:760px;
	clear:both;
	text-align:center;
	color:white;
}

#Legal
{
	padding-top:2px;
	font-size: 12px;
}

/*Box Details*/
div.ClearBothFloatLeftPadBottom
{
	clear: both;
	float:left;
	margin-bottom:5px;
}

div.ClearBothFloatLeftPadBottom:hover
{
	clear: both;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:4px;
	margin-right: 3px;
}

div.FloatLeftPadLeft
{
	float:left;
	margin-left:5px;
}

div.FloatLeftPadLeft:hover
{
	float:left;
	margin-top:5px;
	margin-left:9px;
	margin-right: 6px;
}

div.FloatLeftPadLeftSmall
{
	float:left;
	margin-left:5px;
}

div.FloatLeftPadLeftSmall:hover
{
	float:left;
	margin-top:5px;
	margin-left:9px;
	margin-right: 3px;
}

div.FloatLeftPadLeftPadBottom
{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}

div.FloatLeftPadLeftPadBottom:hover
{
	float:left;
	margin-left:9px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right: 6px;
}

div.floatLeftPadLeftPadBottomContact
{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:1px;
}

div.floatLeftPadLeftPadBottomContact:hover
{
	float:left;
	margin-left:9px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right: 4px;
}

div.ClearBothFloatLeftStatic
{
	clear: both;
	float:left;
}

/*Content Styles*/
div.SmallContent
{
	text-align:left;
	font-family: Arial;
	font-size:20px;
	width:147.5px;
	position:absolute; 
	bottom: 0;
	//margin-left:-74px; /*ie hack so it appears correctly*/
}

div.LargeBoxContent
{
	text-align:left;
	font-size:18px;
	width: 290px;
	margin-left:3px;
}

div.SmallContentStatic
{
	text-align:right;
	font-weight:bold;
	font-size:20px;
	width:147.5px;
	position:absolute; 
	bottom: 0;
	//margin-left:-74px; /*ie hack so it appears correctly*/
}

/*Form input manipulation*/
input.text
{
	font-family:Courier New;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:16px;
	border:1px solid black;
	background-color:white;
	width:220px;
	height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

input:focus
{
	font-family:Courier New;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:16px;
	border:1px solid black;
	background-color:lightgrey;
	width:220px;
	height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

input.button
{
	font-family:Arial;
	font-size:18px;
	border:1px solid black;
	background-color:white;
	font-weight:bold;
	width:150px;
	height:25px;

	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

input.long
{
	font-family:Courier New;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:16px;
	border:1px solid black;
	background-color:white;
	width:468px;
	height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

input.long:focus
{
	font-family:Courier New;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:16px;
	border:1px solid black;
	background-color:lightgrey;
	width:468px;
	height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

textarea
{
	font-family:Courier New;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:16px;
	border:1px solid black;
	background-color:white;
	width:468px;
	height:120px;
	//height:100px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

textarea:focus
{
	font-family:Courier New;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:16px;
	border:1px solid black;
	background-color:lightgrey;
	width:468px;
	height:120px;
	//height:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

/*Twitter Image*/
img.twitter
{
	margin-left:1.5em; 
	margin-top:1em;
	cursor:pointer;
}

img.linkedIn
{
	margin-right:1.5em; 
	margin-top:1em;
	cursor:pointer;
}
