/*Begin Fundamentals*/
/*---------------------------------------------------------------*/
* {
   margin:0px;
   padding: 0px;
   }
   
body {
   font-size: 62.5%;
   font-family: helvetica, Verdana, Arial, Sans-Serif;
   color: #333;
   background: url("images/top-gradient.png") no-repeat scroll center top #f0f0f0;
}
   
.wrapper {
   width: 900px;
   margin: 0px auto;
   margin-top: 20px;
   background-color: transparent;
   position: relative;
}

#header {
   width: 100%;
   padding: 0px auto;
   text-align: left;
   height: 50px;
   }
   
#header .wrapper2 {
   width: 935px;
   margin: 0 auto;
   background-color: transparent;
   background-image: none;
   position: relative;
   }
   
#header #logo {
    float: left;
    padding: 10px 20px 10px 15px;
   }

#iv-illustration { 
    margin: -40px auto 30px -6px;
    width: 565px;
}

#content {
   min-height: 400px;
   height: auto !important;
   height: 400px;
   width: 895px;
   float: left;
   text-align: left;
   margin: 30px 0 0 -18px;
   padding: 0px 20px 20px;
   font-size: 14px;
}

#navigation {
	width: 100%; 
	height: 30px; 
	display: block
}

.column, #sidebar {
    display: block;
    float: left;
    height: auto;
    padding: 10px 20px;
    position: relative;
}
   
#sidebar {
	-moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
    background-color: #F0F4F7;
    border: 1px solid #C5D4E3;
    margin: 22px 0 20px 20px; 
	width: 248px;
}   

.column.wide {
    padding: 0 20px 20px 0;
    width: 560px;
}

.slideshow.homepage {
    left: 310px;
    position: absolute;
    top: -20px;
}
   
.section {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 5px;
	position: relative;
}

#footer {
    background-color: transparent;
    float: left;
    margin-left: -10px;
    padding: 14px;
    width: 909px;
   }
   
#copyright {width: auto; float: left;}


/*Body Elements*/
/*---------------------------------------------------------------*/
img { border: none; }

h2, h3, h4 { padding: 0.8em 0; }
h2, h3 { font-size: 18px }

h4 { 
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 1em;
	line-height: 1.2em;
}

p {
	color: #111;
	margin: 1.3em 0 0;
	line-height: 1.3em;
	font-size: 14px;
	text-align: justify;
}	

p:first-child { margin-top:0; }
	
#intoPara { 
    margin: -16px -20px -0.8em;
    padding: 20px;
}

#intoPara p { 
    color: #666666;
    font-family: georgia,sans-serif;
    font-size: 24px;
    text-shadow: 1px 1px 0 #FFFFFF;
	text-align:left;
	}

p.shorty { margin: 0.5em 0; }

.clear { 
    overflow: auto;
    padding-top: 4px;
	padding-left: 10px;
}

a.button {
	-moz-border-radius: 20px; /* FF1+ */
    -webkit-border-radius: 20px; /* Saf3-4 */
    border-radius: 20px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
    border: 1px solid #999999;
    clear: none;
    display: block;
    float: left;
    height: 15px;
    margin: 0 20px 10px;
    padding-bottom: 20px;
    text-decoration: none;
    width: 265px;
	position: relative;
}

a.button#logIn {
	background-color: #ffffff;
  	background-image: -moz-linear-gradient(top, #f0f0f0, #99ccff); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #5C9Aff)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#5C9Aff'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#5C9Aff')"; /* IE8 */
}

a.button#requestInfo {
	background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #f0f0f0, #99ffcc); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #33D685)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#33D685'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#33D685')"; /* IE8 */
}

a.button:hover {
	border: 1px solid #666;
}

a.button .logo_solo {	
	opacity: 0.8;    
	position: absolute;    
	top: 2px;	
	left: 3px;
}

a.button:hover .logo_solo {
	opacity: 1;
}

a.button span {
    color: #444444;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 8px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}

a.button:hover span { color:#111; }
a.button:active span { color:blue; }

#read-more { 	
	-moz-border-radius: 20px; /* FF1+ */
    -webkit-border-radius: 20px; /* Saf3-4 */
    border-radius: 20px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
    border: 1px solid #999999;
    display: block;
    float: left;
    height: 15px;
    width: auto;
    margin: 20px 65px;
    padding: 10px 20px;
	background-color: #718FB7;
	color: #FFF;
	font-weight: normal;   
	text-decoration: none;
}

#read-more:hover { 	
    border: 1px solid #666;
}

#footer a { color: #ddd; }

#nav {
   height: 30px;
   float: right;
   font-size:larger;
   padding-top:5px;
}

#nav ul {
	float: left;
	margin: 15px;
}

#nav li {
   display: inline;
   float: left;
   text-align: center;
   padding: 0px 15px;
}
   
