/* General and classes
-------------------------------------*/
html,body {
	margin:0;
	padding:0;
	border:0;
	background:#fff url(images/bg-top.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 11px;
}

img {border:none}
a {text-decoration:none}
.left {float:left}
.right {float:right}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
h1 {color:#313a84; font-family: Arial, Helvetica, sans-serif; font-weight:100; padding:0; margin:0;}
h2 {color:#313a84; font-family: Arial, Helvetica, sans-serif; font-weight:100; padding:0; margin:0;}
h3 {color:#fff;}
.white {color:#fff; font-size:9px;}
.dots {width:100%; height:1; border-bottom:1px dotted #CCC;}
.small {font-size: 9px;}
.req {color: #F00;}

a:link, a:visited {
	color:#555;
}
a:hover, a:active {
	color:#000;
}

/* Divs 
---------------------------------------*/
#wrap {
	width:960px;
	min-height:600px;
	margin:0 auto;
}
#title {
	width:960px;
	height:54px;
	padding-top:20px;
	margin:0 auto;
	position:relative;
	text-align:right;
}
#logo {
	top:15px;
	left:0;
	position:absolute;
	z-index:4;
}
.email {
	font-size:12px;
	letter-spacing:3px;
	color:#999994;
}
.phone {
	font-size:24px;
	font-weight:bold;
	color:#5059a7;
}
#menu {
	width: 960px;
	padding:0;
	margin: 0 auto;
	height: 40px;
}
#banner {
	width:915px;
	height:292px;
	padding:20px 0 0 45px;
	margin:5px auto 0 auto;
	text-align:center;
	background-image: url(images/jQuery-bg.gif);
	overflow: hidden;
	z-index:1;
}

#slider {
	width:960px;
	height:180px;
}

#left-arrow {
	width:35px;
	height:43px;
	padding-top:75px;
	float:left;
}
#right-arrow {
	width:35px;
	height:43px;
	padding-top:75px;
	float:right;
}
#box {
	width:158px;
	height:170px;
	padding:23px 0 0 20px;
	background-image: url(images/image.jpg);
	float:left;
}
#content {
	width:960px;
	margin: 4px 0 0 0;
}
#home-left {
	width:460px;
	min-height:143px;
	padding:10px 30px;
	float:left;
	background: #eff0f5;
	border:solid 1px #fff;
	border-radius:3px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.45);
	margin-left:35px;
}
#home-right {
	float:right;
	min-height:203px;
	margin-right:35px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.45);
}

#contact-wrap {
	margin:0 auto;
	width:880px;
	min-height:290px;
	padding-bottom:20px;
}

#content-left, #content-right {
	width: 375px;
	margin-top: 5px;
	padding: 20px;
	background: #EFF0F5;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.45);
}
#content-left {
	float: left;
}
#content-right {
	float: right;
}
#content-wide {
	width: 880px;
	margin: 5px auto 0 auto;
}
#blog-wrap {
	width:817px;
	margin: 15px auto 0 auto;
}
#blog-content {
	width: 560px;
	min-height: 460px;
	padding: 20px;
	background: #FFF;
	border:#C2C2C2 solid 1px;
	float: left;
}
#blog-menu {
	width: 180px;
	min-height: 460px;
	padding: 20px 10px;
	background: #FFF;
	border:#C2C2C2 solid 1px;
	float: right;
}
#footer-wrap {
	width:100%;
	margin:0 auto;
	background:#676767;
}
#footer {
	width:960px;
	margin:0 auto;
	padding-top:10px;
}
#footer-logo {
	width:115px;
	float:left;
	padding-left:35px;
}
#footer-links {
	width:565px;
	height:60px;
	padding-top:20px;
	float:left;
	margin:0 auto;
	color:#FFF;
	padding-left:35px;
}
#footer-social {
	width:175px;
	height:66px;
	padding:20px 35px 0 0;
	float:right;
	text-align:right;
}
#title-text {
	width:420px;
	height:93px;
	margin:0 auto;
	float:right;
	text-align:right;
}
#title-logo {
	width:400px;
	height:77px;
	margin:0 auto;
	float:left;
	text-align:left;
	padding-top:10px;
}
#contact-details {
	height:20px;
	margin-top:20px;
	font-size:16px;
	color: #333;
	font-weight:bold;
}
#title ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	
}
#title li {
	margin: 0 10px 0 0;
	Float:left;
	padding:0;
	font-size:11px;
}
#footer ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:817px;
}
#footer li {
	font-size:11px;
	display:inline;
	margin:30px 5px 0 5px;
	padding:0;
}
.slideshow { 
	height: 247px;
	width: 817px;
	margin:0 auto;
}
#gallery-text {
	width: 777px;
	padding: 20px 20px 0 20px;
	color: #333 !important;
	font-size:11px;
	text-align:justify;
}
#mini-gallery-text {
	width: 200px;
	padding: 20px;
	float: left;
}
#content-right label {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	line-height: 20px;
	margin-bottom: 5px;
}
#contact-msg {
	margin-bottom: 20px;
}
#contact-hdr {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.form-input {
	border: none;
	float: left;
	width: 270px;
	height: 20px;
   	line-height:20px;
	margin-bottom: 10px;
	border-radius: 5px;
   	box-shadow:0 0 5px #666 inset;
	text-indent:5px;
	font-size: 11px;
	color: #444;
	background: #eee;
}
.form-text {
	border: none;
	float: left;
	width: 260px;
	height: 65px;
	margin-bottom: 10px;
	border-radius: 5px;
   	box-shadow:0 0 5px #666 inset;
	padding: 5px;
	font-size: 11px;
	color: #444;
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
}
.form-input:hover, .form-text:hover {
   	box-shadow:0 0 8px #2c353e inset;
}
.form-input:focus, .form-text:focus {
	outline: none;
}
.submit {
	width: 150px;
	height: 25px;
	margin-left: 150px;
	border: none;
	border-radius: 5px;
	box-shadow:0 0 5px #666 inset;
	background: #444;
	color: #ccc;
	cursor: pointer;
}
.submit:hover {
	background: #ccc;
	color: #444;
}

