#Header
{
    background : url('templates/sec default/css/../Images/Header-Background.jpg') top center no-repeat;
    min-height : 355px;
    _height : 355px;
    position : relative;
    border-bottom : 5px solid #fff;
}

#Header h1
{
    display : none;
}

#Small-Image
{
    position : absolute;
    top : 115px;
    left : 0px;
    width : 190px;
    height : 240px;
    overflow : hidden;
}

#Large-Image
{
    position : absolute;
    top : 115px;
    left : 195px;
    width : 380px;
    height : 240px;
    overflow : hidden;
}
#Sidebar-Content
{
    width : 380px;
    float : right;
}

#Default-Sidebar-Content
{
    background : #000 url('templates/sec default/css/../Images/Sidebar-Bottom.png') bottom center no-repeat;
    margin-bottom : 5px;
    padding-bottom : 10px;
    color : #fff;
}

#Default-Sidebar-Content *
{
    color : #fff;
}


#Default-Sidebar-Content #One
{
    border-top : 10px solid #000;
    background : #500;
    padding : 5px;
    min-height : 50px;
}

#Default-Sidebar-Content #Two
{
    border-top : 10px solid #000;
    background : #333;
    padding : 5px;
    min-height : 50px;
}

#Default-Sidebar-Content #Three
{
    border-top : 10px solid #000;
    background : #606068;
    padding : 5px;
    min-height : 50px;
}
#Main-Content
{
    width : 575px;
}

#Main-Content img
{
    margin : 5px;
}

#Footer
{
    padding-top : 40px;
	background : #000 url('templates/sec default/css/../Images/Footer-Background.jpg') top center no-repeat;
	min-height : 60px;
	_height : 100px;
    font-size : 10px;
    text-align : center;
    color : #ddd;
    clear : both;
    margin-top : 25px;
}

#Footer a
{
    color : #aaa;
}

#Footer a:hover
{
    color : #fff;
}
#Main-Menu
{
    position : absolute;
    top : 0px;
    right : 0px;
    color : #eee;
    font-size : 11px;
}

#Main-Menu ul
{
    margin : 0px;
    padding : 0px;
}

#Main-Menu li ul, #Main-Menu li:hover li ul, #Main-Menu li.hover li ul
{
    display : none;
}

#Main-Menu li
{
    float : left;
    list-style : none;
    margin : 0px;
}

#Main-Menu a
{
    color : #ddd;
    border-right : 1px solid #ccc;
    float : left;
    padding : 10px;
}

#Main-Menu li:last-child a
{
    border : 0px;
}

#Main-Menu li:hover a, #Main-Menu li.hover a
{
    color : #fff;
    text-decoration : none;
    background : url('templates/sec default/css/../Images/Down-Arrow.gif') top center no-repeat;
}

#Main-Menu li:hover ul, #Main-Menu li.hover ul
{
    display : block;
    position : absolute;
    top : 35px;
    *margin-left : -100px;
    padding-top : 5px;
    font-size : 10px;
}

#Main-Menu li:hover ul li, #Main-Menu li.hover ul li
{
    float : none;
}

#Main-Menu li:hover ul a, #Main-Menu li.hover ul a
{
    color : #ddd;
    float : none;
    border : 0px;
    padding : 0px;
    background : none;
    line-height : 1.7em;    
    padding-left : 12px;
}

#Main-Menu li:hover ul li:hover a, #Main-Menu li.hover ul li.hover a
{
    background : url('templates/sec default/css/../Images/right-Arrow.gif') center left no-repeat;
    color : #fff;
}
fieldset
{
    border : 1px solid #D3D3CD;
    margin : 10px;
    margin-top : 15px;
    padding : 20px;
    padding-top : 0px;
    position : relative;
}

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

fieldset h3
{
    padding-top : .5em;
    margin-left : -10px;
    margin-bottom : 1em;
}

fieldset label
{
    display : block;
    width : 185px;
    font-weight : bold;
}


fieldset .description
{
    margin-top : 1em;
    font-size : 10px;
}

fieldset .tadescription
{
    margin-top : 1em;
    font-size : 10px;
    width : 185px;
}

fieldset .TextBox, fieldset .CheckBox, fieldset .DropDownList, fieldset .Upload, fieldset textarea
{
    position : absolute;
    top : 9px;
    left : 200px;
}

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

fieldset option
{
    padding-right : 15px;
}

fieldset .TextBox, fieldset textarea
{
    padding : 2px;
    font-size : 10px;
    width : 250px;
}

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









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

img
{
	border : 0px;
}

body
{
	text-align : center;
	background : #000 url('templates/sec default/Images/Body-Background.jpg') center repeat-y;
}

#Container-1
{
	background : url('templates/sec default/Images/Container-Background.jpg') top center no-repeat;
	padding-top : 30px;
}

#Container-2
{
	margin : auto;
	width : 960px;
	min-height : 800px;
	_height : 800px;
	text-align : left;
}

.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;
}
#Default-Sidebar-Content
{
    margin-top : -5px;
}

#Default-Sidebar-Content h3
{
    color : #600;
}

#Default-Sidebar-Content .Title
{
    text-align : center;
}

#Default-Sidebar-Content .Content
{
    margin : 1px;
    background : #fff;
    padding : 10px;
}
#Event-Menu
{
    position : absolute;
    top : 115px;
    left : 0px;
    width : 190px;
    height : 240px;
    overflow : hidden;
    background : #600;
}

#Event-Menu h2
{
    background : #000;
    text-transform : uppercase;
    color : #fff;
    margin : 0px;
    font-size : 12px;
    font-weight : normal;
    font-family : 'Verdana', Sans-Serif;
    padding : 5px;
}


#Event-Menu ul
{
    list-style : none;
    padding : 0px;
    margin : 0px;
}

#Event-Menu ul ul
{
    display : none;
}

#Event-Menu ul li
{
    padding-left : 13px;
    margin-top : .95em;
}

#Event-Menu ul li:hover
{
    background : url('templates/sec show/css/../Images/Right-Arrow.gif') center left no-repeat;
}

#Event-Menu li a
{
    color : #ddd;
}

#Event-Menu li a:hover
{
    color : #fff;
    text-decoration : none;
}
#Main-Content
{
    _width : 570px;
    _overflow : hidden;
}





body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 11px;
	color : #333;
	text-align : left;
}

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

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

p
{
	margin-top : 1em;
}

ul, ol, dl
{
	margin-bottom : 1em;
	margin-top : .5em;
	margin-left : 30px;
}

li
{
    line-height : 1.4em;
    margin-top : .5em;
}

dt
{
    font-weight : bold;
    line-height : 1.4em;
    margin-top : .5em;
}

dd
{
    line-height : 1.4em;
}

h2
{
    font-family : 'Times New Roman', Serif;
	font-size : 2.5em;
	margin-top : 2em;
	margin-bottom : .5em;
	color : #222;
	font-weight : normal;
	_margin-top : .25em;
}

h3
{
    font-family : 'Times New Roman', Serif;
	font-size : 1.6em;
	margin-top : 1.33em;
	margin-bottom : .25em;
	color : #222;
	font-weight : normal;
}

h4
{
	font-size : 1em;
	margin-top : .9em;
	margin-bottom : .4em;
}

h2:first-child, h3:first-child, h4:first-child
{
    margin-top : .25em;
}

hr
{
    clear :left;
    color : #000;
    height : 1px;
    background : #000;
    margin : 5px;
}





#Header
{
    background : url('templates/sec show/themes/business/Images/Header-Background.jpg') top center no-repeat;
}

.TWS, .AHYX
{
    display : none;
}
