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

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

h1 {
	color: #C00;
	font-size: 200%;
	font-weight: normal;
}

h2 {
	color: #2D3F92;
}

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

a {
	color: #242E6C;
	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: 910px;
	margin: 0 auto;
	text-align: left;
}

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

#Logo {
	float: left;
	width: 293px;
	text-align: right;
	margin: 0 0 0 20px;
}

#Header-Right {
	margin: 0 15px 0 350px;
}

/* ------------------------------
		Contact Icons
------------------------------ */
#Contact {
	text-align: left;
	color: #666;
	height: 50px;
	padding: 10px 0 0 0;
}
#Contact span.Telephone {
	display: block;
	background: url(../graphics/icon-telephone.png) no-repeat left center;
	padding: 0 0 0 25px;
	margin: 0 0 0 200px;
	width: 90px;
	height: 17px;
}
#Contact span.Email {
	display: block;
	background: url(../graphics/icon-email.png) no-repeat left center;
	padding: 0 0 0 25px;
	width: 150px;
	float: right;
	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;
}

#TopNav ul {
	margin: 0;
	padding: 2px 0 0 45px;
	list-style: none;
}
#TopNav ul li {
	float: left;
	padding: 0 0 0 40px;
}
#TopNav ul li a {
	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: 20px 25px;
}
#Box-Foot {
	background: url(../graphics/content-box-foot.png) no-repeat top center;
	height: 13px;
}

/* ------------------------------
		Content
------------------------------ */
#Sidebar {
	float: left;
	width: 220px;
	text-align: center;
}

#Sidebar h4 {
	font-size: 110%;
	text-align: left;
	margin: 0 0 5px 0;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
	width: 180px;
	background: url(../graphics/sidebar-buttons.png) no-repeat 0 -164px;
	min-height: 32px;
	line-height: 32px;
}
#Sidebar h4.Large {
	background-position: 0 -196px;
	line-height: 18px;
	min-height: 43px;
	line-height: 18px;
	padding: 7px 20px 0 20px;
}

#Sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#Sidebar ul li {
	padding: 0 0 5px 0;
}
#Sidebar ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
	width: 180px;
	background: url(../graphics/sidebar-buttons.png) no-repeat 0 0;
	min-height: 32px;
	line-height: 32px;
}
#Sidebar ul li a:hover {
	background-position: 0 -32px;
}

#Sidebar ul li a.Large {
	min-height: 43px;
	line-height: 18px;
	padding: 7px 20px 0 20px;
	background-position: 0 -64px;
}
#Sidebar ul li a.Large:hover {
	background-position: 0 -114px;
}

/* BUTTON TWITTER */
#Sidebar ul li a.button-twitter {
	min-height: 32px;
	text-indent: -9999px;
	background: url(../graphics/button-twitter.png) no-repeat top center;
}
#Sidebar ul li a.button-twitter:hover {
	background-position: 0 -32px;
}


/* ------------------------------
		Content
------------------------------ */
#Content {
	margin: 0 0 0 240px;
}

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

/*-------------------------------------
	Front Page Content
-------------------------------------*/
.FrontPage-Box {
	float: left;
	width: 280px;
	padding: 10px;
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	margin: 20px 8px 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-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;
}
.FrontPage-Box h2 {
	color: #C00;
	font-size: 140%;
}

/* ------------------------------
		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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 900px;
}
#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
-------------------------------------*/
.BOX-Right {
	float: right;
	width: 270px;
}
.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 5px;
}

/* -----------------------------------
		Slideshow Background
----------------------------------- */
#slideshow {
    position: relative;
	margin: 0;
	padding: 0;
	width: 620px;
	height: 235px;
}

#slideshow a {
    position:absolute;
    top:0;
    z-index:8;
    opacity:0.0;
}
#slideshow a.active {
    z-index:10;
    opacity:1.0;
}
#slideshow a.last-active {
    z-index:9;
}

/* ------------------------------
		Button
------------------------------ */
.Button {
	margin: 20px 0;
	color: #D9DEF4;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 130%;
	font-weight: bold;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background-color: #304191;	
	background: -webkit-gradient(linear, left top, left bottom, from(#4D62C4), to(#304191));
	background: -moz-linear-gradient(top,  #4D62C4,  #304191);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D62C4', endColorstr='#304191');
	border: 1px solid #304191;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Button:hover {
	color: #FFF;
	text-shaddow: #000 2px 2px 3px;
	border: 1px solid #121838;
}
.Button:active {
	color: #D9DEF4;
	padding-top: 2px;
	height: 28px;
	line-height: 28px;
	background-color: #4D62C4;	
	background: -webkit-gradient(linear, left top, left bottom, from(#304191), to(#4D62C4));
	background: -moz-linear-gradient(top,  #304191,  #4D62C4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#304191', endColorstr='#4D62C4');
}

/* ---------------------------------------------------
			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}

