﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Styles for validation helpers */

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for Template */

#body {
	font-family: arial;
	font-size: 12px;
}

#mainBody
{
	font-family: arial;
	font-size: 12px;
	background-image: url('http://www.robertmcdougall.com.au/Images/Common/Background.gif');
	background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    background-color: #e1e7ed;
}

#headerWrapper
{
    width: 100%;
    height: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /* background-color: #387F9C; */
}

#header
{
    height: 100px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

.headerTable
{
    height: 100px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

.logo
{
    width: 284px;
    height: 95px;
    padding-top: 5px;
    float: left;
}

.menuTD
{
    width: 720px;
    height: 95px;
    padding-top: 35px;
    font-family: Arial;
    font-size: 24px;
    text-decoration: italic;
    vertical-align: top;
}

.menu
{
    font-family: 'Voltaire';
    font-size: 18px;
    padding-top: 0px;
    text-decoration: italic;
    vertical-align: top;
}

.menuItem
{
    font-family: 'Voltaire';
    font-size: 18px;
    color: White;
    padding: 0px;
}

.menuItem_Selected
{
    color: White;
    padding: 0px;
}

.menuItem_Hover
{
    color: Orange;
    padding: 0px;
}

.abnTD
{
    padding-top: 5px;
    padding-right: 5px;
    height: 95px;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    color: #69b3ff;
    vertical-align: top;
    text-align: right;
    text-decoration: none;
}

#billboardWrapper
{
    width: 100%;
}

#billboard
{
    background-color: white;
    margin: 0 auto 0 auto;
}

#contentWrapper
{
    width: 100%;
}

#content
{
    margin: 0 auto 0 auto;
    font-family: Times New Roman;
    background-color: white;
}

#footerWrapper
{
    width: 100%;
    height: 160px;
}

#footer
{
    width: 100%;
    height: 160px;
    margin: 0 auto 0 auto;
    font-family: Arial, Verdana, Times New Roman;
    font-size: 18px;
    text-align: center;
}

.footerStyle
{
    font-family: Arial, Verdana, Times New Roman, Arial;
    color: black;
    text-decoration: none;
    font-size: 16px;
}

#metaBlurb
{
    width: 100%;
    text-align: center;
    background-color: #e1e7ed;
    color: black;
    font-size: 10px;
    font-style: italic;
}

/* Styles for Text */

.standard_heading, h1
{
	margin: 0px;
	padding-left: 0px;
	padding-top: 45px;
	margin-bottom: 10px;
	font: 24px Voltaire; 
	font-weight : bold;
	color : #515151; 
}
.standard_subHeading
{
	margin: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#003366; 
	text-decoration:none;
}

.standard_subSubHeading
{
	margin: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#005500;
	font-weight: bold; 
	text-decoration:none;
}

.standard_boldText
{
	font-family : Arial, Helvetica;
	font-size : 12px;
	color : Black;
	font-weight : bold;
	text-decoration: none;
}

.standard_href
{
	font-family : Arial, Helvetica;
	font-size : 14px;
	color : orange;
	font-weight : bold;
}

.standard_text
{
	font-family : Arial, Helvetica;
	font-size : 14px;
	color : #515151;
	font-weight : normal;
}

.home_text
{
	font-family : Arial, Helvetica;
	font-size : 14px;
	color : #515151;
	font-weight : normal;
	padding-left: 20px;
	padding-right: 20px;
}

/* Styles for Components */

.businessCard
{
  	background-image: url('http://www.robertmcdougall.com.au/Images/Common/BusinessCard_Postal.png');
  	width: 536px;
  	height: 364px;
}

.aSampleService
{
    
}

.aSampleSite
{
    width: 300px;
    height: 50px;
    padding-left: 10px;
    padding-top: 15px;
    color: White;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
   	background-image: url('http://www.robertmcdougall.com.au/Images/Common/HomePageTab.gif');
   	background-position: 0 5px;
   	background-repeat: no-repeat;
}

.aSampleSite2
{
    width: 300px;
    height: 50px;
    padding-left: 10px;
    color: White;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
   	background-image: url('http://www.robertmcdougall.com.au/Images/Common/HomePageTab.gif');
   	background-position: 0 5px;
   	background-repeat: no-repeat;
}