#nav li#languages {
	border-right: 0 solid transparent;
    margin: -7px;
}
   
#nav ul.page-nav li {
   padding: 0 10px 0 0;
}

#nav ul.page-nav {
    margin-top: 8px;
}

#nav ul.page-nav li a {
	padding: 0 10px;
	font-size: 13px;
    padding: 5px 10px;
}

#nav ul.page-nav li a:hover, #nav li.current_page_item a {
	-moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3-4 */
    border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
	background-color: #efefef;
    padding: 5px 10px;
}
   
#nav li a {
   text-decoration: none;
   text-align: center;
   display: block;
   color: #4d6991;
   font-weight: bold;
}
  
#nav li a:hover ul, #nav li.sfhover ul { left: auto; }
#nav li ul a, #nav li li { float: left; }

#content ul, #content ol {
	margin-left: 12px;
}

#content ul li, #content ol li {
	line-height: 1.4em;
    list-style: disc outside none;
    margin-bottom: 0.7em;
}

#content ul li ul li, #content ol li ul li {
    list-style: cirlce outside none;
}

#content .column.wide ul, #content .column.wide ol {
	padding: 0.6em 0 0 1.2em;
}

#content p a, #content ul a {
    border-bottom: 1px dotted #111;
    color: #111;
    font-weight: normal;
    text-decoration: none;
}

#content p a:hover, #content ul a:hover {
   border-bottom: 1px solid #333333;
}

.column.wide h3 { padding: 0.6em 0 0; }

.section h2 a { 
	margin:0 0 0 50px;
	padding:0;
	text-decoration:none;
	color: #4E73A5;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.section p { margin-top: 0; }

.section img {
    left: 0;
    position: absolute;
    top: 9px;
    width: 40px;
}

#sidebar h3 {
	margin-left: 11px;
	margin-top: 7px;
}

#sidebar a {
	text-decoration: none !important;
}

#sidebar a h3 {
	color: #333;
}

#sidebar p, #sidebar ul li {
    text-align: left;
}

ul.disc-circle li { list-style:circle; }

/*
.floatThumb {
	display: none;
    float: left;
    margin-left: 5px;
    padding: 10px 20px 16px;
}

.floatThumb img {
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
*/

/*Form Elements*/
/*---------------------------------------------------------------*/

#content div.wpcf7 {
	background: url('images/request-bg.jpg') no-repeat center top #dce8f1;
    margin-left: -5px;
    padding: 15px 20px;
    width: 500px;
}

.wpcf7 form input, .wpcf7 form select {
display: block;
height: 18px;
width: 195px;
border: 1px solid #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.wpcf7 form input[type="checkbox"] {
   width: 12px;
   float: left;
   margin-left: 10px;
   font-size: 0.9em;
   }
   
span.wpcf7-form-control-wrap {float: none !important;}
.wpcf7-list-item-label {
   display: block;
   float: left;
   padding-right: 10px;
   height: 10px;
   }
   
.wpcf7-checkbox label {font-size: 0.9em;}
.wpcf7 form small {font-size: 0.9em;}
.wpcf7 form select {height: 20px}
span.label {
   width: 157px;
   display: block;
   font-size: 0.9em;
   text-align: left;
   margin-right: 5px;
   float: left;
   clear: both;
   }
   
span.condition{
   width: 287px !important;
   margin-top: 5px;
   font-weight: bold;
   }
   
span.wpcf7-checkbox br {clear: none; float: left;}

.wpcf7 form p {
   clear: both;
   padding: 4px 0;
   margin: 0;
   min-height: 10px;
   height: auto !important;
   }
   
.wpcf7 form input[type="submit"] {
    background-color: #5888B6;
	border: 1px solid #999;
    color: white;
    height: 31px;
    margin: 5px 0 0 210px;
    padding-bottom: 4px;
    width: 80px;
}

.wpcf7 form input[type="submit"]:hover {
	border: 1px solid #666;
	cursor: pointer;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

a.readmore {
   padding: 2px 4px;
   background: url(images/btn-bg.jpg) repeat-x top;
   color: black !important;
   text-decoration: none;
   font-size: 0.8em;
   text-transform: uppercase;
   -moz-border-radius: 3px;
   height: 16px;
   display: block;
   width: 68px;
   margin-top: 5px;
   }
a.readmore:hover {
   background-position: bottom;
   }
   
span.opening {
display: block; 
margin: 0px 5px; 
font-size: 1.3em; 
font-style: italic; 
font-color: #666; 
padding: 3px;
font-family: georgia;
   }
span.openings {font-size: 1.1em; font-style: normal;}
span.opening strong {font-style: normal; font-weight: bold;}
.wpcf7-form p strong {display: block; margin: 10px 0 7px; text-align: left;}





