/*-----------------------------------------------------------------------------
Default Style Sheet for G Somerset Software/Computers

version:   2.0  August 2009
author:    Glenn Somerset
email:     glenn@gsomersetsoftware.co.uk
website:   http://www.harringtonstrings.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* 
{
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
/*
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul 
{
  margin: 1em 0;
}
*/


/* Put it back on certain elements */

p, h3
{
  margin: 1em 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* = Wrapper
-----------------------------------------------------------------------------*/
div#wrapper 
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


/* =Branding
-----------------------------------------------------------------------------*/
div#branding
{
	width: 1000px;
	height: 70px;
	background-image: url(../resources/banner.jpg);
}

/* =Menu Bar Background
-----------------------------------------------------------------------------*/
div#awMenuBar
{
    width: 1000px;
    height: 36px;
    background-image: url(../resources/barbackground.jpg);
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: White;
}

/* =Main Content
-----------------------------------------------------------------------------*/
div#contentWrapper 
{
	width: 970px;
	/*float: left;*/
	padding: 10px;
}


/* =Left Home Page Column
-----------------------------------------------------------------------------*/
div#testHome
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
    float: left;
	width: 250px;
	min-height: 200px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
	border-right-color: #d3d3d3;
	border-right-width: medium;
	border-right-style: inset;
}

/* =Page Columns
-----------------------------------------------------------------------------*/

div.fullWidth
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
}

div.halfWidthLeft
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
    float: left;
	width: 420px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
	border-right-color: #d3d3d3;
	border-right-width: medium;
	border-right-style: inset;
}

div.halfWidthRight
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
    float: right;
	width: 420px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
}

div.twoThirdsWidthLeft
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
    padding-right: 20px;
    float: left;
	width: 650px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
	border-right-color: #d3d3d3;
	border-right-width: medium;
	border-right-style: inset;
}

div.twoThirdsWidthRight
{
    text-align: left;
    padding-top: 2px;
    margin-top: 15px;
    width: 280px;
    float: right;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
}

div.threeQuarterWidthLeft
{
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 18px;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
	width: 650px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
	border-right-color: #d3d3d3;
	border-right-width: medium;
	border-right-style: inset;
}

div.threeQuarterWidthRight
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
    margin-left: 15px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
}

div.fourFithsWidthLeft
{
    padding-top: 2px;
    padding-left: 8px;
    margin-top: 15px;
    margin-right: 10px;
    padding-right: 15px;
    float: left;
	width: 780px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
	border-right-color: #d3d3d3;
	border-right-width: medium;
	border-right-style: inset;
}

div.fourFithsWidthRight
{
    padding-top: 2px;
    margin-top: 15px;
	background-image: url(../resources/columnheader.jpg);
	background-repeat: no-repeat;
}


/* =Left Nav
-----------------------------------------------------------------------------*/
div#leftNavWrapper {
	float: left;
	width: 120px;
}


/* =Footer
-----------------------------------------------------------------------------*/
div#footer {
	clear:  both;
	padding-top: 20px;
	text-align: center;
}

/* =Typography
-----------------------------------------------------------------------------*/

body 
{
    color: #000000;
    font-family: Lucida Sans, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-family: Lucida Sans

}


p
{
}

p.footer
{
    font-size: 0.7em;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1
{
    color: #00008b;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

h2
{
    color: #00008b;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
}

/* = Lists
-----------------------------------------------------------------------------*/
ul
{
    list-style-type: square;
    margin-left: 2em;
}

/* =Links
-----------------------------------------------------------------------------*/

a
{
	
}

a.rollover
{

}

a.rollover:hover
{

}




/* =Forms
-----------------------------------------------------------------------------*/
fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}

legend
{
	font-weight: bold;
}

label
{
	float: left;
	width: 10em;
}

label.long
{
    float: left;
	width: 20em;
}

input
{
    width: 10em;
}

input.long
{
    width: 30em;
}

input.rightSubmit
{
    float: right;
}

input:focus
{
    background: #ffc;
}



/* =Tables
-----------------------------------------------------------------------------*/

td
{
    padding-bottom: 10px;
    padding-left: 5px;
}

/* =Images
-----------------------------------------------------------------------------*/
img.padded
{
    padding: 10px;
}


/* =Misc 2
-----------------------------------------------------------------------------*/
