@charset "utf-8";
/* CSS Document */

body {
	background: #F8F5EC;
	margin: 17px 0 20px 0;
	color: #000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #122C68;
}

h2 {
	color: #122C68;
}

hr {
	border-top: 1px dotted #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}	

a {
	color: #122C68;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
a:active {color: #000;}

.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

.Image-Border {
	margin: 0 10px 10px 0;
}

/* ------------------------------
		Wrapper
------------------------------ */
#Wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------
		Header
------------------------------ */
#Header {
	height: 103px;
}

#Logo {
	float: left;
	width: 300px;
	text-align: right;
	margin: 0 0 0 20px;
}
#Logo .TagLine {
	margin: 0 10px 0 0;
}

/* ------------------------------
		Contact Icons
------------------------------ */
#Contact {
	text-align: left;
	color: #666;
	padding: 10px 10px 0 0;
	float: right;
	width: 185px;
}
#Contact span.Telephone {
	display: block;
	background: url(../graphics/icon-telephone.png) no-repeat left center;
	padding: 0 0 0 25px;
	width: 90px;
	height: 17px;
	margin-bottom: 15px;
}
#Contact span.Email {
	display: block;
	background: url(../graphics/icon-email.png) no-repeat left center;
	padding: 0 0 0 25px;
	width: 150px;
	height: 17px;
}
#Contact span.Email a {
	color: #666;
	text-decoration: none;
}
#Contact span.Email a:hover {
	color: #000;
}

/* ------------------------------
		Top Navigation
------------------------------ */
#TopNav {
	background: url(../graphics/top-nav-bg.png) no-repeat right top;
	height: 42px;
	margin: 0 20px;
	padding: 0 40px;
}

#TopNav ul {
	margin: 0;
	padding: 2px 0 0 20px;
	list-style: none;
	float: right;
}
#TopNav ul li {
	float: left;
	padding: 0 0 0 20px;
}
#TopNav ul li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 40px;
}
#TopNav ul li a:hover {
	color: #CCC;
}

/* ------------------------------
		Content Box
------------------------------ */
#Box-Top {
	background: url(../graphics/content-box-top.png) no-repeat top center;
	height: 10px;
	margin-top: -3px;
}
#Box-Mid {
	background: url(../graphics/content-box-bg.png) repeat-y top center;
	padding: 15px 25px;
}
#Box-Foot {
	background: url(../graphics/content-box-foot.png) no-repeat top center;
	height: 13px;
}

/* ------------------------------
		Content
------------------------------ */
#Logos {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #CCC;
}
#Logos img {margin-right: 10px;}

#google-plusone {
	float: right;
	margin: 25px -35px 10px 20px;
	width: auto;
}

/* ------------------------------
		Footer
------------------------------ */
#Footer {
	font-size: 80%;
	color: #666;
	padding: 20px;
}
#Footer a {color: #666;}
#Footer img {
	float: right;
}

/*-------------------------------------
	Error Box
-------------------------------------*/
#Error {
	border: 2px solid #F5F448;
	background: #FEFF99;
	padding: 10px;
	width: auto;
	margin: 0 auto 20px auto;
	width: 900px;
	text-align: left;
	
}
#Error h4 {
	color: #C00;
	font-size: 150%;
	margin: 0;
	font-weight: bold;
	padding: 0;
}
#Error p {margin: 5px 0 0 0; padding: 0;}
#Error div {
	float: right;
	width: 350px;
	margin: 0 0 0 20px;
	text-align: right;
}


/*-------------------------------------
	Extra Styles
-------------------------------------*/
.FrontPage-Box {
	float: left;
	width: 210px;
	padding: 10px;
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	margin: 20px 0 0 28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.FrontPage-Box a.Button {
	text-align: center;
	display: block;
	width: 130px;
	height: 26px;
	line-height: 26px;
	font-size: 110%;
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/button.png) no-repeat top;
}
.FrontPage-Box a.Button:hover {
	background: url(../graphics/button.png) no-repeat bottom;
}

.BOX-Right {
	float: right;
	width: 310px;
	margin-left: 20px;
}
.IMG-Right-Border {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.IMG-Border {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


ul.LIST-Ticks {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.LIST-Ticks li {
	padding: 5px 25px;
	background: url(../graphics/icon-tick.png) no-repeat left center;
}


.Button-Blue {
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	display: block;
	float: left;
	background: url(../graphics/button-blue.png) no-repeat 0 0;
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}
.Button-Blue:hover {background-position: 0 -30px;}
.Button-Blue:active {
	background-position: 0 -60px;
	height: 28px;
	line-height: 28px;
	padding: 2px 0 0 0;
	color: #FFF;
}

.Images-Project img {margin: 0 2px 0 0;}

/* BUTTON TWITTER */
a.button-twitter {
	min-height: 32px;
	text-indent: -9999px;
	background: url(../graphics/button-twitter.png) no-repeat top center;
	display: block;
	width: 221px;
}

a.button-twitter:hover{background-position: 0 -32px;}
/* -----------------------------------
		jQuery Slideshow
----------------------------------- */
#slideshow {
	height: 200px;
	width: 800px;
}
#slideshow a {
    position:absolute;
    z-index:8;
    opacity:0.0;
	border: none;
}
#slideshow a.active {
    z-index:10;
    opacity:1.0;
}
#slideshow a.last-active {
    z-index:9;
}
#slideshow a img {border: none;}

/* ---------------------------------------------------
			LASER RED 
----------------------------------------------------*/
#laserred {
	margin: -20px 0 0 0;
	display: block;
	float: right;
	width: 80px;
	height: 28px;
	background: url(../graphics/laserred.png) no-repeat 0 0;
	text-indent: -9999px;
}
#laserred:hover {background-position: 0 -28px}
