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


h1 {
	font-size:22px;
	font-weight:normal;
	color:#510F7B;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#333;
}
body {
	font-family:Arial;
	background-color:#f7f7f7;
	line-height:160%;
	color:#333;
	font-size:12px;
	margin: 0; 
	padding: 0;
}
a {
	font-family:Arial;
	font-size:12px;
	color: #510F7B;
	text-decoration: underline;
}
a:hover{
	font-family:Arial;
	color:#134d79;
	text-decoration:none;
}
.header {
	background:url(images/mgsp1-headerbg.jpg);
	background-repeat:no-repeat;
	border:0px;
}
.content {
	padding-left:18px;
	padding-right:18px;
	padding-bottom:18px;
	text-align:left;
	font-size:12px;
	text-align:left;
}
.footer {
	background:url(images/mgps-1-footer-bg.gif);
	background-repeat:no-repeat;
	border:0px;
	padding-left:18px;
	padding-right:18px;
	padding-top:37px;
	font-size:11px;
	color:#666;
	text-align:center;
	line-height:normal;
}
.footer a {
	text-decoration:underline;
	color:#0B426F;
	font-size:11px;
}
.footer a:hover {
	text-decoration:none;
	color:#510F7B;
	font-size:11px;
}
.creditlink {
	font-family:Arial;
	font-size:11px;
	color:#666;
	padding-top:10px;
}
.creditlink a{
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.creditlink a:hover {
	font-size:11px;
	color:#666;
	text-decoration:underline;
}
.sidecolumn {
	border:0px;
	padding-left:22px;
	padding-bottom:18px;
	padding-right:0px;
	font-size:12px;
	line-height:125%;
	text-align:left;
}
a[href^="http://www.cornish"] {
	background:transparent url(images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
a[href^="http://www.mgps-services.co.uk"] {
	font-family:Arial;
	background:none;
	display:inline-block;
	padding-left:0px;
	line-height:15px;
}
a[href^="http://mgps-services.co.uk"] {
	font-family:Arial;
	background:none;
	display:inline-block;
	padding-left:0px;
	line-height:15px;
}
a[href^="http://www.mgps-services.com"] {
	font-family:Arial;
	background:none;
	display:inline-block;
	padding-left:0px;
	line-height:15px;
}
a[href^="http://mgps-services.com"] {
	font-family:Arial;
	background:none;
	display:inline-block;
	padding-left:0px;
	line-height:15px;
}
a[href^="http://77.92.89.51/uploads"] {
	font-family:Arial;
	background:none;
	display:inline-block;
	padding-left:0px;
	line-height:15px;
}
a[href^="mailto:"] {
	background:transparent url(images/email.gif) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
.table_bg {
	background:url(images/mgps1-content-bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.contactlink {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #510F7B;
    background:transparent url(images/contact.png) center left no-repeat;
	display:inline-block;
	padding-left:22px;
	line-height:15px;
	text-decoration:none;
}
.contactlink a{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #510F7B;
	text-decoration:none;
	background:transparent url(images/phone.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
.contactlink a:hover{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #1958ae;
	text-decoration:none;
	background:transparent url(images/phone.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
.mugshot {
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#D6D6D6;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}
.contactlabel {
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align:middle;
}
.formlabel {
	cursor:pointer;
}
.formobject {
	padding:4px;
	border:1px solid #CCC;
	width:250px;
	font-family:Arial;
	color:#333;
	font-size:12px;
} 
.contactlabel2 {
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 6px;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Arial;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
	background-color:#E8E8E8;
	border:1px solid;
	border-color: #B6B6B6;
	color:#666;
}
.buttons a:active{
    background-color:#E8E8E8;
    border:1px solid #E8E8E8;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#510F7B;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#DFC8EA;
	border:1px solid;
	border-color: #9A62BF;
}
.buttons a.positive:active{
    background-color:#510F7B;
    border:1px solid #510F7B;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.galleryimg {
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#D6D6D6;
	float:left;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}
.galleryimg a {
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#636;
	float:left;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}
.galleryimg a:hover{
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#636;
	float:left;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}