

#header *
{
	display : none;
}

#header
{
	height : 315px;
	width : 740px;
	background : url('templates/custom/css/../Images/Header.jpg') no-repeat;
	position : absolute;
	top : -79px;
	left : 75px;
	_left : 0px;
}


#main
{
	padding : 40px;
	min-height : 400px;
	_height : 400px;
}
#Footer
{
    clear : both;
    margin-top : -25px;
    font-size : .8em;
    text-align : center;
    color : #ddd;
}

#Footer a
{
    color : #aaa;
}

#Footer img
{
    margin : 5px;
}


#menu
{
	position : absolute;
	top : 203px;
	left : 75px;
	_left : 0px;
	width : 740px;
	text-align : center;
	font-size : 12px;
	color : #000;
	font-weight : bold;
}

#menu h2
{
    display : none;
}

#menu a
{
	color : #000;
}

#menu ul, #footer ul
{
	height : 20px;
	line-height : 18px;
	letter-spacing: 1px;
	margin : 3px;
}

#menu li, #footer li
{
	display : inline;
}
fieldset
{
    border : 1px solid #D3D3CD;
    margin-top : 15px;
    padding : 10px;
    padding-top : 0px;
    position : relative;
}

fieldset div
{
    padding-top : 7px;
    padding-bottom : 7px;
    position : relative;
    border-top : 1px solid #e3e3e3;
}

fieldset h3
{
    margin-top : 0px;
}

fieldset label
{
    font-weight : bold;
    position : absolute;
    top : 7px;
    left : 0px;
}

.RadioButtonList label
{
    position : relative;
    top : -3px;
    padding-left : 50px;
}

fieldset .TextBox, fieldset .CheckBox, fieldset .DropDownList, fieldset .Upload, fieldset textarea, fieldset .RadioButton
{
    margin-left : 150px;
}

fieldset .TextBox, fieldset select, fieldset textarea
{
    border : 1px solid #ccc;
}

fieldset option
{
    padding-right : 15px;
}

fieldset .TextBox, fieldset textarea
{
    padding : 2px;
    font-size : .8em;
    width : 200px;
}

.Button
{
    margin-top : 10px;
    background : #333;
    color : #fff;
    font-weight : bold;
    padding : 3px 5px 3px 5px;
    font-size : .9em;
}
#pluto
{
	display:none;
}









*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	text-align : center;
	background : #e5e7e8 url('templates/custom/Images/Body-Background.jpg') top center repeat-x;
}

#Container-1
{
	width : 890px;
	margin : auto;
	text-align : left;
	background : url('templates/custom/Images/Footer-Background.png') bottom center no-repeat;
	_background : url('templates/custom/Images/Footer-Background.gif') bottom center no-repeat;
	padding-bottom : 120px;
}

#Container-2
{
	background : url('templates/custom/Images/Header-Background.png') top center no-repeat;
	_background : url('templates/custom/Images/Header-Background.gif') top center no-repeat;
	padding-top : 100px;
}

#Container-3
{
	background : url('templates/custom/Images/Container-Background.png') center repeat-y;
	_background : url('templates/custom/Images/Container-Background.gif') center repeat-y;
	padding-left : 75px;
	padding-right : 75px;
	padding-top : 200px;
	position : relative;
}

.Module
{
	min-height : 25px;
	_height : 25px;
}

.Controls
{
    position : relative;
}

.Controls .One
{
    position : absolute;
    top : 0px;
    left : 0px;
}

.Controls .Two
{
    position : absolute;
    top : 0px;
    left : 25px;
}

.Controls .Three
{
    position : absolute;
    top : 0px;
    left : 50px;
}

.Controls .Four
{
    position : absolute;
    top : 0px;
    left : 75px;
}

.Controls .Five
{
    position : absolute;
    top : 0px;
    left : 100px;
}

.Controls .Six
{
    position : absolute;
    top : 0px;
    left : 125px;
}
body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 14px;
	color : #333;
}

a
{
	text-decoration : none;
	color : #3a5a71;
}
a:hover
{
	text-decoration : underline;
}

.RadEContentBordered a
{
	text-decoration : none !important;
	color : #3a5a71 !important;
}
.RadEContentBordered a:hover
{
	text-decoration : underline !important;
}



h2
{
	font-family : "Georgia", Serif;
	font-size : 18px;
	margin-top : 2em;
	margin-bottom : 1em;
	font-style : italic;
	color : #000;
}

h3
{
	font-size : 15px;
	margin-top : 2em;
	color : #000;
	font-family : "Georgia", Serif;
}

h4, h5
{
	font-size : 13px;
	margin-top : 2em;
	margin-bottom : .5em;
}

em
{
	color : #3a5a71;
	font-weight : bold;
}

p
{
	margin-top : 1.25em;
	text-indent : 1em;
}

ul
{
	list-style : inside;
}

li
{
	margin-top : .45em;
}

dt
{
	margin-top : .45em;
	font-weight : bold;
}