#mainright img {border:#CCC 1px solid;}

#clear { clear:both;}

#single-column-wide {
	width:840px;
	margin-top:10px;
	font-size:11px;
	color: #333 !important;
	padding:20px;
	text-align:justify;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.45);
}

#left-column-wide {
	padding: 20px;
	float:left;
	width:460px;
	min-height:192px;
	font-size:11px;
	color: #333 !important;
	text-align:justify;
	background: #EFF0F5;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.45);
}
#right-column-wide {
	float:right;
	font-size:11px;
	color: #333 !important;
	padding:0;
	text-align:justify;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.45);
}

#border {
	border: 1px solid #FFF;
	border-radius: 4px;
	padding:10px;
	background:#ccc;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.45);
}

/* Blog Menu
---------------------------------------*/
#blog-search {
	width: 132px;
	height: 16px;
	padding: 3px !important;
	border: 1px solid #999;
	float: left;
}
#blog-submit {
	width: 35px;
	height: 24px;
	border: 1px solid #333;
	background: #999;
	color: #EEE;
	float: right;
	cursor: pointer;
}
#blog-submit:hover, #blog-submit:active {
	background: #666
}
.blog-year-title {
	width: 90%;
	padding: 5%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.blog-month-title {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
.bp-preview {
	width: 538px;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #999;
}
.bp-title {
	width: 90%;
	height: 30px;
	line-height: 30px;
	padding: 0 5%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.bp-content {
	width: 94%;
	height: 48px;
	margin: 0 auto;
	line-height: 16px;
	overflow: hidden;
}
.bp-more {
	display: block;
	width: 94%;
	margin: 5px auto;
	text-align: right;
}
.blog-cloud {
	width: 160px;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid #999;
}
.blog-wc-smallest {font-size: 8px; padding: 3px;}
.blog-wc-small {font-size: 10px; padding: 3px;}
.blog-wc-medium {font-size: 12px; padding: 3px;}
.blog-wc-large {font-size: 14px; padding: 5px;}
.blog-wc-largest {font-size: 16px; padding: 5px;}


/* Control Panel
---------------------------------------*/
.control-panel {
	width: 80px;
	min-height: 100px;
	border-radius: 10px;
	background: #000;
	position: fixed;
	top: 100px;
	right: -90px;
	overflow: hidden;
	padding: 10px;
}
.control-panel img {
	margin:2px;
}

/* Links
---------------------------------------*/

#title li a:link, #title li a:visited {
	color:#000;
}
#title li a:hover, #title li a:active {
	color:#9F0;
}

#footer a:link,#footer a:visited {
	color:#CCC;
}
#footer a:hover,#footer a:active {
	color:#FFF;
}