/* *************************** 
  Site - Template
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#035ebb;
	text-decoration:underline;
}
a:hover {
	color:#035ebb;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    background:#dfdede url(../images/bg_body.jpg) top repeat-x;
    color:#373737;
}
#wrapper {
	width:100%;
    background:url(../images/bg_wve.png) no-repeat bottom center;
}
#wrapper_inner {
	width:985px;
    margin:22px auto 0 auto;
    text-align:left;
    background:url(../images/bg_wrapper.png) repeat-y;
}
#container {
	width:985px;
    background:url(../images/bg_container.png) top no-repeat;
    padding:0 1px;
    width/**/:/**/ 983px;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
}
#header_top {
	width:100%;
    overflow:hidden;
	height:87px;
    background:url(../images/bg_header_top.png) bottom repeat-x;
}
#header_top h1 {
	width:277px;
    height:49px;
	float:left;
    margin:17px 0 0 21px;
    display:inline;
    background:url(../images/logo.png) no-repeat;
}
#header_top h1 a {
	width:277px;
    height:49px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#menu_top {
	height:55px;
    background:url(../images/bg_menu_top.png) repeat-x;
    position:relative;
}
#menu_top li {
	float:left;
    padding:6px 32px 0 32px;
}
#menu_top li a {
	font-size:16px;
    color:#14344f;
    font-weight:bold;
    text-decoration:none;
}
#menu_top li a:hover {
	text-decoration:none;
    border-bottom:2px solid #00a7ee;
    display:block;
}
#menu_top li.selected a {
	border-bottom:2px solid #00a7ee;
    display:block;
}
#menu_top ul {
	display:none;
	position:absolute;
	left:23px;
	bottom:4px;
	width: 848px;
}
#menu_top li.selected ul {
	display:block;
}

#menu_top li li a {
	font-size:12px;
    border-bottom:none;
}
#menu_top li.selected li a {
	border-bottom:0px;
}
#menu_top li.selected li.selected a,
#menu_top li.selected li a:hover {
	color:#00a7ee;
    display:block;
    float:left;
    border-bottom:none;
}
#menu_top li li {
	float:left;
	padding:0 20px 0 20px;
}


/* *************************** 
   $4 Content Styles
   ***************************/
#homecontent {
	width:983px;
	padding:15px 20px;
    width/**/:/**/ 943px;
    overflow:hidden;
}
#banner {
	width:623px;
    height:358px;
    float:left;
    margin-bottom:15px;
}
#menu_home {
	width:305px;
    height:358px;
    float:right;
    margin-bottom:15px;
}
#menu_home li {
	padding:5px 0;
    border-bottom:1px solid #b0b8c2;
    color:#2e2e2e;
}
#menu_home li.last {
	border-bottom:none;
}
#menu_home a {
	padding:8px 0 11px 10px;
	color:#14344f;
    color:#2e2e2e;
    text-decoration:none;
    display:block;
}
#menu_home a:hover {
	background:#14344f;
    color:#FFFFFF;
}
#menu_home a:hover span {
	color:#FFFFFF;
}
#menu_home a span {
	display:block;
    font-size:20px;
    color:#14344f;
    font-weight:bold;
    margin-bottom:3px;
}


.box_home {
	width:300px;
    border:1px solid #cad3dd;
    padding:10px;
    width/**/:/**/ 278px;
    float:left;
    margin-right:21px;
}

.box_home.last {
	margin-right:0;
}
.box_home img {
	border:1px solid #cad3dd;
}
.box_home h3 {
	font-size:14px;
    color:#14344f;
    margin:5px 0 8px 0;
}
.box_home p {
	height:105px;
}
.box_home div {
	text-align:right;
}
.box_home div a {
	text-decoration:none;
}
.box_home div a:hover {
	text-decoration:underline;
}

#content {
	width:983px;
	padding:40px;
    width/**/:/**/ 903px;
    overflow:hidden;
}
.img_right {
	float:right;
    margin-left:30px;
}
#content h2 {
	font-size:18px;
    color:#3a587d;
    margin-bottom:15px;
}
#content h3 {
	font-size:16px;
    color:#3a587d;
    margin-bottom:15px;
}
#content p {
	margin-bottom:15px;
}
#content .topsection {
	font-size:14px;
    width:100%;
    overflow:hidden;
    margin-bottom:30px;
    color:#373737;
}
#content .topsection p,
#content .topsection li {
	line-height:20px;
}
#content .topsection ul {
	padding-left:20px;
}
#content li {
	padding-left:10px;
	list-style:disc;
}

#content ul {
	padding-left:10px;
	padding-right:16px;
	list-style:disc;
}
#content a {
	color:#11b2f0;
}
#contact_info {
	width:360px;
	float:left;
	font-size:14px;
	line-height:20px;
	list-style:disc;
}
#contact_info li {
	padding:0px 0px 5px 20px;
	background:url(../images/bg_list.png) 6px 6px no-repeat;
	list-style:none;
    
}
#contact_form {
	width:500px;
    float:right;
    font-size:11px;
}
form .row {
	width:100%;
    overflow:hidden;
    margin-bottom:5px;
}
form label {
	font-size:14px;
    font-weight:bold;
    display:block;
    margin:12px 0 5px 0;
}
form label span {
	color:#FF0000;
}
form input {
	border-bottom:1px solid #c3c3c3;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-top:1px solid #7c7c7c;
    background:url(../images/bg_forminput.png) top repeat-x;
    height:22px;
    padding:3px 0 0 3px;
    height/**/:/**/ 19px;
}


.width1 {
	width:35px;
}
.width2 {
	width:71px;
}
.width3 {
	width:95px;
}
.width4 {
	width:41px;
}
.width5 {
	width:480px;
}
.width6 {
	width:274px;
}
.width7 {
	width:185px;
}
.width8 {
	width:191px;
    border:1px solid #c3c3c3;
}
form .row .column {
	float:left;
    margin-right:5px;
    display:inline;
}
form .row .column2 {
	float:left;
    margin-right:15px;
    display:inline;
}
form .btn {
	padding:30px 0;
    text-align:center;
}
form .btn input {
	border:none;
    background:none;
    height:auto;
    padding:0;
    height/**/:/**/ auto;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
}



/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:985px;
    margin:0 auto;
    padding:10px 10px 20px 10px;
    width/**/:/**/ 965px;
    background:url(../images/bg_footer.png) top no-repeat;
    color:#14344f;
}
#footer a {
	color:#14344f;
    text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_copyright {
	width:320px;
    float:left;
    text-align:left;
}
#footer_links {
	width:445px;
    float:left;
}
#footer_phone {
	width:200px;
    float:right;
    text-align:right;
}
