/*
Theme Name: Precision
Theme URI: http://designlynx.com
Description: Bespoke theme for Precision Underwriting
Version: 1.0
Author: Paul Huckstepp
Author URI: http://designlynx.com

This theme was adapted by Design Lynx Ltd

*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,300italic,400italic,700italic);
@import url(https://raw.github.com/necolas/normalize.css/master/normalize.css);

/*Tag Overides****************************/
body {
	margin: 0; padding: 0;
	background-color: rgb(212, 212, 212);
}

/*Font Usage****************************/
* {
	font-family: Lato, Arial; color: rgb(65,63,61); font-size: 12pt;
}
em {
	font-family: Lato, Arial;
	font-style: italic;
}
strong,h1,h2,h3,h4,h5,h6 {
	font-family: Lato, Arial;
	font-weight: 700;
}
h1 {
	text-transform: uppercase;
	color: rgb(229,25,55);
	font-size: 19pt;
	margin-top: 0;
}
h2 {
	margin: 0; padding: 0;
	font-size: 14pt;
	line-height: 24pt;
	
}
p {
	margin-top: 0; line-height: 16pt;
}
img {
	border-width: 0px;
}
a {
	color: rgb(229,25,55);
}
/*Utility Styles************************/
.alignright {
	float: left;
}

.alignleft {
	float: right;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/*Page Layout ***************************/
#pageContainer {
	width: 960px; position: relative;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0 15px;
	margin: 0 auto;
}
#pageHeader {
	width: 960px;
	margin: 0; padding: 0;
}
#contentContainer {
	background-color: white;
	padding: 0 60px;
	padding-bottom: 60px;
	min-height: 450px;
}
#floatCountry {
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 9pt;
	color: white;
	z-index: 1000;
}
#floatCountry a,#floatCountry a *,#floatCountry * {
	text-decoration: none;
	font-size: 10pt;
	color: white;
}
/*Home Page ***************************/
#homeLeft {
	width: 520px;
	float: left;
	margin-top: 60px;
}
#homeRight {
	float: right; width: 238px;
	margin-top: 60px;
	border-left: 1px solid rgb(212,212,212);
	padding-left: 40px;
	font-size: 16pt; font-weight: 300;
	line-height: 24pt;
}
/*Page Content***************************/
#pageTitle {
	height: 62px;
	padding-left: 60px;
	background-color: white;
	border-bottom: 1px solid rgb(212,212,212);
}
#pageTitle h1 {
	text-transform: capitalize;padding-top: 15px;
	font-size: 19pt;
}
#contentColumn {
	float: right;
	width: 550px;
	padding-top: 25px;
	padding-bottom: 45px;
}
#fullWidth {
	padding-top: 25px;
	padding-bottom: 45px;
}

#contentColumn p,#contentColumn a, #fullWidth p,#fullWidth a {
	font-size: 12pt; font-weight: 300;
}
#contentColumn h2, #fullWidth h2 {
	margin-bottom: 16px; line-height: 16pt;
}
#contentColumn a, #fullWidth a  {
	color: rgb(229,25,55);
}

#menuColumn {
	float: left;
	width: 260px;
	padding-top: 25px;
}
#menuColumn ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#menuColumn ul li {
	margin: 0; padding: 0; margin-bottom: 5px;
}
#menuColumn ul li a{
	font-size: 11pt; text-decoration: none; 
	line-height: 16pt; text-transform: uppercase;
	font-weight: normal; color: black;
}
#menuColumn ul li a:hover, .current_page_item a {
	color: rgb(229,25,55) !important;
	text-decoration: underline;
}

#menuColumn * em {
	font-size: 11pt; font-weight: normal; font-style: normal;
}

#menuColumn ul li ul {
	margin: 0; padding: 0; margin-bottom: 5px;
	margin-left: 20px;
}

#menuColumn .children {
	display: none;
	margin-bottom: 10px;
}
#menuColumn .current_page_ancestor .children, #menuColumn .current_page_item .children{
	display: inline !important;
}
#menuColumn * .children li {
	margin-left: 30px;
}
#menuColumn * .children li a {
	font-size: 11pt;
}

/*Main Menu ***************************/
.menu-header {
	height: 36px; margin: 0; padding: 0;
	line-height: 36px;
	background-color: rgb(229,25,55);
	padding-left: 60px; padding-right: 60px;
}
.menu-header ul {
	list-style-type: none; margin: 0; padding: 0;
}
.menu-header ul li {
	margin: 0; padding: 0; display: inline; margin-right: 40px;
}
.menu-header ul li a{
	text-decoration: none;
	color: white !important;
	font-weight: 300;
	text-transform: uppercase;
}
.menu-header .current_page_item a, .menu-header .current-page-ancestor a {
	text-decoration: underline;
}

/*Footer ***************************/
#copyright {
	padding: 0 30px; width: 620px; float: left; margin: 5px 0;
	font-size: 9pt; color: rgb(97,97,97);
}
#copyright a {
	color: rgb(97,97,97); font-size: 9pt; text-decoration: none;
}
#copyright a:hover {
	color: black;
}
#social {
	padding: 0 30px; width: 200px; float: right; line-height: 26px; margin-top: 2px;
	font-size: 10pt; color: rgb(97,97,97); text-align: right;
	
}
#social a {
	font-size: 10pt; text-decoration: none; font-weight: bold; color: rgb(97,97,97);
}

/*Search ***************************/
#searchbox {
	position: absolute;
	text-align: right;
	height: 18px;
	top: 5px;
	right: 60px;
	margin: 0;
	padding: 3px 5px;
	background-color: rgb(229,25,55);
	border: 1px solid white;
}
#searchbox #s{
	width: 100px; height: 14px;
	-webkit-appearance: none; /* Safari hack */
	border-width: 0px; background-color: rgb(229,25,55);
	font-family: dinot,arial;
	font-size: 10pt; line-height: 10pt;
	margin: 0; padding: 0; color: white;
}
#searchbox #searchsubmit {
	font-size: 8pt; height: 14px; text-transform: uppercase;
	border-width: 0px;
	background-color: rgb(229,25,55);
	text-decoration: underline;
	color: white;
}


/*Gravity Forms****************************/

.textarea {

	width: 390px !important;

}

.HiddenField {

	display: none;

}

/*Useful Links****************************/

.linkCat ul {
	display: inline;
}
.ulinks {
	padding: 0; margin: 0;
	list-style-type: none;
}
.ulinks ul {
	padding: 0; margin: 0;
	list-style-type: none;
}