/* Start of CMSMS style sheet 'base CSS' */
body
{
	background-image: url('/images/jgTheme/backgroundGradient.png');
	background-repeat: repeat-x;
	color: #333333;
	font-family: arial;
	font-size: 14px;
}

td
{
	font-size: 12px;
}

.mainContainer
{
	width: 965px;
	margin: 15px auto;
	border-top: 10px solid #798B96;
	height: 1051px;
	background-color: #FFFFFF;
}

.siteContent
{
	float: left;
	width: 901px;
	padding: 22px;
}

* html .siteContent
{
        width: 900px;
}

.contentBorder
{
	float: left;
	background-image: url('/images/jgTheme/mainBorder.png');
	background-repeat: repeat-x;
	width: 10px;
	height: 1051px;
}

.mainContainer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1
{
	color: #3F5968;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
        margin-bottom: 7px;
}

h2
{
	color: #333333;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

div#contact
{
	background-image: url('/images/jgTheme/boxContact.png');
	width: 201px;
	height: 93px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

input,
textarea
{
	color: #666666;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px;
	border: 1px solid #666666;
}

button
{
	font-family: arial;
	border: none;
	padding: 3px 5px;
	background-color: #3F5968;
	color: #FFFFFF;
	cursor: pointer;
}

div#topMenu div.links
{
	float: right;
}

div#topMenu a
{
	text-decoration: none;
	margin-left: 15px;
	color: #3F5968;
	position: relative;
	top: 38px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

div#topMenu div.divider
{
	clear: both;
	padding-top: 10px;
	border-bottom: 1px solid #AAB5BC;
}

div#footer div.divider
{
	clear: both;
	border-bottom: 1px solid #AAB5BC;
}

div#footer p
{
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
/* End of 'base CSS' */

